Coordinate Systems

Geographic, grid, geocentric, and local coordinate systems used in surveying.

Overview#

Every measurement a surveyor makes ultimately answers one question: where is this point? The answer depends entirely on the coordinate system chosen to express position. A boundary corner, a GPS antenna, and a construction stake all occupy the same physical location -- but each may be described using a different set of numbers depending on the framework in use.

Broadly, the coordinate systems used in surveying fall into four categories:

SystemCoordinatesTypical Use
GeographicLatitude (ϕ\phi), Longitude (λ\lambda), Height (hh)Geodetic computations, GNSS output
Geocentric (ECEF)XX, YY, ZZInternal GPS processing, satellite orbits
GridNorthing (NN), Easting (EE)State Plane, UTM, mapping
Local / AssumedArbitrary NN, EEConstruction, site surveys

Each system has advantages. Geographic coordinates are universal but difficult to compute with directly. Grid coordinates are convenient for plane surveying but introduce distortions from the map projection. Geocentric coordinates are mathematically elegant but unintuitive for fieldwork. Local coordinates are simple but isolated.

"The positions of points on the Earth's surface can be given in geographic (geodetic) coordinates, in geocentric coordinates, in grid (map projection) coordinates, or in local (assumed) coordinates." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 19

Understanding these systems -- and how to convert between them -- is fundamental to modern surveying practice.


Geographic Coordinates#

Geographic coordinates describe position on or near the Earth using latitude (ϕ\phi), longitude (λ\lambda), and ellipsoidal height (hh). This is the oldest and most intuitive global coordinate system: every point on the planet has a unique latitude-longitude pair.

Latitude

Latitude (ϕ\phi) is the angle between the equatorial plane and the normal to the reference ellipsoid at the point of interest. It ranges from 0°0\degree at the equator to 90°90\degree N at the North Pole and 90°90\degree S at the South Pole.

Longitude

Longitude (λ\lambda) is the angle in the equatorial plane between the Greenwich (prime) meridian and the meridian through the point. It ranges from 0°0\degree to 180°180\degree East or West of Greenwich.

Ellipsoidal Height

Ellipsoidal height (hh) is the distance above (or below) the reference ellipsoid, measured along the normal to the ellipsoid surface. This is not the same as orthometric height (elevation above mean sea level). The relationship is:

h=H+Nh = H + N

where HH is orthometric height and NN is the geoid undulation at the point.

Geodetic vs. Astronomic Coordinates

A subtle but important distinction exists between geodetic and astronomic coordinates:

  • Geodetic latitude and longitude are defined with respect to the normal to the reference ellipsoid. These are the coordinates produced by GNSS and used in modern surveying.
  • Astronomic latitude and longitude are defined with respect to the direction of gravity (the plumb line). They are determined by observing celestial bodies.

The difference between the two is called the deflection of the vertical, which can reach 30 arc-seconds or more in mountainous terrain. For most surveying applications, geodetic coordinates are used exclusively.

Notation: DMS vs. Decimal Degrees

Geographic coordinates may be expressed in two formats:

FormatExample (Latitude)
Degrees-Minutes-Seconds (DMS)34°0322.1548N34\degree\, 03'\, 22.1548''\, \text{N}
Decimal Degrees (DD)34.056154°N34.056154\degree\, \text{N}

The conversion from DMS to decimal degrees is:

DD=D+M60+S3600\text{DD} = D + \frac{M}{60} + \frac{S}{3600}

DMS is traditional in boundary descriptions and legal documents. Decimal degrees are preferred in computational work and GIS databases.

"Geodetic latitude and longitude... are the most commonly used coordinates for defining positions of points on the Earth's surface." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 19


Geocentric (ECEF) Coordinates#

The Earth-Centered, Earth-Fixed (ECEF) coordinate system is a three-dimensional Cartesian system with its origin at the Earth's center of mass. It is the native coordinate system of GPS and other satellite positioning systems.

Axis Definitions

  • XX-axis: Passes through the intersection of the equatorial plane and the Greenwich meridian (ϕ=0°\phi = 0\degree, λ=0°\lambda = 0\degree).
  • YY-axis: Passes through the intersection of the equatorial plane and the 90°90\degree E meridian (ϕ=0°\phi = 0\degree, λ=90°\lambda = 90\degree E). Completes a right-handed system.
  • ZZ-axis: Passes through the Conventional Terrestrial Pole (CTP), approximately aligned with the Earth's rotation axis.

Characteristics

All three coordinates (XX, YY, ZZ) are expressed in meters. A point on the Earth's surface in the mid-latitudes might have ECEF coordinates on the order of millions of meters in each component. For example, a point at approximately 38°38\degree N, 122°122\degree W on the GRS 80 ellipsoid has:

ComponentApproximate Value
XX2,699,500-2{,}699{,}500 m
YY4,292,500-4{,}292{,}500 m
ZZ+3,855,000+3{,}855{,}000 m

These values are not intuitive for field surveyors, which is why ECEF coordinates are rarely displayed to users. However, they are essential internally: GPS receivers compute positions in ECEF first, then convert to geographic or grid coordinates for display.

