Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyguy-1122/qs-location-dashboard
A quantified-self project that displays charts representing location data from Google Takeout. The user inputs a file path for downloaded JSON Google Takeout location data and the coordinates for places of interest to see an analysis of time spent at the locations of interest.
https://github.com/tyguy-1122/qs-location-dashboard
google-takeout jupyter-notebook location-data python3 quantified-self
Last synced: about 1 month ago
JSON representation
A quantified-self project that displays charts representing location data from Google Takeout. The user inputs a file path for downloaded JSON Google Takeout location data and the coordinates for places of interest to see an analysis of time spent at the locations of interest.
- Host: GitHub
- URL: https://github.com/tyguy-1122/qs-location-dashboard
- Owner: tyguy-1122
- Created: 2020-09-27T19:23:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T01:48:46.000Z (about 4 years ago)
- Last Synced: 2024-08-01T22:03:41.705Z (4 months ago)
- Topics: google-takeout, jupyter-notebook, location-data, python3, quantified-self
- Language: Jupyter Notebook
- Homepage:
- Size: 135 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - tyguy-1122/qs-location-dashboard - A quantified-self project that displays charts representing location data from Google Takeout. The user inputs a file path for downloaded JSON Google Takeout location data and the coordinates for plac (Jupyter Notebook)
README
# README
This project allows users to visualize location data obtained from Google Takeout.Users will see a bar graph and a pie chart that illustrate how much time they spent at
each of the places specified in config.py within a time interval also specified in config.py.Instructions for use:
-- download location data from Google Takeout at https://takeout.google.com/
-- update the file path to location data in the in the config.py
-- in the config.py file, create Place objects for places to be analyzed
-- update the start and end dates for the time interval to analyze
-- run main.ipynb