You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable the cfgrib backend if eccodes is not installed (#5083)
* Disable the cfgrib backend if eccodes is not installed
If cfgrib is installed, but libeccodes.so is not installed on the system, Xarray does not load as cfgrib will throw a RuntimeError(), which is not caught.
* Update xarray/backends/cfgrib_.py
Co-authored-by: Mathias Hauser <[email protected]>
* Update xarray/backends/cfgrib_.py
Co-authored-by: Mathias Hauser <[email protected]>
* Update cfgrib_.py
Missing import
* Run black
* Update whats-new.rst
* Update whats-new.rst
* Update xarray/backends/cfgrib_.py
Co-authored-by: Mathias Hauser <[email protected]>
0 commit comments