A simple dask-enabled xarray wrapper for empirical orthogonal function decomposition using svd
This package is not on PyPI. To install:
# Install/activate dependencies or activate an environment with xarray and dask
conda env create -f environment.yml
conda activate xeof
pip install .