mgd77convert − Translate between different formats of MGD77 files |
mgd77convert NGDC-ids −Fa|b|t −T[+]a|b|t [ −L[w][e][+] ] [ −V ] [ −4 ] |
mgd77convert reads versions of MGD77 files and writes the same data in (probably) another format to a new file in the current directory. |
NGDC-ids |
Can be one or more of five kinds of specifiers: |
−F |
Specifies the format of the input (From) files. Choose from a for standard MGD77 ASCII table (with extension .mgd77), b for the new MGD77+ netCDF format (with extension .nc), and t for a plain ASCII tab-separated table dump (with extension .dat). |
||
−T |
Specifies the format of the output (To) files. Choose from a for standard MGD77 ASCII table (with extension .mgd77), b for the new MGD77+ netCDF format (with extension .nc), and t for a plain ASCII tab-separated table dump (with extension .dat). We will refuse to create the file(s) if they already exist in the current directory. Prepend + to override this policy. |
No space between the option flag and the associated arguments. |
−L |
Set the level of verification reporting [none] and where to send such reports [stderr]. Append a combination of w for warnings, e for errors, and + to send such log information to stdout. |
||
−V |
Selects verbose mode, which will send progress reports to stderr [Default runs "silently"]. |
||
−4 |
By default, the storage types used in a MGD77+ netCDF file greatly exceed the precision imposed by the ASCII MGD77 format. However, for the five items faa, eot, mag, diur and msd we use 2-byte integers with implied precisions of 0.1 mGal, 0.1 nTesla, and 1 m as in the MGD77 format. It is possible that at some point these items will need to be stored as 4-byte ints which would allow precisions of 1 fTesla, 1 nGal, and 0.01 mm, respectively. This option activates such storage [Default uses 2-byte integers]. |
To convert 01010047.mgd77 and 01010008.mgd77 to new netCDF .nc files, and capture all verification messages, try mgd77convert 01010047 01010008 −Fa −Tc −V −Lew+ > log.lis To convert 01010047.nc back to MGD77 ASCII and make sure it is identical to the original file, try (Bourne shell syntax) orig=‘mgd77path 01010047
−Ic‘ To convert 01010047.nc to a plain ASCII table for manual editing, overwriting any existing table, try mgd77convert 01010047 −Fc −T+t −V |
mgd77convert handles three different formats. (1) The MGD77 ASCII tables are the established standard for distribution of underway geophysical data to and from the NGDC data center. Normally, only the ship-operations people and the cruise PI might be involved in making an MGD77 ASCII file for transmission to NGDC; users are more interested in reading such files. (2) The MGD77+ netCDF format was developed to fascilitate the use of MGD77 data by scientists. It contains all the information of the original MGD77 file and if you convert back and forth you end up with the original. However, file sizes are typically ~30% of the original ASCII format and is much faster to operate on. (3) The plain ASCII tab-separated dump is available for users who need to manually edit the content of a MGD77 file. This is usually easier to do when the columns are tab-separated than when they are all crunched together in the MGD77 punch-card format. |
The MGD77+ netCDF files are CF-1.0 and COARDS compliant and can be examined with general-purpose tools such as ncBrowse and ncView. |
mgd77manage(l), mgd77list(l), mgd77sample(l), mgd77track(l) x2sys_init(l) |
Wessel, P., and W. H. F. Smith, 2005, The Generic Mapping
Tools (GMT) version 4.1 Technical Reference & Cookbook,
SOEST/NOAA. |