Opened 11 months ago

Last modified 11 months ago

#2432 new enhancement

xarray missing cfgrib engine

Reported by: darkblueb Owned by: osgeolive@…
Priority: minor Milestone: OSGeoLive16.0
Component: OSGeoLive Keywords: python, xarray
Cc:

Description

import xarray as xr
import matplotlib.pyplot as plt

ds = xr.tutorial.load_dataset("era5-2mt-2019-03-uk.grib", engine="cfgrib")
    ....
ValueError: unrecognized engine cfgrib must be one of: ['netcdf4', 'scipy', 'store']

Change history (1)

comment:1 by darkblueb, 11 months ago

Priority: normalminor
Note: See TracTickets for help on using tickets.