Uploader tools for OpenStreetView
This script is used to upload photos from a local directory, taken with the iOS/Android OSV apps. The user will need to login and grant access and after this step the script will upload automatically all photos and metadata files. Also will show in terminal the status for each sequence.
Python 2.7 + dependencies from the requirements file. The requirements can be install by running : pip install -r requirements.txt
python upload_photos.py -p /Users/example/Desktop/Photos/
python upload_video.py -p /Users/example/Desktop/Videos/
python upload_photos.py -h for help
python upload_video.py -h for help
This script is used to upload photos from a local directory. The user will need to login and grant access and after this step the script will upload automatically all photos. Also will show in terminal the status for each that directory.
Python 3 + dependencies from the requirements file. The requirements can be install by running :pip3 install -r requirements.txt
python upload_photos_by_exif.py -p /Users/example/Desktop/Photos/AllPhotos/
python upload_photos_by_exif.py -h for help.