Coordinately

What Is a Geodetic Datum?

Geodetic datums explained — ellipsoid + origin + orientation + gravity model, horizontal vs vertical, WGS-84 vs NAD83, and how datums are realized via GNSS.

By . Published . Last updated .

A geodetic datum is the reference frame that anchors coordinates to the physical Earth: a reference ellipsoid, an origin (typically Earth's centre of mass), an axes orientation, and a gravity-field model. The same latitude and longitude can refer to different physical points under different datums.

A point on the ground has a fixed physical location. Its coordinates do not — they depend on which reference frame is used to describe it. Integrating data across systems requires agreeing on which reference frame each dataset is in, and that frame is the datum. This article covers the four components of a modern geodetic datum, the distinction between horizontal and vertical datums, the major operational datums in use today, how a datum is realized (the network of physical reference stations that actualise the abstract definition), and the transformation arithmetic between them. The companion pillar /learn/coordinate-systems-overview covers the CS-plus-datum split per ISO 19111; /learn/wgs84-explained and /learn/nad83-explained go deep on the two most widely-used datums.

The four components of a datum

Per ISO 19111:2019, a modern geodetic datum is defined by four interdependent parts:

ComponentWhat it specifiesExample (WGS-84)
Reference ellipsoidMathematical shape: a, 1/fa = 6,378,137 m; 1/f = 298.257223563
OriginWhere the ellipsoid sits in spaceEarth's centre of mass
OrientationHow the axes align to rotating EarthZ = IERS Reference Pole; X = IERS Reference Meridian
Gravity-field modelFor height work; defines the geoidEGM2008 (degree/order 2190)

The ellipsoid alone is a shape; the datum fixes that shape against physical Earth. Two datums can share the same ellipsoid and still be distinct — NAD 83, ETRS89, GDA2020, ITRF and JGD2011 all use the GRS80 ellipsoid but have different origins, orientations and realization epochs, and therefore name different physical points with the same nominal coordinates.

Horizontal vs vertical datums

Most coordinate workflows treat horizontal and vertical datums as separable:

Datum typeReferenceProvidesExample
HorizontalAn ellipsoid + orientation + originLatitude, longitude (and optionally ellipsoidal height)WGS-84, NAD 83
VerticalA gravity-equipotential surface (geoid) or a tide gaugeOrthometric height (~ above mean sea level)NAVD 88, ODN, EGM2008
3D combinedHorizontal + vertical, with a geoid model linking them(lat, lon, orthometric height)NAD 83 + NAVD 88 + GEOID18

A raw GPS receiver outputs ellipsoidal height (the third coordinate in the horizontal datum's 3D form, EPSG:4979 for WGS-84). Engineering, hydrology, aviation and any work where "water flows downhill" matters needs orthometric height instead, which lives in a separate vertical datum and requires a geoid model (EGM2008 global, GEOID18 US, OSGM15 UK, etc.) to convert.

Common horizontal datums

DatumRegionEllipsoidFixed toNotes
WGS-84 (G2139)GlobalWGS-84Earth's centre of massBroadcast by GPS; aligned ITRF2014
ITRF2014GlobalGRS80Earth's centre of massIERS scientific reference
NAD 83(2011)North AmericaGRS80North American plateUS federal mapping; epoch 2010.00
ETRS89EuropeGRS80Eurasian plateINSPIRE; epoch 1989.0
GDA2020AustraliaGRS80Australian plateReplaced GDA94 in 2020
JGD2011JapanGRS80Eurasian plate (Japan)Post-Tohoku earthquake update
OSGB36BritainAiry 1830National triangulationOSNG basis (EPSG:27700)
Tokyo Datum 1918Japan (legacy)Bessel 1841Tokyo originReplaced by JGD2000/2011
NAD 27North America (legacy)Clarke 1866Meades Ranch originPre-GPS; ~30 m offset vs NAD 83

The dominant modern split is global (WGS-84, ITRF) versus continental (NAD 83, ETRS89, GDA2020, JGD2011). Continental datums are fixed to a specific tectonic plate so that coordinates stay numerically stable over time within that plate — an essential property for infrastructure records, deeds and surveys that must remain valid for decades. Global datums instead follow the geocentre and let coordinates drift with the plate they happen to sit on.

Common vertical datums

Vertical datumRegionReferenceNotes
NAVD 88North AmericaTide gauge at Father Point/Pointe-au-Père, QuebecReplaces NGVD 29
NGVD 29North America (legacy)Mean sea level from 26 US tide gaugesPre-1991 official
NAPGD2022North America (post-NSRS)Hybrid geoid (gravity-based)Replaces NAVD 88
EGM2008Global geoidNGA spherical-harmonic model to degree 2190Standard global vertical
GEOID18USNGS hybrid geoidTranslates ellipsoidal ↔ NAVD 88
ODNBritainNewlyn (Cornwall) tide gauge, 1915-1921Ordnance Datum Newlyn
Tokyo PeilJapanTokyo Bay tide gaugeJapanese standard MSL

A height is "height above the reference surface." The reference is typically the geoid (a gravity-equipotential surface that approximately matches mean sea level). Orthometric heights are what civil engineers mean by "elevation"; ellipsoidal heights from raw GPS are geometrically simpler but require a geoid model to convert.

How a datum is realized

The definition of a datum is abstract — ellipsoid, origin, orientation. The realization is the network of physical reference points whose coordinates in that datum are observed, published, and periodically updated. Without realization, the definition has no operational meaning.

Realization networkRealizesApproximate station countMaintained by
US CORS NetworkNAD 83(2011); positioning of all US datums~1,800NOAA NGS
EUREF Permanent NetworkETRS89~330EUREF / EPN
AUSCORS / GDA stationsGDA2020~250Geoscience Australia
GEONET (Japan)JGD2011~1,300GSI Japan
International GNSS Service (IGS)ITRF realizations~500 globallyIGS / IERS
NGA Operational Control SegmentWGS-84~12 monitor stationsNGA / DoD

Modern realization is overwhelmingly GNSS-based: continuously-operating reference stations log satellite observations 24/7 and their positions are adjusted into the chosen datum at defined epochs. Older realizations (NAD 27, Tokyo Datum 1918, OSGB36) used triangulation networks of physical survey monuments connected by precisely measured angles and baselines; those networks remain in place as legacy references but are no longer the operational source of new coordinates.

Datum transformations

Converting coordinates from one datum to another is a transformation — distinct from a projection, which converts between coordinate systems within the same datum. Two main classes are in operational use:

Transformation typeFormAccuracyUse
Helmert / Bursa-Wolf (7-param)3 translations + 3 rotations + 1 scaleMetre-level continent-wideInter-continental; most EPSG-published pairs
Grid-shift (NTv2, etc.)Lookup grid of correction valuesCentimetre to sub-metre regionallyWhere Helmert is insufficient
Time-dependent transformationHelmert + plate-velocity ratesPosition at any epochCross-epoch work; geodynamic studies

A casual 7-parameter Helmert between NAD 27 and NAD 83 in CONUS gives metre-scale errors; an NTv2 grid-shift transformation (the NADCON5 / GEOCON workflow that NGS publishes) reduces those to sub-metre. The EPSG registry catalogues both Helmert parameters and grid-shift identifiers for hundreds of datum pairs. The PROJ library and NGS NCAT are the operational tools that consume them.

A worked example: Meades Ranch, Kansas

The NAD 27 origin monument at Meades Ranch (lat ~39.215° N, lon ~98.541° W) is the historical reference point of the old North American datum. Its coordinates in three datums:

DatumLatitudeLongitudeNote
NAD 2739° 13′ 26.686″ N98° 32′ 30.506″ WDefining value
NAD 83(2011)39° 13′ 26.71″ N98° 32′ 31.74″ WModern GPS-based
Approximate offset~25 milli-arcseconds~1.2 arcseconds~28 m on the ground

The marker itself has not moved. The 28-metre apparent shift comes entirely from the datum change: NAD 27 used the Clarke 1866 ellipsoid with the topocentric Meades Ranch origin; NAD 83 uses GRS80 with a geocentric origin. Same monument, different reference frames, different numbers.

For the more common modern transformation — WGS-84 to NAD 83 in CONUS — the typical offset is 1-2 m. Both datums were intentionally aligned closely in their original definitions, and the 1-2 m gap is the cumulative drift of the North American plate against the global geocentric frame since 1986.

When datums matter

For everyday consumer-GPS navigation, datum choice rarely matters: the ~4.9 m positioning error of civilian GPS (SPS PS 2020) swamps the 1-2 m inter-datum offset. Three classes of work are different:

Work typeWhy datum mattersAuthoritative tool
Sub-metre surveying / engineering1-2 m WGS-84↔NAD83 offset exceeds the work's precision budgetNGS NCAT, PROJ
Cross-system data integrationA federal NAD 83 dataset and a GPS WGS-84 log must agree to mergeNGS NCAT, PROJ
Long-term infrastructure recordsPlate drift moves WGS-84 coordinates ~2.5 cm/year in CONUS; deeds need stable referencesPlate-fixed datums (NAD 83, ETRS89, GDA2020)
Vertical work / orthometric heightsEllipsoidal vs orthometric differ by up to ~100 mVertical datum + geoid model

The NGS NCAT tool is the US authoritative service for any horizontal or vertical transformation that crosses datums. The PROJ library is the open-source operational tool for the rest of the world.

A short history of geodetic datums

EraMilestoneSignificance
18th-19th c.National triangulation networks (Bessel, Clarke, Airy ellipsoids)First high-precision regional surveys
1924International Ellipsoid (IUGG)First attempt at a global standard
1927NAD 27 (Clarke 1866, Meades Ranch origin)North American official
1980GRS80 ellipsoid adopted (IAG)Modern global ellipsoid standard
1984WGS 84 published by DoDThe GPS broadcast datum
1989ETRS89 fixed to Eurasian plate, epoch 1989.0European continental datum
1993NAD 83(1986) realizedFirst post-GPS US realization
2007-2014NAD 83(2011), ETRS89(2020), ITRF2014, WGS-84(G1762/G2139)GNSS-based re-realizations
2020GDA2020 (Australia), ITRF2020Continental updates
2025-2027NATRF2022 / NAPGD2022 replaces NAD 83 / NAVD 88 (US)NSRS modernization

Common misconceptions

Related pillars

The other seven pillar concepts on Coordinately:

Frequently asked questions

What is a geodetic datum?

A geodetic datum is the reference frame that anchors coordinates to the physical Earth. Per ISO 19111, a datum consists of a reference ellipsoid (the mathematical model of Earth's shape), an origin (where the ellipsoid's centre sits in space), an orientation (how its axes are aligned to the rotating Earth), and an associated gravity-field model (for heights). The same latitude and longitude in different datums describe different physical points on the ground.

What's the difference between a horizontal and vertical datum?

A horizontal datum is the reference frame for latitude and longitude — it provides the ellipsoid and orientation needed to locate a point on the Earth's surface in 2D. A vertical datum is the reference frame for heights — it defines what height = 0 means, usually a model of mean sea level (the geoid) or a national tide-gauge reference. Most modern coordinate workflows track horizontal and vertical datums independently: WGS 84 horizontal + NAVD 88 vertical, for example.

What are the most-used horizontal datums?

Globally, WGS 84 (maintained by the US DoD's NGA) and ITRF (the civilian/scientific reference frame maintained by IERS). Regionally, NAD 83 in North America, ETRS89 in Europe, GDA94 / GDA2020 in Australia, and various national datums elsewhere (Tokyo Datum / JGD2011 in Japan, OSGB36 in Britain, BD72 in Belgium). Each has its own ellipsoid, origin, and realization history. The EPSG registry catalogues them all.

How is a datum 'realized' on the ground?

Through a network of continuously-operating reference stations (CORS) and other geodetic monuments whose coordinates are observed and published. NOAA NGS operates a national CORS network for the US (NSRS); IGS operates a global network for ITRF; equivalent networks exist for ETRS89, GDA, and other datums. The datum is the abstract reference frame; the network of CORS is the physical realization that makes the frame measurable.

What is a datum transformation?

A datum transformation converts coordinates from one datum to another — for example, from WGS 84 to NAD 83. Common methods include Helmert / Bursa-Wolf seven-parameter transformations (translation, rotation, scale) for simple cases, and grid-based transformations (NTv2, GEOID22, GEOID18) for cases that require regional accuracy. The NGS NCAT tool provides authoritative US transformations; PROJ implements transformations between most EPSG-registered datums.

What is the difference between a datum and an ellipsoid?

An ellipsoid is a mathematical shape (specified by semi-major axis a and flattening 1/f) that approximates Earth. A datum adds three things to the ellipsoid: an origin (where the centre sits relative to physical Earth), an orientation (how the axes align with rotating Earth), and a gravity-field model. Two datums can share the same ellipsoid and still be distinct — NAD 83, ETRS89 and GDA2020 all use GRS80 but anchor it differently to their respective plates.

Why does WGS-84 differ from NAD 83 in CONUS?

WGS-84 is fixed globally to the Earth-centre-of-mass frame; NAD 83 is fixed to the North American tectonic plate. The plate has drifted ~2-3 cm/year against the global frame since the two datums were aligned in 1986, accumulating a ~1-2 m offset in CONUS today. For consumer GPS the offset is below the noise floor. For survey-grade or legal-boundary work, use NGS NCAT or PROJ to transform between the two.

When is NSRS Modernization replacing NAD 83?

NOAA NGS is rolling out NSRS Modernization between 2025 and 2027. NAD 83 will be replaced by NATRF2022 (North American Terrestrial Reference Frame 2022) horizontally, and NAVD 88 by NAPGD2022 (North American-Pacific Geopotential Datum 2022) vertically. The new frames are aligned far more tightly with WGS-84 and the International Terrestrial Reference Frame (ITRF). Legacy NAD 83 data will need explicit transformation.

Sources

  1. ISOISO 19111:2019 — Referencing by coordinates (CRS = CS + Datum) · https://www.iso.org/standard/74039.html · Accessed .
  2. NGA STND 0036WGS 84 v1.0.0 — defining datum (a, 1/f, GM, ω, EGM2008) · https://earth-info.nga.mil/index.php?dir=wgs84 · Accessed .
  3. NOAA NGSDatums overview + NAD83(2011) / NAVD88 + NSRS modernization (NATRF2022, NAPGD2022) · https://geodesy.noaa.gov/datums/ · Accessed .
  4. NOAA NGSCORS Network — ~1,800 stations realizing NAD 83(2011) · https://geodesy.noaa.gov/CORS/ · Accessed .
  5. NOAA NGSNCAT — National Coordinate Conversion and Transformation Tool · https://www.ngs.noaa.gov/NCAT/ · Accessed .
  6. EUREF Permanent NetworkETRS89 realization, ~330 European GNSS stations · https://www.epncb.oma.be/ · Accessed .
  7. IGSInternational GNSS Service — ITRF realizations across ~500 global stations · https://www.igs.org/ · Accessed .
  8. IERSITRF2014 / ITRF2020 — current and emerging international reference frames · https://itrf.ign.fr/ · Accessed .
  9. IOGP / EPSGHelmert 7-parameter transformations + NTv2 grid-shift identifiers (registry) · https://epsg.org/ · Accessed .
  10. Sella et al. (2002)"REVEL: A model for Recent plate Velocities from space geodesy," J. Geophys. Res. 107(B4) — plate-drift rates 2-9 cm/year · https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2000JB000033 · Accessed .

Cite this article

APA format:

Steve K. (2026). What Is a Geodetic Datum?. Coordinately. https://coordinately.org/learn/what-is-a-geodetic-datum

BibTeX:

@misc{coordinately_whatisa_2026,
  author = {K., Steve},
  title  = {What Is a Geodetic Datum?},
  year   = {2026},
  publisher = {Coordinately},
  url    = {https://coordinately.org/learn/what-is-a-geodetic-datum},
  note   = {Accessed: 2026-06-05}
}