From 7a050cd4f2ac7b1fa42008e17e37af0fadb3e3d6 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Thu, 2 Mar 2023 15:16:56 -0800 Subject: [PATCH 1/2] Add `xcdat` to `ecosystem.rst` --- doc/ecosystem.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ecosystem.rst b/doc/ecosystem.rst index 39d82a6f5d5..7e67660709f 100644 --- a/doc/ecosystem.rst +++ b/doc/ecosystem.rst @@ -45,6 +45,7 @@ Geosciences - `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. - `xbpch `_: xarray interface for bpch files. +- `xcdat `_: An extension of xarray for climate data analysis on structured grids. - `xclim `_: A library for calculating climate science indices with unit handling built from xarray and dask. - `xESMF `_: Universal regridder for geospatial data. - `xgcm `_: Extends the xarray data model to understand finite volume grid cells (common in General Circulation Models) and provides interpolation and difference operations for such grids. From 9db308060e05de0fd368ab2dcbab4c9a694e005c Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Thu, 2 Mar 2023 15:18:31 -0800 Subject: [PATCH 2/2] Capitalize xCDAT --- doc/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ecosystem.rst b/doc/ecosystem.rst index 7e67660709f..e6e970c6239 100644 --- a/doc/ecosystem.rst +++ b/doc/ecosystem.rst @@ -45,7 +45,7 @@ Geosciences - `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. - `xbpch `_: xarray interface for bpch files. -- `xcdat `_: An extension of xarray for climate data analysis on structured grids. +- `xCDAT `_: An extension of xarray for climate data analysis on structured grids. - `xclim `_: A library for calculating climate science indices with unit handling built from xarray and dask. - `xESMF `_: Universal regridder for geospatial data. - `xgcm `_: Extends the xarray data model to understand finite volume grid cells (common in General Circulation Models) and provides interpolation and difference operations for such grids.