Knowledge Base - Technical Articles


Technical Article   FAQ:  Projection Basics: What the GIS professional needs to know

Article ID: 23025
Software:  ArcInfo Workstation 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3, 9.3.1, 10 ArcGIS - ArcEditor 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3, 9.3.1, 10 ArcGIS - ArcInfo 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3, 9.3.1, 10 ArcGIS - ArcView 8.1, 8.1.2, 8.2, 8.3, 9.0, 9.1, 9.2, 9.3, 9.3.1, 10
Platforms: N/A

Question

Projection Basics: What the GIS professional needs to know

Answer

The following concepts are fundamental to understanding the use of map projections in ArcGIS.

1. Coordinate systems, also known as map projections, are arbitrary designations for spatial data. Their purpose is to provide a common basis for communication about a particular place or area on the earth's surface. The most critical issue in dealing with map projections is knowing what the projection is and having the correct coordinate system information associated with a dataset.

2. When the first map projections were devised, it was assumed, incorrectly, that the earth was flat. Later the assumption was revised, and the earth was assumed to be a perfect sphere. In the 18th century, people began to realize that the earth was not perfectly round. This was the beginning of the concept of the cartographic spheroid.

3. To more accurately represent locations on the earth's surface, map makers studied the shape of the earth (geodesy) and created the concept of the spheroid. Then geographic coordinate systems (GCS) were devised, which include a datum, units of measure, and a prime meridian. A datum links a spheroid to a particular portion of the earth's surface. Recent datums are designed to fit the entire earth's surface well.

4. The most commonly used datums in North America are:

• NAD 1927 (North American Datum 1927) using the Clarke 1866 spheroid
• NAD 1983 (North American Datum 1983) using the GRS 1980 spheroid
• WGS 1984 (World Geodetic Survey 1984) using the WGS 1984 spheroid

Newer spheroids are developed from satellite measurements and are more accurate than those developed by Clarke in 1866.
The terms 'geographic coordinate system' and 'datum' are used interchangeably, but as noted above, a GCS includes a datum, spheroid, units of measure and a prime meridian.

5. The coordinates for data change depending on the datum and spheroid on which those coordinates are based, even if they are using the same map projection and parameters.

For example, the geographic coordinates below are for a single point located within the city of Bellingham, Washington, using 3 different datums:

DATUM		X-Coordinate               Y-Coordinate 

NAD_1927 -122.466903686523 48.7440490722656
NAD_1983 -122.46818353793 48.7438798543649
WGS_1984 -122.46818353793 48.7438798534299

6. A principal of good data management is to obtain the projection parameters from the data source providing the data. Do not make an educated guess about the projection of data, because an inaccurate GIS database will be the result. The necessary parameters are the following:

• Projection
• Units of measure
• ZONE (for UTM)
• FIPS zone (for State Plane)
• Datum

Other parameters may be required, depending on the projection. For example, Albers and Lambert projections require the following parameters:

• 1st standard parallel, in degrees, minutes and seconds (DMS)
• 2nd standard parallel (DMS)
• Central meridian (DMS)
• Latitude of projections origin (DMS)
• False easting and units of measure
• False northing and units of measure
• X-shift and units of measure
• Y-shift and units of measure

7. Projections can be defined for data using the following options:

For special instructions for the ArcInfo coverage access Knowledge Base article 27108. -show me-
Summary
Instructions provided describe how to create and format projection files for coverages to be defined or re-projected using ArcToolbox tools.

The Define Projection and Project Tools for coverages are in the following locations:

ArcGIS Desktop 9.x
ArcToolBox > Coverage Tools > Projections

ArcGIS Desktop 10.x
ArcToolBox > Coverage Tools > Data Management > Projections

A projection file must be created in Notepad, in the format required by the ArcInfo Workstation PROJECTDEFINE or PROJECT commands.

 The PROJECT command must be followed by BUILD for all feature classes in the coverage in order to restore coverage topology.

Procedure
Two different file formats are required. One enables the coverage projection to be defined while the other allows the coverage to be projected to another coordinate system.

