Vertical datums

A vertical coordinate system (VCS) can be referenced to two different types of surfaces: spheroidal (ellipsoidal) or gravity-related (geoidal). Most vertical coordinate systems are gravity-related. A gravity-related vertical coordinate system is often only loosely connected to a particular geographic coordinate system. Any particular vertical coordinate system may be used with different horizontal coordinate systems. A gravity-related VCS may set its zero point through a local mean sea level or a benchmark. Mean sea level will vary at different places due to topography, atmospheric effects, and so forth.

A gravity-related VCS will include a vertical datum as part of its definition. An example is shown below:

VERTCS["National_Geodetic_Vertical_Datum_1929",VDATUM["NGVD_1929"],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]]

A spheroidal VCS defines heights that are referenced to a spheroid of a geographic coordinate system. A Global Positioning System (GPS) unit natively reports heights relative to the World Geodetic System of 1984 (WGS84) ellipsoid. An onboard geoid model (discussed below) in the GPS unit converts the ellipsoidal heights to gravity-related elevations. A spheroidal height is a geometry quantity and does not have a physical sense, as a geographic coordinate system’s spheroid may fall above or below the actual earth surface. Spheroidal heights for an area may not reflect movement due to gravity, that is, the flow of water. Water can run uphill when working with spheroidal heights.

A VCS with heights or depths that are referenced to the spheroid will include a datum, rather than a vertical datum, definition. An example is shown below:

VERTCS["WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PARAMETER["Vertical_Shift",0.0],PARAMETER["Direction",1.0],UNIT["Meter",1.0]]

Related Topics

3/3/2014