Skip to content

james2432/uploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload scripts

Uploader tools for OpenStreetView

1.Upload photos taken by OSV app

Description:

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.

Requirements:

Python 2.7 + dependencies from the requirements file. The requirements can be install by running : pip install -r requirements.txt

Usage:

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


2.Upload geotagged photos

Description:

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.

Requirements:

Python 3 + dependencies from the requirements file. The requirements can be install by running :pip3 install -r requirements.txt

Usage:

python upload_photos_by_exif.py -p /Users/example/Desktop/Photos/AllPhotos/

python upload_photos_by_exif.py -h for help.

About

Uploader tools for OpenStreetView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%