Advertisement
Guest User

Using the map highlighter

a guest
Jul 4th, 2014
6,483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. 1) Download Python at https://www.python.org/download/releases/2.7.8/
  2. 2) Download the Python Imaging Library here and install it http://effbot.org/downloads/PIL-1.1.7.win32-py2.7.exe
  3. 3) Download the .py file from https://github.com/snowdonjames/LatitudeHistoryPlotter
  4. 4) Download the .py file from https://github.com/Scarygami/location-history-json-converter
  5. 5a) Dowload this zip if you're from the UK https://onedrive.live.com/redir?resid=459B206D020BB3AE!3310&authkey=!AOtwMeHSWgIbrzY&ithint=file%2c.zip
  6. 5b) Use the guide on https://github.com/snowdonjames/LatitudeHistoryPlotter if you're from elsewhere, not sure how other places would work
  7. 6) Download just your location history from here https://www.google.com/settings/takeout
  8.  
  9. Make sure you install the Python API and the Imaging Library first!
  10.  
  11. this is where it gets a little tricky
  12.  
  13. 7) Place the locationhistory file from google with the locationhistoryjsonconverter py file
  14. 8) Hold shift and right click in the folder both files are in, click "open command window here"
  15. 9) Type in or right click and paste "location_history_json_converter.py LocationHistory.json LocationHistory.kml" and press enter, this may take a while depending on the size of the file and your processor power
  16. 10) Place the newly created LocationHistory.kml file with the LatitudeHistoryPlotter py file and the files from the onedrive file or the ones you created
  17. 11) Double click the LatitudeHistoryPlotter py file, and wait!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement