X2SYS_BINLIST(1gmt) | GMT | X2SYS_BINLIST(1gmt) |
x2sys_binlist - Create bin index listing from track data files
x2sys_binlist track(s) -TTAG [ -D ] [ -E ] [ -V[level] ]
Note: No space is allowed between the option flag and the associated arguments.
x2sys_binlist reads one or more track data files and
produces a multisegment ASCII track bin-index file (tbf) with the track name
in the header and one data record per bin crossed; these records contain
lon, lat, index, flags[, dist], where
lon, lat are the coordinates of the center of the bin, the
index is the 1-D number of the bin, and flags is a bitflag
that describes which data fields were available in this bin. The optional
dist requires -D. The input files can be of any format, which
must be described and passed with the
-T option. The bin-index listing is a crude representation of where
the track goes and is used by the data archivist to build an x2sys track
data base for miscellaneous track queries, such as when needing to determine
which tracks should be compared in a crossover analysis. You must run
x2sys_init to initialize the tag before you can run the indexing.
To create a bin index file from the MGD77 file 01030061.mgd77 using the settings associated with the tag MGD77, do
gmt x2sys_binlist 01030061.mgd77 -TMGD77 > 01030061.tbf
To create a track bin index file of all MGD77+ files residing in the current directory using the settings associated with the tag MGD77+ and calculate track distances, run
gmt x2sys_binlist *.nc -TMGD77+ -D > all.tbf
x2sys_cross, x2sys_datalist, x2sys_get, x2sys_init, x2sys_put, x2sys_report, x2sys_solve
2019, P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe
May 21, 2019 | 5.4.5 |