from regps.regps import regps
image_path = "sample-data/*.jpg"
location_data = "sample-data/sample.json"
output_path = "/tmp"
regps(image_path, location_data, output_path)ReGPS
Re-Insert the GPS data that Google strips out of your images, using location data.
Install
pip install -e . if you’re working locally
How to use
You will need your location history in JSON form, and the path to your images: you can replace
sample-datawith a path to your image files.
regps
regps (image_path, location_data, output_path)
Take Google Location data, and map it to an image folder based on date details
| Details | |
|---|---|
| image_path | “sample-data/*.jpg” |
| location_data | “sample-data/sample.json” |
| output_path | “/tmp” |