xskillscore:验证预报的指标
.. image:: https://github.com/xarray-contrib/xskillscore/actions/workflows/xskillscore_testing.yml/badge.svg :target: https://github.com/xarray-contrib/xskillscore/actions/workflows/xskillscore_testing.yml
.. image:: https://github.com/xarray-contrib/xskillscore/actions/workflows/upstream-dev-ci.yml/badge.svg :target: https://github.com/xarray-contrib/xskillscore/actions/workflows/upstream-dev-ci.yml
.. image:: https://results.pre-commit.ci/badge/github/xarray-contrib/xskillscore/main.svg :target: https://results.pre-commit.ci/latest/github/xarray-contrib/xskillscore/main
.. image:: https://img.shields.io/pypi/v/xskillscore.svg :target: https://pypi.python.org/pypi/xskillscore/
.. image:: https://codecov.io/gh/xarray-contrib/xskillscore/branch/main/graph/badge.svg :target: https://codecov.io/gh/xarray-contrib/xskillscore
.. image:: https://img.shields.io/readthedocs/xskillscore/stable.svg?style=flat :target: https://xskillscore.readthedocs.io/en/stable/?badge=stable
.. image:: https://img.shields.io/conda/vn/conda-forge/xskillscore.svg :target: https://anaconda.org/conda-forge/xskillscore
.. image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/raybellwaves/xskillscore-tutorial/master?urlpath=lab
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5173152.svg :target: https://doi.org/10.5281/zenodo.5173152
xskillscore 是一个开源项目和Python包,提供确定性(和来自 properscoring
的概率性)预报的验证指标,与 xarray
配合使用。
安装
$ conda install -c conda-forge xskillscore
或
$ pip install xskillscore
或
$ pip install git+https://github.com/xarray-contrib/xskillscore
文档
文档可在 readthedocs <https://xskillscore.readthedocs.io/en/latest/>
_ 上找到。
另请参阅
- 如果你有兴趣将 xskillscore 用于数据科学,而你的数据主要存储在
pandas.DataFrames
中,请查看xskillscore-tutorial <https://github.com/raybellwaves/xskillscore-tutorial>
_ - 如果你有兴趣将 xskillscore 用于气候预测,请查看
climpred <https://climpred.readthedocs.io/en/stable/>
_。
历史
xskillscore 最初是为了并行化与 SubX <https://journals.ametsoc.org/doi/pdf/10.1175/BAMS-D-18-0270.1>
_ 项目相关的多模型多集合预报的指标而开发的。
我们感谢 xarray 社区在这个包起步时给予的 建议 <https://groups.google.com/forum/#!searchin/xarray/xskillscore%7Csort:date/xarray/z8ue0G-BLc8/Cau-dY_ACAAJ>
_。