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 Steve K.. 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:
| Component | What it specifies | Example (WGS-84) |
|---|---|---|
| Reference ellipsoid | Mathematical shape: a, 1/f | a = 6,378,137 m; 1/f = 298.257223563 |
| Origin | Where the ellipsoid sits in space | Earth's centre of mass |
| Orientation | How the axes align to rotating Earth | Z = IERS Reference Pole; X = IERS Reference Meridian |
| Gravity-field model | For height work; defines the geoid | EGM2008 (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 type | Reference | Provides | Example |
|---|---|---|---|
| Horizontal | An ellipsoid + orientation + origin | Latitude, longitude (and optionally ellipsoidal height) | WGS-84, NAD 83 |
| Vertical | A gravity-equipotential surface (geoid) or a tide gauge | Orthometric height (~ above mean sea level) | NAVD 88, ODN, EGM2008 |
| 3D combined | Horizontal + 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
| Datum | Region | Ellipsoid | Fixed to | Notes |
|---|---|---|---|---|
| WGS-84 (G2139) | Global | WGS-84 | Earth's centre of mass | Broadcast by GPS; aligned ITRF2014 |
| ITRF2014 | Global | GRS80 | Earth's centre of mass | IERS scientific reference |
| NAD 83(2011) | North America | GRS80 | North American plate | US federal mapping; epoch 2010.00 |
| ETRS89 | Europe | GRS80 | Eurasian plate | INSPIRE; epoch 1989.0 |
| GDA2020 | Australia | GRS80 | Australian plate | Replaced GDA94 in 2020 |
| JGD2011 | Japan | GRS80 | Eurasian plate (Japan) | Post-Tohoku earthquake update |
| OSGB36 | Britain | Airy 1830 | National triangulation | OSNG basis (EPSG:27700) |
| Tokyo Datum 1918 | Japan (legacy) | Bessel 1841 | Tokyo origin | Replaced by JGD2000/2011 |
| NAD 27 | North America (legacy) | Clarke 1866 | Meades Ranch origin | Pre-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 datum | Region | Reference | Notes |
|---|---|---|---|
| NAVD 88 | North America | Tide gauge at Father Point/Pointe-au-Père, Quebec | Replaces NGVD 29 |
| NGVD 29 | North America (legacy) | Mean sea level from 26 US tide gauges | Pre-1991 official |
| NAPGD2022 | North America (post-NSRS) | Hybrid geoid (gravity-based) | Replaces NAVD 88 |
| EGM2008 | Global geoid | NGA spherical-harmonic model to degree 2190 | Standard global vertical |
| GEOID18 | US | NGS hybrid geoid | Translates ellipsoidal ↔ NAVD 88 |
| ODN | Britain | Newlyn (Cornwall) tide gauge, 1915-1921 | Ordnance Datum Newlyn |
| Tokyo Peil | Japan | Tokyo Bay tide gauge | Japanese 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 network | Realizes | Approximate station count | Maintained by |
|---|---|---|---|
| US CORS Network | NAD 83(2011); positioning of all US datums | ~1,800 | NOAA NGS |
| EUREF Permanent Network | ETRS89 | ~330 | EUREF / EPN |
| AUSCORS / GDA stations | GDA2020 | ~250 | Geoscience Australia |
| GEONET (Japan) | JGD2011 | ~1,300 | GSI Japan |
| International GNSS Service (IGS) | ITRF realizations | ~500 globally | IGS / IERS |
| NGA Operational Control Segment | WGS-84 | ~12 monitor stations | NGA / 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 type | Form | Accuracy | Use |
|---|---|---|---|
| Helmert / Bursa-Wolf (7-param) | 3 translations + 3 rotations + 1 scale | Metre-level continent-wide | Inter-continental; most EPSG-published pairs |
| Grid-shift (NTv2, etc.) | Lookup grid of correction values | Centimetre to sub-metre regionally | Where Helmert is insufficient |
| Time-dependent transformation | Helmert + plate-velocity rates | Position at any epoch | Cross-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:
| Datum | Latitude | Longitude | Note |
|---|---|---|---|
| NAD 27 | 39° 13′ 26.686″ N | 98° 32′ 30.506″ W | Defining value |
| NAD 83(2011) | 39° 13′ 26.71″ N | 98° 32′ 31.74″ W | Modern 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 type | Why datum matters | Authoritative tool |
|---|---|---|
| Sub-metre surveying / engineering | 1-2 m WGS-84↔NAD83 offset exceeds the work's precision budget | NGS NCAT, PROJ |
| Cross-system data integration | A federal NAD 83 dataset and a GPS WGS-84 log must agree to merge | NGS NCAT, PROJ |
| Long-term infrastructure records | Plate drift moves WGS-84 coordinates ~2.5 cm/year in CONUS; deeds need stable references | Plate-fixed datums (NAD 83, ETRS89, GDA2020) |
| Vertical work / orthometric heights | Ellipsoidal vs orthometric differ by up to ~100 m | Vertical 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
| Era | Milestone | Significance |
|---|---|---|
| 18th-19th c. | National triangulation networks (Bessel, Clarke, Airy ellipsoids) | First high-precision regional surveys |
| 1924 | International Ellipsoid (IUGG) | First attempt at a global standard |
| 1927 | NAD 27 (Clarke 1866, Meades Ranch origin) | North American official |
| 1980 | GRS80 ellipsoid adopted (IAG) | Modern global ellipsoid standard |
| 1984 | WGS 84 published by DoD | The GPS broadcast datum |
| 1989 | ETRS89 fixed to Eurasian plate, epoch 1989.0 | European continental datum |
| 1993 | NAD 83(1986) realized | First post-GPS US realization |
| 2007-2014 | NAD 83(2011), ETRS89(2020), ITRF2014, WGS-84(G1762/G2139) | GNSS-based re-realizations |
| 2020 | GDA2020 (Australia), ITRF2020 | Continental updates |
| 2025-2027 | NATRF2022 / NAPGD2022 replaces NAD 83 / NAVD 88 (US) | NSRS modernization |
Common misconceptions
Related pillars
The other seven pillar concepts on Coordinately:
- What is latitude and longitude? — the angular coordinates a datum anchors
- Coordinate formats explained — every format silently references a datum
- How GPS works — broadcasts in WGS-84, the canonical modern datum
- What is a map projection? — projections start from a datum
- Time zones explained — civil-time bands anchored to longitudes in a datum
- History of latitude and longitude — the evolution of datums from Ptolemy to ITRF
- Great-circle distance — Vincenty's formula on the WGS-84 ellipsoid
Related
- Coordinate Systems Overview— The pillar — coordinate system + datum = CRS
- WGS 84 Explained— The most-used global datum
- Geographic Coordinate Systems— How datums combine with the angular CS to form geographic CRSs
- The Geoid Explained— The vertical-datum reference surface (when shipped)
- Methodology— How content is sourced and verified
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
- ISO — ISO 19111:2019 — Referencing by coordinates (CRS = CS + Datum) · https://www.iso.org/standard/74039.html · Accessed .
- NGA STND 0036 — WGS 84 v1.0.0 — defining datum (a, 1/f, GM, ω, EGM2008) · https://earth-info.nga.mil/index.php?dir=wgs84 · Accessed .
- NOAA NGS — Datums overview + NAD83(2011) / NAVD88 + NSRS modernization (NATRF2022, NAPGD2022) · https://geodesy.noaa.gov/datums/ · Accessed .
- NOAA NGS — CORS Network — ~1,800 stations realizing NAD 83(2011) · https://geodesy.noaa.gov/CORS/ · Accessed .
- NOAA NGS — NCAT — National Coordinate Conversion and Transformation Tool · https://www.ngs.noaa.gov/NCAT/ · Accessed .
- EUREF Permanent Network — ETRS89 realization, ~330 European GNSS stations · https://www.epncb.oma.be/ · Accessed .
- IGS — International GNSS Service — ITRF realizations across ~500 global stations · https://www.igs.org/ · Accessed .
- IERS — ITRF2014 / ITRF2020 — current and emerging international reference frames · https://itrf.ign.fr/ · Accessed .
- IOGP / EPSG — Helmert 7-parameter transformations + NTv2 grid-shift identifiers (registry) · https://epsg.org/ · Accessed .
- 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}
}