metoppv / improver

IMPROVER is a library of algorithms for meteorological post-processing.

Home Page:http://improver.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMPROVER

License Tests Codacy Badge Codacy Badge codecov Documentation Status Python 3.6 Python 3.7 DOI

IMPROVER is a library of algorithms for meteorological post-processing and verification.

Installing improver

Conda installation

Here we demonstrate the installation of improver via conda with aid of the mamba package manager to speedup the process.

install a mamba environment

conda create -c conda-forge --override-channels mamba -n mamba

activate this mamba environment

conda activate mamba

install the improver environment using mamba

mamba create -c conda-forge python=3.7 improver -n improver

deactivate your mamba environment

conda deactivate

activate your new improver environment

conda activate improver

About

IMPROVER is a library of algorithms for meteorological post-processing.

http://improver.readthedocs.io/en/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.9%Language:Shell 0.1%