bufr.pm:bufrresolve_help

Differences

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

Link to this comparison view

Next revision
Previous revision
bufr.pm:bufrresolve_help [2010-02-02 09:02:24]
pals created
bufr.pm:bufrresolve_help [2022-05-31 09:29:31] (current)
Line 1: Line 1:
 <code> <code>
-Usage 1/metno/local/bin/bufrresolve.pl <descriptor(s)> [options]+Usage: 
 +      1) bufrresolve.pl <descriptor(s)> 
 +         [--partial] 
 +         [--simple] 
 +         [--noexpand] 
 +         [--bufrtable <name of BUFR table] 
 +         [--tableformat <BUFRDC|ECCODES>
 +         [--tablepath <path to BUFR tables>
 +         [--verbose n] 
 +         [--help]
  
-where options (may be abbreviated, e.g. --or -h for --help) are+      2) bufrresolve.pl --code <code or flag table> 
 +         [--bufrtable <name of BUFR table>
 +         [--tableformat <BUFRDC|ECCODES>
 +         [--tablepath <path to BUFR tables>
 +         [--verbose n]
  
-        [--partial]                    Expand D descriptors only once, ignoring +      3) bufrresolve.pl --flag <value> --code <flag table> 
-                                       replication +         [--bufrtable <name of BUFR table
-        [--simple]                     Like --partial, but displaying the resulting +         [--tableformat <BUFRDC|ECCODES>
-                                       descriptors on one line +         [--tablepath <path to BUFR tables>
-        [--noexpand                  Don't expand D descriptors at all +         [--verbose n]
-        [--table <name of BUFR B or D table Set BUFR tables +
-        [--bufrpath <path to BUFR tables>Set BUFR table path +
-        [--verbose]                    Display path and tables used +
-        [--help]                       Print this help info and exit+
  
---simple, --noexpand and --partial are mutually exclusive (full expansion is default). +Options: 
-Without --simple will display each B descriptor with name, unit, scale, +       --partial    Expand D descriptors only once, ignoring replication 
-reference value and data width (in bits).+       --simple     Like --partialbut 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 2/metno/local/bin/bufrresolve.pl --code <code_table>+    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).
  
-Print the content of code table <code_table> to screen.+    Usage 2): Prints the contents of the requested code or flag table (named 
 +    by the table B descriptor).
  
-Usage 3: /metno/local/bin/bufrresolve.pl --flag <value> --code <code_table>+    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"
  
-Display the bits set for flag value <value> for flag table <code_table>. 
 </code> </code>
  • bufr.pm/bufrresolve_help.1265101344.txt.gz
  • Last modified: 2022-05-31 09:23:11
  • (external edit)