Metadata-Version: 2.1
Name: climpred
Version: 2.2.0
Summary: Verification of weather and climate forecasts. prediction.
Home-page: https://github.com/pangeo-data/climpred
Maintainer: Aaron Spring
Maintainer-email: aaron.spring@mpimet.mpg.de
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.7
Requires-Dist: xarray (>=0.19.0)
Requires-Dist: dask (>=2021.10.0)
Requires-Dist: ipython
Requires-Dist: toolz
Requires-Dist: cftime (>=1.5.0)
Requires-Dist: xskillscore (>=0.0.20)
Requires-Dist: cf-xarray (>=0.6.0)
Provides-Extra: accel
Requires-Dist: numba (>=0.52) ; extra == 'accel'
Requires-Dist: bottleneck ; extra == 'accel'
Provides-Extra: bias-correction
Requires-Dist: xclim (!=0.30.0) ; extra == 'bias-correction'
Requires-Dist: bias-correction (>=0.4) ; extra == 'bias-correction'
Provides-Extra: complete
Requires-Dist: bias-correction (>=0.4) ; extra == 'complete'
Requires-Dist: bottleneck ; extra == 'complete'
Requires-Dist: eofs ; extra == 'complete'
Requires-Dist: matplotlib ; extra == 'complete'
Requires-Dist: nc-time-axis (>=1.4.0) ; extra == 'complete'
Requires-Dist: netcdf4 ; extra == 'complete'
Requires-Dist: numba (>=0.52) ; extra == 'complete'
Requires-Dist: xclim (!=0.30.0) ; extra == 'complete'
Requires-Dist: xrft ; extra == 'complete'
Provides-Extra: docs
Requires-Dist: bias-correction (>=0.4) ; extra == 'docs'
Requires-Dist: bottleneck ; extra == 'docs'
Requires-Dist: eofs ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Requires-Dist: nc-time-axis (>=1.4.0) ; extra == 'docs'
Requires-Dist: netcdf4 ; extra == 'docs'
Requires-Dist: numba (>=0.52) ; extra == 'docs'
Requires-Dist: xclim (!=0.30.0) ; extra == 'docs'
Requires-Dist: xrft ; extra == 'docs'
Requires-Dist: myst-nb ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'docs'
Requires-Dist: sphinx-book-theme ; extra == 'docs'
Requires-Dist: nb-black ; extra == 'docs'
Provides-Extra: io
Requires-Dist: netcdf4 ; extra == 'io'
Provides-Extra: regridding
Requires-Dist: xesmf ; extra == 'regridding'
Provides-Extra: relative_entropy
Requires-Dist: eofs ; extra == 'relative_entropy'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-lazyfixures ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: pre-commit ; extra == 'test'
Requires-Dist: netcdf4 ; extra == 'test'
Provides-Extra: viz
Requires-Dist: matplotlib ; extra == 'viz'
Requires-Dist: nc-time-axis (>=1.4.0) ; extra == 'viz'
Provides-Extra: vwmp
Requires-Dist: xrft ; extra == 'vwmp'

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

Verification of weather and climate forecasts.

..
    Table version of badges inspired by pySTEPS.

.. list-table::
    :stub-columns: 1
    :widths: 10 90

    * - docs
      - |docs| |joss| |doi|
    * - tests
      - |ci| |upstream| |codecov|
    * - package
      - |conda| |conda downloads| |pypi| |pypi downloads|
    * - license
      - |license|
    * - community
      - |gitter| |contributors| |forks| |stars| |issues| |PRs|
    * - tutorials
      - |gallery| |workshop| |cloud|

.. |docs| image:: https://img.shields.io/readthedocs/climpred/stable.svg?style=flat
    :target: https://climpred.readthedocs.io/en/stable/?badge=stable
    :alt: Documentation Status

.. |joss| image:: https://joss.theoj.org/papers/246d440e3fcb19025a3b0e56e1af54ef/status.svg
    :target: https://joss.theoj.org/papers/246d440e3fcb19025a3b0e56e1af54ef
    :alt: JOSS paper

.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4556085.svg
    :target: https://doi.org/10.5281/zenodo.4556085
    :alt: DOI

.. |ci| image:: https://github.com/pangeo-data/climpred/workflows/climpred%20testing/badge.svg
    :target: https://github.com/pangeo-data/climpred/actions/workflows/climpred_testing.yml
    :alt: CI

.. |upstream| image:: https://github.com/pangeo-data/climpred/actions/workflows/upstream-dev-ci.yml/badge.svg
    :target: https://github.com/pangeo-data/climpred/actions/workflows/upstream-dev-ci.yml
    :alt: CI upstream

.. |codecov| image:: https://codecov.io/gh/pangeo-data/climpred/branch/main/graph/badge.svg
      :target: https://codecov.io/gh/pangeo-data/climpred
      :alt: coverage

.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/climpred.svg
    :target: https://anaconda.org/conda-forge/climpred
    :alt: Conda Version

.. |pypi| image:: https://img.shields.io/pypi/v/climpred.svg
   :target: https://pypi.python.org/pypi/climpred/
   :alt: pypi Version

.. |license| image:: https://img.shields.io/github/license/pangeo-data/climpred.svg
    :alt: license
    :target: LICENSE.txt

.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
    :target: https://gitter.im/climpred
    :alt: gitter chat

.. |contributors| image:: https://img.shields.io/github/contributors/pangeo-data/climpred
    :alt: GitHub contributors
    :target: https://github.com/pangeo-data/climpred/graphs/contributors

.. |conda downloads| image:: https://img.shields.io/conda/dn/conda-forge/climpred
    :alt: Conda downloads
    :target: https://anaconda.org/conda-forge/climpred

.. |pypi downloads| image:: https://pepy.tech/badge/climpred
    :alt: pypi downloads
    :target: https://pepy.tech/project/climpred

.. |gallery| image:: https://img.shields.io/badge/climpred-examples-ed7b0e.svg
    :alt: climpred gallery
    :target: https://mybinder.org/v2/gh/pangeo-data/climpred/main?urlpath=lab%2Ftree%2Fdocs%2Fsource%2Fquick-start.ipynb

.. |workshop| image:: https://img.shields.io/badge/climpred-workshop-f5a252
    :alt: climpred workshop
    :target: https://mybinder.org/v2/gh/bradyrx/climpred_workshop/master

.. |cloud| image:: https://img.shields.io/badge/climpred-cloud_demo-f9c99a
    :alt: climpred cloud demo
    :target: https://github.com/aaronspring/climpred-cloud-demo

.. |forks| image:: https://img.shields.io/github/forks/pangeo-data/climpred
    :alt: GitHub forks
    :target: https://github.com/pangeo-data/climpred/network/members

.. |stars| image:: https://img.shields.io/github/stars/pangeo-data/climpred
    :alt: GitHub stars
    :target: https://github.com/pangeo-data/climpred/stargazers

.. |issues| image:: https://img.shields.io/github/issues/pangeo-data/climpred
    :alt: GitHub issues
    :target: https://github.com/pangeo-data/climpred/issues

.. |PRs| image:: https://img.shields.io/github/issues-pr/pangeo-data/climpred
    :alt: GitHub PRs
    :target: https://github.com/pangeo-data/climpred/pulls

..

.. note::

    We are actively looking for new contributors for climpred! Riley moved to McKinsey's
    Climate Analytics team. Aaron is finishing his PhD, but will stay in academia.
    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.
    `Aaron <https://github.com/aaronspring/>`_ can provide guidance on
    implementing new features into ``climpred``. Feel free to implement
    your own new feature or take a look at the
    `good first issue <https://github.com/pangeo-data/climpred/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22>`_
    tag in the issues. Please reach out to us via `gitter <https://gitter.im/climpred>`_.


Installation
============

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

.. code-block:: bash

    pip install climpred[complete]

.. code-block:: bash

    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:

.. code-block:: bash

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

.. code-block:: bash

    pip install git+https://github.com/pangeo-data/climpred.git


Documentation
=============

Documentation is in development and can be found on readthedocs_.

.. _readthedocs: https://climpred.readthedocs.io/en/latest/


