fbpx
Wikipedia

Geographic coordinate conversion

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.

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 geographic coordinate conversion and transformation will be considered in this article.

This article assumes readers are already familiar with the content in the articles geographic coordinate system and geodetic datum.

Change of units and format 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 units or formats:[2]

There are 60 minutes in a degree and 60 seconds in a minute. Therefore, to convert from a degrees minutes seconds format to a decimal degrees format, one may use the formula

 .

To convert back from decimal degree format to degrees minutes seconds format,

 

where   and   are just temporary variables to handle both positive and negative values properly.

Coordinate system conversion edit

A coordinate system conversion is a conversion from one coordinate system to another, with both coordinate systems based on the same geodetic datum. Common conversion tasks include conversion between geodetic and earth-centered, earth-fixed (ECEF) coordinates and conversion from one type of map projection to another.

From geodetic to ECEF coordinates edit

 
The length PQ, called the prime vertical radius, is  . The length IQ is equal to  .  .

Geodetic coordinates (latitude  , longitude  , height  ) can be converted into ECEF coordinates using the following equation:[3]

 

where

 

and   and   are the equatorial radius (semi-major axis) and the polar radius (semi-minor axis), respectively.   is the square of the first numerical eccentricity of the ellipsoid.   is the flattening of the ellipsoid. The prime vertical radius of curvature   is the distance from the surface to the Z-axis along the ellipsoid normal.

Properties edit

The following condition holds for the longitude in the same way as in the geocentric coordinates system:

 

And the following holds for the latitude:

 

where  , as the parameter   is eliminated by subtracting

 

and

 

Furthermore:

 

Orthogonality edit

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 longitude is:

 .

where atan2 is the quadrant-resolving arc-tangent function. The geocentric longitude and geodetic longitude have the same value; this is true for Earth and other similar shaped planets because they have a large amount of rotational symmetry around their spin axis (see triaxial ellipsoidal longitude for a generalization).

The conversion for the latitude and height involves a circular relationship involving N, which is a function of latitude:

 ,
 .

It can be solved iteratively,[4][5] for example, starting with a first guess h≈0 then updating N. More elaborate methods are shown below. The procedure is, however, sensitive to small accuracy due to   and   being maybe 106 apart.[6][7]

Newton–Raphson method edit

The following Bowring's irrational geodetic-latitude equation,[8] derived simply from the above properties, is efficient to be solved by Newton–Raphson iteration method:[9][10]

 

where   and   as before. The height is calculated as:

 

The iteration can be transformed into the following calculation:

 

where  

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

Ferrari's solution edit

The quartic equation of  , derived from the above, can be solved by Ferrari's solution[11][12] to yield:

 
The application of Ferrari's solution edit

A number of techniques and algorithms are available but the most accurate, according to Zhu,[13] is the following procedure established by Heikkinen,[14] as cited by Zhu. It is assumed that geodetic parameters   are known

 

Note: arctan2[Y, X] is the four-quadrant inverse tangent function.

Power series edit

For small e2 the power series

 

starts with

 

Geodetic to/from ENU coordinates edit

To convert from geodetic coordinates to local tangent plane (ENU) coordinates is a two-stage process:

  1. Convert geodetic coordinates to ECEF coordinates
  2. Convert ECEF coordinates to local ENU coordinates

From ECEF to ENU edit

To transform from ECEF coordinates to the local coordinates we need a local reference point. Typically, this might be the location of a radar. If a radar is located at   and an aircraft at  , then the vector pointing from the radar to the aircraft in the ENU frame is

 

Note:   is the geodetic latitude; the geocentric latitude is inappropriate for representing vertical direction for the local tangent plane and must be converted if necessary.

From ENU to ECEF edit

This is just the inversion of the ECEF to ENU transformation so

 

Conversion across map projections edit

Conversion of coordinates and map positions among different map projections reference to the same datum 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[15] and the USGS paper Map Projections: A Working Manual[16] contain formulas for conversion of map projections. It is common to use computer programs to perform coordinate conversion tasks, such as with the DoD and NGA supported GEOTRANS program.[17]

Datum transformations edit

 
The different possible paths for transforming geographic coordinates from datum   to datum  

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 another, then transform ECEF coordinates 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.

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 (position vector transformation convention and very small rotation angles simplification)[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 transform parameters are small relative to the magnitudes of the ECEF 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[20] and earthquakes.[21] This has been incorporated into software, such as the Horizontal Time Dependent Positioning (HTDP) tool from the U.S. NGS.[22]

Molodensky-Badekas transformation edit

To eliminate the coupling between the rotations and translations of the Helmert transform, 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 transform.[19]: 133-134 

Like the Helmert transform, using the Molodensky-Badekas transform 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[23]

 

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

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

Molodensky transformation edit

The Molodensky transformation converts directly between geodetic coordinate systems of different datums without the intermediate step of converting to geocentric coordinates (ECEF).[24] It requires the three shifts between the datum centers and the differences between the reference 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.[25] The Molodensky method was popular before the advent of modern computers and the method is part of many geodetic programs.

Grid-based method edit

 
Magnitude of shift in position between NAD27 and NAD83 datum as a function of location.

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.[26] 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).[27] Subsequently, Australia and New Zealand adopted the NTv2 format to create grid-based methods for transforming among their own local datums.

