Python library for climate indices calculation
Project description
icclim is a Python library to compute climate indices. icclim name stands for index, calculation, climate.
Installation
From pypi: pip install icclim.
From conda-forge: conda install -c conda-forge icclim.
- From sources:
Clone the repository git clone https://github.com/cerfacs-globc/icclim.git
Install icclim python -m setup install
How to use icclim
Let’s count the number of days above 25ºC for each year, which corresponds to the index SU, from a tasmax variable scattered in multiple netcdf files.
SU is one of the many index that can be computed with icclim. See the documentation to explore what other index you can compute with icclim.
import icclim
summer_days = icclim.su("netcdf_files/tasmax_1990-2100.nc", out_file="summer_days.nc")
For more examples on how to use icclim, see icclim’s How to … documentation or our notebooks.
Who use icclim
icclim is part of C4I platform backend and is integrated in CLIPC Portal. icclim is also used by some independent researchers.
Who made icclim
icclim has always been an open source project and was successfully made thanks to the joint effort of all its contributors. The lead development is made at CERFACS, a research institution located in Toulouse, France.
Grants
- This open-source project has been possible thanks to funding by the European Commission projects:
FP7-CLIPC (2013-2016)
FP7-IS-ENES2 (2013-2017)
EUDAT2020 (2015-2018)
H2020-IS-ENES3 (2019-2022)
Indices
For a detailed description of each ECA&D index, please visit: https://www.ecad.eu/documents/atbd.pdf
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file icclim-5.2.2.tar.gz
.
File metadata
- Download URL: icclim-5.2.2.tar.gz
- Upload date:
- Size: 219.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e767ce253b13b0b435713510b893661a06ee6a1a6178a1e17ba279a10f573db5 |
|
MD5 | cab00635cb718a9fbbf65955f2ddf1a2 |
|
BLAKE2b-256 | 6028d9696d11b0a1c355a357700a30b1eece8fd8ea3bcc430ea9cea8734cf3ca |
Provenance
File details
Details for the file icclim-5.2.2-py3-none-any.whl
.
File metadata
- Download URL: icclim-5.2.2-py3-none-any.whl
- Upload date:
- Size: 78.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8e63b4fe3d5adb7ec62e9232e1d74fbe7d470bd238456d647dc8260496496e6 |
|
MD5 | a4ee420d35b11af0e9548c44174cac95 |
|
BLAKE2b-256 | 7f8c4fddffa3a6d6810175d1374128959b2fd3448609adf7ee89fcc6a338969d |