Map Projections and Coordinate Systems Datums Tell Us the Latitudes and Longi- Vertex, Node, Or Grid Cell in a Data Set, Con- Tudes of Features on an Ellipsoid
116 GIS Fundamentals Map Projections and Coordinate Systems Datums tell us the latitudes and longi- vertex, node, or grid cell in a data set, con- tudes of features on an ellipsoid. We need to verting the vector or raster data feature by transfer these from the curved ellipsoid to a feature from geographic to Mercator coordi- flat map. A map projection is a systematic nates. rendering of locations from the curved Earth Notice that there are parameters we surface onto a flat map surface. must specify for this projection, here R, the Nearly all projections are applied via Earth’s radius, and o, the longitudinal ori- exact or iterated mathematical formulas that gin. Different values for these parameters convert between geographic latitude and give different values for the coordinates, so longitude and projected X an Y (Easting and even though we may have the same kind of Northing) coordinates. Figure 3-30 shows projection (transverse Mercator), we have one of the simpler projection equations, different versions each time we specify dif- between Mercator and geographic coordi- ferent parameters. nates, assuming a spherical Earth. These Projection equations must also be speci- equations would be applied for every point, fied in the “backward” direction, from pro- jected coordinates to geographic coordinates, if they are to be useful. The pro- jection coordinates in this backward, or “inverse,” direction are often much more complicated that the forward direction, but are specified for every commonly used pro- jection. Most projection equations are much more complicated than the transverse Mer- cator, in part because most adopt an ellipsoi- dal Earth, and because the projections are onto curved surfaces rather than a plane, but thankfully, projection equations have long been standardized, documented, and made widely available through proven programing libraries and projection calculators.
[Show full text]