1BINLEGS(1) Generic Mapping Tools BINLEGS(1)
2
3
4
6 binlegs - Maintain the GMT index files for mgg supplement
7
9 binlegs leglistfile [ -R ] [ -D ] [ -Ppath ] [ -V ]
10
12 binlegs will make changes to the mgg supplement data base files
13 gmt_legs.d and gmt_index.b for the legs listed in the leglistfile.
14 Normally, only the data archivist will need to be concerned with these
15 operations.
16
17 leglistfile
18 Contains the list of legs to be worked on.
19
21 No space between the option flag and the associated arguments
22
23
24 -R Replace the current information if a leg already is in the sys‐
25 tem. [Default is append].
26
27 -D Delete information for these legs from the system index files.
28
29 -P Set the path to where the gmt_legs.d and gmt_index.b files
30 reside. [Default is the $GMT_SHAREDIR/mgg directory].
31
32 -V Selects verbose mode, which will send progress reports to stderr
33 [Default runs "silently"].
34
36 To add new cruises to the system:
37
38 binlegs newlegs.lis -V -P/usr/lib/gmt
39
40 To remove bad legs from the system:
41
42 binlegs badlegs.lis -D -V -P/usr/lib/gmt
43
45 GMT(1), gmtlegs(1), gmt2bin(1)
46
48 Wessel, P., and W. H. F. Smith, 2005, The Generic Mapping Tools (GMT)
49 version 4.1 Technical Reference & Cookbook, SOEST/NOAA.
50 Wessel, P., and W. H. F. Smith, 1998, New, Improved Version of Generic
51 Mapping Tools Released, EOS Trans., AGU, 79 (47), p. 579.
52 Wessel, P., and W. H. F. Smith, 1995, New Version of the Generic Map‐
53 ping Tools Released, EOS Trans., AGU, 76 (33), p. 329.
54 Wessel, P., and W. H. F. Smith, 1995, New Version of the Generic Map‐
55 ping Tools Released, http://www.agu.org/eos_elec/95154e.html, Copyright
56 1995 by the American Geophysical Union.
57 Wessel, P., and W. H. F. Smith, 1991, Free Software Helps Map and Dis‐
58 play Data, EOS Trans., AGU, 72 (41), p. 441.
59
60
61
62GMT 4.3.1 15 May 2008 BINLEGS(1)