"Geocentric coordinates... are used internally by GPS receivers... but are not practical for everyday surveying use." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 19

Why ECEF Matters

ECEF coordinates are the backbone of datum transformations. Converting between NAD 83 and WGS 84, or between NAD 83 and ITRF, requires passing through geocentric coordinates. The seven-parameter Helmert transformation (three translations, three rotations, one scale) operates in ECEF space.


Grid Coordinates#

Grid coordinates are the workhorses of day-to-day land surveying. They express position as a Northing (NN) and Easting (EE) on a two-dimensional plane created by a map projection.

How Grid Coordinates Arise

The Earth is curved; maps and CAD drawings are flat. A map projection is the mathematical process of transforming geographic coordinates (ϕ\phi, λ\lambda) on the ellipsoid into planar coordinates (NN, EE) on a grid. Every projection introduces some distortion -- the goal is to minimize it within the zone of interest.

The two most important grid coordinate systems in the United States are:

SystemProjection TypesZone WidthTypical Scale Factor Range
State Plane Coordinate System (SPCS)Lambert Conformal Conic or Transverse MercatorVaries by state1:10,000 to 1:50,000
Universal Transverse Mercator (UTM)Transverse Mercator6°6\degree of longitude0.9996 to 1.00040

States that are wider east-to-west (e.g., Tennessee, North Carolina) generally use the Lambert Conformal Conic projection. States that are longer north-to-south (e.g., New Jersey, Vermont) use the Transverse Mercator projection. Some large states have multiple zones.

Convergence Angle

On a grid, "north" is defined by the grid lines -- parallel everywhere on the map. Geodetic north (toward the pole along the meridian) generally differs from grid north by an angle called the convergence angle (γ\gamma), also known as the mapping angle.

γ=Grid AzimuthGeodetic Azimuth\gamma = \text{Grid Azimuth} - \text{Geodetic Azimuth}

At the central meridian of the projection zone, γ=0\gamma = 0. It increases with distance from the central meridian. Surveyors must account for convergence when converting between geodetic and grid azimuths.

False Northings and Eastings

Grid coordinate systems typically add large constant values (false northings and false eastings) to ensure all coordinates within the zone are positive. For example, UTM zones use a false easting of 500,000 m at the central meridian. SPCS zones have their own false origin values defined for each zone.

"Grid coordinates are obtained from geodetic coordinates using the mathematical relationships of the particular map projection employed." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 20


Local Coordinates#

Local (or assumed) coordinate systems are arbitrary reference frames established for a specific project. A common setup assigns coordinates to a starting point -- such as N=10,000.000N = 10{,}000.000, E=10,000.000E = 10{,}000.000 -- and orients the system to a convenient reference direction.

Advantages

  • Simplicity: No projection math, no datum, no geoid model. Just raw distances and angles.
  • Speed: Ideal for construction layout, topographic surveys of small sites, and work that will not be combined with other datasets.
  • Intuitive: Coordinates directly reflect ground-level relationships.

Dangers

Local coordinates have no connection to any geodetic datum. This creates serious problems:

  1. Cannot be combined with other surveys. Two independent local systems covering the same area will have different coordinates for the same points, with no straightforward way to merge them.
  2. Cannot be georeferenced later without control points that tie the local system to a known datum.
  3. Lost monuments mean lost coordinates. If the origin monument is destroyed and no geodetic tie exists, the entire coordinate system is irrecoverable.
  4. GIS incompatibility. Local coordinates cannot be loaded into a GIS, overlaid with aerial imagery, or used with public records unless a coordinate transformation is performed.

"Assumed coordinate systems should be avoided whenever possible because of the difficulties encountered when it becomes necessary to combine surveys." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 20

Modern best practice calls for tying even small projects to the State Plane Coordinate System or another geodetic reference frame. With GNSS readily available, the incremental effort is minimal compared to the long-term benefit.


Coordinate Conversions#

Moving between coordinate systems is a routine task in modern surveying. The two most common conversions are geographic-to-geocentric and geographic-to-grid.

Geographic to Geocentric (ECEF)

Given geodetic latitude ϕ\phi, longitude λ\lambda, and ellipsoidal height hh, the ECEF coordinates are:

X=(N+h)cosϕcosλX = (N + h)\cos\phi\cos\lambda

Y=(N+h)cosϕsinλY = (N + h)\cos\phi\sin\lambda

Z=(N(1e2)+h)sinϕZ = (N(1 - e^2) + h)\sin\phi

where:

  • NN is the radius of curvature in the prime vertical:

N=a1e2sin2ϕN = \frac{a}{\sqrt{1 - e^2 \sin^2\phi}}

  • aa is the semi-major axis of the reference ellipsoid
  • e2e^2 is the square of the first eccentricity: e2=a2b2a2e^2 = \frac{a^2 - b^2}{a^2}, with bb the semi-minor axis

For the GRS 80 ellipsoid (used by NAD 83):

