next up previous contents index
Next: 5.5.2 Mollweide Projection (-–Jw Up: 5.5 Miscellaneous Projections Previous: 5.5 Miscellaneous Projections   Contents   Index

5.5.1 Hammer Projection (-–Jh -–JH)

The equal-area Hammer projection, first presented by Ernst von Hammer in 1892, is also known as Hammer-Aitoff (the Aitoff projection looks similar, but is not equal-area). The border is an ellipse, equator and central meridian are straight lines, while other parallels and meridians are complex curves. The projection is defined by selecting:

$\bullet$
The central meridian

$\bullet$
Scale along equator in inch/degree or 1:xxxxx (-Jh), or map width (-JH)

A view of the Pacific ocean using the Dateline as central meridian is accomplished thus





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

pscoast -R0/360/-90/90 -JH180/4.5i -Bg30/g15 -Dc -A10000 -G0 -P > GMT_hammer.ps





Figure 5.26: World map using the Hammer projection
\begin{figure}\centering\epsfig{figure=eps/GMT_hammer.eps}\end{figure}



Paul Wessel 2001-04-18