diff --git a/doc/ecosystem.rst b/doc/ecosystem.rst index e6e970c6239..fc5ae963a1d 100644 --- a/doc/ecosystem.rst +++ b/doc/ecosystem.rst @@ -41,6 +41,7 @@ Geosciences harmonic wind analysis in Python. - `wradlib `_: An Open Source Library for Weather Radar Data Processing. - `wrf-python `_: A collection of diagnostic and interpolation routines for use with output of the Weather Research and Forecasting (WRF-ARW) Model. +- `xarray-regrid `_: xarray extension for regridding rectilinear data. - `xarray-simlab `_: xarray extension for computer model simulations. - `xarray-spatial `_: Numba-accelerated raster-based spatial processing tools (NDVI, curvature, zonal-statistics, proximity, hillshading, viewshed, etc.) - `xarray-topo `_: xarray extension for topographic analysis and modelling. diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 63c9dee04c5..e73a1a7fa62 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -42,6 +42,9 @@ Bug fixes Documentation ~~~~~~~~~~~~~ +- Added xarray-regrid to the list of xarray related projects (:pull:`8272`). + By `Bart Schilperoort `_. + Internal Changes ~~~~~~~~~~~~~~~~