Usage: 1) bufrresolve.pl [--partial] [--simple] [--noexpand] [--bufrtable ] [--tablepath ] [--verbose n] [--help] 2) bufrresolve.pl --code [--bufrtable ] [--tableformat ] [--tablepath ] [--verbose n] 3) bufrresolve.pl --flag --code [--bufrtable ] [--tablepath ] [--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 Set BUFR tables --tableformat Currently supported are BUFRDC and ECCODES (default is BUFRDC) --tablepath 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 . Options may be abbreviated, e.g. "--h" or "-h" for "--help"