Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following file "instructions1.filter" with bufr_filter instructions can be used to perform the extraction of several subsets a single subset from a BUFR message.

Code Block
languagedelphi
titleinstructions1.filter
linenumberstrue
set unpack=1;

set extractSubset=4;
set doExtractSubsets=1;
write;

...

In the next example we extract all the several subsets specifying an interval.

...

Code Block
languagebash
% bufr_filter -o outout1.bufr instructions1.filter in.bufr
% bufr_filter -o outout2.bufr instructions2.filter in.bufr

...