Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mgd77path(1gmt) [debian man page]

MGD77PATH(1gmt) 					       Generic Mapping Tools						   MGD77PATH(1gmt)

NAME
mgd77path - Get full pathname for MGD77 files SYNOPSIS
mgd77path NGDC-ids [ -D ] [ -Iignore ] [ -P[-] ] [ -V ] DESCRIPTION
mgd77path returns the full pathname to one or more MGD77 files. The pathname returned for a given cruise may change with time due to reshuffling of disks/subdirectories. NGDC-ids Can be one or more of five kinds of specifiers: 1) 8-character NGDC IDs, e.g., 01010083, JA010010etc., etc. 2) 2-character <agency> codes which will return all cruises from each agency. 3) 4-character <agency><vessel> codes, which will return all cruises from those vessels. 4) =<list>, where <list> is a table with NGDC IDs, one per line. 5) If nothing is specified we return all cruises in the data base. (See mgd77info -L for agency and vessel codes). The ".mgd77" or ".nc" extensions will automatically be appended, if needed (use -I to ignore certain file types). Cruise files will be looked for first in the current directory and second in all directories listed in $MGD77_HOME/mgd77_paths.txt [If $MGD77_HOME is not set it will default to $GMT_SHAREDIR/mgd77]. OPTIONS
No space between the option flag and the associated arguments. -D Instead of cruise listings, just show the directory paths currently used in the search. -I Ignore certain data file formats from consideration. Append a|c|t to ignore MGD77 ASCII, MGD77+ netCDF, or plain tab-separated ASCII table files, respectively. The option may be repeated to ignore more than one format. [Default ignores none]. -P Display the full path to each cruise [Default]. Optionally, append - which will list just the cruise IDs instead. -V Selects verbose mode, which will send progress reports to stderr [Default runs "silently"]. Reports the total number of cruises found. EXAMPLES
To obtain pathnames for cruises 01010008 and 01010007, run mgd77path 01010008 01010007 To obtain pathnames for cruises 01010008 and 01010007, but only if there are MGD77+ version in netCDF, run mgd77path 01010008 01010007 -Ia -It To see the list of active directories where MGD77 files might be stored, run mgd77path -D SEE ALSO
GMT(1) mgd77info(1) mgd77list(1) mgd77manage(1) mgd77track(1) REFERENCES
Wessel, P., and W. H. F. Smith, 2011, The Generic Mapping Tools (GMT) version 4.5.7 Technical Reference & Cookbook, SOEST/NOAA. Wessel, P., and W. H. F. Smith, 1998, New, Improved Version of Generic Mapping Tools Released, EOS Trans., AGU, 79(47), p. 579. Wessel, P., and W. H. F. Smith, 1995, New Version of the Generic Mapping Tools Released, EOS Trans., AGU, 76(33), p. 329. Wessel, P., and W. H. F. Smith, 1995, New Version of the Generic Mapping Tools Released, http://www.agu.org/eos_elec/95154e.html, Copyright 1995 by the American Geophysical Union. Wessel, P., and W. H. F. Smith, 1991, Free Software Helps Map and Display Data, EOS Trans., AGU, 72(41), p. 441. The Marine Geophysical Data Exchange Format - "MGD77", see http://www.ngdc.noaa.gov/mgg/dat/geodas/docs/mgd77.txt GMT 4.5.7 15 Jul 2011 MGD77PATH(1gmt)

Check Out this Related Man Page

GMTLEGS(1gmt)						       Generic Mapping Tools						     GMTLEGS(1gmt)

NAME
gmtlegs - Find cruises in a given region SYNOPSIS
gmtlegs -Rwest/east/south/north[r] [ -G ] [ -M ] [ -T ] [ -L ] [ -V ] DESCRIPTION
gmtlegs will report the name of all the cruises that happened to be wholly or partially inside the specified region. As an option, only those cruises that collected a certain type of data can be reported. -R west, east, south, and north specify the Region of interest, and you may specify them in decimal degrees or in [+-]dd:mm[:ss.xxx][W|E|S|N] format. Append r if lower left and upper right map coordinates are given instead of w/e/s/n. The two shorthands -Rg and -Rd stand for global domain (0/360 and -180/+180 in longitude respectively, with -90/+90 in latitude). Alterna- tively, specify the name of an existing grid file and the -R settings (and grid spacing, if applicable) are copied from the grid. OPTIONS
No space between the option flag and the associated arguments -G Report cruises that collected Gravity data. [Default is any data]. -M Report cruises that collected Magnetics. [Default is any data]. -T Report cruises that collected Topography. [Default is any data]. -L Long output, i.e. cruisenames and data types available. [Default is cruisenames only]. -V Selects verbose mode, which will send progress reports to stderr [Default runs "silently"]. EXAMPLES
To find all cruises around Hawaii that collected gravity and topography: gmtlegs -R-162/-152/18/25 -G -T > hawaii_gt.legs To find all cruises with magnetics: gmtlegs -R0/360/-90/90 -M > all_m.legs SEE ALSO
GMT(1), gmt2bin(1), binlegs(1) REFERENCES
Wessel, P., and W. H. F. Smith, 2011, The Generic Mapping Tools (GMT) version 4.5.7 Technical Reference & Cookbook, SOEST/NOAA. Wessel, P., and W. H. F. Smith, 1998, New, Improved Version of Generic Mapping Tools Released, EOS Trans., AGU, 79(47), p. 579. Wessel, P., and W. H. F. Smith, 1995, New Version of the Generic Mapping Tools Released, EOS Trans., AGU, 76(33), p. 329. Wessel, P., and W. H. F. Smith, 1995, New Version of the Generic Mapping Tools Released, http://www.agu.org/eos_elec/95154e.html, Copyright 1995 by the American Geophysical Union. Wessel, P., and W. H. F. Smith, 1991, Free Software Helps Map and Display Data, EOS Trans., AGU, 72(41), p. 441. GMT 4.5.7 15 Jul 2011 GMTLEGS(1gmt)
Man Page