Member Login
Username:Password:
or Sign up here
Discover

ORTHOGRAPHIC PROJECTION (CARTOGRAPHY)

Orthographic projection (equatorial aspect) of the hemisphere 30W–150E

'Orthographic projection' is a map projection of cartography. Like the Stereographic projection and Gnomonic projection, Orthographic projection is a perspective (or azimuthal) projection, in which the sphere is projected onto a tangent plane or secant plane. The ''point of perspective'' for the Orthographic projection is at infinite distance. It depicts a hemisphere of the globe as it appears from outer space. The shapes and areas are distorted, particularly near the edges, but distances are preserved along parallels (Snyder 1987, 1993).

Contents
History
Mathematics
References
External links

History


Orthographic projection was called "analemma" by the Greeks (see Ptolemy). The current name was adopted in 1613 by François d'Aiguillon of Antwerp, though it is thought to originate from the Roman writer and architect Vitruvius. Albrecht Dürer prepared the first known polar and equatorial Orthographic maps of the Earth. Photographs of the Earth and other planets from spacecraft have inspired renewed interest in the Orthographic projection in astronomy and planetary science.

Mathematics


The formulas for the Orthographic projection are derived using trigonometry. They are written in terms of longitude (lambda) and latitude (phi) on the sphere. Define the radius of the sphere R and the ''center'' point (and origin) of the projection (lambda_0,,phi_1). The equations for the Orthographic projection onto the (x,y) tangent plane reduce to the following (Snyder 1987):
:egin{align}
x &= R,cos(phi) sinleft(lambda - lambda_0
ight) \
y &= Rig[cos(phi_1) sin(phi) - sin(phi_1) cos(phi) cosleft(lambda - lambda_0
ight)ig]
end{align}
Latitudes beyond the range of the map should be clipped by calculating the distance c from the ''center'' of the Orthographic projection. This ensures that points on the opposite hemisphere are not plotted:
:cos(c) = sin(phi_1) sin(phi) + cos(phi_1) cos(phi) cosleft(lambda - lambda_0
ight),.
The point should be clipped from the map if cos c is negative.
The inverse formulas are given by:
:egin{align}
phi &= rcsinleft[cos(c) sin(phi_1) + rac{ysin(c) cos(phi_1)}{
ho}
ight] \
lambda &= lambda_0 + rctanleft[ rac{xsin(c)}{
ho cos(phi_1)cos(c) - y sin(phi_1) sin(c)}
ight]
end{align}
where
:egin{align}
ho &= sqrt{x^2 + y^2} \
c &= rcsinleft( rac{
ho}{R}
ight)
end{align}
For computation of the inverse formulas (e.g., using C/C++, Fortran, or other programming language), the use of the two-argument atan2 form of the inverse tangent function (as opposed to atan) is recommended. This ensures that the sign of the Orthographic projection as written is correct in all quadrants.
The inverse formulas are particularly useful when trying to project a variable defined on a (lambda, phi) grid onto a rectilinear grid in (x, y). Direct application of the Orthographic projection yields scattered points in (x, y), which creates problems for plotting and numerical integration. One solution is to start from the (x, y) projection plane and construct the image from the values defined in (lambda, phi) by using the inverse formulas of the Orthographic projection.

References



Map Projections—A Working Manual (US Geologic Survey Professional Paper 1395), Snyder, J. P., , , US Government Printing Office, 1987,

Flattening the Earth: two thousand years of map projections, Snyder, J. P., , , The University of Chicago Press, 1993, ISBN 0-226-76747-7 (paperback)

External links



Orthographic Projection—from MathWorld

This article provided by Wikipedia. To edit the contents of this article, click here for original source.