next up previous contents index
Next: K.4.2 The low resolution Up: K.4 The Five Resolutions Previous: K.4 The Five Resolutions   Contents   Index


K.4.1 The crude resolution (-Dc)

We begin with an azimuthal equidistant map of the hemisphere centered on 130$^{o}$21'’E, 0$^{o}$12'’S, which is slightly west of New Guinea, near the Strait of Dampier. The edges of the map are all 9000 km true distance from the projection center. At this scale (and for global maps) the crude resolution data will usually be adequate to capture the main geographic features. To avoid cluttering the map with insignificant detail we only plot features (i.e., polygons) that exceed 500 km$^2$ in area. Smaller features would only occupy a few pixels on the plot and make the map look ``dirty''. We also add national borders to the plot. The crude database is heavily decimated and simplified by the DP-routine: The total file size of the coastlines, rivers, and borders is only 286 Kbytes. The plot is produced by the command (the box indicates the outline of the next map):





#!/bin/sh 
#    $Id: GMT_App_K_1.sh,v 1.1 2001/03/21 04:10:21 pwessel Exp $
#
gmtset GRID_CROSS_SIZE 0 OBLIQUE_ANOTATION 0 WANT_EURO_FONT FALSE
pscoast `./getbox -JE130.35/-0.2/1i -9000 9000 -9000 9000` -JE130.35/-0.2/3.5i -P -Dc \
   -A500 -G200 -W0.25p -N1/0.25tap -B20g20WSne -K \
   | egrep -v '\(80\\312|\(100\\312|\(120\\312|\(140\\312|\(160\\312|\(180\\312' > GMT_App_K_1.ps
./getrect -JE130.35/-0.2/1i -2000 2000 -2000 2000 | psxy -R -JE130.35/-0.2/3.5i -O -W1.5p -L -A \
   >> GMT_App_K_1.ps





Figure K.1: Map using the crude resolution coastline data
\begin{figure}\centering\epsfig{figure=eps/GMT_App_K_1.eps}\end{figure}

Here, the egrep command was used to remove some longitudinal annotations near the poles that otherwise would overprintK.5.


next up previous contents index
Next: K.4.2 The low resolution Up: K.4 The Five Resolutions Previous: K.4 The Five Resolutions   Contents   Index
Paul Wessel 2001-04-18