https://github.com/kujenga/google-maps-decoder
Decoding utility for google maps data exports
https://github.com/kujenga/google-maps-decoder
Last synced: 2 months ago
JSON representation
Decoding utility for google maps data exports
- Host: GitHub
- URL: https://github.com/kujenga/google-maps-decoder
- Owner: kujenga
- License: mit
- Created: 2022-01-01T22:24:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T23:18:20.000Z (over 3 years ago)
- Last Synced: 2025-01-24T12:45:38.231Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google-maps-decoder
Decoding utility for google maps data exports, currently focused on turning the
basic CSV file exports from lists of saved places into GPX files and other
formats that can be used elsewhere. It uses the [Google Places API][placesAPI]
to transform the exports into more portable information.## Usage
First, get a Google Maps API key following the instructions here:
https://developers.google.com/maps/documentation/places/web-service/get-api-key```
./transform.py --key=$MAPS_API_KEY --format=gpx list.csv
```