Spatial reference system

Last updated

A spatial reference system (SRS) or coordinate reference system (CRS) is a framework used to precisely measure locations on the surface of Earth as coordinates. It is thus the application of the abstract mathematics of coordinate systems and analytic geometry to geographic space. A particular SRS specification (for example, "Universal Transverse Mercator WGS 84 Zone 16N") comprises a choice of Earth ellipsoid, horizontal datum, map projection (except in the geographic coordinate system), origin point, and unit of measure. Thousands of coordinate systems have been specified for use around the world or in specific regions and for various purposes, necessitating transformations between different SRS.

Contents

Although they date to the Hellenic Period, spatial reference systems are now a crucial basis for the sciences and technologies of Geoinformatics, including cartography, geographic information systems, surveying, remote sensing, and civil engineering. This has led to their standardization in international specifications such as the EPSG codes [1] and ISO 19111:2019 Geographic information—Spatial referencing by coordinates, prepared by ISO/TC 211, also published by the Open Geospatial Consortium as Abstract Specification, Topic 2: Spatial referencing by coordinate. [2]

Types of systems

Earth centered, Earth fixed coordinates in relation to latitude and longitude. ECEF.svg
Earth centered, Earth fixed coordinates in relation to latitude and longitude.

The thousands of spatial reference systems used today are based on a few general strategies, which have been defined in the EPSG, ISO, and OGC standards: [1] [2]

Geographic coordinate system (or geodetic)
A spherical coordinate system measuring locations directly on the Earth (modeled as a sphere or ellipsoid) using latitude (degrees north or south of the equator) and longitude (degrees west or east of a prime meridian).
Geocentric coordinate system (or Earth-centered Earth-fixed)
A three-dimensional cartesian coordinate system that models the Earth as a three-dimensional object, measuring locations from a center point, usually the center of mass of the Earth, along x, y, and z axes aligned with the equator and the prime meridian. This system is commonly used to track the orbits of satellites, because they are based on the center of mass. Thus, this is the internal coordinate system used by Satellite navigation systems such as GPS to compute locations using multilateration.
Projected coordinate system (or planar, grid)
Layout of a UTM coordinate system. Utm-latlon grid en.svg
Layout of a UTM coordinate system.
A standardized cartesian coordinate system that models the Earth (or more commonly, a large region thereof) as a plane, measuring locations from an arbitrary origin point along x and y axes more or less aligned with the cardinal directions. Each of these systems is based on a particular Map projection to create a planar surface from the curved Earth surface. These are generally defined and used strategically to minimize the distortions inherent to projections. Common examples include the Universal transverse mercator (UTM) and national systems such as the British National Grid, and State Plane Coordinate System (SPCS).
Engineering coordinate system (or local, custom)
A cartesian coordinate system (2-D or 3-D) that is created bespoke for a small area, often a single engineering project, over which the curvature of the Earth can be safely approximated as flat without significant distortion. Locations are typically measured directly from an arbitrary origin point using surveying techniques. These may or may not be aligned with a standard projected coordinate system. Local tangent plane coordinates are a type of local coordinate system used in aviation and marine vehicles.

These standards acknowledge that standard reference systems also exist for measuring elevation using vertical datums and time (e.g. ISO 8601), which may be combined with a spatial reference system to form a compound coordinate system for representing three-dimensional and/or spatio-temporal locations. There are also internal systems for measuring location within the context of an object, such as the rows and columns of pixels in a raster image, Linear referencing measurements along linear features (e.g., highway mileposts), and systems for specifying location within moving objects such as ships. The latter two are often classified as subcategories of engineering coordinate systems.

Components

The goal of any spatial reference system is to create a common reference frame in which locations can be measured precisely and consistently as coordinates, which can then be shared unambiguously, so that any recipient can identify the same location that was originally intended by the originator. [3] To accomplish this, any coordinate reference system definition needs to be composed of several specifications:

Thus, a CRS definition will typically consist of a "stack" of dependent specifications, as exemplified in the following table:

