Skip to content

Instantly share code, notes, and snippets.

@augusteo
Created January 18, 2017 08:51
Show Gist options
  • Save augusteo/220f316192c201874545f8e3fa95ddc3 to your computer and use it in GitHub Desktop.
Save augusteo/220f316192c201874545f8e3fa95ddc3 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpsies="http://www.gpsies.com/GPX/1/0" creator="GPSies http://www.gpsies.com - GPSies Track" version="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 http://www.gpsies.com/GPX/1/0 http://www.gpsies.com/gpsies.xsd">
<metadata>
<name>GPSies Track</name>
<link href="http://www.gpsies.com/">
<text>GPSies Track on GPSies.com</text>
</link>
<time>2016-07-10T05:47:48Z</time>
</metadata>
<trk>
<name>GPSies Track on GPSies.com</name>
<trkseg>
<trkpt lat="-37.8117843" lon="144.9566173">
<ele>62.000000</ele>
<time>2010-01-01T00:00:00Z</time>
</trkpt>
...
<trkpt lat="-37.8118521" lon="144.9564456">
<ele>59.000000</ele>
<time>2010-01-01T03:27:06Z</time>
</trkpt>
</trkseg>
</trk>
</gpx>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment