Mapping equations

Introduction

The actual mapping cannot usually be visualized as a true geometric projection, directly onto the mapping plane. Rather, it is achieved through mapping equations.

Explanation

To represent parts of the surface of the Earth on a flat, printed map or a computer screen, the curved horizontal reference surface must be mapped onto a 2D mapping plane. The reference surface for large-scale mapping is usually an oblate ellipsoid; for small-scale mapping it is a sphere. Mapping onto a 2D mapping plane means transforming each point on the reference surface with geographic coordinates (ϕ, λ) to a set of Cartesian coordinates (x, y) that represent positions on the map plane.

A forward mapping equation transforms the geographic coordinates (ϕ, λ) of a point on the curved reference surface to a set of planar Cartesian coordinates (x, y), representing the position of the same point on the map plane (Equation 1):

(x%2C%5C%2Cy)%20%3D%20f%20(%5Cphi%2C%5C%2C%5Clambda)%5C
Equation 1

The corresponding inverse mapping equation transforms mathematically the planar Cartesian coordinates (x, y) of a point on the map plane to a set of geographic coordinates (ϕ, λ) on the curved reference surface (Equation 2):

(%5Cphi%2C%5Clambda)%20%3D%20f(x%2C%5C%2Cy)%5C
Equation 2

The Mercator projection (spherical assumption) (Snyder (1987)), a commonly used mapping projection, can be used to illustrate the use of mapping equations. The forward mapping equations for the Mercator projection are (Equation 3 and 4) :(*)

x%20%3D%20R%20(%5Clambda%20-%20%5Clambda_0)%5C
Equation 3

 

y%20%3D%20R%5Cln%5Ctan%5Cleft(%5Cfrac%7B%5Cpi%7D%7B4%7D%20%2B%20%5Cfrac%7B%5Cphi%7D%7B2%7D%5Cright)%5C
Equation 4

The inverse mapping equations for the Mercator projection are (Equation 5 and 6):

%5Cphi%20%3D%5Cfrac%7B%5Cpi%7D%7B2%7D-2%5Carctan%5Cleft(e%5E%7B-%5Cfrac%7By%7D%7BR%7D%7D%5Cright)%5C
Equation 5

 

%5Clambda%20%3D%20%5Cfrac%7Bx%7D%7BR%7D%20%2B%20%5Clambda_0%5C
Equation 6

Footnotes: 

(*) When an ellipsoid is used as a reference surface, the equations are considerably more complicated than those introduced here. R is the radius of the spherical reference surface at the scale of the map; ϕ and λ are given in radians; λ0 is the central meridian of the projection; e = 2.7182818, the base of the natural logarithms, not the eccentricity.

External resources

Learning outcomes

Incoming relations