From 26a8c495272dd21232a9d1b818e847cd15fc146e Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Wed, 4 Oct 2023 10:27:18 +0200 Subject: [PATCH 1/2] Add xarray-regrid to ecosystem.rst --- doc/ecosystem.rst | 1 + 1 file changed, 1 insertion(+) 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. From 915c9e880350e46ee9e1e1d990298b00563a7dc1 Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Wed, 4 Oct 2023 14:28:24 +0200 Subject: [PATCH 2/2] Add xarray-regrid addition to whats-new. --- doc/whats-new.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ~~~~~~~~~~~~~~~~