Coordinate systems & projections · 5 min read

Low-distortion projections

A projection designed so grid distance equals ground distance to a few parts per million over a project area — removing grid-to-ground arithmetic entirely.

A low-distortion projection is a custom conformal projection designed so that grid distances match ground distances closely enough over a specific area that the crew can stop converting between them. It is not a new kind of mathematics. It is the same Lambert or transverse Mercator projection with its parameters chosen for a small region instead of a whole state.

The motivation is simple. Grid-to-ground conversion is a permanent tax on every project, and the errors it produces when forgotten are systematic and expensive. If the tax can be reduced to zero for a given area, the whole class of error disappears.

How the trick works

Recall that the combined factor is the product of two terms. The grid scale factor is usually less than 1 because the projection surface cuts below the ellipsoid; the elevation factor is less than 1 because your project sits above the ellipsoid. Both push in the same direction, which is why grid distances are shorter than ground distances almost everywhere in the United States.

A low-distortion projection cancels them against each other. Instead of putting the projection surface below the ellipsoid, you raise it to roughly the average height of the project. The grid scale factor at the central meridian becomes greater than 1 by about the same amount that the elevation factor is less than 1, and the product comes out very close to 1.

k₀ ≈ 1 + (H + N) ÷ R
The central meridian scale factor that cancels the elevation factor for a project at ellipsoid height H + N, with R ≈ 6 372 000 m.

For a project at an ellipsoid height of 351.5 m, that gives k₀ ≈ 1.00005516. For one at 1592.1 m, k₀ ≈ 1.00024987. Those look like odd numbers compared with the familiar 0.9999 or 0.9996, and that is exactly the point — the projection has been deliberately lifted to the terrain.

The second half: keep the zone small

Raising the surface handles the elevation term at one height. It does nothing about the fact that the grid scale factor varies across the zone, or that the terrain varies in height across the project. Both are controlled the same way: make the zone small.

A typical low-distortion projection covers a county, a metropolitan area or a highway corridor rather than a state. Over that extent the scale factor variation is tiny and the elevation range is limited, so the combined factor stays within the design tolerance everywhere in the zone.

What various distortion levels mean on the ground
DistortionError per 1000 ftError per mileComparable to
2 ppm0.002 ft0.011 ftThe US survey foot versus international foot difference
20 ppm0.020 ft0.106 ftA typical low-distortion projection design target
50 ppm0.050 ft0.264 ftA loose low-distortion design, or a good State Plane location
100 ppm0.100 ft0.528 ftThe State Plane design limit, 1 part in 10 000
400 ppm0.400 ft2.112 ftThe UTM central meridian

Most low-distortion projections are designed to hold distortion below about 20 ppm across the zone — roughly a tenth of a foot per mile, which is comfortably inside the noise of ordinary measurement. Some are tighter still over small areas.

What it costs

The benefits are real and so are the drawbacks, and the drawbacks are all about interoperability rather than mathematics.

  • The coordinates are not State Plane coordinates. They resemble them, and they will be mistaken for them by anyone who receives the file without the metadata.
  • The full projection definition must travel with the data: projection type, central meridian, latitude of origin, standard parallels or central meridian scale factor, false easting and northing, datum and realization, and units. Omit any one and the data is unusable.
  • Each zone works only for its intended area. Extend it and the distortion advantage vanishes.
  • Data exchange with agencies expecting State Plane requires a transformation step, and therefore a place for someone to make a mistake.
  • A proliferation of local systems within a state creates its own confusion, which is why the good implementations are published and coordinated rather than invented per project.

Published examples

The best-known American implementation is the Oregon Coordinate Reference System, developed with the Oregon Department of Transportation, which covers the state in a set of published low-distortion zones intended for engineering and surveying work. Wisconsin's county coordinate systems are another long-standing example, with a defined system for each county. Numerous state DOTs, cities and utilities maintain their own.

The common feature of the successful ones is that they are published, documented and stable — a defined system that anyone can look up, not a per-project convenience invented by one firm.

Low-distortion projections and SPCS2022

This approach is being absorbed into the national system rather than remaining an alternative to it. The National Geodetic Survey is designing SPCS2022 with multiple layers, one of which is optional low-distortion projection zones designed at the request of individual states for specific regions. That gives the distortion advantage while keeping the definitions in a single published national registry.

That work is in progress. If your area currently uses a local low-distortion system, it is worth tracking whether an equivalent zone is being defined in the national system, because the long-term maintenance advantage of a published national definition over a locally maintained one is considerable.

Deciding whether you need one

The case is strongest for organisations that survey the same area repeatedly and hand data to non-surveyors: a city, a county, a utility, a DOT district. There, the grid-to-ground conversion is being performed hundreds of times by people of varying background, and eliminating it eliminates a recurring class of error.

The case is weakest for a firm working across a wide region on unrelated projects, where the overhead of maintaining and explaining a custom system outweighs the arithmetic it saves. For them, applying the combined factor correctly and labelling everything clearly is the better answer.

Questions

What is a low-distortion projection?

A conformal projection whose parameters are chosen for a small area — a county, a city, a corridor — so that grid distance and ground distance agree closely, typically within about 20 ppm or a tenth of a foot per mile. It removes the need for grid-to-ground conversion within that area.

How is the distortion removed?

By raising the projection surface to about the average ellipsoid height of the project, so that the central meridian scale factor exceeds 1 by roughly the amount the elevation factor falls below it, and by keeping the zone small enough that neither term varies much. The two effects cancel.

Can I just use a low-distortion projection instead of State Plane?

For internal project work, yes, and many agencies do. The constraint is metadata: the coordinates are not State Plane, they look like it, and the full projection definition must travel with the data or the coordinates cannot be recovered by anyone else.

Is a scaled ground coordinate system the same thing?

Not quite. Scaling State Plane coordinates about a project point is a numerical adjustment that works well over a small site but degrades away from the scaling origin. A low-distortion projection is a proper projection definition that holds its accuracy across the whole designed zone.

Sources

  • NOAA / National Geodetic Survey — Design guidance for low-distortion projections and the low-distortion layer of the modernized State Plane Coordinate System.
  • Oregon Department of Transportation — The Oregon Coordinate Reference System, a published set of low-distortion zones.

Work it out