User:Mark viking/Geographic coordinate conversion

From Wikipedia, the free encyclopedia

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 comprises a number of different types of conversion: format change, conversion of coordinate systems, or transformation to different geodetic datums. Geographic coordinate conversion has applications in cartography, surveying, and geographic information systems.

In geodesy, geographic coordinate conversion is defined as translation among different coordinate formats or map projections all referenced to the same geodetic datum.[1] A geographic coordinate transformation is a translation among different geodetic datums. Both conversion and translations will be considered in this article.

Coordinate format conversion[edit]

Informally, specifying a geographic location usually means giving the location's latitude and longitude. The numerical values for latitude and longitude can occur in a number of different formats:[2]

  • degrees minutes seconds: 40° 26′ 46″ N 79° 58′ 56″ W
  • degrees decimal minutes: 40° 26.767′ N 79° 58.933′ W
  • decimal degrees: 40.446° N 79.982° W

There are 60 minutes in a degree and 60 seconds in a minute, so to convert from degrees minutes seconds to decimal degrees,

.

To convert back from decimal degrees to degrees minutes seconds,

,

where the notation means take the integer part of of .

Specifying a geographic location[edit]

In geodesy to unambiguously specify a location in three dimensions requires in addition to latitude and longitude, a terrestrial reference system, and the height or altitude. To specify a location on a two-dimensional map requires in addition the specification of a map projection.[3]

Terrestrial reference system[edit]

A terrestrial reference system, also called a geodetic datum, is a mathematical model of the earth's shape that defines the relation between a location and the coordinates that describe it. Modern datum models represent the earth as reference ellipsoids. Datums may be global, meaning that they represent the whole earth, or they may be local, meaning that they represent a best-fit ellipsoid to only a portion of the earth. Examples of global datums include World Geodetic System (WGS 84), the default datum used for Global Positioning System and the International Terrestrial Reference Frame (ITRF) used for estimating continental drift and crustal deformation.[4] Given a location, the datum provides the latitude and longitude .

Height[edit]

The height is specified relative a baseline. Common baselines include [3]

Along with the latitude and longitude , the height provides the three-dimensional geodetic coordinates for a location.[5]

An alternative coordinate system to geodetic coordinates is the Earth-centered, Earth fixed (ECEF) coordinate system. This is a three dimensional Cartesian coordinate system with , and coordinates. In ECEF, height is implicit in the coordinates. In general the particular ECEF coordinate axes chosen are related to geodetic datum specified; thus ECEF systems of different datums are not equivalent.[3]

Map projection[edit]

To establish the position of a geographic location on a map, a map projection is used to convert geodetic coordinates to two-dimensional coordinates on a map; it projects the ellipsoidal shape of a datum onto a flat surface of a map. The datum along with a map projection establishes a grid system for plotting locations. Common map projections in current use include the Universal Transverse Mercator (UTM), the Military grid reference system (MGRS), the United States National Grid (USNG), the Global Area Reference System (GARS) and the World Geographic Reference System (GEOREF).[6] Coordinates on a map are usually in terms northing N and easting E offsets relative to a specified origin.

Coordinate system conversion[edit]

A coordinate system conversion is conversion from one coordinate system to another, with both corrdinate systems based on the same geodetic datum. Common conversion tasks include conversion between geodetic and ECEF coordinates and conversion from one type of map projection to another.

From geodetic to ECEF coordinates[edit]

The length PQ is called Normal (). The length IQ is equal to . R = .

Geodetic coordinates (latitude , longitude , height ) can be converted into ECEF coordinates using the following formulae:

where

and are the semi-major axis and the first numerical eccentricity of the ellipsoid respectively.
is called the Normal and is the distance from the surface to the Z-axis along the ellipsoid normal (see "Radius of curvature on the Earth"). The following equation holds:

where .

The orthogonality of the coordinates is confirmed via differentiation:

where

(see also "Meridian arc on the ellipsoid").

From ECEF to geodetic coordinates[edit]

The conversion of ECEF coordinates to geodetic coordinates (such WGS84) is a much harder problem,[7][8] except for longitude, .

There exist two kinds of methods in order to solve the equation.

Newton–Raphson method[edit]

The following Bowring's irrational geodetic-latitude equation[9] is efficient to be solved by Newton–Raphson iteration method:[10]

where . The height is calculated as follows:

The iteration can be transformed into the following calculation:

where

is a good starter for the iteration when . Bowring showed that the single iteration produces the sufficiently accurate solution. He used extra trigonometric functions in his original formulation.

Ferrari's solution[edit]

The quartic equation for this transformation can be solved by Ferrari's solution[11][12] to yield:

Conversion across map projections[edit]

Conversion of coordinates and map positions among different map projections may be accomplished either through direct translation formulas from one projection to another, or by first converting from a projection to an intermediate coordinate system, such as ECEF, then converting from ECEF to projection . The formulas involved can be complex and in some cases, such as in the ECEF to geodetic conversion above, the conversion has no closed-form solution and approximate methods must be used. References such as the DMA Technical Manual 8358.1[13] and the USGS paper Map Projections: A Working Manual[14] contain formulas for conversion of map projections. It is more common to use computer programs to perform coordinate conversion tasks, such as the DoD and NGA supported GEOTRANS program.[15]

