Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Right-click on the GRIB file icon and choose Examine. This brings up the GRIB examiner tool - have a look!

mv-grib-examiner.png

If you have time...

Compute and plot a time series from a point

Look at the supplied script plot_time_series.py as an example. It takes a GRIB file containing temperature data on multiple vertical levels for multiple time steps. The script plots a time series for each level for a given grid point.


Convert a GRIB field into text format

Create a new Grib to Geopoints icon. Edit it and drop one of the GRIB files into the Data box as shown.

...

Executing this icon will convert the first GRIB field into Geopoints format. The result can be directly visualised, examined or saved to disk.

Get a Python xarray from a GRIB file

The script grib_xarray.py shows how to get an xarray from a GRIB file. This Jupyter notebook gives a more detailed example using ensemble data.