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/
To run a local web server at http://127.0.0.1:3000: docker-compose up
.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
Try Five Server extension to run a web server on port 5500