Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bufr.pm:bufrencode_help [2010-04-06 10:31:47] pals |
bufr.pm:bufrencode_help [2022-05-31 09:29:31] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| [--outfile <file to print encoded BUFR message to>] | [--outfile <file to print encoded BUFR message to>] | ||
| [--strict_checking n] | [--strict_checking n] | ||
| + | [--tableformat < | ||
| [--tablepath <path to BUFR tables>] | [--tablepath <path to BUFR tables>] | ||
| [--verbose n] | [--verbose n] | ||
| Line 9: | Line 10: | ||
| Options: | Options: | ||
| - | | + | --help |
| - | | + | the same as consulting perldoc bufrencode.pl |
| - | + | --outfile < | |
| - | | + | instead of STDOUT |
| - | | + | |
| - | | + | n=1 Issue warning if (recoverable) error in |
| - | | + | BUFR format |
| - | | + | n=2 (default) Croak if (recoverable) error in BUFR format. |
| - | + | Nothing more in this message will be encoded. | |
| - | --verbose n Set verbose level to n, 0< | + | --tableformat |
| - | | + | |
| - | be combined with option --outfile | + | |
| | | ||
| - | If used, will set path to BUFR tables. If not set, | + | |
| - | will fetch tables from the environment variable | + | |
| - | BUFR_TABLES, | + | |
| - | DEFAULT_TABLE_PATH | + | |
| - | + | hard coded in source code. | |
| - | --help Display Usage and explain the options. Almost | + | --verbose n Set verbose level to n, 0< |
| - | the same as consulting perldoc bufrencode.pl | + | |
| + | be combined with option --outfile | ||
| Required options: | Required options: | ||
| Line 38: | Line 37: | ||
| BUFR_EDITION | BUFR_EDITION | ||
| MASTER_TABLE | MASTER_TABLE | ||
| - | CENTRE | + | CENTRE |
| SUBCENTRE | SUBCENTRE | ||
| UPDATE_SEQUENCE_NUMBER | UPDATE_SEQUENCE_NUMBER | ||
| OPTIONAL_SECTION | OPTIONAL_SECTION | ||
| DATA_CATEGORY | DATA_CATEGORY | ||
| - | INT_DATA_SUBCATEGORY | + | INT_DATA_SUBCATEGORY |
| LOC_DATA_SUBCATEGORY | LOC_DATA_SUBCATEGORY | ||
| - | MASTER_TABLE_VERSION | + | MASTER_TABLE_VERSION |
| - | LOCAL_TABLE_VERSION | + | LOCAL_TABLE_VERSION |
| YEAR 2008 | YEAR 2008 | ||
| MONTH 9 | MONTH 9 | ||
| Line 93: | Line 92: | ||
| ... | ... | ||
| - | To encode a NIL subset, all delayed replication factors should be set to | + | To encode a NIL subset, all delayed replication factors should be |
| - | | + | |
| defining the station. | defining the station. | ||