Skip to content

TheStalwart/waze2gpx

Repository files navigation

waze2gpx: Waze trip history to GPX converter

Waze is a popular GPS navigation app owned by Google.

It stores trip history for the last 3 months, but does not offer native export to GPX, GeoJSON, or KML formats.

This tool converts the proprietary CSV files from Waze's personal data export into open, widely supported formats, compatible with Google Maps, Garmin devices, OsmAnd, QGIS, and other mapping applications, to analyze and share past trips.

Conversion runs entirely in your browser, your data never leaves your device.

You can try it here: https://thestalwart.github.io/waze2gpx/

More info

Development environment

Docker-based

To run a local web server at http://127.0.0.1:3000: docker-compose up

DevContainer-based

.devcontainer/devcontainer.json contains a postAttachCommand to run a web server on port 8080, but if it fails - run http-server -c-1 /workspaces/waze2gpx manually

Local VSCode Extension

Try Five Server extension to run a web server on port 5500

About

Waze trip history to GPX, GeoJSON and KML converter

Topics

Resources

License

Stars

7 stars

Watchers

1 watching

Forks

Contributors