Datum transformations[edit]

Transformations among datums can be accomplished in a number of ways. There are transformations that directly convert geodetic coordinates from one datum to another. There are more indirect transforms that convert from geodetic coordinates to ECEF coordinates, transform the ECEF coordinates from one datum to the another, then transform ECEF coordinated of the new datum back to geodetic coordinates. There are also grid-based transformations that directly transform from one (datum, map projection) pair to another (datum, map projection) pair.

Molodensky transformation[edit]

The Molodensky transformation converts directly between geodetic coordinate systems of different datums without the intermediate step of converting to geocentric ECEF coordinates.[16] It requires the three shifts between the datum centers and the differences between the ellipsoid semi-major axes and flattening parameters.

The Molodensky transform is used by the National Geospatial-Intelligence Agency (NGA) in their standard TR8350.2 and the NGA supported GEOTRANS program.[17] The Molodensky method used to popular before the advent of modern computers and the method is part of many geodetic programs.

Helmert transformation[edit]

Use of the Helmert transform in the transformation from geodetic coordinates of datum to geodetic coordinates of datum occurs in the context of a three step process:[18]

  1. Convert from geodetic coordinates to ECEF coordinates for datum
  2. Apply the Helmert transform, with the appropriate transform parameters, to transform from datum ECEF coordinates to datum ECEF coordinates
  3. Convert from ECEF coordinates to geodetic coordinates for datum

In terms of ECEF XYZ vectors, the Helmert transform has the form[18]

The Helmert transform is a seven-parameter transform with three translation (shift) parameters , three rotation parameters and one scaling (dilation) parameter . The Helmert transform is an approximate method that is accurate when the transformation parameters are small relative to the magnitudes of theECEF vectors. Under these conditions, the transform is considered reversible.[19]

A fourteen-parameter Helmert transform, with linear time dependence for each parameter,[19]: 131-133  can be used to capture the time evolution of geographic coordinates dues to geomorphic processes, such as continental drift.[4]: 93  This has been incorporated into software, such as the Horizontal Time Dependent Positioning (HTDP) tool from the U.S. NGS.[20]

Molodensky-Badekas transformation[edit]

To eliminate the coupling between the rotations and translations of the Helmert transformation, three additional parameters can be introduced to give a new XYZ center of rotation closer to coordinates being transformed. This ten-parameter model is called the Molodensky-Badekas transformation and should not be confused with the more basic Molodensky transformation.[19]: 133-134 

Like the Helmert transform, using the Molodensky-Badekas transformation is a three step process:

  1. Convert from geodetic coordinates to ECEF coordinates for datum
  2. Apply the Molodensky-Badekas transform, with the appropriate transform parameters, to transform from datum ECEF coordinates to datum ECEF coordinates
  3. Convert from ECEF coordinates to geodetic coordinates for datum

The transform has the form[21]

where is the origin for the rotation and scaling transforms and is the scaling factor.

The Molodensky-Badekas transformation is used to transform local geodetic datums to a global geodetic datum, such as WGS 84. Unlike the Helmert transformation, the Molodensky-Badekas transformation is not reversible due to the rotational origin being associated with the original datum.[19]: 134 

Multiple regression equations[edit]

Datum transformations through the use of empirical multiple regression methods were create to achieve higher accuracy results over small regions than the standard Molodensky transformations. MRE transforms are used to transform local datums over continent-sized or smaller regions to global datums, such as WGS 84. [22] The standard NIMA TM 8350.2, Appendix D,[23] lists MRE transforms from several local datums to WGS 84, with accuracies of generally 2 meters.[24]

The MREs are a direct transformation of geodetic coordinates. Geodetic coordinates in the new datum are modeled as low-order polynomials of the geodetic coordinates of the original datum . Given a number of coordinate pairs for landmarks in both datums, multiple regression methods are used to fit the parameters of these polynomials.

Grid-based method[edit]

Grid-based transformations directly convert map coordinates from one (map-projection, geodetic datum) pair to map coordinates of another (map-projection, geodetic datum) pair. An example is the NADCON method for transforming from the North American Datum (NAD) 1927 to the NAD 1983 datum.[25] The High Accuracy Reference Network (HARN), a high accuracy version of the NADCON transforms, have an accuracy of approximately 5 centimeters. The National Transformation version 2 (NTv2) is a Canadian version of NADCON for transforming between NAD 1927 and NAD 1983. HARNs are also known as NAD 83/91 and High Precision Grid Networks (HPGN).[26] Like the multiple regression equation transform , grid-based methods use a low-order interpolation for convert map coordinates, but in two dimensions instead of three. The NOAA provides a software tool (as part of the NGS Geodetic Toolkit) for performing NADCON transformations.[27][28]

