Installation

From PyPI

pip install moordiag

From source

git clone https://github.com/ocean-uhh/moordiag
cd moordiag
pip install -e .

Development install

git clone https://github.com/ocean-uhh/moordiag
cd moordiag
pip install -r requirements-dev.txt
pip install -e .

Requirements

  • Python >= 3.9

  • PyYAML >= 6.0

  • Pillow >= 10.0.0

  • matplotlib >= 3.7.0