wcf-climate-forecast
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Citation
README.rst
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/
Owner
- Name: Fijishi
- Login: Fijishi-Enterprises
- Kind: organization
- Email: opensource@fijishi.com
- Location: United Kingdom
- Website: https://fijishi.com/fijishi-sdgs/
- Repositories: 1
- Profile: https://github.com/Fijishi-Enterprises
Open source projects and SDGs initiatives from Fijishi
Citation (CITATION.cff)
# YAML 1.2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
# FIXME title as repository name might not be the best name, please make human readable
title: 'climpred: Verification of weather and climate forecasts'
doi: 10.5281/zenodo.4556085
# FIXME splitting of full names is error prone, please check if given/family name are correct
authors:
- given-names: Riley
family-names: Brady
affiliation: McKinsey & Company
orcid: https://orcid.org/0000-0002-2309-8245
- given-names: Aaron
family-names: Spring
affiliation: Max-Planck-Institute for Meteorology
orcid: https://orcid.org/0000-0003-0216-2241
- given-names: Andrew
family-names: Huang
- given-names: Anderson
family-names: Banihirwe
affiliation: '@NCAR'
- given-names: Ray
family-names: Bell
affiliation: DTN
url: https://github.com/pangeo-data/climpred
license: MIT
preferred-citation:
type: article
authors:
- given-names: Riley
family-names: Brady
affiliation: McKinsey & Company
orcid: https://orcid.org/0000-0002-2309-8245
- given-names: Aaron
family-names: Spring
affiliation: Max-Planck-Institute for Meteorology
orcid: https://orcid.org/0000-0003-0216-2241
doi: 10.21105/joss.02781
journal: "Journal of Open Research Software"
day: 2
month: 3
year: 2021
title: "climpred: Verification of weather and climate forecasts"
volume: 6
issue: 59
GitHub Events
Total
Last Year
Dependencies
.github/workflows/benchmarks.yml
actions
- actions/checkout v4 composite
- actions/upload-artifact v3 composite
- conda-incubator/setup-miniconda v2 composite
.github/workflows/climpred_installs.yml
actions
- actions/checkout v4 composite
- actions/setup-python v4 composite
- xarray-contrib/ci-trigger v1.2 composite
.github/workflows/climpred_testing.yml
actions
- actions/checkout v4 composite
- codecov/codecov-action v3 composite
- mamba-org/setup-micromamba v1 composite
- xarray-contrib/ci-trigger v1.2 composite
.github/workflows/publish-production-pypi.yml
actions
- actions/checkout v4 composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/publish-staging-testpypi.yml
actions
- actions/checkout v4 composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish release/v1 composite
- softprops/action-gh-release v1 composite
.github/workflows/upstream-dev-ci.yml
actions
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/github-script v6 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- mamba-org/setup-micromamba v1 composite
- xarray-contrib/ci-trigger v1.2 composite
pyproject.toml
pypi
requirements.txt
pypi
- cf_xarray >=0.6.0
- cftime >=1.5.0
- dask >=2021.10.0
- numpy *
- packaging *
- pooch >=1.4
- xarray *
- xskillscore >=0.0.20
requirements_upstream.txt
pypi
setup.py
pypi
.binder/environment.yml
conda
- bias_correction >=0.4
- cf_xarray >=0.6.0
- cftime >=1.5.0
- dask-core >=2021.10.0
- esmpy
- esmtools >=1.1.3
- matplotlib-base
- nc-time-axis >=1.4.0
- netcdf4
- pip
- pydap
- python >=3.9
- toolz
- xarray >=0.19.0
- xclim !=0.30.0
- xesmf
- xrft
- xskillscore >=0.0.20