/geotagger

Geotagging application which gets location info. from Google takeout

Primary LanguageShell

Geotagger

1. Download Google location history

Google Takeout URL

2. Geotag images

./tag.sh Records.json PATH_TO_IMAGE_FOLDER

If you want to save your time by caching kml file, convert Records.json manually as below and pass it to tag.sh.

./json_to_kml -f kml Records.json Records.kml
./tag.sh Records.kml PATH_TO_IMAGE_FOLDER

json_to_kml is forked from here.


You may need to build this docker image by yourself. In this case, try

docker build -t hub.sixtyfive.me/geotagger .