Both files must be created using Notepad.

 WordPad cannot be used. WordPad adds invisible formatting characters to the file, which the commands PROJECTDEFINE and PROJECT cannot read. The process fails.



  • Below is a sample of a projection file read by the Define Projection Tool:

    Projection ALBERS
    Units METERS
    Datum NAD83
    Parameters
    29 30 0.000 /* 1st standard parallel
    45 30 0.000 /* 2nd standard parallel
    -96 0 0.000 /* central meridian
    23 0 0.000 /* latitude of projection's origin
    0.00000 /* false easting (meters)
    0.00000 /* false northing (meters)
  • Below is a sample of a projection file read by the Project Tool:

    input
    projection geographic
    units dd
    datum nad83
    parameters
    output
    projection albers
    units meters
    datum nad27
    parameters
    29 30 00
    45 30 00
    -96 00 00
    23 00 00
    0
    0
    end

    For further information, refer to the ArcInfo Workstation Help in the ArcDoc. Go to the Index tab, type in the name of the input or output projection required, and Display the results. The Help page displays the required projection parameters.

     To open the ArcInfo Workstation Help at version 9.x, go to Start > Programs > ArcGIS > ArcInfo Workstation > ArcDOC. At version 10.x, go to Start > Programs > ArcInfo Workstation > ArcDOC.

    Alternatively, type the word "help", without quotes, at the ArcInfo command prompt.

  • If the ArcInfo Workstation Help (ArcDOC) does not open on Windows Vista, Windows 7, Windows Server 2008 or Windows Server 2008 R2, refer to the link in the Related Information section below to Microsoft Support Article ID: 917607 for a solution.


- ARCINFO COVERAGE: -show me-

ArcInfo Workstation - All versions
Use PROJECTDEFINE command to define the projection parameters for coverages, grids, and tins.

ArcGIS 8.x - ArcInfo only
ArcToolBox > Data Management Tools > Projections > Define Projection Wizard (coverages, grids, and tins)

ArcGIS 9.x, 10.x - ArcInfo only
ArcToolBox > Coverage Tools > Data Management > Projections > Define Projection tool.

- SHAPEFILE: -show me-

ArcGIS 8.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections > Define Projection Wizard (shapefiles, geodatabase)

ArcGIS 9.x, 10.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections and Transformations > Define Projection tool.

- GEODATABASE FEATURE DATASET/FEATURE CLASS: -show me-

ArcGIS 8.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections > Define Projection Wizard (shapefiles, geodatabase)

ArcGIS 9.x, 10.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections and Transformations > Define Projection tool.


8. If the data has a projection definition, but the projection does not match the typical projection used by an organization, reproject the data.

- ARCINFO COVERAGE: -show me-

ArcInfo Workstation - All versions
Use the PROJECT command to project coverages and grids to new coordinate systems.

ArcGIS 8.x - ArcInfo only
ArcToolBox > Data Management Tools > Projections > Projection Wizard (coverages, grids)

ArcGIS 9.x, 10.x - ArcInfo only
ArcToolBox > Coverage Tools > Data Management > Projections > Project tool.

 Project must be followed by a build. This applies to both the workstation command, and the project tools in ArcToolbox.


- SHAPEFILE: -show me-

ArcGIS 8.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections > Project Wizard (shapefiles, geodatabase)

ArcGIS 9.x, 10.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections and Transformations > Feature > Project OR Batch Project.

- GEODATABASE FEATURE DATASETS/FEATURE CLASSES: -show me-

ArcGIS 8.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections > Project Wizard (shapefiles, geodatabase)

ArcGIS 9.x, 10.x - ArcInfo, ArcEditor and ArcView
ArcToolBox > Data Management Tools > Projections and Transformations > Feature > Project OR Batch Project.

Related Information


Created: 8/6/2002
Last Modified: 4/10/2012

Article Rating: (11)
If you would like to post a comment, please login

Comments

By faisalfadhil - 06/01/2012 11:14 PM

Great article! It helped a lot!

While it may seem to be slightly inaccurate for some, I found it quite useful as a starting points. Maybe some more detailed information would make it even more useful.

Rating:

By Anonymous - 04/23/2010 5:06 AM

I have suggested related resources/links that can enhance this article. See below.

\"The terms "Geographic coordinate system" & "datum" are used interchangably\". If they are they should not be! A GCS is a particular type of coord sys, ie one that is based on angles. A datum is a component of any coordinate system whether that be a GCS or PCS and essentially defines the location of the origin point for the coord sys. A particular pet hate of mine is when a GIS professional (so called) states that they would like their data \"IN\" WGS84. WGS84 is a datum not a coord sys.

Rating:

By Anonymous - 01/09/2007 9:10 AM

Other - See details below.

I have tried using the Project tool to no avail...I have carefully compared Projections but have shapefiles that will not line up. Also, ArcMap sometimes projects on the fly and sometimes will not and I don't know why. Thanks! Dennis Smith Please respond!

By Anonymous - 12/11/2006 8:18 AM

The article has missing, misleading, or conflicting information.

The article states: "Coordinate systems, also known as map projections, are arbitrary designations for spatial data." Coordinate systems ARE NOT map projections. If you are attempting to help your customers work through these difficult concepts, then you should distinguish each from the other instead of using both interchangably. Geographic coordinate systems (NAD27, NAD83, etc) are reliable systems for recording and reporting locations on a 3-D earth model (e.g., Clarke1866, GRS80, WGS84

By Anonymous - 10/22/2004 10:38 AM

"When the first map projections were devised, it was assumed incorrectly that the earth flat." Typo needs to be fixed.

Rating:

By Anonymous - 03/29/2003 10:27 PM

This was very helpful in my field of GIS mapper but I am trying to find the course exercises to ArcGIS I.

Rating:

By Anonymous - 03/25/2003 11:42 AM

Rating:

By Anonymous - 03/25/2003 8:14 AM

It was very informative, but did not answer my question. I have .prj and .shp files among others which I'm trying to project into Arcview. The files were originally created in ArcCatalog and sent to me on a CD. I do not have access to ArcCatalog, so I'm trying to change the projection from Lambert to Michigan GeoRef. How do I do this in ArcView?

Rating:

By Anonymous - 03/25/2003 4:45 AM

Need information on vertical datums and conversions. I cannot find any information in esri stuff.

Rating:

By Anonymous - 03/24/2003 8:10 PM

Rating:

By Anonymous - 03/24/2003 7:21 AM

I know what projections are, I studied that in college. I need to know how to get data from different projections to overlay. Including when the coordinate systems are undefined. I have been wrestling with this problem for so long I have given up. Which happens a lot with ESRI products. I hope the next ArcWhatever update is a little more user friendly.

By Anonymous - 03/20/2003 2:00 PM

By Anonymous - 03/20/2003 7:02 AM

Rating:

By Anonymous - 03/18/2003 4:36 AM

Rating:

By Anonymous - 03/17/2003 9:12 AM

Rating: