A simple python web app to visualise your Google location history. Similar to Google Map's Timeline but gives a prettier and more comprehensive picture.
You need Python
libraries: Pandas
, Flask
, Shapely
.
- Install all Python dependencies.
- Download your Location History data from Google Takeout.
- Save
LocationHistory.json
in theinput
folder. - From the input folder, run
python sample_location.py
. This matches points to countries and samples the data to reduce the file size. This may take a few minutes. - From the root folder, run
python app.py
.