Skip to content

Commit b3890a3

Browse files
authored
add xeofs to ecosystem.rst (pydata#8561)
Suggestion to include [xeofs](https://github.com/nicrie/xeofs) in the xarray ecosystem documentation. xeofs enables fully multidimensional PCA / EOF analysis and related techniques with large datasets, thanks to the integration of xarray and dask. References: - [Github repository](https://github.com/nicrie/xeofs) - [Documentation](https://xeofs.readthedocs.io/en/latest/) - [JOSS review](openjournals/joss-reviews#6060)
1 parent 219ef0c commit b3890a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/ecosystem.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Extend xarray capabilities
7878
- `xarray-dataclasses <https://github.com/astropenguin/xarray-dataclasses>`_: xarray extension for typed DataArray and Dataset creation.
7979
- `xarray_einstats <https://xarray-einstats.readthedocs.io>`_: Statistics, linear algebra and einops for xarray
8080
- `xarray_extras <https://github.com/crusaderky/xarray_extras>`_: Advanced algorithms for xarray objects (e.g. integrations/interpolations).
81+
- `xeofs <https://github.com/nicrie/xeofs>`_: PCA/EOF analysis and related techniques, integrated with xarray and Dask for efficient handling of large-scale data.
8182
- `xpublish <https://xpublish.readthedocs.io/>`_: Publish Xarray Datasets via a Zarr compatible REST API.
8283
- `xrft <https://github.com/rabernat/xrft>`_: Fourier transforms for xarray data.
8384
- `xr-scipy <https://xr-scipy.readthedocs.io>`_: A lightweight scipy wrapper for xarray.

0 commit comments

Comments
 (0)