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 [2014-05-28 14:25:51] 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: | ||