ParameterValue
aa6,378,137.06{,}378{,}137.0 m
bb6,356,752.31416{,}356{,}752.3141 m
e2e^20.006694380022900.00669438002290

The inverse conversion -- ECEF to geographic -- is iterative (there is no closed-form solution for ϕ\phi), though highly convergent algorithms such as Bowring's method typically reach sub-millimeter accuracy in two iterations.

Geographic to Grid

Converting geographic coordinates to grid coordinates requires the equations of the specific map projection in use. For example:

  • Transverse Mercator projections use a series expansion in powers of the distance from the central meridian.
  • Lambert Conformal Conic projections use a mapping radius and polar angle derived from latitude and longitude.

These calculations are handled by software (e.g., NGS tools, Trimble Business Center, Carlson). The important conceptual point is that this conversion introduces scale distortion -- grid distances are not ground distances.

"The conversion from geodetic to grid coordinates involves the application of the projection equations for the particular zone." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 20


Grid vs. Ground Coordinates#

One of the most practically important distinctions in surveying is the difference between grid coordinates and ground coordinates.

The Problem

Grid coordinates exist on the map projection surface, which is at (or near) the ellipsoid. A survey measured at an elevation of 1,500 m above the ellipsoid covers a larger area on the ground than the same survey would on the ellipsoid surface. The distances are different -- and on large projects, the difference matters.

Scale Factors

Three related scale factors govern the relationship between grid and ground:

FactorDefinitionSymbol
Grid scale factorRatio of distance on projection surface to distance on ellipsoidkk
Elevation factorRatio of distance on ellipsoid to distance at ground elevationRR+h\frac{R}{R + h}
Combined scale factorProduct of grid and elevation factorsCSF=k×RR+h\text{CSF} = k \times \frac{R}{R + h}

where RR is the mean radius of the Earth (approximately 6,372,0006{,}372{,}000 m) and hh is the ellipsoidal height of the project.

The combined scale factor converts ground distances to grid distances:

Dgrid=Dground×CSFD_{\text{grid}} = D_{\text{ground}} \times \text{CSF}

Practical Example

Consider a project at an elevation of 600 m with a grid scale factor of 0.99990:

Elevation factor=6,372,0006,372,000+600=0.999906\text{Elevation factor} = \frac{6{,}372{,}000}{6{,}372{,}000 + 600} = 0.999906

CSF=0.99990×0.999906=0.999806\text{CSF} = 0.99990 \times 0.999906 = 0.999806

A ground distance of 1,000.000 m becomes:

Dgrid=1,000.000×0.999806=999.806 mD_{\text{grid}} = 1{,}000.000 \times 0.999806 = 999.806 \text{ m}

The 0.194 m difference over 1 km is significant for boundary and control surveys. Over longer distances, the discrepancy grows proportionally.

When It Matters

For small sites at low elevations near the center of a State Plane zone, the combined scale factor is close to 1.0, and the grid-ground difference may be negligible. But for large-scale projects, high-elevation sites, or areas near zone boundaries, ignoring the distinction can introduce unacceptable errors.

"The combined scale factor... must be applied to convert distances measured on the ground to their equivalent grid lengths, and vice versa." -- Ghilani & Wolf, Elementary Surveying (13th Ed.), Ch. 20

Some jurisdictions and agencies require that plats and maps show ground distances rather than grid distances. When State Plane coordinates are used, the combined scale factor (or a project-specific scale factor) must be stated on the map so that users can convert between the two.


Key Takeaways#

  • Geographic coordinates (ϕ\phi, λ\lambda, hh) are the universal language of geodesy and GNSS, but are impractical for plane computations.
  • Geocentric (ECEF) coordinates (XX, YY, ZZ) are the internal language of GPS and the basis for datum transformations, but are not used directly in field surveying.
  • Grid coordinates (NN, EE) are the most common system for professional surveying, produced by projecting geographic coordinates onto a plane via State Plane or UTM.
  • Local coordinates are convenient for isolated projects but should always be tied to a geodetic datum to ensure long-term usability.
  • Converting between systems is routine but requires careful attention to ellipsoid parameters, projection constants, and scale factors.
  • The combined scale factor bridges the gap between grid distances (on the projection surface) and ground distances (at project elevation). Ignoring it introduces systematic errors that grow with distance and elevation.
  • Modern practice favors geodetically referenced coordinates for all but the most temporary work.

References#

  • Ghilani, C. D. & Wolf, P. R. (2012). Elementary Surveying: An Introduction to Geomatics (13th Ed.). Pearson. Chapters 19--20.
  • National Geodetic Survey. State Plane Coordinate System of 1983. NOAA Manual NOS NGS 5.
  • Snyder, J. P. (1987). Map Projections -- A Working Manual. USGS Professional Paper 1395.
  • National Imagery and Mapping Agency (2000). Department of Defense World Geodetic System 1984. NIMA TR8350.2 (3rd Ed.).
  • Stem, J. E. (1989). State Plane Coordinate System of 1983. NOAA Manual NOS NGS 5. National Geodetic Survey.