Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m-doru/goloheat
- Owner: m-doru
- Created: 2017-09-20T10:05:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T19:56:06.000Z (over 5 years ago)
- Last Synced: 2024-08-02T12:46:57.500Z (4 months ago)
- Topics: folium, google-location-history, heatmap, location-services
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - m-doru/goloheat - Heatmap from Google locations history (others)
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)