Show Navigation | Hide Navigation
You are here:
Getting started > Fundamentals of GIS data

Georeferencing and coordinate systems

Release 9.2
Last modified October 27, 2007
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Fundamentals of GIS data"


Related Topics



Georeferencing: Assigning map coordinates and spatial location

All the elements in a map layer have a specific geographic location and extent that enables them to be located on or near the earth's surface. The ability to accurately describe geographic locations is critical in both mapping and GIS. This process is called georeferencing.

Coordinate systems enable GIS datasets to be georeferenced.

Describing the correct location and shape of features requires a framework for defining real-world locations. A geographic coordinate system is used to assign geographic locations to objects. A global coordinate system of latitude-longitude is one such framework. Another is a planar or Cartesian coordinate system derived from the global framework.

Maps represent locations on the earth's surface using grids, graticules, and tic marks labeled with various ground locations (both in measures of latitude-longitude and in projected coordinate systems (such as UTM meters). The geographic elements contained in various map layers are drawn in a specific order (on top of one another) for the given map extent.

GIS datasets contain coordinate locations within a global or Cartesian coordinate system to record geographic locations and shapes.


Latitude and longitude


One method for describing the position of a geographic location on the earth's surface is using spherical measures of latitude and longitude. They are measures of the angles (in degrees) from the center of the earth to a point on the earth's surface. This reference system is often referred to as a geographic coordinate system.

Latitude and longitude values are angles measured from the earth's center.

Latitude angles are measured in a north-south direction. The equator is at an angle of 0. Often, the northern hemisphere has positive measures of latitude and the southern hemisphere has negative measures of latitude. Longitude measures angles in an east-west direction. Longitude measures are traditionally based on the Prime Meridian, which is an imaginary line running from the North Pole through Greenwich, England to the South Pole. This angle is Longitude 0. West of the Prime Meridian is often recorded as negative Longitude and east is recorded as positive. For example, the location of Los Angeles, California is roughly Latitude "plus 33 degrees, 56 minutes" and Longitude "minus 118 degrees, 24 minutes."

The Lat-Long Graticular Network for the Globe.

Although longitude and latitude can locate exact positions on the surface of the globe, they are not uniform units of measure. Only along the equator does the distance represented by one degree of longitude approximate the distance represented by one degree of latitude. This is because the equator is the only parallel as large as a meridian. (Circles with the same radius as the spherical earth are called great circles. The equator and all meridians are great circles.)

Above and below the equator, the circles defining the parallels of latitude get gradually smaller until they become a single point at the North and South Poles where the meridians converge. As the meridians converge toward the poles, the distance represented by one degree of longitude decreases to zero. On the Clarke 1866 spheroid, one degree of longitude at the equator equals 111.321 km, while at 60° latitude, it is only 55.802 km. Since degrees of latitude and longitude don't have a standard length, you can't measure distances or areas accurately or display the data easily on a flat map or computer screen. Performing GIS analysis and mapping applications requires a more stable coordinate framework, which is provided by projected coordinate systems.


Map projections using Cartesian coordinates

Projected coordinate systems are any coordinate system designed for a flat surface, such as a printed map or a computer screen.

2D and 3D Cartesian coordinate systems provide the mechanism for describing the geographic location and shape of features using x and y values (and, as you will read later, by using columns and rows in rasters).

The Cartesian coordinate system uses two axes: one horizontal (x), representing east-west, and one vertical (y), representing north-south. The point at which the axes intersect is called the origin. Locations of geographic objects are defined relative to the origin, using the notation (x,y), where x refers to the distance along the horizontal axis, and y refers to the distance along the vertical axis. The origin is defined as (0,0).

In the illustration below, the notation (4, 3) records a point that is four units over in x and three units up in y from the origin.

The XY Cartesian Coordinate System is the basis for Map Projections.

3D coordinate systems


Increasingly, projected coordinate systems also use a Z value to measure elevation above or below mean sea level.

In the illustration below, the notation (2, 3, 4) records a point that is two units over in x and three units in y from the origin and whose elevation is 4 units above the earth's surface (such as 4 meters above mean sea level).

GIS is increasingly using 3D coordinates -- XY plus Z for surface elevation.


Properties and distortion in map projections


Since the earth is spherical, a challenge faced by cartographers and GIS professionals is how to represent the real world using a flat or planar coordinate system. To understand their dilemma, consider how you would flatten half of a basketball; it can't be done without distorting its shape or creating areas of discontinuity. The process of flattening the earth is called projection, hence the term map projection.

Projecting the earth's surface onto a plane

A projected coordinate system is defined on a flat, two dimensional surface. Projected coordinates can be defined for both 2D (x,y) and 3D (x,y,z) in which the x,y measurements represent the location on the earth's surface and z would represent height above or below mean sea level.

Below are some examples of various methods for deriving planar map projections.

Examples of projection methods -- Conic, Cylindrical, and Planar.

Illustration of how a map projection can cause distortion in the resutling projected coordinate system.

Unlike a geographic coordinate system, a projected coordinate system has constant lengths, angles, and areas across the two dimensions. However, all map projections representing the earth's surface as a flat map, create distortions in some aspect of distance, area, shape, or direction.

Users cope with these limitations by using map projections that fit their intended uses, geographic location, and extent. GIS software also can transform information between coordinate systems to support integration and critical workflows.

Many map projections are designed for specific purposes. One map projection might be used for preserving shape while another might be used for preserving the area (conformal versus equal area).

These properties—the map projection (along with Spheroid and Datum), become important parameters in the definition of the coordinate system for each GIS dataset and each map. By recording detailed descriptions of these properties for each GIS dataset, computers can re-project and transform the geographic locations of dataset elements on the fly into any appropriate coordinate system. As a result, it's possible to integrate and combine information from multiple GIS layers. This is a fundamental GIS capability. Accurate location forms the basis for almost all GIS operations.

Learn more about Map Projections

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.