HomeGeodesyCoordinate Systems → WGS84

WGS84 Coordinate System

The World Geodetic System 1984 (WGS 84) is a global standard reference frame used in cartography, geodesy, and satellite navigation, including the Global Positioning System (GPS). It provides a consistent coordinate system for the Earth, defining a standard spheroidal reference surface (ellipsoid), a geoid model for vertical datums, and a precise framework for horizontal positioning.

Key Definition

WGS 84 is a geodetic reference system maintained by the United States National Geospatial-Intelligence Agency (NGA). It is dynamically aligned with the International Terrestrial Reference Frame (ITRF) and serves as the foundational coordinate reference system for global navigation satellite systems (GNSS).

Unlike regional datums, WGS 84 is global and dynamic, meaning it is periodically updated to account for tectonic plate motion, earth tides, and improvements in satellite geodesy. Its widespread adoption has made it the de facto standard for digital mapping, aviation, maritime navigation, and geospatial software.

Historical Development

WGS 84 was developed to replace the World Geodetic System 1972 (WGS 72), which lacked the precision required for modern satellite navigation. The initial realization, designated WGS 84 (G730), was established in January 1987 using data from the TRANSIT satellite constellation and terrestrial survey networks.

With the deployment of GPS satellites, WGS 84 underwent several refinements. The introduction of the Block II GPS satellites in 1990 enabled the WGS 84 (G873) realization in January 1994, which aligned the datum with the ITRF90 at the centimeter level. Subsequent realizations (G1150, G1674, G1762, and G2139) incorporated increasingly precise satellite laser ranging, VLBI, and SLR data, maintaining compatibility with successive ITRF versions.

The NGA maintains strict compatibility between WGS 84 and ITRF, ensuring that coordinates derived from GPS remain consistent with international geodetic standards. Modern GIS platforms and spatial databases default to WGS 84 (EPSG:4326) as their primary geographic coordinate reference system.

Mathematical Framework

The WGS 84 reference ellipsoid is mathematically defined by a set of geodetic parameters. These parameters establish the shape, size, and gravitational characteristics of the Earth model used for coordinate calculations.

Parameter Symbol Value Unit
Semi-major axisa6,378,137.0meter
Inverse flattening1/f298.257223563
Geocentric gravitational constantGM3.986004418 × 10¹⁴m³/s²
Normal angular velocityω7.292115 × 10⁻⁵rad/s
Flatteningf1 / 298.257223563 ≈ 0.003352810664747

The ellipsoid's equatorial radius is identical to that of the GRS 80 reference system, ensuring compatibility with international standards. The flattening parameter defines the Earth's oblateness, accounting for the polar compression caused by planetary rotation.

Coordinate Structure

WGS 84 uses a three-dimensional geodetic coordinate system consisting of latitude (φ), longitude (λ), and ellipsoidal height (h). Unlike geodetic height, ellipsoidal height is measured perpendicular to the reference ellipsoid, not relative to mean sea level.

Horizontal Coordinates

Latitude and longitude are angular measurements expressed in decimal degrees or degrees-minutes-seconds (DMS). Positive latitude indicates the Northern Hemisphere; negative indicates the Southern. Longitude ranges from -180° to +180°, with positive values east of the Prime Meridian (Greenwich).

Vertical Reference

The WGS 84 geoid model (EGM96/EGM2008 compatible approximations) provides the vertical datum. Ellipsoidal height (h) relates to orthometric height (H, above mean sea level) via the geoid undulation (N):

Geodetic Relationship

h = H + N, where N represents the separation between the reference ellipsoid and the geoid. In practical applications, precise height conversions require high-resolution global geopotential models.

Datum Realizations

Because the Earth's crust moves continuously, WGS 84 is realized at specific epochs. Each realization maintains alignment with the corresponding ITRF version within sub-centimeter accuracy:

  • WGS 84 (G730): Initial realization (1987) based on TRANSIT data
  • WGS 84 (G873): Aligned with ITRF90 (1994)
  • WGS 84 (G1150): ITRF2000 compatible (2002)
  • WGS 84 (G1674): ITRF2005 compatible (2007)
  • WGS 84 (G1762): ITRF2008 compatible (2011)
  • WGS 84 (G2139): Current realization, ITRF2014 aligned (2023)

For most civilian applications, the distinction between realizations is negligible. However, high-precision surveying, geodetic monitoring, and tectonic studies require explicit epoch referencing.

Applications

WGS 84 serves as the foundational coordinate system across numerous domains:

  • Global Navigation Satellite Systems (GNSS): GPS, GLONASS, Galileo, and BeiDou all broadcast positions referenced to WGS 84 or closely aligned frames.
  • Geographic Information Systems (GIS): Software platforms (QGIS, ArcGIS, Mapbox, OpenLayers) default to WGS 84 (EPSG:4326) for spatial data exchange.
  • Aviation & Maritime: Flight management systems, electronic charts, and air traffic control rely on WGS 84 for route planning and collision avoidance.
  • Web Mapping: Tile coordinates, GeoJSON, and KML formats use WGS 84 as the standard geographic coordinate system.
  • Scientific Research: Climate modeling, tectonic monitoring, and remote sensing calibrate observations to the WGS 84 reference frame.

Technical Implementation

In spatial databases and geospatial libraries, WGS 84 is identified by EPSG:4326. The coordinate order is typically (longitude, latitude, height), though historical GIS implementations sometimes use (latitude, longitude). Proper axis ordering is critical for interoperability.

CRS Definition (WKT2)

GEOGCRS["WGS 84", ENSEMBLE["World Geodetic System 1984 ensemble", MEMBER["World Geodetic System 1984 (Transit)"]...], PRIMEM["Greenwich", 0], UNIT["degree", angle_unit], AXIS["latitude", north], AXIS["longitude", east]]

Transformations between WGS 84 and local datums (e.g., NAD83, ETRS89, GDA2020) require Helmert transformations, NADCON grids, or 7-parameter molodensky adjustments. Modern geospatial libraries (Proj, GDAL, PyProj) handle these automatically using EPSG registry parameters.

References

  1. National Geospatial-Intelligence Agency (NGA). "World Geodetic System 1984: Its Definition and Relationships with Local Geodetic Systems." NGA Technical Report TR8350.2, 2012.
  2. IERS Conventions (2010). "IERS Technical Note No. 36." International Earth Rotation and Reference Systems Service.
  3. EPSG Geodetic Parameter Registry. "Coordinate Reference System: WGS 84 (EPSG:4326)." Maintained by Petrofac Spatial, EPSG Authority.
  4. Davis, J.L., et al. "The Realization of WGS 84." Journal of Geodesy, vol. 76, no. 5, 2002, pp. 289–295.
  5. Schofield, W., & Davies, R.D. "An Introduction to Surveying." 6th ed., Routledge, 2018. Chapter 4: Geodetic Datums & Coordinate Systems.

See Also