Skip to content
/ timeline-itinerary Public template

Create an animated globe with points from your Google location history

Notifications You must be signed in to change notification settings

majube/timeline-itinerary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeline itinerary

About

This repository contains a Python script to process your Google location history data, and a basic website using d3 to render this data.

Usage

  1. Download your location history using Google Takeout. Here are the instructions.

  2. Clone or download this repository; e.g.:

git clone https://github.com/majube/timeline-itinerary
  1. Use the python script preprocess.py, in the root folder of this directory, to unzip and process the location data. If you don't have Python you'll have to install it. The script doesn't have any dependencies outside the standard library.

Usage:

cd timeline-itinerary
python preprocess.py takeout-20230325T162834Z-001.zip 02/09/2020

Other options for preprocessing the data can be seen by typing python preprocess.py -h.

  1. Start a webserver to serve the webpage:
python -m http.server 8080
  1. Open a browser and navigate to http://localhost:8080/. The page with a globe with points from your location history on it should load!

About

Create an animated globe with points from your Google location history

Topics

Resources

Stars

Watchers

Forks