Metadata-Version: 2.1
Name: climpred
Version: 2.1.0
Summary: An xarray wrapper for analysis of ensemble forecast models for climate prediction.
Home-page: https://github.com/bradyrx/climpred
Maintainer: Riley X. Brady and Aaron Spring
Maintainer-email: riley.brady@colorado.edu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: cftime (>=1.1.2)
Requires-Dist: eofs
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: xarray (>=0.15.1)
Requires-Dist: xrft
Requires-Dist: xskillscore (>=0.0.15)

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

An xarray wrapper for analysis of ensemble forecast models for climate prediction.

.. image:: https://travis-ci.org/bradyrx/climpred.svg?branch=master
    :target: https://travis-ci.org/bradyrx/climpred

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

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

.. image:: https://coveralls.io/repos/github/bradyrx/climpred/badge.svg?branch=master
    :target: https://coveralls.io/github/bradyrx/climpred?branch=master

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

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

.. image:: https://img.shields.io/github/license/bradyrx/climpred.svg
    :alt: license
    :target: LICENSE.txt

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

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

.. code-block:: bash

    pip install climpred

.. code-block:: bash

    conda install -c conda-forge climpred

You can also install the bleeding edge (pre-release versions) by cloning this
repository and running ``pip install . --upgrade`` in the main directory.

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

Documentation is in development and can be found on readthedocs_.

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