References[edit]

  1. ^ Roger Foster and Dan Mullaney. "Basic Geodesy Article 018: Conversions and Transformations" (PDF). National Geospatial Intelligence Agency. Retrieved 4 March 2014.
  2. ^ "Coordinate transformer". Ordnance Survey Great Britian. Retrieved 4 March 2014.
  3. ^ a b c Taylor, Chuck. "Locating a Point On the Earth". Retrieved 4 March 2014.
  4. ^ a b Bolstad, Paul. GIS Fundamentals, 4th Edition (PDF). Atlas books. p. 89. ISBN 978-0-9717647-3-6.
  5. ^ Kwok, Geodetic Survey Section Lands Department Hong Kong. "Geodetic Datum Transformation, p.24" (PDF). Geodetic Survey Section Lands Department Hong Kong. Retrieved 4 March 2014.
  6. ^ "Grids and Reference Systems". National Geospatial-Intelligence Agenc. Retrieved 4 March 2014.
  7. ^ R. Burtch, A Comparison of Methods Used in Rectangular to Geodetic Coordinate Transformations.
  8. ^ Featherstone, W. E.; Claessens, S. J. (2008). "Closed-Form Transformation between Geodetic and Ellipsoidal Coordinates". Stud. Geophys. Geod. 52 (1): 1–18. doi:10.1007/s11200-008-0002-6.
  9. ^ Bowring, B. R. (1976). "Transformation from Spatial to Geographical Coordinates". Surv. Rev. 23 (181): 323–327. doi:10.1179/003962676791280626.
  10. ^ Fukushima, T. (1999). "Fast Transform from Geocentric to Geodetic Coordinates". J. Geod. 73 (11): 603–610. doi:10.1007/s001900050271. (Appendix B)
  11. ^ Vermeille, H., H. (2002). "Direct Transformation from Geocentric to Geodetic Coordinates". J. Geod. 76 (8): 451–454. doi:10.1007/s00190-002-0273-6.
  12. ^ Gonzalez-Vega, Laureano; PoloBlanco, Irene (2009). "A symbolic analysis of Vermeille and Borkowski polynomials for transforming 3D Cartesian to geodetic coordinates". J. Geod. 83 (11): 1071–1081. doi:10.1007/s00190-009-0325-2. {{cite journal}}: line feed character in |title= at position 76 (help)
  13. ^ "TM8358.2: The Universal Grids: Universal Transverse Mercator (UTM) and Universal Polar Stereographic (UPS)" (PDF). National Geospatial-Intelligence Agency. Retrieved 4 March 2014.
  14. ^ Snyder, John P. (1987). Map Projections: A Working Manual. USGS Professional Paper: 1395.
  15. ^ "MSP GEOTRANS 3.3 (Geographic Translator)". NGA: Coordinate Systems Analysis Branch. Retrieved 4 March 2014.
  16. ^ "ArcGIS Help 10.1: Equation-based methods". ESRI. Retrieved 5 March 2014.
  17. ^ "Datum Transformations". National Geospatial-Intelligence Agency. Retrieved 5 March 2014.
  18. ^ a b "Equations Used for Datum Transformations". Land Information New Zealand (LINZ). Retrieved 5 March 2014.
  19. ^ a b c d "Geomatics Guidance Note Number 7, part 2 Coordinate Conversions and Transformations including Formulas" (PDF). International Association of Oil and Gas Producers (OGP). Retrieved 5 March 2014.
  20. ^ "HTDP - Horizontal Time-Dependent Positioning". U.S. National Geodetic Survey (NGS). Retrieved 5 March 2014.
  21. ^ "Molodensky-Badekas (7+3) Transformations". National Geospatial Intelligence Agency (NGA). Retrieved 5 March 2014.
  22. ^ "USER's HANDBOOK ON DATUM TRANSFORMATIONS INVOLVING WGS 84" (PDF). International Hydrographic Bureau. Retrieved 5 March 2014.
  23. ^ "DEPARTMENT OF DEFENSE WORLD GEODETIC SYSTEM 1984 Its Definition and Relationships with Local Geodetic Systems" (PDF). National Imagery and Mapping Agency (NIMA). Retrieved 5 March 2014.
  24. ^ Taylor, Chuck. "High-Accuracy Datum Transformations". Retrieved 5 March 2014.
  25. ^ "ArcGIS Help 10.1: Grid-based methods". ESRI. Retrieved 5 March 2014.
  26. ^ "NADCON/HARN Datum ShiftMethod". bluemarblegeo.com. Retrieved 5 March 2014.
  27. ^ "NADCON - Version 4.2". NOAA. Retrieved 5 March 2014.
  28. ^ Mulcare, Donald M. "NGS Toolkit, Part 8: The National Geodetic Survey NADCON Tool - See more at: http://www.profsurv.com/magazine/article.aspx?i=1193#sthash.FR1161uK.dpuf". Professional Surveyor Magazine. Retrieved 5 March 2014. {{cite web}}: External link in |title= (help)