Convert CSV to GPX.
Drop a CSV with lat/lon columns, get a GPX file with one waypoint per row. Elevation, time, name and description columns are detected automatically.
Drop a CSV with lat/lon columns, get a GPX file with one waypoint per row. Elevation, time, name and description columns are detected automatically.
GPX is the universal format for GPS waypoints, tracks and routes — read by Garmin devices, OsmAnd, Strava, Komoot, and most mapping apps. This converter turns each CSV row with valid coordinates into a <wpt> waypoint. Latitude/longitude are auto-detected (override with the pickers), and optional elevation, time, name and description columns are included when present.
Drag a file, click to choose, or paste data directly into the input pane.
Types are inferred so the output is correctly formatted — not strings everywhere.
Copy the GPX or download the file — ready to drop straight into your tool of choice.
Most free GPX converters bury your file in an upload form and stamp the result. Ours runs entirely in the browser, keeps your types intact where the format allows, and hands back clean GPX you fully own.
Numbers, booleans and nulls are preserved wherever GPX supports them — not every value dumped as a quoted string.
Your file is parsed and converted in your browser — verify in DevTools → Network. Nothing is uploaded, logged, or stored.
The GPX is well-formed and standards-compliant — properly escaped, with sensible defaults you can override above the output.
Download as many times as you like. The whole conversion runs on your device, so there's no sign-up and no cap.