/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.

Primary LanguageJupyter Notebook

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