我一直在四处寻找,无法找到椭圆体或大地水准面对应于 GPX 文件中的“0”高程的标准。有标准吗?我是否只是假设 WGS84 椭球?或者如果使用不同的标准,有没有办法从文件中找出使用了哪个标准?还是做出有根据的猜测?
您的答案的来源是什么?我很想有一个权威的参考。
我从官方 GPX 1.1 Schema的开头剪辑了以下内容
<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>
这往往支持你的假设。稍后在模式中明确引用要使用的垂直基准。