Created
July 30, 2020 09:02
-
-
Save andion/41a000c53e41ab8d82fd6306d4254899 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$": { | |
"version": "1.1", | |
"creator": "nodomain.freeyourgadget.gadgetbridge.GBApplication 0.35.2", | |
"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", | |
"xmlns:gpxtpx": "http://www.garmin.com/xmlschemas/TrackPointExtension/v1" | |
}, | |
"trk": [ | |
{ | |
"trkseg": [ | |
{ | |
"trkpt": [ | |
{ | |
"$": { | |
"lat": "43.375107", | |
"lon": "-8.406095" | |
}, | |
"ele": "46.000000", | |
"time": "2019-08-28T18:12:57.000Z", | |
"extensions": { | |
"gpxtpx:TrackPointExtension": { | |
"gpxtpx:hr": "103" | |
} | |
} | |
}, | |
{ | |
"$": { | |
"lat": "43.375175", | |
"lon": "-8.405975" | |
}, | |
"ele": "46.000000", | |
"time": "2019-08-28T18:13:11.000Z", | |
"extensions": { | |
"gpxtpx:TrackPointExtension": { | |
"gpxtpx:hr": "107" | |
} | |
} | |
}, | |
/* MORE TRACK POINTS ... */ | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment