Choosing an appropriate transformation

A geographic coordinate system defines a framework for identifying locations on a 3D globe. Each geographic coordinate system (GCS) has a spheroid which sets size and shape. Each geographic coordinate system is also tied to the earth in a particular way. Because of this, the same location on the ground will have different coordinate values in different geographic coordinate systems. Displaying data in a projected coordinate system can exaggerate the differences which can be from a few centimeters to hundreds of meters. If you are using datasets that are based on different geographic coordinate systems, you will need to set a geographic, or datum, transformation.

NoteNote:

The terms geographic coordinate system and datum are often used interchangeably. Datum is an older term. The concept of a datum is included within a geographic coordinate system.

A geographic transformation is always defined in a particular direction, like from NAD 1927 to WGS 1984. Transformation names will reflect this: NAD_1927_To_WGS_1984_1. The name may also include a trailing number, as the above example has _1. This number represents the order in which the transformations were defined. A larger number does not necessarily mean a more accurate transformation. Even though a geographic transformation has a built-in directionality, all transformation methods are inversible. That is, a transformation can be used in either direction. ArcGIS will apply a transformation appropriately based on the input and output geographic coordinate systems.

If a pair of geographic coordinate systems does not have any transformations, it is sometimes possible to build a chain of transformations by using a third geographic coordinate system. Most often, WGS 1984 is the common link. The Create Custom Geographic Transformation tool can also be used to define a new transformation if you have the necessary information: method and parameter values.

Why are there so many transformations?

Between any two geographic coordinate systems, there may be zero, one, or many transformations. Some geographic coordinate systems do not have any publicly known transformations because that information is considered to have strategic importance to a government or company. For many GCS, multiple transformations exist. They may differ by areas of use or by accuracies. Accuracies usually reflect the transformation method. File-based methods such as NTv2 and NADCON tend to be better than equation-based methods such as geocentric translation and coordinate frame. For more information on methods, see Geographic transformation methods.

Regardless of what method is used, each transformation is designed for a particular area, and arguments can be made for the application of each transformation. One important consideration is consistency, using the same transformation each time, to transform between two geographic coordinate systems. Because there are so many transformations, ArcGIS tools do not generally set a particular transformation for a pair of geographic coordinate systems. For lists of the available transformations, methods, and areas of use, see this geographic_transformations.pdf file.

Converting between NAD 1983 and WGS 1984

Originally, NAD 1983 and WGS 1984 were considered coincident. To minimize coordinate changes, NAD 1983 is tied to the North American and Pacific (for Hawaii, and so on) plates. WGS 1984 is tied to the International Terrestrial Reference System (ITRF), which is independent of the tectonic plates. Over time, the two coordinate systems have become increasingly different.

3/3/2014