Skip to content

Takes location data from your google location data, foursquare check in, and image location data and plots it on a map

Notifications You must be signed in to change notification settings

carchi8py/Mapping-your-location-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

#Getting Started

Prerequisites

The following python packages are required

pip install exifread

Google Data

You'll need to get your Google location history manually for this to work. Go to https://takeout.google.com/settings/takeout

  • Deselect everything
  • Select "Location History"
  • Click on Next Step
  • Create Export
  • Download the file
  • Extract the Zip
  • copy Takeout/Location History/Location History.json to the root of your project or use --google to give the path to the file

usage

To run if you copied Location History.json to the root of your project:

python3 where.py

If not

python3 where.py --google /path/to/Location History.json

Once the script has run open map.html to see a map of your location history. map

About

Takes location data from your google location data, foursquare check in, and image location data and plots it on a map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published