File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -994,22 +994,20 @@ be done directly from zarr, as described in the
994
994
GRIB format via cfgrib
995
995
----------------------
996
996
997
- xarray supports reading GRIB files via ECMWF cfgrib _ python driver and ecCodes _
998
- C-library, if they are installed. To open a GRIB file supply ``engine='cfgrib' ``
997
+ xarray supports reading GRIB files via ECMWF cfgrib _ python driver,
998
+ if it is installed. To open a GRIB file supply ``engine='cfgrib' ``
999
999
to :py:func: `open_dataset `:
1000
1000
1001
1001
.. ipython ::
1002
1002
:verbatim:
1003
1003
1004
1004
In [1]: ds_grib = xr.open_dataset("example.grib", engine="cfgrib")
1005
1005
1006
- We recommend installing ecCodes via conda::
1006
+ We recommend installing cfgrib via conda::
1007
1007
1008
- conda install -c conda-forge eccodes
1009
- pip install cfgrib
1008
+ conda install -c conda-forge cfgrib
1010
1009
1011
1010
.. _cfgrib : https://github.com/ecmwf/cfgrib
1012
- .. _ecCodes : https://confluence.ecmwf.int/display/ECC/ecCodes+Home
1013
1011
1014
1012
.. _io.pynio :
1015
1013
You can’t perform that action at this time.
0 commit comments