bufr.pm:bufrencode_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: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 <BUFRDC|ECCODES>]
           [--tablepath <path to BUFR tables>]           [--tablepath <path to BUFR tables>]
           [--verbose n]           [--verbose n]
Line 9: Line 10:
  
 Options: Options:
-       --outfile <filename>  Will print the encoded BUFR message to <filename> +       --help               Display Usage and explain the options. Almost 
-                             instead of STDOUT +                            the same as consulting perldoc bufrencode.pl 
- +       --outfile <filename> Will print the encoded BUFR message to <filename> 
-       --strict_checking n   n=0 Disable strict checking of BUFR format +                            instead of STDOUT 
-                             n=1 Issue warning if (recoverable) error in +       --strict_checking n  n=0 Disable strict checking of BUFR format 
-                                 BUFR format +                            n=1 Issue warning if (recoverable) error in 
-                             n=2 (default) Croak if (recoverable) error in BUFR format. +                                BUFR format 
-                                 Nothing more in this message will be encoded. +                            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<=n<=3 (default 0)+       --tableformat        Currently supported are BUFRDC and ECCODES (default is BUFRDC)
-                             Verbose output is sent to STDOUT, so ought to +
-                             be combined with option --outfile +
        --tablepath <path to BUFR tables>        --tablepath <path to BUFR tables>
-                             If used, will set path to BUFR tables. If not set, +                            If used, will set path to BUFR tables. If not 
-                             will fetch tables from the environment variable +                            set, will fetch tables from the environment 
-                             BUFR_TABLES, or if this is not set: will use +                            variable BUFR_TABLES, or if this is not set: 
-                             DEFAULT_TABLE_PATH hard coded in source code. +                            will use DEFAULT_TABLE_PATH_<tableformat> 
- +                            hard coded in source code. 
-       --help                Display Usage and explain the optionsAlmost +       --verbose n          Set verbose level to n, 0<=n<=6 (default 0)
-                             the same as consulting perldoc bufrencode.pl+                            Verbose output is sent to STDOUT, so ought to 
 +                            be combined with option --outfile
  
   Required options:   Required options:
Line 38: Line 37:
       BUFR_EDITION  4       BUFR_EDITION  4
       MASTER_TABLE  0       MASTER_TABLE  0
-      CENTRE  98+      CENTRE  88
       SUBCENTRE  0       SUBCENTRE  0
       UPDATE_SEQUENCE_NUMBER  0       UPDATE_SEQUENCE_NUMBER  0
       OPTIONAL_SECTION  0       OPTIONAL_SECTION  0
       DATA_CATEGORY  0       DATA_CATEGORY  0
-      INT_DATA_SUBCATEGORY  0+      INT_DATA_SUBCATEGORY  2
       LOC_DATA_SUBCATEGORY  255       LOC_DATA_SUBCATEGORY  255
-      MASTER_TABLE_VERSION  13 +      MASTER_TABLE_VERSION  14 
-      LOCAL_TABLE_VERSION  1+      LOCAL_TABLE_VERSION  0
       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 
-    1, and all other values set to missing except for the descriptors+    nonzero, and all other values set to missing except for the descriptors
     defining the station.     defining the station.
  
  • bufr.pm/bufrencode_help.1270549907.txt.gz
  • Last modified: 2022-05-31 09:23:11
  • (external edit)