Sample GPX Files

Download Sample GPX Files

Free sample GPS track files for testing mapping apps, GPS devices, and route planning tools.

Available Sample Files

Simple Hike

A basic hiking track with GPS points through Golden Gate Park

Cycling Route

A cycling route through San Francisco with named waypoints

Waypoints List

A collection of named US landmarks as GPS waypoints

Multi-Segment Run

A running route with two track segments separated by a rest stop

Preview
simple-hike.gpx
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.1" creator="Sample GPX Generator"
  xmlns="http://www.topografix.com/GPX/1/1"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
  <metadata>
    <name>Simple Hike</name>
    <desc>A basic hiking track sample through Golden Gate Park</desc>
    <author><name>Sample GPX Generator</name></author>
    <time>2024-06-15T08:00:00Z</time>
  </metadata>
  <trk>
    <name>Morning Hike - Golden Gate Park</name>
    <type>hiking</type>
    <trkseg>
      <trkpt lat="37.7699" lon="-122.4820"><ele>52.3</ele><time>2024-06-15T08:00:00Z</time></trkpt>
      <trkpt lat="37.7705" lon="-122.4808"><ele>58.7</ele><time>2024-06-15T08:06:00Z</time></trkpt>
      <trkpt lat="37.7712" lon="-122.4795"><ele>67.1</ele><time>2024-06-15T08:12:00Z</time></trkpt>
      <trkpt lat="37.7718" lon="-122.4781"><ele>78.4</ele><time>2024-06-15T08:18:00Z</time></trkpt>
      <trkpt lat="37.7724" lon="-122.4766"><ele>92.0</ele><time>2024-06-15T08:25:00Z</time></trkpt>
      <trkpt lat="37.7730" lon="-122.4752"><ele>108.5</ele><time>2024-06-15T08:32:00Z</time></trkpt>
      <trkpt lat="37.7736" lon="-122.4737"><ele>127.3</ele><time>2024-06-15T08:40:00Z</time></trkpt>
      <trkpt lat="37.7742" lon="-122.4722"><ele>148.6</ele><time>2024-06-15T08:48:00Z</time></trkpt>
      <trkpt lat="37.7748" lon="-122.4707"><ele>172.1</ele><time>2024-06-15T08:57:00Z</time></trkpt>
      <trkpt lat="37.7754" lon="-122.4692"><ele>198.4</ele><time>2024-06-15T09:06:00Z</time></trkpt>
    </trkseg>
  </trk>
</gpx>

About GPX Files

GPX (GPS Exchange Format) is an XML-based file format used to store and share GPS data such as tracks, routes, and waypoints. It is an open standard widely supported by GPS devices, mapping software, and fitness applications.

Common Use Cases

  • Recording hiking, cycling, and running routes
  • Sharing GPS tracks between mapping applications
  • Importing routes into GPS devices like Garmin and Suunto
  • Analyzing fitness activities in Strava, Garmin Connect, and Google Maps

GPX File Structure

GPX files use GPX 1.1 format and can contain three types of GPS data: tracks (trk) which record a continuous path of GPS points, routes (rte) which define a planned path via named waypoints, and waypoints (wpt) which mark individual named locations. The format is compatible with all major GPS and mapping platforms including Garmin, Strava, Google Maps, OSMAnd, and AllTrails.

Real-World Use Cases

Route Planning

Test GPS app route imports and validate that your application correctly parses track and route data.

Fitness Tracking

Test compatibility with Strava, Garmin Connect, and other fitness platforms by importing sample activity files.

Survey Data

Test GPS survey tools and GIS applications with sample waypoint and track data in standard GPX format.

Navigation Testing

Validate waypoint handling and route calculation in navigation software and embedded GPS systems.

Frequently Asked Questions

What is a GPX file?

A GPX file is an XML-based GPS data file that stores location information such as tracks, routes, and waypoints. It stands for GPS Exchange Format and is an open standard used across GPS devices, mapping apps, and fitness platforms worldwide.

What apps open GPX files?

GPX files are supported by a wide range of applications including Garmin devices and Garmin Connect, Strava, Google Maps, Apple Maps, AllTrails, OSMAnd, Komoot, and most GIS software like QGIS and ArcGIS.

Can I merge GPX files?

Yes. Use our GPX Merger tool to combine multiple GPX files into a single file. You can merge tracks, routes, and waypoints from different files.

Are these real GPS coordinates?

The coordinates in these sample files represent real geographic locations such as Golden Gate Park in San Francisco, the Boston area, and notable US landmarks. They are suitable for testing but are not recorded activity data.