next up previous contents index
Next: 5.4 Cylindrical Projections Up: 5.3 Azimuthal Projections Previous: 5.3.4 Azimuthal Equidistant Projection   Contents   Index

5.3.5 Gnomonic Projection (-–Jf -JF)

The Gnomonic azimuthal projection is a perspective projection from the center onto a plane tangent to the surface. Its origin goes back to the old Greeks who used it for star maps almost 2500 years ago. The projection is neither equal-area nor conformal, and much distortion is introducted near the edge of the hemisphere; in fact, less than a hemisphere may be shown around a given center. The directions from the center of projection are true. Great circles project onto straight lines. Because it is mainly used for pictoral views at a small scale, only the spherical form is necessary.

To specify the Gnomonic projection you must supply:

$\bullet$
Longitude and latitude of the projection center.

$\bullet$
The horizon, i.e., the number of degrees from the center to the edge. This must be $<$ 90$^{o}$.

$\bullet$
Scale as 1:xxxxx or as radius/latitude where radius is distance on map in inches from projection center to a particular [possibly oblique] latitude (-Jf), or map width (-JF).

Using a horizon of 60$^{o}$, our example of this projection centered on 120$^{o}$W/35$^{o}$N can therefore be generated by the following pscoast command:





#!/bin/sh
#    $Id: GMT_gnomonic.sh,v 1.1 2001/03/21 04:10:21 pwessel Exp $
#

pscoast -R0/360/-90/90 -JF-120/35/60/4.5i -Bg15 -Dc -A10000 -G200 -W0.25p -P > GMT_gnomonic.ps





Figure 5.17: Gnomonic azimuthal projection.
\begin{figure}\centering\epsfig{figure=eps/GMT_gnomonic.eps}\end{figure}


next up previous contents index
Next: 5.4 Cylindrical Projections Up: 5.3 Azimuthal Projections Previous: 5.3.4 Azimuthal Equidistant Projection   Contents   Index
Paul Wessel 2001-04-18