https://github.com/peterjrichens/location-history-vis
A simple python web app to visualise google location history
https://github.com/peterjrichens/location-history-vis
Last synced: about 1 month ago
JSON representation
A simple python web app to visualise google location history
- Host: GitHub
- URL: https://github.com/peterjrichens/location-history-vis
- Owner: peterjrichens
- Created: 2017-01-08T16:10:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T12:59:44.000Z (10 months ago)
- Last Synced: 2024-11-04T01:32:59.318Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.39 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - peterjrichens/location-history-vis - A simple python web app to visualise google location history (others)
README
## Map your Google Location History
A simple python web app to visualise your Google location history. Similar to [Google Map's Timeline](https://www.google.com/maps/timeline) but gives a prettier and more comprehensive picture.

## Dependencies
You need ```Python``` libraries: ```Pandas```, ```Flask```, ```Shapely```.
## How to run
1. Install all Python dependencies.
2. Download your Location History data from [Google Takeout](https://takeout.google.com/settings/takeout).
3. Save ```LocationHistory.json``` in the ```input``` folder.
4. 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.
5. From the root folder, run ```python app.py```.## Inspired by
* [kaggle-talkingdata-visualization](https://github.com/adilmoujahid/kaggle-talkingdata-visualization)
* [How to map your Google location history with R](https://shiring.github.io/maps/2016/12/30/Standortverlauf_post?utm_campaign=Data%2BElixir&utm_medium=email&utm_source=Data_Elixir_113)