From e34f6178c4eac3befa34e165adfbf733ec0808b7 Mon Sep 17 00:00:00 2001 From: TimothyCera-NOAA <154259143+TimothyCera-NOAA@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:39:07 -0400 Subject: [PATCH] Update faq.rst Adding grib2io to the file format table as a way to work within xarray with GRIB2 files. --- doc/getting-started-guide/faq.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/getting-started-guide/faq.rst b/doc/getting-started-guide/faq.rst index 7f99fa77e3a..7fc5213e789 100644 --- a/doc/getting-started-guide/faq.rst +++ b/doc/getting-started-guide/faq.rst @@ -190,7 +190,8 @@ To open format X file in xarray, you need to know the `format of the data `_, `netcdf `_ , `cdms2 `_" "HDF5 (.h5, .hdf5)","``open_dataset()`` OR ``open_mfdataset()``", "`h5py `_, `pytables `_ " - "GRIB (.grb, .grib)", "``open_dataset()``", "`cfgrib `_, `pygrib `_" + "GRIB1 or GRIB2 (.grb, .grib, .grb2, .grib2)", "``open_dataset()``", "`cfgrib `_, `pygrib `_" + "GRIB2 (.grb2, .grib2)", "``open_dataset()`` OR ``open_mfdataset()``", "`grib2io `_" "CSV (.csv)","``open_dataset()``", "`pandas`_ , `dask `_" "Zarr (.zarr)","``open_dataset()`` OR ``open_mfdataset()``", "`zarr `_ , `dask `_ "