gpx495 B
GPX Track
A GPX track with timestamped trackpoints and elevation — for testing route parsers and mapping tools.
Preview — first 12 linesgpx
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.1" creator="Novus Examples" xmlns="http://www.topografix.com/GPX/1/1">
<trk>
<name>Sample Track</name>
<trkseg>
<trkpt lat="51.5074" lon="-0.1276"><ele>10</ele><time>2026-01-01T09:00:00Z</time></trkpt>
<trkpt lat="51.5080" lon="-0.1270"><ele>12</ele><time>2026-01-01T09:01:00Z</time></trkpt>
<trkpt lat="51.5086" lon="-0.1265"><ele>11</ele><time>2026-01-01T09:02:00Z</time></trkpt>
</trkseg>
</trk>
</gpx>
Specifications
What is a .gpx file?
GPX (GPS Exchange Format) is an XML schema for GPS data, storing waypoints, routes, and tracks with coordinates, elevation, and timestamps. It is the standard interchange format for GPS devices and fitness and navigation apps. Track points capture recorded movement over time.
How to use this file
Use an example GPX file to test GPS track parsing, elevation and timestamp handling, and tools that import routes or visualize recorded activity.
Related files
- geojsonGeoJSON SampleA GeoJSON FeatureCollection with a point, a line, and a polygon — for testing map tools and geo importers.
- kmlKML PlacesA KML document with named placemarks — for testing Google Earth / mapping importers.
- csv10,000-Row CSVA CSV with 10,000 data rows — for testing streaming parsers, memory handling, and import performance.
- jsonAPI Error — 404 (RFC 9457 problem+json)A 404 error body in RFC 9457 (problem+json) form, with type, title, status, detail, and instance — for testing structured error handling and problem-detail parsers.
- jsonAPI Error — 422 Validation (JSON)A 422 validation-error response with a machine-readable list of field errors — for testing form-validation surfacing and error mapping.
- jsonAPI Response — Users Page 1 (JSON)Page 1 of a paginated JSON API response (users), with page metadata and a `hasMore` flag. Paired with page 2 for testing pagination and infinite-scroll logic.
Generated by generation/data_formats.py. Free for any use, no attribution required — license.