Time and elevation on GPX syntax
Posted: Thu Sep 19, 2013 5:03 pm
Hi,
I am importing a gpx file from a track recorded with another GPS application --- MotionX - GPS
(first lines of the gpx file)
<gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" creator="MotionXGPSFull 21.1 Build 4789R">
<trk>
<name>PR3 FF set2013</name>
<desc>14/09/2013 12:30 pm</desc>
<trkseg>
<trkpt lat="40.2092356" lon="-8.8930495">
<ele>25.857</ele>
<time>2013-09-14T11:30:27.347Z</time>
</trkpt>
<trkpt lat="40.2092451" lon="-8.8930459">
<ele>26.778</ele>
<time>2013-09-14T11:30:28.242Z</time>
AlpineQuest doesn't read time information and elevation values reported are "wrong" (compared to real ones).
I have been searching on the gpx 1.1 syntax and standards adopted for time and elevation but I couldn't find answers to:
1) the number of decimal places on time field? It seems that AlpineQuest hopes to find always 2.
2) the elevation field value is? -> a) elevation above the ellipsoid “WGS84” earth shape
or b) elevation corrected for geoid shape.
It seems that AlpineQuest assumes that elevation field values on the gpx imported files are the ones above ellipsoid.
Thanks in advance
Rac
I am importing a gpx file from a track recorded with another GPS application --- MotionX - GPS
(first lines of the gpx file)
<gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" creator="MotionXGPSFull 21.1 Build 4789R">
<trk>
<name>PR3 FF set2013</name>
<desc>14/09/2013 12:30 pm</desc>
<trkseg>
<trkpt lat="40.2092356" lon="-8.8930495">
<ele>25.857</ele>
<time>2013-09-14T11:30:27.347Z</time>
</trkpt>
<trkpt lat="40.2092451" lon="-8.8930459">
<ele>26.778</ele>
<time>2013-09-14T11:30:28.242Z</time>
AlpineQuest doesn't read time information and elevation values reported are "wrong" (compared to real ones).
I have been searching on the gpx 1.1 syntax and standards adopted for time and elevation but I couldn't find answers to:
1) the number of decimal places on time field? It seems that AlpineQuest hopes to find always 2.
2) the elevation field value is? -> a) elevation above the ellipsoid “WGS84” earth shape
or b) elevation corrected for geoid shape.
It seems that AlpineQuest assumes that elevation field values on the gpx imported files are the ones above ellipsoid.
Thanks in advance
Rac