Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.09 KB

File metadata and controls

40 lines (27 loc) · 1.09 KB

ValEnsPy

A Python package to validate ensembles gridded model data.

Cloning the repository

To clone the repository, run the following command in your terminal:

git clone git@github.com:CORDEX-be2/ValEnsPy.git

Installation

Install the development version of the package using conda:

Create a conda environment with the required non python packages

conda create -n valenspy_dev python=3.11 esmpy poetry=1.8 -c conda-forge
source activate valenspy_dev

Install the required packages using poetry.

Important

Ensure that you are in the ValEnsPy directory and on the dev branch (or your branch of choice).

poetry install --with examples

For more detailed installation instructions - General install guide

Interested in contributing? Take a look at our contributing guidelines.

Documentation

Take a look at our documentation

Package structure

The package is structured as follows

Package structure