Skip to content

pangeo-data/climpred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57681b8 ยท Oct 8, 2024
Oct 30, 2023
Oct 8, 2024
Feb 20, 2022
Jul 4, 2024
Nov 20, 2023
Mar 1, 2021
Jul 4, 2024
Oct 2, 2020
Jul 3, 2024
Oct 8, 2024
Oct 30, 2023
Jul 5, 2024
Dec 1, 2021
Sep 22, 2020
Sep 22, 2020
Nov 20, 2023
Dec 21, 2018
Jul 4, 2024
Jul 4, 2024
Oct 30, 2023

Repository files navigation

https://i.imgur.com/HPOdOsR.png

Verification of weather and climate forecasts

docs Documentation Status JOSS paper DOI
tests CI CI upstream coverage pre-commit.ci status
package Conda Version Conda downloads pypi Version pypi downloads
license license
community gitter chat GitHub contributors GitHub forks GitHub stars GitHub issues GitHub PRs
tutorials climpred gallery climpred workshop climpred cloud demo
We are actively looking for new contributors for climpred! Riley moved to McKinsey's Climate Analytics team as a climate software engineer. Aaron moved to XING as a data scientist. We especially hope for python enthusiasts from seasonal, subseasonal or weather prediction community. In our past coding journey, collaborative coding, feedbacking issues and pull requests advanced our code and thinking about forecast verification more than we could have ever expected. Feel free to implement your own new feature or take a look at the good first issue tag in the issues. If you are interested in maintaining climpred, please ping us.

Installation

You can install the latest release of climpred using pip or conda:

python -m pip install climpred[complete]
conda install -c conda-forge climpred

You can also install the bleeding edge (pre-release versions) by cloning this repository or installing directly from GitHub:

git clone https://github.com/pangeo-data/climpred.git
cd climpred
python -m pip install . --upgrade
pip install git+https://github.com/pangeo-data/climpred.git

Documentation

Documentation is in development and can be found on readthedocs.