Convert Saved places from Google Maps to GeoJSON

(beyond the Starred places)

  1. Use Google Takeout to export the CSV.

Make sure to click this, as it's not obvious it actually has places from your Maps:

  1. Enable Maps Places API in your GCP

  2. Create a new API Key to use the API

  3. npm install

  4. export GOOGLE_MAPS_KEY=<google-api-key>

  5. ./google-bookmarked-places-to-geojson.js coolest-places.csv > coolest-places.json

  6. Enjoy interoperability of coolest-places.json in GeoJSON