Skip to content
/ djisort Public

DJI photo sort by EXIF GPS and reverse geocoding

Notifications You must be signed in to change notification settings

ANAT01/djisort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

djisort

DJI photo sort by EXIF GPS and reverse geocoding

Disclaimer

DO NOT USE ON REAL DATA!!! COPY DATA BEFORE USE THIS SCRIPT!!!

Requirements

sudo apt-get --no-install-recommends install python3-pip
sudo apt-get install virtualenv python3-setuptools

Usage

Install Python3 virtual environment

virtualenv -p python3 venv
. venv/bin/activate

Check python version

python --version

Python 3.5.2

Install python requirements

pip install https://github.com/ANAT01/djisort/archive/master.zip

Run

Usage: djisort <src> <dst>

For example:

djisort unsorted/ sorted/ 

About

DJI photo sort by EXIF GPS and reverse geocoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages