It is often the case that users wish to reduce the number of observations from very high resolution sources so they may choose to skip a certain number of subsets from a BUFR message. This can now be achieved with the following keys (for compressed data) |
Simple thinning of data
It is often the case that users wish to reduce the number of observations from very high resolution sources so they may choose to skip a certain number of subsets from a BUFR message. This can now be achieved with the following keys (for compressed data):
The following file "thin.filter" with bufr_filter can be used to perform the thinning of subsets from a BUFR message:
set unpack=1; set simpleThinningSkip=36; set doSimpleThinning=1; write; |
Here we apply simple thinning to satellite data to skip 36 subsets i.e. the output BUFR message will have subset number 1, number 37, number 73 etc of the original message and the rest are skipped.
This example can be used on any multi-subset input file in compressed form as follows:
> bufr_filter -o out.bufr thin.filter in.bufr |
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.