Like the multiple regression equation transform, grid-based methods use a low-order interpolation method for converting 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.[28][29]

Multiple regression equations edit

Datum transformations through the use of empirical multiple regression methods were created to achieve higher accuracy results over small geographic 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.[30] The standard NIMA TM 8350.2, Appendix D,[31] lists MRE transforms from several local datums to WGS 84, with accuracies of about 2 meters.[32]

The MREs are a direct transformation of geodetic coordinates with no intermediate ECEF step. Geodetic coordinates   in the new datum   are modeled as polynomials of up to the ninth degree in the geodetic coordinates   of the original datum  . For instance, the change in   could be parameterized as (with only up to quadratic terms shown)[30]: 9 

 

where

  parameters fitted by multiple regression
 
  scale factor
  origin of the datum,  

with similar equations for   and  . Given a sufficient number of   coordinate pairs for landmarks in both datums for good statistics, multiple regression methods are used to fit the parameters of these polynomials. The polynomials, along with the fitted coefficients, form the multiple regression equations.

See also edit

References edit

  1. ^ Roger Foster; Dan Mullaney. "Basic Geodesy Article 018: Conversions and Transformations" (PDF). National Geospatial Intelligence Agency. (PDF) from the original on 27 November 2020. Retrieved 4 March 2014.
  2. ^ "Coordinate transformer". Ordnance Survey Great Britain. from the original on 12 August 2013. Retrieved 4 March 2014.
  3. ^ B. Hofmann-Wellenhof; H. Lichtenegger; J. Collins (1997). GPS - theory and practice. Section 10.2.1. p. 282. ISBN 3-211-82839-7.
  4. ^ A guide to coordinate systems in Great Britain. This is available as a pdf document at . Archived from the original on 2012-02-11. Retrieved 2012-01-11. Appendices B1, B2
  5. ^ Osborne, P (2008). The Mercator Projections 2012-01-18 at the Wayback Machine Section 5.4
  6. ^
  7. ^ Featherstone, W. E.; Claessens, S. J. (2008). "Closed-Form Transformation between Geodetic and Ellipsoidal Coordinates". Stud. Geophys. Geod. 52 (1): 1–18. Bibcode:2008StGG...52....1F. doi:10.1007/s11200-008-0002-6. hdl:20.500.11937/11589. S2CID 59401014.
  8. ^ Bowring, B. R. (1976). "Transformation from Spatial to Geographical Coordinates". Surv. Rev. 23 (181): 323–327. doi:10.1179/003962676791280626.
  9. ^ Fukushima, T. (1999). "Fast Transform from Geocentric to Geodetic Coordinates". J. Geod. 73 (11): 603–610. Bibcode:1999JGeod..73..603F. doi:10.1007/s001900050271. S2CID 121816294. (Appendix B)
  10. ^ Sudano, J. J. (1997). "An exact conversion from an earth-centered coordinate system to latitude, longitude and altitude". Proceedings of the IEEE 1997 National Aerospace and Electronics Conference. NAECON 1997. Vol. 2. pp. 646–650. doi:10.1109/NAECON.1997.622711. ISBN 0-7803-3725-5. S2CID 111028929.
  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. S2CID 120075409.
  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. Bibcode:2009JGeod..83.1071G. doi:10.1007/s00190-009-0325-2. S2CID 120864969.
  13. ^ Zhu, J. (1994). "Conversion of Earth-centered Earth-fixed coordinates to geodetic coordinates". IEEE Transactions on Aerospace and Electronic Systems. 30 (3): 957–961. Bibcode:1994ITAES..30..957Z. doi:10.1109/7.303772.
  14. ^ Heikkinen, M. (1982). "Geschlossene formeln zur berechnung räumlicher geodätischer koordinaten aus rechtwinkligen koordinaten". Z. Vermess. (in German). 107: 207–211.
  15. ^ "TM8358.2: The Universal Grids: Universal Transverse Mercator (UTM) and Universal Polar Stereographic (UPS)" (PDF). National Geospatial-Intelligence Agency. (PDF) from the original on 3 March 2020. Retrieved 4 March 2014.
  16. ^ Snyder, John P. (1987). Map Projections: A Working Manual. USGS Professional Paper: 1395. from the original on 2011-05-17. Retrieved 2017-08-28.
  17. ^ "MSP GEOTRANS 3.3 (Geographic Translator)". NGA: Coordinate Systems Analysis Branch. from the original on 15 March 2014. Retrieved 4 March 2014.
  18. ^ a b "Equations Used for Datum Transformations". Land Information New Zealand (LINZ). from the original on 6 March 2014. Retrieved 5 March 2014.
  19. ^ a b c d (PDF). International Association of Oil and Gas Producers (OGP). Archived from the original (PDF) on 6 March 2014. Retrieved 5 March 2014.
  20. ^ Bolstad, Paul (2012). (PDF). Atlas books. p. 93. ISBN 978-0-9717647-3-6. Archived from the original (PDF) on 2016-02-02.
  21. ^ "Addendum to NIMA TR 8350.2: Implementation of the World Geodetic System 1984 (WGS 84) Reference Frame G1150" (PDF). National Geospatial-Intelligence Agency. (PDF) from the original on 11 May 2012. Retrieved 6 March 2014.
  22. ^ "HTDP - Horizontal Time-Dependent Positioning". U.S. National Geodetic Survey (NGS). from the original on 25 November 2019. Retrieved 5 March 2014.
  23. ^ "Molodensky-Badekas (7+3) Transformations". National Geospatial Intelligence Agency (NGA). from the original on 19 July 2013. Retrieved 5 March 2014.
  24. ^ "ArcGIS Help 10.1: Equation-based methods". ESRI. from the original on 4 December 2019. Retrieved 5 March 2014.
  25. ^ "Datum Transformations". National Geospatial-Intelligence Agency. from the original on 9 October 2014. Retrieved 5 March 2014.
  26. ^ "ArcGIS Help 10.1: Grid-based methods". ESRI. from the original on 4 December 2019. Retrieved 5 March 2014.
  27. ^ "NADCON/HARN Datum ShiftMethod". bluemarblegeo.com. from the original on 6 March 2014. Retrieved 5 March 2014.
  28. ^ "NADCON - Version 4.2". NOAA. from the original on 6 May 2021. Retrieved 5 March 2014.
  29. ^ Mulcare, Donald M. . Professional Surveyor Magazine. Archived from the original on 6 March 2014. Retrieved 5 March 2014.
  30. ^ a b User's Handbook on Datum Transformations Involving WGS 84 (PDF) (Report). Special Publication No. 60 (3rd ed.). Monaco: International Hydrographic Bureau. August 2008. (PDF) from the original on 2016-04-12. Retrieved 2017-01-10.
  31. ^ "DEPARTMENT OF DEFENSE WORLD GEODETIC SYSTEM 1984 Its Definition and Relationships with Local Geodetic Systems" (PDF). National Imagery and Mapping Agency (NIMA). (PDF) from the original on 11 April 2014. Retrieved 5 March 2014.
  32. ^ Taylor, Chuck. "High-Accuracy Datum Transformations". from the original on 4 January 2013. Retrieved 5 March 2014.

