我一直在四处寻找并且无法找到GPX文件中椭圆体或大地水准面对应于“0”高程的标准。有标准吗?我只假设WGS84椭圆体?或者,如果使用不同的标准,有没有办法从文件中找出使用的是哪一个?或做出有根据的猜测?
你的答案来源是什么?我很想有一个权威的参考。
答案 0 :(得分:3)
<xsd:schema targetNamespace="http://www.topografix.com/GPX/1/1" elementFormDefault="qualified">
<xsd:annotation>
<xsd:documentation>
GPX schema version 1.1 - For more information on GPX and this schema, visit http://www.topografix.com/gpx.asp GPX uses the following conventions: all coordinates are relative to the WGS84 datum. All measurements are in metric units.
</xsd:documentation>
</xsd:annotation>
这往往会支持你的假设。稍后在模式中显式引用要使用的垂直基准。