Skip to content

A simple python web app to visualise google location history

Notifications You must be signed in to change notification settings

peterjrichens/location-history-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map your Google Location History

A simple python web app to visualise your Google location history. Similar to Google Map's 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.
  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

About

A simple python web app to visualise google location history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published