geographic, coordinate, conversion, geodesy, conversion, among, different, geographic, coordinate, systems, made, necessary, different, geographic, coordinate, systems, across, world, over, time, coordinate, conversion, composed, number, different, types, conv. 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 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 geographic coordinate conversion and transformation will be considered in this article This article assumes readers are already familiar with the content in the articles geographic coordinate system and geodetic datum Contents 1 Change of units and format 2 Coordinate system conversion 2 1 From geodetic to ECEF coordinates 2 1 1 Properties 2 1 2 Orthogonality 2 2 From ECEF to geodetic coordinates 2 2 1 Newton Raphson method 2 2 2 Ferrari s solution 2 2 2 1 The application of Ferrari s solution 2 2 3 Power series 2 3 Geodetic to from ENU coordinates 2 3 1 From ECEF to ENU 2 3 2 From ENU to ECEF 2 4 Conversion across map projections 3 Datum transformations 3 1 Helmert transformation 3 2 Molodensky Badekas transformation 3 3 Molodensky transformation 3 4 Grid based method 3 5 Multiple regression equations 4 See also 5 ReferencesChange of units and format editInformally 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 units or formats 2 sexagesimal degree degrees minutes and seconds 40 26 46 N 79 58 56 W degrees and decimal minutes 40 26 767 N 79 58 933 W decimal degrees 40 446 79 982There are 60 minutes in a degree and 60 seconds in a minute Therefore to convert from a degrees minutes seconds format to a decimal degrees format one may use the formula decimal degrees degrees minutes60 seconds3600 displaystyle rm decimal degrees rm degrees frac rm minutes 60 frac rm seconds 3600 nbsp To convert back from decimal degree format to degrees minutes seconds format absDegrees decimal degrees floorAbsDegrees absDegrees degrees sgn decimal degrees floorAbsDegreesminutes 60 absDegrees floorAbsDegrees seconds 3600 absDegrees floorAbsDegrees 60 minutes displaystyle begin aligned rm absDegrees amp rm decimal degrees rm floorAbsDegrees amp lfloor rm absDegrees rfloor rm degrees amp operatorname sgn rm decimal degrees times rm floorAbsDegrees rm minutes amp lfloor 60 times rm absDegrees rm floorAbsDegrees rfloor rm seconds amp 3600 times rm absDegrees rm floorAbsDegrees 60 times rm minutes end aligned nbsp where absDegrees displaystyle rm absDegrees nbsp and floorAbsDegrees displaystyle rm floorAbsDegrees nbsp are just temporary variables to handle both positive and negative values properly Coordinate system conversion editA coordinate system conversion is a conversion from one coordinate system to another with both coordinate systems based on the same geodetic datum Common conversion tasks include conversion between geodetic and earth centered earth fixed ECEF coordinates and conversion from one type of map projection to another From geodetic to ECEF coordinates edit nbsp The length PQ called the prime vertical radius is N ϕ displaystyle N phi nbsp The length IQ is equal to e2N ϕ displaystyle e 2 N phi nbsp R X Y Z displaystyle R X Y Z nbsp Geodetic coordinates latitude ϕ displaystyle phi nbsp longitude l displaystyle lambda nbsp height h displaystyle h nbsp can be converted into ECEF coordinates using the following equation 3 X N ϕ h cos ϕcos lY N ϕ h cos ϕsin lZ b2a2N ϕ h sin ϕ 1 e2 N ϕ h sin ϕ 1 f 2N ϕ h sin ϕ displaystyle begin aligned X amp left N phi h right cos phi cos lambda Y amp left N phi h right cos phi sin lambda Z amp left frac b 2 a 2 N phi h right sin phi amp left 1 e 2 N phi h right sin phi amp left 1 f 2 N phi h right sin phi end aligned nbsp where N ϕ a2a2cos2 ϕ b2sin2 ϕ a1 e2sin2 ϕ displaystyle N phi frac a 2 sqrt a 2 cos 2 phi b 2 sin 2 phi frac a sqrt 1 e 2 sin 2 phi nbsp and a displaystyle a nbsp and b displaystyle b nbsp are the equatorial radius semi major axis and the polar radius semi minor axis respectively e2 1 b2a2 displaystyle e 2 1 frac b 2 a 2 nbsp is the square of the first numerical eccentricity of the ellipsoid f 1 ba displaystyle f 1 frac b a nbsp is the flattening of the ellipsoid The prime vertical radius of curvature N ϕ displaystyle N phi nbsp is the distance from the surface to the Z axis along the ellipsoid normal Properties edit The following condition holds for the longitude in the same way as in the geocentric coordinates system Xcos l Ysin l 0 displaystyle frac X cos lambda frac Y sin lambda 0 nbsp And the following holds for the latitude pcos ϕ Zsin ϕ e2N ϕ 0 displaystyle frac p cos phi frac Z sin phi e 2 N phi 0 nbsp where p X2 Y2 displaystyle p sqrt X 2 Y 2 nbsp as the parameter h displaystyle h nbsp is eliminated by subtracting pcos ϕ N h displaystyle frac p cos phi N h nbsp and Zsin ϕ b2a2N h displaystyle frac Z sin phi frac b 2 a 2 N h nbsp Furthermore tan ϕ Z p 1 e2 N h N h displaystyle tan phi Z p 1 e 2 N h N h nbsp Orthogonality edit The orthogonality of the coordinates is confirmed via differentiation dXdYdZ sin l sin ϕcos lcos ϕcos lcos l sin ϕsin lcos ϕsin l0cos ϕsin ϕ dEdNdU dEdNdU N ϕ h cos ϕ000M ϕ h0001 dldϕdh displaystyle begin aligned begin pmatrix dX dY dZ end pmatrix amp begin pmatrix sin lambda amp sin phi cos lambda amp cos phi cos lambda cos lambda amp sin phi sin lambda amp cos phi sin lambda 0 amp cos phi amp sin phi end pmatrix begin pmatrix dE dN dU end pmatrix 3pt begin pmatrix dE dN dU end pmatrix amp begin pmatrix left N phi h right cos phi amp 0 amp 0 0 amp M phi h amp 0 0 amp 0 amp 1 end pmatrix begin pmatrix d lambda d phi dh end pmatrix end aligned nbsp where M ϕ a 1 e2 1 e2sin2 ϕ 32 displaystyle M phi frac a left 1 e 2 right left 1 e 2 sin 2 phi right frac 3 2 nbsp see also Meridian arc on the ellipsoid From ECEF to geodetic coordinates edit The conversion of ECEF coordinates to longitude is l atan2 Y X displaystyle lambda operatorname atan2 Y X nbsp where atan2 is the quadrant resolving arc tangent function The geocentric longitude and geodetic longitude have the same value this is true for Earth and other similar shaped planets because they have a large amount of rotational symmetry around their spin axis see triaxial ellipsoidal longitude for a generalization The conversion for the latitude and height involves a circular relationship involving N which is a function of latitude ϕ arctan Z p 1 e2 N h N h displaystyle phi arctan left Z p 1 e 2 N h N h right nbsp h pcos ϕ N displaystyle h frac p cos phi N nbsp It can be solved iteratively 4 5 for example starting with a first guess h 0 then updating N More elaborate methods are shown below The procedure is however sensitive to small accuracy due to N displaystyle N nbsp and h displaystyle h nbsp being maybe 106 apart 6 7 Newton Raphson method edit The following Bowring s irrational geodetic latitude equation 8 derived simply from the above properties is efficient to be solved by Newton Raphson iteration method 9 10 k 1 e2akp2 1 e2 Z2k2 0 displaystyle kappa 1 frac e 2 a kappa sqrt p 2 left 1 e 2 right Z 2 kappa 2 0 nbsp where k pZtan ϕ displaystyle kappa frac p Z tan phi nbsp and p X2 Y2 displaystyle p sqrt X 2 Y 2 nbsp as before The height is calculated as h e 2 k 1 k0 1 p2 Z2k2 k0 1 e2 1 displaystyle begin aligned h amp e 2 left kappa 1 kappa 0 1 right sqrt p 2 Z 2 kappa 2 kappa 0 amp left 1 e 2 right 1 end aligned nbsp The iteration can be transformed into the following calculation ki 1 ci 1 e2 Z2ki3ci p2 1 p2 1 e2 Z2ki3ci p2 displaystyle kappa i 1 frac c i left 1 e 2 right Z 2 kappa i 3 c i p 2 1 frac p 2 left 1 e 2 right Z 2 kappa i 3 c i p 2 nbsp where ci p2 1 e2 Z2ki2 32ae2 displaystyle c i frac left p 2 left 1 e 2 right Z 2 kappa i 2 right frac 3 2 ae 2 nbsp The constant k0 displaystyle kappa 0 nbsp is a good starter value for the iteration when h 0 displaystyle h approx 0 nbsp Bowring showed that the single iteration produces a sufficiently accurate solution He used extra trigonometric functions in his original formulation Ferrari s solution edit The quartic equation of k displaystyle kappa nbsp derived from the above can be solved by Ferrari s solution 11 12 to yield z 1 e2 z2a2 r 16 p2a2 z e4 s e4zp24r3a2 t 1 s s s 2 3 u r t 1 1t v u2 e4z w e2u v z2v k 1 e2u v w2 wu v displaystyle begin aligned zeta amp left 1 e 2 right frac z 2 a 2 4pt rho amp frac 1 6 left frac p 2 a 2 zeta e 4 right 4pt s amp frac e 4 zeta p 2 4 rho 3 a 2 4pt t amp sqrt 3 1 s sqrt s s 2 4pt u amp rho left t 1 frac 1 t right 4pt v amp sqrt u 2 e 4 zeta 4pt w amp e 2 frac u v zeta 2v 4pt kappa amp 1 e 2 frac sqrt u v w 2 w u v end aligned nbsp The application of Ferrari s solution edit A number of techniques and algorithms are available but the most accurate according to Zhu 13 is the following procedure established by Heikkinen 14 as cited by Zhu It is assumed that geodetic parameters a b e displaystyle a b e nbsp are known a 6378137 0 m Earth Equatorial Radiusb 6356752 3142 m Earth Polar Radiuse2 a2 b2a2e 2 a2 b2b2p X2 Y2F 54b2Z2G p2 1 e2 Z2 e2 a2 b2 c e4Fp2G3s 1 c c2 2c3k s 1 1sP F3k2G2Q 1 2e4Pr0 Pe2p1 Q 12a2 1 1Q P 1 e2 Z2Q 1 Q 12Pp2U p e2r0 2 Z2V p e2r0 2 1 e2 Z2z0 b2ZaVh U 1 b2aV ϕ arctan Z e 2z0p l arctan2 Y X displaystyle begin aligned a amp 6378137 0 text m Earth Equatorial Radius 3pt b amp 6356752 3142 text m Earth Polar Radius 3pt e 2 amp frac a 2 b 2 a 2 3pt e 2 amp frac a 2 b 2 b 2 3pt p amp sqrt X 2 Y 2 3pt F amp 54b 2 Z 2 3pt G amp p 2 left 1 e 2 right Z 2 e 2 left a 2 b 2 right 3pt c amp frac e 4 Fp 2 G 3 3pt s amp sqrt 3 1 c sqrt c 2 2c 3pt k amp s 1 frac 1 s 3pt P amp frac F 3k 2 G 2 3pt Q amp sqrt 1 2e 4 P 3pt r 0 amp frac Pe 2 p 1 Q sqrt frac 1 2 a 2 left 1 frac 1 Q right frac P left 1 e 2 right Z 2 Q 1 Q frac 1 2 Pp 2 3pt U amp sqrt left p e 2 r 0 right 2 Z 2 3pt V amp sqrt left p e 2 r 0 right 2 left 1 e 2 right Z 2 3pt z 0 amp frac b 2 Z aV 3pt h amp U left 1 frac b 2 aV right 3pt phi amp arctan left frac Z e 2 z 0 p right 3pt lambda amp operatorname arctan2 Y X end aligned nbsp Note arctan2 Y X is the four quadrant inverse tangent function Power series edit For small e2 the power series k i 0aie2i displaystyle kappa sum i geq 0 alpha i e 2i nbsp starts with a0 1 a1 aZ2 p2 a2 aZ2Z2 p2 2a2p22 Z2 p2 2 displaystyle begin aligned alpha 0 amp 1 alpha 1 amp frac a sqrt Z 2 p 2 alpha 2 amp frac aZ 2 sqrt Z 2 p 2 2a 2 p 2 2 left Z 2 p 2 right 2 end aligned nbsp Geodetic to from ENU coordinates edit To convert from geodetic coordinates to local tangent plane ENU coordinates is a two stage process Convert geodetic coordinates to ECEF coordinates Convert ECEF coordinates to local ENU coordinatesFrom ECEF to ENU edit To transform from ECEF coordinates to the local coordinates we need a local reference point Typically this might be the location of a radar If a radar is located at Xr Yr Zr displaystyle left X r Y r Z r right nbsp and an aircraft at Xp Yp Zp displaystyle left X p Y p Z p right nbsp then the vector pointing from the radar to the aircraft in the ENU frame is xyz sin lrcos lr0 sin ϕrcos lr sin ϕrsin lrcos ϕrcos ϕrcos lrcos ϕrsin lrsin ϕr Xp XrYp YrZp Zr displaystyle begin bmatrix x y z end bmatrix begin bmatrix sin lambda r amp cos lambda r amp 0 sin phi r cos lambda r amp sin phi r sin lambda r amp cos phi r cos phi r cos lambda r amp cos phi r sin lambda r amp sin phi r end bmatrix begin bmatrix X p X r Y p Y r Z p Z r end bmatrix nbsp Note ϕ displaystyle phi nbsp is the geodetic latitude the geocentric latitude is inappropriate for representing vertical direction for the local tangent plane and must be converted if necessary From ENU to ECEF edit This is just the inversion of the ECEF to ENU transformation so XpYpZp sin lr sin ϕrcos lrcos ϕrcos lrcos lr sin ϕrsin lrcos ϕrsin lr0cos ϕrsin ϕr xyz XrYrZr displaystyle begin bmatrix X p Y p Z p end bmatrix begin bmatrix sin lambda r amp sin phi r cos lambda r amp cos phi r cos lambda r cos lambda r amp sin phi r sin lambda r amp cos phi r sin lambda r 0 amp cos phi r amp sin phi r end bmatrix begin bmatrix x y z end bmatrix begin bmatrix X r Y r Z r end bmatrix nbsp Conversion across map projections edit Conversion of coordinates and map positions among different map projections reference to the same datum may be accomplished either through direct translation formulas from one projection to another or by first converting from a projection A displaystyle A nbsp to an intermediate coordinate system such as ECEF then converting from ECEF to projection B displaystyle B nbsp 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 15 and the USGS paper Map Projections A Working Manual 16 contain formulas for conversion of map projections It is common to use computer programs to perform coordinate conversion tasks such as with the DoD and NGA supported GEOTRANS program 17 Datum transformations editFurther information Geodetic datum nbsp The different possible paths for transforming geographic coordinates from datum A displaystyle A nbsp to datum B displaystyle B nbsp 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 another then transform ECEF coordinates 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 Helmert transformation edit Main article Helmert transformation Use of the Helmert transform in the transformation from geodetic coordinates of datum A displaystyle A nbsp to geodetic coordinates of datum B displaystyle B nbsp occurs in the context of a three step process 18 Convert from geodetic coordinates to ECEF coordinates for datum A displaystyle A nbsp Apply the Helmert transform with the appropriate A B displaystyle A to B nbsp transform parameters to transform from datum A displaystyle A nbsp ECEF coordinates to datum B displaystyle B nbsp ECEF coordinates Convert from ECEF coordinates to geodetic coordinates for datum B displaystyle B nbsp In terms of ECEF XYZ vectors the Helmert transform has the form position vector transformation convention and very small rotation angles simplification 18 XBYBZB cxcycz 1 s 10 6 1 rzryrz1 rx ryrx1 XAYAZA displaystyle begin bmatrix X B Y B Z B end bmatrix begin bmatrix c x c y c z end bmatrix left 1 s times 10 6 right begin bmatrix 1 amp r z amp r y r z amp 1 amp r x r y amp r x amp 1 end bmatrix begin bmatrix X A Y A Z A end bmatrix nbsp The Helmert transform is a seven parameter transform with three translation shift parameters cx cy cz displaystyle c x c y c z nbsp three rotation parameters rx ry rz displaystyle r x r y r z nbsp and one scaling dilation parameter s displaystyle s nbsp The Helmert transform is an approximate method that is accurate when the transform parameters are small relative to the magnitudes of the ECEF 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 20 and earthquakes 21 This has been incorporated into software such as the Horizontal Time Dependent Positioning HTDP tool from the U S NGS 22 Molodensky Badekas transformation edit To eliminate the coupling between the rotations and translations of the Helmert transform 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 transform 19 133 134 Like the Helmert transform using the Molodensky Badekas transform is a three step process Convert from geodetic coordinates to ECEF coordinates for datum A displaystyle A nbsp Apply the Molodensky Badekas transform with the appropriate A B displaystyle A to B nbsp transform parameters to transform from datum A displaystyle A nbsp ECEF coordinates to datum B displaystyle B nbsp ECEF coordinates Convert from ECEF coordinates to geodetic coordinates for datum B displaystyle B nbsp The transform has the form 23 XBYBZB XAYAZA DXADYADZA 1 rzryrz1 rx ryrx1 XA XA0YA YA0ZA ZA0 DS XA XA0YA YA0ZA ZA0 displaystyle begin bmatrix X B Y B Z B end bmatrix begin bmatrix X A Y A Z A end bmatrix begin bmatrix Delta X A Delta Y A Delta Z A end bmatrix begin bmatrix 1 amp r z amp r y r z amp 1 amp r x r y amp r x amp 1 end bmatrix begin bmatrix X A X A 0 Y A Y A 0 Z A Z A 0 end bmatrix Delta S begin bmatrix X A X A 0 Y A Y A 0 Z A Z A 0 end bmatrix nbsp where XA0 YA0 ZA0 displaystyle left X A 0 Y A 0 Z A 0 right nbsp is the origin for the rotation and scaling transforms and DS displaystyle Delta S nbsp is the scaling factor The Molodensky Badekas transform is used to transform local geodetic datums to a global geodetic datum such as WGS 84 Unlike the Helmert transform the Molodensky Badekas transform is not reversible due to the rotational origin being associated with the original datum 19 134 Molodensky transformation edit The Molodensky transformation converts directly between geodetic coordinate systems of different datums without the intermediate step of converting to geocentric coordinates ECEF 24 It requires the three shifts between the datum centers and the differences between the reference 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 25 The Molodensky method was popular before the advent of modern computers and the method is part of many geodetic programs Grid based method edit nbsp Magnitude of shift in position between NAD27 and NAD83 datum as a function of location 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 26 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 27 Subsequently Australia and New Zealand adopted the NTv2 format to create grid based methods for transforming among their own local datums Like the multiple regression equation transform grid based methods use a low order interpolation method for converting 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 28 29 Multiple regression equations edit Datum transformations through the use of empirical multiple regression methods were created to achieve higher accuracy results over small geographic 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 30 The standard NIMA TM 8350 2 Appendix D 31 lists MRE transforms from several local datums to WGS 84 with accuracies of about 2 meters 32 The MREs are a direct transformation of geodetic coordinates with no intermediate ECEF step Geodetic coordinates ϕB lB hB displaystyle phi B lambda B h B nbsp in the new datum B displaystyle B nbsp are modeled as polynomials of up to the ninth degree in the geodetic coordinates ϕA lA hA displaystyle phi A lambda A h A nbsp of the original datum A displaystyle A nbsp For instance the change in ϕB displaystyle phi B nbsp could be parameterized as with only up to quadratic terms shown 30 9 Dϕ a0 a1U a2V a3U2 a4UV a5V2 displaystyle Delta phi a 0 a 1 U a 2 V a 3 U 2 a 4 UV a 5 V 2 cdots nbsp where ai displaystyle a i nbsp parameters fitted by multiple regression U K ϕA ϕm V K lA lm displaystyle begin aligned U amp K phi A phi m V amp K lambda A lambda m end aligned nbsp K displaystyle K nbsp scale factor ϕm lm displaystyle phi m lambda m nbsp origin of the datum A displaystyle A nbsp with similar equations for Dl displaystyle Delta lambda nbsp and Dh displaystyle Delta h nbsp Given a sufficient number of A B displaystyle A B nbsp coordinate pairs for landmarks in both datums for good statistics multiple regression methods are used to fit the parameters of these polynomials The polynomials along with the fitted coefficients form the multiple regression equations See also editGauss Kruger coordinate system List of map projections Spatial reference system Topocentric coordinate system Universal polar stereographic coordinate system Universal Transverse Mercator coordinate systemReferences edit Roger Foster Dan Mullaney Basic Geodesy Article 018 Conversions and Transformations PDF National Geospatial Intelligence Agency Archived PDF from the original on 27 November 2020 Retrieved 4 March 2014 Coordinate transformer Ordnance Survey Great Britain Archived from the original on 12 August 2013 Retrieved 4 March 2014 B Hofmann Wellenhof H Lichtenegger J Collins 1997 GPS theory and practice Section 10 2 1 p 282 ISBN 3 211 82839 7 A guide to coordinate systems in Great Britain This is available as a pdf document at ordnancesurvey co uk Archived from the original on 2012 02 11 Retrieved 2012 01 11 Appendices B1 B2 Osborne P 2008 The Mercator Projections Archived 2012 01 18 at the Wayback Machine Section 5 4 R Burtch A Comparison of Methods Used in Rectangular to Geodetic Coordinate Transformations Featherstone W E Claessens S J 2008 Closed Form Transformation between Geodetic and Ellipsoidal Coordinates Stud Geophys Geod 52 1 1 18 Bibcode 2008StGG 52 1F doi 10 1007 s11200 008 0002 6 hdl 20 500 11937 11589 S2CID 59401014 Bowring B R 1976 Transformation from Spatial to Geographical Coordinates Surv Rev 23 181 323 327 doi 10 1179 003962676791280626 Fukushima T 1999 Fast Transform from Geocentric to Geodetic Coordinates J Geod 73 11 603 610 Bibcode 1999JGeod 73 603F doi 10 1007 s001900050271 S2CID 121816294 Appendix B Sudano J J 1997 An exact conversion from an earth centered coordinate system to latitude longitude and altitude Proceedings of the IEEE 1997 National Aerospace and Electronics Conference NAECON 1997 Vol 2 pp 646 650 doi 10 1109 NAECON 1997 622711 ISBN 0 7803 3725 5 S2CID 111028929 Vermeille H H 2002 Direct Transformation from Geocentric to Geodetic Coordinates J Geod 76 8 451 454 doi 10 1007 s00190 002 0273 6 S2CID 120075409 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 Bibcode 2009JGeod 83 1071G doi 10 1007 s00190 009 0325 2 S2CID 120864969 Zhu J 1994 Conversion of Earth centered Earth fixed coordinates to geodetic coordinates IEEE Transactions on Aerospace and Electronic Systems 30 3 957 961 Bibcode 1994ITAES 30 957Z doi 10 1109 7 303772 Heikkinen M 1982 Geschlossene formeln zur berechnung raumlicher geodatischer koordinaten aus rechtwinkligen koordinaten Z Vermess in German 107 207 211 TM8358 2 The Universal Grids Universal Transverse Mercator UTM and Universal Polar Stereographic UPS PDF National Geospatial Intelligence Agency Archived PDF from the original on 3 March 2020 Retrieved 4 March 2014 Snyder John P 1987 Map Projections A Working Manual USGS Professional Paper 1395 Archived from the original on 2011 05 17 Retrieved 2017 08 28 MSP GEOTRANS 3 3 Geographic Translator NGA Coordinate Systems Analysis Branch Archived from the original on 15 March 2014 Retrieved 4 March 2014 a b Equations Used for Datum Transformations Land Information New Zealand LINZ Archived from the original on 6 March 2014 Retrieved 5 March 2014 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 Archived from the original PDF on 6 March 2014 Retrieved 5 March 2014 Bolstad Paul 2012 GIS Fundamentals 4th Edition PDF Atlas books p 93 ISBN 978 0 9717647 3 6 Archived from the original PDF on 2016 02 02 Addendum to NIMA TR 8350 2 Implementation of the World Geodetic System 1984 WGS 84 Reference Frame G1150 PDF National Geospatial Intelligence Agency Archived PDF from the original on 11 May 2012 Retrieved 6 March 2014 HTDP Horizontal Time Dependent Positioning U S National Geodetic Survey NGS Archived from the original on 25 November 2019 Retrieved 5 March 2014 Molodensky Badekas 7 3 Transformations National Geospatial Intelligence Agency NGA Archived from the original on 19 July 2013 Retrieved 5 March 2014 ArcGIS Help 10 1 Equation based methods ESRI Archived from the original on 4 December 2019 Retrieved 5 March 2014 Datum Transformations National Geospatial Intelligence Agency Archived from the original on 9 October 2014 Retrieved 5 March 2014 ArcGIS Help 10 1 Grid based methods ESRI Archived from the original on 4 December 2019 Retrieved 5 March 2014 NADCON HARN Datum ShiftMethod bluemarblegeo com Archived from the original on 6 March 2014 Retrieved 5 March 2014 NADCON Version 4 2 NOAA Archived from the original on 6 May 2021 Retrieved 5 March 2014 Mulcare Donald M NGS Toolkit Part 8 The National Geodetic Survey NADCON Tool Professional Surveyor Magazine Archived from the original on 6 March 2014 Retrieved 5 March 2014 a b User s Handbook on Datum Transformations Involving WGS 84 PDF Report Special Publication No 60 3rd ed Monaco International Hydrographic Bureau August 2008 Archived PDF from the original on 2016 04 12 Retrieved 2017 01 10 DEPARTMENT OF DEFENSE WORLD GEODETIC SYSTEM 1984 Its Definition and Relationships with Local Geodetic Systems PDF National Imagery and Mapping Agency NIMA Archived PDF from the original on 11 April 2014 Retrieved 5 March 2014 Taylor Chuck High Accuracy Datum Transformations Archived from the original on 4 January 2013 Retrieved 5 March 2014 Retrieved from https en wikipedia org w index php title Geographic coordinate conversion amp oldid 1188033720 Datum transformations, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.