Skip to content

Commit 5a77a6e

Browse files
DOC: Remove mention of netcdf pypi package (#10197)
Fixes #10196
1 parent 52cafdb commit 5a77a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started-guide/faq.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ To open format X file in xarray, you need to know the `format of the data <https
191191
:header: "File Format", "Open via", " Related Packages"
192192
:widths: 15, 45, 15
193193

194-
"NetCDF (.nc, .nc4, .cdf)","``open_dataset()`` OR ``open_mfdataset()``", "`netCDF4 <https://pypi.org/project/netCDF4/>`_, `netcdf <https://pypi.org/project/netcdf/>`_ , `cdms2 <https://cdms.readthedocs.io/en/latest/cdms2.html>`_"
194+
"NetCDF (.nc, .nc4, .cdf)","``open_dataset()`` OR ``open_mfdataset()``", "`netCDF4 <https://pypi.org/project/netCDF4/>`_, `cdms2 <https://cdms.readthedocs.io/en/latest/cdms2.html>`_"
195195
"HDF5 (.h5, .hdf5)","``open_dataset()`` OR ``open_mfdataset()``", "`h5py <https://www.h5py.org/>`_, `pytables <https://www.pytables.org/>`_ "
196196
"GRIB (.grb, .grib)", "``open_dataset()``", "`cfgrib <https://pypi.org/project/cfgrib/>`_, `pygrib <https://pypi.org/project/pygrib/>`_"
197197
"CSV (.csv)","``open_dataset()``", "`pandas`_ , `dask <https://www.dask.org/>`_"

0 commit comments

Comments
 (0)