Metview's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Setup

Navigate into the 3_bufr folder within Metview.

Examine the BUFR file

Right-click and examine the supplied BUFR file obs.bufr, bringing up the BUFR Examiner tool.

   

Have a look around to see what's in the file, then find the key airTemperatureAt2M in the Data Tree tab. Right-click and Copy item to get this key name into the clipboard.

Filtering the BUFR file

We will now extract the 2m temperature values from the file. Create a new Observation Filter icon and edit it, setting the following parameters:

ParameterValueNotes
Dataobs.bufrDrop the obs.bufr icon into the editor box
OutputGeopoints
Parameter​airTemperatureAt2MCan put ecCodes key names or numeric descriptors here

The editor should look like this:

Click OK, then examine the Obervation Filter icon. The filtering step will be executed automatically and the resulting geopoints data will appear in the examiner. You could also right-click on the icon and save the data, or drop the icon into a Python script file and add a write() command to write it to disk.

There are various possible output formats, but the standard geopoints output is a text file that looks like this:

Now visualise the result of the Observation Filter and drop the supplied icons symbol_plotting and coast_dark into the plot window.

  • No labels