Allows you to get map-based insights from Google Timeline data.
Implemented in Python using Pandas and Folium
Inspired by this Reddit post: https://www.reddit.com/r/dataisbeautiful/comments/718wt7/heatmap_of_my_location_during_last_2_years_living/
- Go to https://takeout.google.com/ and download only the Location History in JSON format. Extract the archive.
cd goloheat
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
python3 main.py --locationsfile path-to-json-file-from-extracted-archive
- Open the created
goloheat.html
from current directory using an internet browser (tested on Chrome and Firefox)