EPSG CodeNameEllipsoidHorizontal DatumCS TypeProjectionOriginAxesUnit of Measure
4326 GCS WGS 84 GRS 80 WGS 84 ellipsoidal (lat, lon)N/Aequator/prime meridianequator, prime meridiandegree of arc
26717 UTM Zone 17N NAD 27Clarke 1866 NAD 27 cartesian (x,y)Transverse Mercator: central meridian 81°W, scaled 0.9996500km west of (81°W, 0°N)equator, 81°W meridianmeter
6576 SPCS Tennessee Zone NAD 83 (2011) ftUS GRS 80 NAD 83 (2011 epoch)cartesian (x,y)Lambert Conformal Conic: center 86°W, 34°20'N, standard parallels 35°15'N, 36°25'N600km grid west of center pointgrid east at center point, 86°W meridianUS survey foot

Examples by continent

Examples of systems around the world are:

Asia

Europe

North America

Worldwide

Identifiers

A Spatial Reference System Identifier (SRID) is a unique value used to unambiguously identify projected, unprojected, and local spatial coordinate system definitions. These coordinate systems form the heart of all GIS applications.

Virtually all major spatial vendors have created their own SRID implementation or refer to those of an authority, such as the EPSG Geodetic Parameter Dataset.

SRIDs are the primary key for the Open Geospatial Consortium (OGC) spatial_ref_sys metadata table for the Simple Features for SQL Specification, Versions 1.1 and 1.2, which is defined as follows:

CREATETABLESPATIAL_REF_SYS(SRIDINTEGERNOTNULLPRIMARYKEY,AUTH_NAMECHARACTERVARYING(256),AUTH_SRIDINTEGER,SRTEXTCHARACTERVARYING(2048))

In spatially enabled databases (such as IBM Db2, IBM Informix, Ingres, Microsoft SQL Server, MonetDB, MySQL, Oracle RDBMS, Teradata, PostGIS, SQL Anywhere and Vertica), SRIDs are used to uniquely identify the coordinate systems used to define columns of spatial data or individual spatial objects in a spatial column (depending on the spatial implementation). SRIDs are typically associated with a well-known text (WKT) string definition of the coordinate system (SRTEXT, above). Here are two common coordinate systems with their EPSG SRID value followed by their WKT:

UTM, Zone 17N, NAD27 — SRID 2029:

