Skip to content

Instantly share code, notes, and snippets.

@billday
Created February 27, 2012 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billday/1927672 to your computer and use it in GitHub Desktop.
Save billday/1927672 to your computer and use it in GitHub Desktop.
This is an abridged example GPX file containing GPS track information exported as a part of RunKeeper's Health Graph user data export function. Details: http://blog.healthgraph.com/2012/02/27/user-data-export
<?xml version="1.0" encoding="UTF-8"?>
<gpx
version="1.1"
creator="RunKeeper - http://www.runkeeper.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.topografix.com/GPX/1/1"
xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<trk>
<name><![CDATA[Running 2/26/12 9:01 am]]></name>
<time>2012-02-26T09:01:07Z</time>
<trkseg>
<trkpt lat="36.198138000" lon="-96.061514000"><ele>293.3</ele><time>2012-02-26T09:01:07Z</time></trkpt>
<trkpt lat="36.198220000" lon="-96.061457000"><ele>293.1</ele><time>2012-02-26T09:01:12Z</time></trkpt>
<trkpt lat="36.198310000" lon="-96.061379000"><ele>293.0</ele><time>2012-02-26T09:01:15Z</time></trkpt>
{many more track points removed for brevity}
<trkpt lat="36.198138000" lon="-96.061589000"><ele>294.0</ele><time>2012-02-26T10:11:21Z</time></trkpt>
</trkseg>
</trk>
</gpx>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment