/xeof

Simple dask-enabled xarray wrapper for empirical orthogonal function decomposition

Primary LanguagePythonMIT LicenseMIT

xeof

tests pre-commit codecov License: MIT Code style: black

A simple dask-enabled xarray wrapper for empirical orthogonal function decomposition using svd

Installation

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 .