Convert Google Maps Starred Locations to KML files
Go to file
Arne Schlüter 03f715c88e Match latitude and longitude in description for point which don't have an address 2017-01-31 18:38:36 +01:00
.gitignore Update README to venv-based installation 2017-01-29 14:37:10 +01:00
README.md Update README to venv-based installation 2017-01-29 14:37:10 +01:00
bookmarkstokml.py Match latitude and longitude in description for point which don't have an address 2017-01-31 18:38:36 +01:00
requirements.txt Add requirements.txt 2017-01-29 14:26:19 +01:00

README.md

Export Google Maps Saved Places as KML

This is a neat little tool to export your saved places from Google Maps as KML. I myself (@heyarne) did almost nothing. All the credit goes to @endolith and @ngzhian. I just added a requirements.txt and used the most up to date version.

Manual

  1. Go to Google Bookmarks: https://www.google.com/bookmarks/
  2. On the bottom left, click "Export bookmarks": https://www.google.com/bookmarks/bookmarks.html?hl=en
  3. Install script dependencies pip install -r requirements.txt
  4. After downloading the html file, run this script on it to generate a KML file per bookmark label: python bookmarkstokml.py GoogleBookmarks.html

Disclaimer

It's hacky and doesn't work on all of them, but it kinda works.
Tested with bookmarks exported on January 29, 2017 and python version 3.5.2.