I am using the NAD 1983 2011 UTM Zone 13N system for my data in ArcGIS. I really want to know how the equations ArcGIS used to calculate the X and Y.
Asked
Active
Viewed 311 times
0
-
1There is an open source library, https://proj4.org/about.html - written in C and C++ for doing coordinate transforms if you really want to know how this can be done - ArcGIS is proprietary software and so beyond trusting the documentation you can't be sure how they do it. – Spacedman Jul 20 '18 at 07:06
-
Related: https://gis.stackexchange.com/questions/1237/seeking-introductory-texts-about-coordinate-system-projections/1262#1262 Particularly look at Snyder's Map Projections. Esri's algorithm is close to Snyder's for normal zone/data. – mkennedy Jul 20 '18 at 18:15
1 Answers
3
I suggest you have a look at Esri's page on Geographic Transformation Methods. In it, they explain that
A geographic transformation always converts geographic (latitude–longitude) coordinates. Some methods convert the geographic coordinates to geocentric (X,Y,Z) coordinates, transform the X,Y,Z coordinates, and convert the new values back to geographic coordinates.
Equation Based Methods describes four methods for converting coordinates:
This page on grid based methods is also likely relevant.
Also have a look at this technical article How To: Determine which NAD_1983_To_WGS_1984 transformation to use.
I'm unsure which method above was used for your specific calculations.
Fezter
- 21,867
- 11
- 68
- 123
-
OP asked a UTM projection aka how does transverse Mercator work, not about converting between geographic coordinate reference systems. Sorry, but downvote. – mkennedy Jul 20 '18 at 18:06
