Versions Compared

Key

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

...

Code Block
languagepy
titleRead historical
collapsetrue
import xarray as xr

ds = xr.open_dataset("glofas_historical_201901.grib",engine="cfgrib",backend_kwargs={'time_dims':['time']})


Read

...

GRIB file that has multiple product types:


There are 4 datasets that may have more that one product type in a GRIB file:

...