pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.58k stars 1.07k forks source link

Update faq.rst #9208

Closed TimothyCera-NOAA closed 2 months ago

TimothyCera-NOAA commented 3 months ago

Adding grib2io to the file format table as a way to work within xarray with GRIB2 files.

TimothyCera-NOAA commented 2 months ago

cfgrib is the default that if installed will be used, however it isn't internal to xarray. Where pygrib is neither internal nor the default and is only mentioned throughout all of xarray in the faq.rst. On the other hand I understand that you don't want every package listed here that has an xarray backend.

I will look at the ecosystem page.

headtr1ck commented 2 months ago

cfgrib is the default that if installed will be used, however it isn't internal to xarray.

you are right. cfgrib once was xarray internal but got deprecated because it ships with its own backend now.