PROJCS["NAD27(76) / UTM zone 17N",GEOGCS["NAD27(76)",DATUM["North_American_Datum_1927_1976",SPHEROID["Clarke 1866",6378206.4,294.9786982138982,AUTHORITY["EPSG","7008"]],AUTHORITY["EPSG","6608"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4608"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-81],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],AUTHORITY["EPSG","2029"],AXIS["Easting",EAST],AXIS["Northing",NORTH]]

WGS84 — SRID 4326

GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]

SRID values associated with spatial data can be used to constrain spatial operations — for instance, spatial operations cannot be performed between spatial objects with differing SRIDs in some systems, or trigger coordinate system transformations between spatial objects in others.

See also

Related Research Articles

<span class="mw-page-title-main">Geographic coordinate system</span> System to specify locations on Earth

A geographic coordinate system (GCS) is a spherical or geodetic coordinate system for measuring and communicating positions directly on the Earth as latitude and longitude. It is the simplest, oldest and most widely used of the various spatial reference systems that are in use, and forms the basis for most others. Although latitude and longitude form a coordinate tuple like a cartesian coordinate system, the geographic coordinate system is not cartesian because the measurements are angles and are not on a planar surface.

<span class="mw-page-title-main">Geography Markup Language</span> XML grammar for geographical features

The Geography Markup Language (GML) is the XML grammar defined by the Open Geospatial Consortium (OGC) to express geographical features. GML serves as a modeling language for geographic systems as well as an open interchange format for geographic transactions on the Internet. Key to GML's utility is its ability to integrate all forms of geographic information, including not only conventional "vector" or discrete objects, but coverages and sensor data.

<span class="mw-page-title-main">Projected coordinate system</span> Cartesian geographic coordinate system

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.

<span class="mw-page-title-main">World Geodetic System</span> Geodetic reference system

The World Geodetic System (WGS) is a standard used in cartography, geodesy, and satellite navigation including GPS. The current version, WGS 84, defines an Earth-centered, Earth-fixed coordinate system and a geodetic datum, and also describes the associated Earth Gravitational Model (EGM) and World Magnetic Model (WMM). The standard is published and maintained by the United States National Geospatial-Intelligence Agency.

<span class="mw-page-title-main">Ordnance Survey National Grid</span> System of geographic grid references used in Great Britain

The Ordnance Survey National Grid reference system (OSGB), also known as British National Grid (BNG), is a system of geographic grid references used in Great Britain, distinct from latitude and longitude.

In geodesy, conversion among different geographic coordinate systems is made necessary by the different geographic coordinate systems in use across the world and over time. Coordinate conversion is composed of a number of different types of conversion: format change of geographic coordinates, conversion of coordinate systems, or transformation to different geodetic datums. Geographic coordinate conversion has applications in cartography, surveying, navigation and geographic information systems.

GeoTIFF is a public domain metadata standard which allows georeferencing information to be embedded within a TIFF file. The potential additional information includes map projection, coordinate systems, ellipsoids, datums, and everything else necessary to establish the exact spatial reference for the file. The GeoTIFF format is fully compliant with TIFF 6.0, so software incapable of reading and interpreting the specialized metadata will still be able to open a GeoTIFF format file.

<span class="mw-page-title-main">Geodetic datum</span> Reference frame for measuring location

A geodetic datum or geodetic system is a global datum reference or reference frame for precisely representing the position of locations on Earth or other planetary bodies by means of geodetic coordinates. Datums are crucial to any technology or technique based on spatial location, including geodesy, navigation, surveying, geographic information systems, remote sensing, and cartography. A horizontal datum is used to measure a location across the Earth's surface, in latitude and longitude or another coordinate system; a vertical datum is used to measure the elevation or depth relative to a standard origin, such as mean sea level (MSL). Since the rise of the global positioning system (GPS), the ellipsoid and datum WGS 84 it uses has supplanted most others in many applications. The WGS 84 is intended for global use, unlike most earlier datums.

<span class="mw-page-title-main">ED50</span> Reference frame for European geodesy

ED50 is a geodetic datum which was defined after World War II for the international connection of geodetic networks.

<span class="mw-page-title-main">Universal Transverse Mercator coordinate system</span> Map projection system

The Universal Transverse Mercator (UTM) is a map projection system for assigning coordinates to locations on the surface of the Earth. Like the traditional method of latitude and longitude, it is a horizontal position representation, which means it ignores altitude and treats the earth surface as a perfect ellipsoid. However, it differs from global latitude/longitude in that it divides earth into 60 zones and projects each to the plane as a basis for its coordinates. Specifying a location means specifying the zone and the x, y coordinate in that plane. The projection from spheroid to a UTM zone is some parameterization of the transverse Mercator projection. The parameters vary by nation or region or mapping system.

<span class="mw-page-title-main">Lambert conformal conic projection</span> Conic conformal map projection

A Lambert conformal conic projection (LCC) is a conic map projection used for aeronautical charts, portions of the State Plane Coordinate System, and many national and regional mapping systems. It is one of seven projections introduced by Johann Heinrich Lambert in his 1772 publication Anmerkungen und Zusätze zur Entwerfung der Land- und Himmelscharten.

<span class="mw-page-title-main">Earth-centered, Earth-fixed coordinate system</span> 3-D coordinate system centered on the Earth

The Earth-centered, Earth-fixed coordinate system, also known as the geocentric coordinate system, is a cartesian spatial reference system that represents locations in the vicinity of the Earth as X, Y, and Z measurements from its center of mass. Its most common use is in tracking the orbits of satellites and in satellite navigation systems for measuring locations on the surface of the Earth, but it is also used in applications such as tracking crustal motion.

The State Plane Coordinate System (SPCS) is a set of 125 geographic zones or coordinate systems designed for specific regions of the United States. Each U.S. state contains one or more state plane zones, the boundaries of which usually follow county lines. There are 108 zones in the contiguous United States, with 10 more in Alaska, five in Hawaii, one for Puerto Rico and the United States Virgin Islands, and one for Guam. The system is widely used for geographic data by state and local governments. Its popularity is due to at least two factors. First, it uses a simple Cartesian coordinate system to specify locations rather than a more complex spherical coordinate system. By using the Cartesian coordinate system's simple XY coordinates, "plane surveying" methods can be used, speeding up and simplifying calculations. Second, the system is highly accurate within each zone. Outside a specific state plane zone accuracy rapidly declines, thus the system is not useful for regional or national mapping.

<span class="mw-page-title-main">Earth ellipsoid</span> Geometric figure which approximates the Earths shape

An Earth ellipsoid or Earth spheroid is a mathematical figure approximating the Earth's form, used as a reference frame for computations in geodesy, astronomy, and the geosciences. Various different ellipsoids have been used as approximations.

geo URI scheme System of geographic location identifiers

The geo URI scheme is a Uniform Resource Identifier (URI) scheme defined by the Internet Engineering Task Force's RFC 5870 as:

a Uniform Resource Identifier (URI) for geographic locations using the 'geo' scheme name. A 'geo' URI identifies a physical location in a two- or three-dimensional coordinate reference system in a compact, simple, human-readable, and protocol-independent way.

<span class="mw-page-title-main">Hellenic Geodetic Reference System 1987</span>

The Hellenic Geodetic Reference System 1987 or HGRS87 is a geodetic system commonly used in Greece (SRID=2100). The system specifies a local geodetic datum and a projection system. In some documents it is called Greek Geodetic Reference System 1987 or GGRS87.

<span class="mw-page-title-main">Web Mercator projection</span> Mercator variant map projection

Web Mercator, Google Web Mercator, Spherical Mercator, WGS 84 Web Mercator or WGS 84/Pseudo-Mercator is a variant of the Mercator map projection and is the de facto standard for Web mapping applications. It rose to prominence when Google Maps adopted it in 2005. It is used by virtually all major online map providers, including Google Maps, CARTO, Mapbox, Bing Maps, OpenStreetMap, Mapquest, Esri, and many others. Its official EPSG identifier is EPSG:3857, although others have been used historically.

Well-known text representation of coordinate reference systems is a text markup language for representing spatial reference systems and transformations between spatial reference systems. The formats were originally defined by the Open Geospatial Consortium (OGC) and described in their Simple Feature Access and Well-known text representation of coordinate reference systems specifications. The current standard definition is ISO 19162:2019. This supersedes ISO 19162:2015.

<span class="mw-page-title-main">EPSG Geodetic Parameter Dataset</span> Registry of geographic reference systems

EPSG Geodetic Parameter Dataset is a public registry of geodetic datums, spatial reference systems, Earth ellipsoids, coordinate transformations and related units of measurement, originated by a member of the European Petroleum Survey Group (EPSG) in 1985. Each entity is assigned an EPSG code between 1024 and 32767, along with a standard machine-readable well-known text (WKT) representation. The dataset is maintained by the IOGP Geomatics Committee.

References

  1. 1 2 "Using the EPSG geodetic parameter dataset, Guidance Note 7-1". EPSG Geodetic Parameter Dataset. Geomatic Solutions. Archived from the original on 15 December 2021. Retrieved 15 December 2021.
  2. 1 2 "OGC Abstract Specification Topic 2: Referencing by coordinates Corrigendum". Open Geospatial Consortium. Archived from the original on 2021-07-30. Retrieved 2018-12-25.
  3. A guide to coordinate systems in Great Britain (PDF), D00659 v2.3, Ordnance Survey, 2020, p. 11, archived from the original (PDF) on 24 September 2015, retrieved 2021-12-16