bufr.pm:bufralter.pl_source

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 Both sides next revision
bufr.pm:bufralter.pl_source [2011-04-01 11:26:56]
pals
bufr.pm:bufralter.pl_source [2014-05-28 14:23:10]
pals
Line 90: Line 90:
     Geo::BUFR->set_tablepath($ENV{BUFR_TABLES});     Geo::BUFR->set_tablepath($ENV{BUFR_TABLES});
 } else { } else {
-    # If all else fails, use the libemos bufrtables+    # If all else fails, use the libbufr bufrtables
     Geo::BUFR->set_tablepath(DEFAULT_TABLE_PATH);     Geo::BUFR->set_tablepath(DEFAULT_TABLE_PATH);
 } }
Line 363: Line 363:
 specified by the options provided. The modified file (text surrounding specified by the options provided. The modified file (text surrounding
 the BUFR messages will not be affected) will be printed to STDOUT the BUFR messages will not be affected) will be printed to STDOUT
-(unless C<--outfile> is set). None of the options (except --remove_sec2) +(unless C<--outfile> is set).
-will affect the content of optional sections if present.+
  
 Execute without arguments for Usage, with option C<--help> for some Execute without arguments for Usage, with option C<--help> for some
Line 408: Line 407:
    --compress 0|1   Set compression in section 3 to 0 or 1    --compress 0|1   Set compression in section 3 to 0 or 1
    --remove_sec2    Remove optional section 2 if present    --remove_sec2    Remove optional section 2 if present
-   --remove_qc      Remove all quality information,+   --remove_qc      Remove all quality control information,
                     i.e. remove all descriptors from 222000 on                     i.e. remove all descriptors from 222000 on
    --outfile <filename>    --outfile <filename>
Line 420: Line 419:
    --tablepath <path to BUFR tables>    --tablepath <path to BUFR tables>
                     Set path to BUFR tables (overrides $ENV{BUFR_TABLES})                     Set path to BUFR tables (overrides $ENV{BUFR_TABLES})
-   --verbose n      Set verbose level to n, 0<=n<=(default 0). Verbose+   --verbose n      Set verbose level to n, 0<=n<=(default 0). Verbose
                     output is sent to STDOUT, so ought to be combined with                     output is sent to STDOUT, so ought to be combined with
                     option --outfile                     option --outfile
  • bufr.pm/bufralter.pl_source.txt
  • Last modified: 2023-02-05 10:21:16
  • by pals