snowphone / geotagger

Geotagging application which gets location info. from Google takeout

Repository from Github https://github.comsnowphone/geotaggerRepository from Github https://github.comsnowphone/geotagger

Geotagger

1. Download Google Timeline from your phone

Navigate to: Settings -> Location -> Location services -> Timeline -> Export Timeline data

2. Convert Timeline.json to kml

./convert_to_kml.sh Timeline.json Timeline.kml

3. Embed location data to photos

./tag.sh Timeline.kml PATH_TO_IMAGE_FOLDER

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

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

About

Geotagging application which gets location info. from Google takeout


Languages

Language:Shell 60.7%Language:Dockerfile 29.7%Language:Makefile 9.6%