Sort tool
Go to file
Jaisen Mathai ad62b0d61d Added FileSystem.process_file and adjust.py 2015-10-13 20:30:30 -07:00
elodie Added FileSystem.process_file and adjust.py 2015-10-13 20:30:30 -07:00
tests Added FileSystem.process_file and adjust.py 2015-10-13 20:30:30 -07:00
.gitignore Initial version of photo importer 2015-10-08 02:22:30 -07:00
README.md Added FileSystem.process_file and adjust.py 2015-10-13 20:30:30 -07:00
adjust.py Added FileSystem.process_file and adjust.py 2015-10-13 20:30:30 -07:00
import.py Added FileSystem.process_file and adjust.py 2015-10-13 20:30:30 -07:00
store_video.py Initial Commit of working files 2015-10-02 00:23:13 -07:00

README.md

elodie

pip install exifread pip install LatLon pip install requests

brew install exiftool

Need config.ini for reverse lookup

Need pyexiv2. Here's how to install on OS X using homebrew...on your own to use other tools.

Sourced from http://stackoverflow.com/a/18817419/1318758

May need to run these. brew rm $(brew deps pyexiv2) brew rm pyexiv2

Definietly need to run these brew install boost --build-from-source brew install pyexiv2