Skip to content

Commit

Permalink
add xeofs to ecosystem.rst
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nicrie committed Dec 19, 2023
1 parent 219ef0c commit d3f2e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Extend xarray capabilities
- `xarray-dataclasses <https://github.com/astropenguin/xarray-dataclasses>`_: xarray extension for typed DataArray and Dataset creation.
- `xarray_einstats <https://xarray-einstats.readthedocs.io>`_: Statistics, linear algebra and einops for xarray
- `xarray_extras <https://github.com/crusaderky/xarray_extras>`_: Advanced algorithms for xarray objects (e.g. integrations/interpolations).
- `xeofs <https://github.com/nicrie/xeofs>`_: PCA/EOF analysis and related techniques, integrated with xarray and Dask for efficient handling of large-scale data.
- `xpublish <https://xpublish.readthedocs.io/>`_: Publish Xarray Datasets via a Zarr compatible REST API.
- `xrft <https://github.com/rabernat/xrft>`_: Fourier transforms for xarray data.
- `xr-scipy <https://xr-scipy.readthedocs.io>`_: A lightweight scipy wrapper for xarray.
Expand Down

0 comments on commit d3f2e70

Please sign in to comment.