Skip to content

Python script that parses JSON data from Google Maps Timeline and outputs to a heatmap, gpx and sqlite

Notifications You must be signed in to change notification settings

CalculatedCausality/Google-Maps-Timeline-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Maps Timeline Data Parser

This is a simple Python script that parses the JSON data from Google Maps Timeline and outputs it in a more readable format.

  • Creates a heatmap of all the locations you've been to.
  • Creates a GPX file with all the locations you've been to.
  • Creates an SQLite database with all the locations you've been to.

Usage

  1. Go to Google Maps Timeline and download your location history.
  2. Extract the downloaded file.
  3. Run the script with the path to the extracted JSON file as an argument.

alt text

Only one package (for the heatmap) is probably not installed by default. You can install it with the following command:

pip install folium

About

Python script that parses JSON data from Google Maps Timeline and outputs to a heatmap, gpx and sqlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages