...
A BUFR message can be composed of several subsets. The number of subsets in a BUFR message is given by the key "numberOfSubsets"
which is printed by the bufr_ls tool:
Code Block | ||
---|---|---|
| ||
>% bufr_ls synop_multi_subset.bufr centre masterTablesVersionNumber localTablesVersionNumber numberOfSubsets enmi 14 0 12 |
...
This example can be used on any multi-subset input file in compressed and uncompressed form as follows:
Code Block | ||
---|---|---|
| ||
>% bufr_filter -o out.bufr instructions.filter in.bufr |
...