1GSHHS_DP(1) Generic Mapping Tools GSHHS_DP(1)
2
3
4
6 gshhs_dp - Line reduction using the Douglas-Peucker algorithm
7
9 gshhs_dp input.b tolerance output.b [-v]
10
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
30 -v Reports progress and statistics while running.
31
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
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
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 subroutine
47 forms the basis for this program.
48
50 GMT(1), gshhs(1), gshhstograss(1)
51
52
53
54GMT 4.5.6 10 Mar 2011 GSHHS_DP(1)