bufr.pm:bufrresolve_help

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bufr.pm:bufrresolve_help [2010-04-06 10:16:35]
pals
bufr.pm:bufrresolve_help [2022-05-31 09:29:31] (current)
Line 5: Line 5:
          [--simple]          [--simple]
          [--noexpand]          [--noexpand]
-         [--bufrtable <name of BUFR B or D table]+         [--bufrtable <name of BUFR table
 +         [--tableformat <BUFRDC|ECCODES>]
          [--tablepath <path to BUFR tables>]          [--tablepath <path to BUFR tables>]
-         [--verbose]+         [--verbose n]
          [--help]          [--help]
  
-      2) bufrresolve.pl --code <code_table+      2) bufrresolve.pl --code <code or flag table
-         [--bufrtable <name of BUFR B or D table>]+         [--bufrtable <name of BUFR table>] 
 +         [--tableformat <BUFRDC|ECCODES>]
          [--tablepath <path to BUFR tables>]          [--tablepath <path to BUFR tables>]
-         [--verbose]+         [--verbose n]
  
-      3) bufrresolve.pl --flag <value> --code <flag_table+      3) bufrresolve.pl --flag <value> --code <flag table
-         [--bufrtable <name of BUFR B or D table]+         [--bufrtable <name of BUFR table
 +         [--tableformat <BUFRDC|ECCODES>]
          [--tablepath <path to BUFR tables>]          [--tablepath <path to BUFR tables>]
-         [--verbose]+         [--verbose n] 
 + 
 +Options: 
 +       --partial    Expand D descriptors only once, ignoring replication 
 +       --simple     Like --partial, but displaying the resulting 
 +                    descriptors on one line 
 +       --noexpand   Don't expand D descriptors at all 
 +       --bufrtable <name of BUFR B or D table>  Set BUFR tables 
 +       --tableformat Currently supported are BUFRDC and ECCODES (default is BUFRDC) 
 +       --tablepath <path to BUFR tables>  Set BUFR table path 
 +       --verbose n  Display path and tables used if n > 0 
 +       --help       Display Usage and explain the options used. Almost 
 +                    the same as consulting perldoc bufrresolve.pl 
 + 
 +    Usage 1): Resolves the given descriptor(s) fully into table B 
 +    descriptors, with name, unit, scale, reference value and width (in bits) 
 +    written on each line (except for --simple). --partial, --simple and 
 +    --noexpand are mutually exclusive (full expansion is default). 
 + 
 +    Usage 2): Prints the contents of the requested code or flag table (named 
 +    by the table B descriptor). 
 + 
 +    Usage 3): Displays the bits set when the data value for the requested 
 +    flag table is <value>
 + 
 +    Options may be abbreviated, e.g. "--h" or "-h" for "--help" 
 </code> </code>
  • bufr.pm/bufrresolve_help.1270548995.txt.gz
  • Last modified: 2022-05-31 09:23:11
  • (external edit)