Installation

Install from conda-forge:

conda install -c conda-forge xarrera

or from PyPI:

python -m pip install xarrera

or from source, either directly from github:

python -m pip install git+https://github.com/javgat/xarrera

or from a local copy:

git clone https://github.com/javgat/xarrera
python -m pip install ./xarrera

Dependencies

xarrera depends on:

  • numpy

  • xarray

See xarrera’s requirements.txt for minimum versions.