Skip to content

Instantly share code, notes, and snippets.

@andion
Last active July 30, 2020 09:08
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 andion/11d12d6d3483cc69fa243d17ea0dfd77 to your computer and use it in GitHub Desktop.
Save andion/11d12d6d3483cc69fa243d17ea0dfd77 to your computer and use it in GitHub Desktop.
Extract of a GPX track generated from an amafit bip
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<gpx version="1.1" creator="nodomain.freeyourgadget.gadgetbridge.GBApplication 0.35.2" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1"
xmlns="http://www.topografix.com/GPX/1/1">
<trk>
<trkseg>
<trkpt lon="-8.406095" lat="43.375107">
<ele>46.000000</ele>
<time>2019-08-28T18:12:57Z</time>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:hr>103</gpxtpx:hr>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
<trkpt lon="-8.405975" lat="43.375175">
<ele>46.000000</ele>
<time>2019-08-28T18:13:11Z</time>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:hr>107</gpxtpx:hr>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
...
</trkseg></trk>
</gpx>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment