1GSHHS_DP(1)                  Generic Mapping Tools                 GSHHS_DP(1)
2
3
4

NAME

6       gshhs_dp - Line reduction using the Douglas-Peucker algorithm
7

SYNOPSIS

9       gshhs_dp input.b tolerance output.b [-v]
10

DESCRIPTION

12       gshhs_dp  reads  the  binary coastline (GSHHS) or political boundary or
13       river (WDBII) files and and reduces  the  complexity  of  the  line  by
14       applying the Douglas-Peucker algorithm.  It automatically handles byte-
15       swabbing between different architectures.
16
17       input.b
18              GSHHS or WDBII binary data file as distributed  with  the  GSHHS
19              data supplement.  Any of the 5 standard resolutions (full, high,
20              intermediate, low, crude) can be used.
21
22       tolerance
23              tolerance is maximum mismatch in km.  The larger the  value  the
24              more reduction will take place.
25
26       output.b
27              The reducted data set.
28

OPTIONS

30       -v     Reports progress and statistics while running.
31

EXAMPLES

33       To  simplify  the  full GSHHS data set with a custom tolerance of 2 km,
34       try
35
36       gshhs_dp gshhs_f.b 2 gshhs_2km.b
37

REFERENCES

39       Douglas, D. H., and T. K. Peucker, Algorithms for the reduction of  the
40       number  of points required to represent a digitized line of its carica‐
41       ture, Can. Cartogr., 10, 112-122, 1973.
42

AUTHOR

44       This implementation of the D-P algorithm has been  kindly  provided  by
45       Dr.  Gary J. Robinson, Environmental Systems Science Centre, University
46       of Reading, Reading, UK (gazza@mail.nerc-essc.ac.uk);  his  ssubroutine
47       forms the basis for this program.
48

SEE ALSO

50       GMT(1), gshhs(1) gshhstograss(1)
51
52
53
54GMT 4.3.1                         15 May 2008                      GSHHS_DP(1)
Impressum