Skip to main content

No project description provided

Project description

pypi_release pypi_status PyPI license pypi_downloads docs PyPI pyversions made-with-python made-with-sphinx-doc Maintenance yes Ask Me Anything ! GitHub contributors

Ibicus provides a flexible and user-friendly toolkit for the bias correction of climate models and associated evaluation.

Ibicus implements a variety of methods for bias correction (8 currently) published in peer-reviewed literature, including ISIMIP (Lange 2019) and CDFt (Michelangeli et al. 2009) and provides a unified interface for their usage. The package enables the user to modify and refine their behavior with settings and parameters, and provides an evaluation framework to assess marginal, temporal, spatial, and multivariate properties of the bias corrected climate model.

Given future climate model data to debias (cm_future), climate model data during a reference period (cm_hist) and observational or reanalysis data during the same reference period (obs) running a debiaser is as easy as:

>>> from ibicus import CDFt
>>> debiaser = CDFt.from_variable("pr")
>>> debiased_cm_future = debiaser.apply(obs, cm_hist, cm_future)

Evaluating dry spell length can be as easy as:

>>> from ibicus.evaluate.metrics import dry_days
>>> spell_length = dry_days.calculate_spell_length(minimum_length: 4, obs = obs, raw = cm_future, ISIMIP = debiased_cm_future)

For more information on the usage have a look at our docs (TODO: insert LINK)

Install

Ibicus releases are available via PyPI. Just write:

pip install ibicus

For more information about installation and requirements see the install documentation in the docs.

Contact

If you have feedback on the package, suggestions for additions, questions you’d like to ask or would like to contribute, please contact us under ibicus.py@gmail.com. Similarly should you encounter bugs or issues using the package please open an issue. or write to us using the email adress above.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ibicus-0.1.dev1.tar.gz (83.9 kB view details)

Uploaded Source

Built Distribution

ibicus-0.1.dev1-py3-none-any.whl (112.9 kB view details)

Uploaded Python 3

File details

Details for the file ibicus-0.1.dev1.tar.gz.

File metadata

  • Download URL: ibicus-0.1.dev1.tar.gz
  • Upload date:
  • Size: 83.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for ibicus-0.1.dev1.tar.gz
Algorithm Hash digest
SHA256 677d70c023dd5b187737048b988a87b3de25757e954d2f66513159010e79bbe4
MD5 79998529fcbd22735717237e3605ac60
BLAKE2b-256 64a04b5c2034d047e5247af447160568d5d81f363d1532d042a88fa8523f9834

See more details on using hashes here.

File details

Details for the file ibicus-0.1.dev1-py3-none-any.whl.

File metadata

  • Download URL: ibicus-0.1.dev1-py3-none-any.whl
  • Upload date:
  • Size: 112.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for ibicus-0.1.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 e2e0aed679ea979deae0242623cd109b19021e8a2801223fc61ff784ee2fb5ea
MD5 1d6b5651e19ac79e17adcee7d8317e33
BLAKE2b-256 4ab9a45535b196547a02a67cf5ff4410fd0ea13960400eaa051f2c56c3974064

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page