.. image:: https://i.imgur.com/HPOdOsR.png
天气和气候预报的验证
.. 徽章表格版本灵感来自pySTEPS。
.. list-table:: :stub-columns: 1 :widths: 10 90
* - 文档
- |docs| |joss| |doi|
* - 测试
- |ci| |upstream| |codecov| |precommit|
* - 软件包
- |conda| |conda downloads| |pypi| |pypi downloads|
* - 许可证
- |license|
* - 社区
- |gitter| |contributors| |forks| |stars| |issues| |PRs|
* - 教程
- |gallery| |workshop| |cloud|
.. |docs| image:: https://img.shields.io/readthedocs/climpred/latest.svg?style=flat :target: https://climpred.readthedocs.io/en/stable/?badge=stable :alt: 文档状态
.. |joss| image:: https://joss.theoj.org/papers/246d440e3fcb19025a3b0e56e1af54ef/status.svg :target: https://joss.theoj.org/papers/246d440e3fcb19025a3b0e56e1af54ef :alt: JOSS论文
.. |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/actions/workflows/climpred_testing.yml/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
.. |codecov| image:: https://codecov.io/gh/pangeo-data/climpred/branch/main/graph/badge.svg :target: https://codecov.io/gh/pangeo-data/climpred :alt: 覆盖率
.. |precommit| image:: https://results.pre-commit.ci/badge/github/pangeo-data/climpred/main.svg :target: https://results.pre-commit.ci/latest/github/pangeo-data/climpred/main :alt: pre-commit.ci状态
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/climpred.svg :target: https://anaconda.org/conda-forge/climpred :alt: Conda版本
.. |pypi| image:: https://img.shields.io/pypi/v/climpred.svg :target: https://pypi.python.org/pypi/climpred/ :alt: pypi版本
.. |license| image:: https://img.shields.io/github/license/pangeo-data/climpred.svg :alt: 许可证 :target: LICENSE.txt
.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg :target: https://gitter.im/climpred :alt: gitter聊天
.. |contributors| image:: https://img.shields.io/github/contributors/pangeo-data/climpred :alt: GitHub贡献者 :target: https://github.com/pangeo-data/climpred/graphs/contributors
.. |conda downloads| image:: https://img.shields.io/conda/dn/conda-forge/climpred :alt: Conda下载量 :target: https://anaconda.org/conda-forge/climpred
.. |pypi downloads| image:: https://pepy.tech/badge/climpred :alt: pypi下载量 :target: https://pepy.tech/project/climpred .. |gallery| image:: https://img.shields.io/badge/climpred-examples-ed7b0e.svg :alt: climpred 示例 :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 工作坊 :target: https://mybinder.org/v2/gh/bradyrx/climpred_workshop/master
.. |cloud| image:: https://img.shields.io/badge/climpred-cloud_demo-f9c99a :alt: climpred 云端演示 :target: https://github.com/aaronspring/climpred-cloud-demo
.. |forks| image:: https://img.shields.io/github/forks/pangeo-data/climpred :alt: GitHub 分支 :target: https://github.com/pangeo-data/climpred/network/members
.. |stars| image:: https://img.shields.io/github/stars/pangeo-data/climpred :alt: GitHub 星标 :target: https://github.com/pangeo-data/climpred/stargazers
.. |issues| image:: https://img.shields.io/github/issues/pangeo-data/climpred :alt: GitHub 问题 :target: https://github.com/pangeo-data/climpred/issues
.. |PRs| image:: https://img.shields.io/github/issues-pr/pangeo-data/climpred :alt: GitHub 拉取请求 :target: https://github.com/pangeo-data/climpred/pulls
..
我们正在积极寻找climpred的新贡献者!
`Riley <https://www.linkedin.com/in/rileybrady/>`_已加入麦肯锡气候分析团队,担任气候软件工程师。
`Aaron <https://www.linkedin.com/in/springaaron/>`_已加入XING,担任数据科学家。
我们特别希望能吸引来自季节性、次季节性或天气预报领域的Python爱好者。在我们过去的编码历程中,协作编码、反馈问题和拉取请求推动了我们的代码和对预报验证的思考,超出了我们的预期。
欢迎实现您自己的新功能,或查看问题列表中标记为
`good first issue <https://github.com/pangeo-data/climpred/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22>`_
的问题。如果您对维护climpred感兴趣,请联系我们。
安装
您可以使用pip
或conda
安装climpred
的最新版本:
.. code-block:: bash
python -m pip install climpred[complete]
.. code-block:: bash
conda install -c conda-forge climpred
您也可以通过克隆此仓库或直接从GitHub安装来获取最新的开发版本:
.. code-block:: bash
git clone https://github.com/pangeo-data/climpred.git
cd climpred
python -m pip install . --upgrade
.. code-block:: bash
pip install git+https://github.com/pangeo-data/climpred.git
文档
文档正在开发中,可以在readthedocs_上查看。
.. _readthedocs: https://climpred.readthedocs.io/en/latest/