These examples show how to extract data in a table format from BUFR files.
These conditions are combined together by the logical AND operator. So a row of data is only added to the results when all the conditions match. |
Description | Filter | Results | Comments | |
---|---|---|---|---|
For all the messages: extract the first non missing temperature value |
| By default missing values are ignored in data extraction (see option MISSING DATA) | ||
For all the messages: extract the first (rank=1) temperature value (if missing ignored) |
| |||
For all the messages: extract the first (rank=1) temperature value if it is greater than 300 K |
| |||
For all the messages: extract the first temperature value which is greater than 300 K |
| |||
For station 78016: extract all the temperature values |
|
Description | Filter | Results | |
---|---|---|---|
For all messages: extract the first temperature value which is greater than 300 K and also extract the pressure on which it occurs |
| ||
For all messages: extract the first temperature value which is greater than 300 K and the pressure is less than 950 hPa |
| ||
For all messages: extract the (first) temperature value on the 500 hPa pressure level |
| ||
For station 78016: extract the temperature on the second pressure level |
| ||
For station 78016: extract the temperature on the first 6 pressure levels |
| ||
For station 78016: extract the temperature on the 925, 850 and 700 hPa pressure levels |
|
Description | Filter | Results | |
---|---|---|---|
For all the messages: extract the first wind speed and wind direction values |
| ||
For all the messages: extract the first wind speed and wind direction values and also extract their pressure |
| ||
For all the messages: extract wind speed and wind direction values on the 500 hPa pressure level |
|
Multiple (nested) coordinate conditions
Task | Filter | Results | |
---|---|---|---|
For station 78016: extract all the temperature values on standard pressure levels |
| ||
For station 78016: extract all the temperature values on temperature significant levels where the pressure is less than 500 hPa |
|