Skip to content

Commit ad0a76b

Browse files
raybellwavesRay Bell
andauthored
drop eccodes in docs (#4162)
Co-authored-by: Ray Bell <[email protected]>
1 parent 52bb0a2 commit ad0a76b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/io.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -994,22 +994,20 @@ be done directly from zarr, as described in the
994994
GRIB format via cfgrib
995995
----------------------
996996

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'``
999999
to :py:func:`open_dataset`:
10001000

10011001
.. ipython::
10021002
:verbatim:
10031003

10041004
In [1]: ds_grib = xr.open_dataset("example.grib", engine="cfgrib")
10051005

1006-
We recommend installing ecCodes via conda::
1006+
We recommend installing cfgrib via conda::
10071007

1008-
conda install -c conda-forge eccodes
1009-
pip install cfgrib
1008+
conda install -c conda-forge cfgrib
10101009

10111010
.. _cfgrib: https://github.com/ecmwf/cfgrib
1012-
.. _ecCodes: https://confluence.ecmwf.int/display/ECC/ecCodes+Home
10131011

10141012
.. _io.pynio:
10151013

0 commit comments

Comments
 (0)