Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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