A python command-line application for geotagging photos with location information from Google takeout.
Location history can be downloaded from here as a json file:
Use the following command to geotag all the photos in a directory:
python google-geotag.py --dir {photos directory} --json {location history json file}
Enjoy!