Transforming coverages between NAD27 and NAD83

Adoption of the North American Datum (NAD) of 1983 requires that you store and use map data in a coordinate system based on NAD83. However, many of you might have automated your original data layers using NAD27 and continue to do so, primarily because some source data is collected from maps based on NAD27.

Due to differences in the method for defining each datum, as well as variations in distortion, the relationship between the NAD27 datum and NAD83 datum cannot be defined at every location by a single mathematical equation. A number of methods have been proposed for performing the datum adjustment. The currently accepted method is an error averaging, rubbersheeting approach. A regular grid of control points whose datum shifts are known is used to estimate the shift at other locations.

Two such methods for transforming between NAD27 and NAD83 have been developed by the United States and Canada for use in their respective countries.

United States method (NADCON)

NADCON, an acronym for North American Datum Conversion, is a datum transformation program created by the U.S. National Geodetic Survey (NGS). It is suitable for the United States, Puerto Rico, and the Virgin Islands but only for conversion between the NAD27, NAD83, High Precision GPS Network (HPGN) readjustment of NAD83, and selected local island datums discussed below. It has been implemented within the Project tool. A minimum curvature-derived surface based on the National Geodetic Reference System determines the transformation of points and has an approximate accuracy of 0.15 to 0.5 meters. NADCON is the accepted national standard and is the fastest, simplest, and most accurate datum transformation for mapping at scales of 1:200 and smaller.

To transform datums, specify different input and output datums with the DATUM subcommand in a projection file. The following projection file converts an NAD27 dataset to an NAD83 dataset:

INPUT
PROJECTION STATEPLANE
UNITS FEET
ZONE 3426
DATUM NAD27 NADCON
PARAMETERS
OUTPUT
PROJECTION STATEPLANE
UNITS METERS
ZONE 3426
DATUM NAD83 NADCON
PARAMETERS
END

The following keywords (and associated regional coverage) are valid datum names when using the NADCON method for datum transformation.

Keyword

Region

Latitude

Longitude

NAD27

Conterminous United States

20 to 50

-63 to -131

Alaska

46 to 77

-128 to 166

Puerto Rico and the Virgin Islands

17 to 19

-64 to -68

OLD_HAWAIIAN

Hawaii

18 to 23

-154 to -161

ALASKAN_ISLAND

St. George

56 to 57

-169 to -171

St. Lawrence

62 to 64

-168 to -172

St. Paul

57 to 58

-169 to -171

NAD83

Encompasses all the above-listed areas

HPGN

List of supported states in Accuracy and uncertainty

Valid datum names

Use the OLD_HAWAIIAN and ALASKAN_ISLAND keywords to transform from the old island datums to NAD83. If your data is already in NAD27, do not use these options. NAD27 was not used officially in Hawaii or the Alaskan islands. You cannot convert between Old Hawaiian or Alaskan Island and NAD27 because NADCON does not have the necessary information. The state plane projection will not allow you to use the datum keywords OLD_HAWAIIAN or ALASKAN_ISLAND. If you are converting to or from state plane, use the NAD27 keyword instead. Here's an example. The input data is actually on the Old Hawaiian datum.

input
projection stateplane
units meters
datum nad27
fipszone 5102
parameters
output
projection state
units meters
fipszone 5102
datum nad83
parameters
end

Accuracy and uncertainty

The following statement is from the release notes of NADCON Version 2.1, October 1993:

“The accuracy of the transformation should be viewed with some caution. At the 67 percent confidence level, this method introduces approximately 0.15 m uncertainty within the coterminous United States, 0.50 m uncertainty within Alaska, 0.20 m uncertainty within Hawaii, and 0.50 m uncertainty within Puerto Rico and the Virgin Islands. In areas of sparse geodetic data coverage, NADCON may yield less accurate results but seldom in excess of 1.0 m. Transformations between NAD83 and the States/Regions with High Accuracy Reference Networks (HARN) introduce approximately 0.05 m uncertainty. Transformations between old datums (NAD27, Old Hawaiian, Puerto Rico, etc.) and HARN could combine uncertainties (that is, NAD27 to HARN equals 0.15 m + 0.05 m = 0.20 m). In near offshore regions, results will be less accurate but seldom in excess of 5.0 m. Farther offshore, NAD27 was undefined. Therefore, the NADCON computed transformations are extrapolations and no accuracy can be stated.”

State readjustments (HPGN/HARN)

There is an ongoing effort at the state level to readjust the NAD83 datum to a higher level of accuracy using state-of-the-art surveying techniques that were not widely available when the NAD83 datum was being developed. This effort, known as HARN or HPGN, is a cooperative project between the National Geodetic Survey and individual states.

Currently, all states have been resurveyed. As of September 2000, the grids for 44 states and two territories had been published.

Why y-coordinates may seem 200 meters too large

Nearly all published statements about the amount of shift between NAD27 and NAD83 are shifts measured in meters on unprojected (latitude–longitude) data. When two datasets are projected into planar coordinates (such as UTM or state plane) and the differences between locations in NAD27 and NAD83 are measured, the y-coordinate is often approximately 200 meters larger than expected. This is a result of the difference between the size and origin of the two spheroids on which the data is being projected.

To see this for yourself, you can create a coverage of a single arc, running along a meridian from the equator to your point of interest in the coterminous United States. By default, it will be created on the Clarke 1866 spheroid. Now project it and change the datum to NAD83. The arc should be approximately 200 meters longer.

Canadian method (CNT)

Canada’s standard transformation program between NAD27 and NAD83 was developed by the Canadian Geodetic Survey. It is known locally as the National Transformation and will be referred to in this document and the software as the Canadian National Transformation.

The Canadian National Transformation predicts to within 0.01 meters of the actual difference for 74 percent of the cases, and within 0.5 meters for 93 percent of the cases.

If you have questions about obtaining a more reliable transformation in major urban centers or other areas that are densified, contact ESRI Canada Limited for further details.

ESRI Canada

12 Concorde Place

Suite 900

Toronto, Ontario M3C 3R8

CANADA

Tel.: +416-441-6035

Fax: +416-441-6838

www.esricanada.com

The following projection file converts an NAD27 dataset to an NAD83 dataset in Canada:

INPUT
PROJECTION UTM
UNITS METERS
DATUM NAD27 CNT
ZONE 15
PARAMETERS
OUTPUT
PROJECTION UTM
UNITS METERS
DATUM NAD83 CNT
ZONE 15
PARAMETERS
END
6/18/2012