Skip to content

Geotagging application which gets location info. from Google takeout

Notifications You must be signed in to change notification settings

snowphone/geotagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Geotagging application which gets location info. from Google takeout

Topics

Resources

Stars

Watchers

Forks