A projected coordinate system – also called a projected coordinate reference system, planar coordinate system, or grid reference system – is a type of spatial reference system that represents locations on Earth using Cartesian coordinates (x, y) on a planar surface created by a particular map projection. Each projected coordinate system, such as "Universal Transverse Mercator WGS 84 Zone 26N," is defined by a choice of map projection (with specific parameters), a choice of geodetic datum to bind the coordinate system to real locations on the earth, an origin point, and a choice of unit of measure. Hundreds of projected coordinate systems have been specified for various purposes in various regions. When the first standardized coordinate systems were created during the 20th century, such as the Universal Transverse Mercator, State Plane Coordinate System, and British National Grid, they were commonly called grid systems; the term is still common in some domains such as the military that encode coordinates as alphanumeric grid references. However, the term projected coordinate system has recently become predominant to clearly differentiate it from other types of spatial reference system. The term is used in international standards such as the EPSG and ISO 19111 (also published by the Open Geospatial Consortium as Abstract Specification 2), and in most geographic information system software.
History
The map projection and the geographic coordinate system (GCS, latitude and longitude) date to the Hellenistic period, proliferating during the Enlightenment Era of the 18th century. However, their use as the basis for specifying precise locations, rather than latitude and longitude, is a 20th century innovation. Among the earliest was the State Plane Coordinate System (SPCS), which was developed in the United States during the 1930s for surveying and engineering, because calculations such as distance are much simpler in a Cartesian coordinate system than the three-dimensional trigonometry of GCS. In the United Kingdom, the first version of the British National Grid was released in 1938, based on earlier experiments during World War I by the Army and the Ordnance Survey. During World War II, modern warfare practices required soldiers to quickly and accurately measure and report their location, leading to the printing of grids on maps by the U.S. Army Map Service (AMS) and other combatants. Initially, each theater of war was mapped in a custom projection with its own grid and coding system, but this resulted in confusion. This led to the development of the Universal Transverse Mercator coordinate system, possibly adopted from a system originally developed by the German Wehrmacht. To facilitate unambiguous reporting, the alphanumeric Military Grid Reference System (MGRS) was then created as an encoding scheme for UTM coordinates to make them easier to communicate. After the War, UTM gradually gained users, especially in the scientific community. Because UTM zones do not align with political boundaries, several countries followed the United Kingdom in creating their own national or regional grid systems based on custom projections. The use and invention of such systems especially proliferated during the 1980s with the emergence of geographic information systems. GIS requires locations to be specified as precise coordinates and performs numerous calculations on them, making Cartesian geometry preferable to spherical trigonometry when computing power was at a premium. In recent years, the rise of global GIS datasets and satellite navigation, along with an abundance of processing speed in personal computers, have led to a resurgence in the use of GCS. That said, projected coordinate systems are still very common in the GIS data stored in the spatial data infrastructures (SDI) of local areas, such as cities, counties, states and provinces, and small countries.
System specification Because the purpose of any coordinate system is to accurately and unambiguously measure, communicate, and perform calculations on locations, it must be defined precisely. The EPSG Geodetic Parameter Dataset is the most common mechanism for publishing such definitions in a machine-readable form, and forms the basis for many GIS and other location-aware software programs. A projected SRS specification consists of three parts:
An abstract two-dimensional Cartesian coordinate system that allows for the measurement of each location as a tuple (x, y), which are also called the easting and northing in many systems such as UTM. Any coordinate system definition must include a planar surface, an origin point, a set of orthogonal axes to define the direction of each measurement, and a unit of measure (usually the meter or US foot). A choice of map projection that creates a planar surface for the coordinate system that is connected to locations on the Earth. In addition to the general type of projection (e.g., Lambert conformal conic, transverse Mercator), a coordinate system definition will specify the parameters to be used, such as a center point, standard parallels, scale factor, false origin, and such. With these parameters, the underlying formulas of the projection convert latitude and longitude directly into the (x, y) coordinates of the system. A choice of geodetic datum, which includes a choice of earth ellipsoid. This binds the coordinate system to actual locations on the Earth by controlling the measurement framework for latitude and longitude (GCS). Thus, there will be a significant difference between the coordinate of a location in "UTM NAD83 Zone 14N" and for the same location in "UTM NAD27 Zone 14N", even though the UTM formulas are identical, because the underlying latitude and longitude values are different. In some GIS software, this part of the definition is called the choice of a particular geographic coordinate system.
Projections
… excerpt ends here. Continue reading the full article.






