Skip to content

Latest commit

 

History

History
executable file
·
20 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

executable file
·
20 lines (15 loc) · 1.01 KB

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 .