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:
| System | Coordinates | Typical Use |
|---|---|---|
| Geographic | Latitude (), Longitude (), Height () | Geodetic computations, GNSS output |
| Geocentric (ECEF) | , , | Internal GPS processing, satellite orbits |
| Grid | Northing (), Easting () | State Plane, UTM, mapping |
| Local / Assumed | Arbitrary , | Construction, 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 (), longitude (), and ellipsoidal height (). This is the oldest and most intuitive global coordinate system: every point on the planet has a unique latitude-longitude pair.
Latitude
Latitude () is the angle between the equatorial plane and the normal to the reference ellipsoid at the point of interest. It ranges from at the equator to N at the North Pole and S at the South Pole.
Longitude
Longitude () is the angle in the equatorial plane between the Greenwich (prime) meridian and the meridian through the point. It ranges from to East or West of Greenwich.
Ellipsoidal Height
Ellipsoidal height () 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:
where is orthometric height and 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:
| Format | Example (Latitude) |
|---|---|
| Degrees-Minutes-Seconds (DMS) | |
| Decimal Degrees (DD) |
The conversion from DMS to decimal degrees is:
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
- -axis: Passes through the intersection of the equatorial plane and the Greenwich meridian (, ).
- -axis: Passes through the intersection of the equatorial plane and the E meridian (, E). Completes a right-handed system.
- -axis: Passes through the Conventional Terrestrial Pole (CTP), approximately aligned with the Earth's rotation axis.
Characteristics
All three coordinates (, , ) 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 N, W on the GRS 80 ellipsoid has:
| Component | Approximate Value |
|---|---|
| m | |
| m | |
| 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 () and Easting () 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 (, ) on the ellipsoid into planar coordinates (, ) 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:
| System | Projection Types | Zone Width | Typical Scale Factor Range |
|---|---|---|---|
| State Plane Coordinate System (SPCS) | Lambert Conformal Conic or Transverse Mercator | Varies by state | 1:10,000 to 1:50,000 |
| Universal Transverse Mercator (UTM) | Transverse Mercator | of longitude | 0.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 (), also known as the mapping angle.
At the central meridian of the projection zone, . 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 , -- 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:
- 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.
- Cannot be georeferenced later without control points that tie the local system to a known datum.
- Lost monuments mean lost coordinates. If the origin monument is destroyed and no geodetic tie exists, the entire coordinate system is irrecoverable.
- 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 , longitude , and ellipsoidal height , the ECEF coordinates are:
where:
- is the radius of curvature in the prime vertical:
- is the semi-major axis of the reference ellipsoid
- is the square of the first eccentricity: , with the semi-minor axis
For the GRS 80 ellipsoid (used by NAD 83):
| Parameter | Value |
|---|---|
| m | |
| m | |
The inverse conversion -- ECEF to geographic -- is iterative (there is no closed-form solution for ), 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:
| Factor | Definition | Symbol |
|---|---|---|
| Grid scale factor | Ratio of distance on projection surface to distance on ellipsoid | |
| Elevation factor | Ratio of distance on ellipsoid to distance at ground elevation | |
| Combined scale factor | Product of grid and elevation factors |
where is the mean radius of the Earth (approximately m) and is the ellipsoidal height of the project.
The combined scale factor converts ground distances to grid distances:
Practical Example
Consider a project at an elevation of 600 m with a grid scale factor of 0.99990:
A ground distance of 1,000.000 m becomes:
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 (, , ) are the universal language of geodesy and GNSS, but are impractical for plane computations.
- Geocentric (ECEF) coordinates (, , ) are the internal language of GPS and the basis for datum transformations, but are not used directly in field surveying.
- Grid coordinates (, ) 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.