mcgillij / re-gps

Library created with nbdev to re-add GPS information stripped from Google Takeout using location history.

Home Page:https://mcgillij.github.io/re-gps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReGPS

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-data with a path to your image files.

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

 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”

About

Library created with nbdev to re-add GPS information stripped from Google Takeout using location history.

https://mcgillij.github.io/re-gps/

License:MIT License


Languages

Language:Jupyter Notebook 70.2%Language:Python 29.0%Language:CSS 0.8%