next up previous contents index
Next: 5.3.1.2 Hemisphere map Up: 5.3.1 Lambert Azimuthal Equal-Area Previous: 5.3.1 Lambert Azimuthal Equal-Area   Contents   Index

5.3.1.1 Rectangular map

In this mode we define our region by specifying the longitude/latitude of the lower left and upper right corners instead of the usual west, east, south, north boundaries. The reason for specifying our area this way is that for this and many other projections, lines of equal longitude and latitude are not straight lines and are thus poor choices for map boundaries. Instead we require that the map boundaries be rectangular by defining the corners of a rectangular map boundary. Using 0$^{o}$E/40$^{o}$S (lower left) and 60$^{o}$E/10$^{o}$S (upper right) as our corners we try





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

gmtset DEGREE_FORMAT 0 GRID_CROSS_SIZE 0
pscoast -R0/-40/60/-10r -JA30/-30/4.5i -B30g30/15g15 -Dl -A500 -G200 -W0.25p -P > \
    GMT_lambert_az_rect.ps





Figure 5.9: Rectangular map using the Lambert azimuthal equal-area projection.
\begin{figure}\centering\epsfig{figure=eps/GMT_lambert_az_rect.eps}\end{figure}

Note that an ``r'' is appended to the -–R option to inform GMT that the region has been selected using the rectangle technique, otherwise it would try to decode the values as west, east, south, north and report an error since 'east' $<$ 'west'.


next up previous contents index
Next: 5.3.1.2 Hemisphere map Up: 5.3.1 Lambert Azimuthal Equal-Area Previous: 5.3.1 Lambert Azimuthal Equal-Area   Contents   Index
Paul Wessel 2001-04-18