...
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
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 | ||
---|---|---|
| ||
% bufr_filter -o outout1.bufr instructions1.filter in.bufr % bufr_filter -o outout2.bufr instructions2.filter in.bufr |
...