Opened 14 months ago

Last modified 8 weeks ago

#2432 new enhancement

xarray missing cfgrib engine

Reported by: darkblueb Owned by: osgeolive@…
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 darkblueb, 14 months ago

Priority: normalminor

comment:2 by kalxas, 8 weeks ago

Milestone: OSGeoLive16.0OSGeoLive17.0

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.