Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m-doru/goloheat

Heatmap from Google locations history
https://github.com/m-doru/goloheat

folium google-location-history heatmap location-services

Last synced: about 1 month ago
JSON representation

Heatmap from Google locations history

Awesome Lists containing this project

README

        

# Google location history heatmap

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/

## How to use:
1. Go to https://takeout.google.com/ and download only the **Location History** in JSON format. Extract the archive.
2. `cd goloheat`
3. `python3 -m venv ./venv`
4. `source ./venv/bin/activate`
5. `pip install -r requirements.txt`
6. `python3 main.py --locationsfile path-to-json-file-from-extracted-archive`
7. Open the created `goloheat.html` from current directory using an internet browser (tested on Chrome and Firefox)