Opened 18 months ago
Last modified 6 months ago
#2432 new enhancement
xarray missing cfgrib engine
Reported by: | darkblueb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | OSGeoLive17.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 (2)
comment:1 by , 18 months ago
Priority: | normal → minor |
---|
comment:2 by , 6 months ago
Milestone: | OSGeoLive16.0 → OSGeoLive17.0 |
---|
Note:
See TracTickets
for help on using tickets.
Ticket retargeted after milestone closed