Tools for calculating climate indicies, climate change analysis and attribution.
Project description
[!IMPORTANT] This software is Emerging and subject to ECMWF's guidelines on Software Maturity.
earthkit-climate is the package responsible for the climate index calculation within the earthkit ecosystem. It includes a wrapper prototype that allows the use of the xclim python package to compute a large amount of pre-defined climate indices used by the climate science community, and to define new ones.
Quick Start
Install the package in editable mode:
pip install -e .
Example usage:
from earthkit.climate.indicators import precipitation, temperature
from earthkit.climate.utils import conversions
# Example: compute a precipitation index
pr = precipitation.simple_daily_intensity(precip_data, freq="monthly")
Documentation
For full documentation, including API reference and example notebooks, visit the earthkit-climate ReadTheDocs page
Development
See the development guidelines in the documentation.
Project Structure
earthkit-climate/
├── .github/
│ ├── workflows/ # GitHub Actions (push/release)
├── docs/ # Sphinx-based documentation
├── src/earthkit/
│ ├── climate/
│ │ ├── api/ # API wrapper logic
│ │ ├── indicators/ # Climate indices (precipitation, temperature, etc.)
│ │ └── utils/ # Type conversions, percentiles, provenance
├── tests/
│ ├── unit/ # Unit tests
└── tools/ # Scripts for code generation, etc.
License
Copyright 2022-, European Centre for Medium Range Weather Forecasts.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation
nor does it submit to any jurisdiction.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file earthkit_climate-0.3.1.tar.gz.
File metadata
- Download URL: earthkit_climate-0.3.1.tar.gz
- Upload date:
- Size: 696.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b1232307d62cc6df7c03ea995863129b7c0dda576cd56005119873cb96a879b
|
|
| MD5 |
fe9535b5690bd208e137f9c1e953ffbc
|
|
| BLAKE2b-256 |
fb8668f6d14250f475887936ad482e228d2d5c2d98fb96db417506df99392d6c
|
File details
Details for the file earthkit_climate-0.3.1-py3-none-any.whl.
File metadata
- Download URL: earthkit_climate-0.3.1-py3-none-any.whl
- Upload date:
- Size: 33.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
301930e4f1667a429e360544b564443f85743ce3a59e565facc0cedfec5e921e
|
|
| MD5 |
136ce4dabedaf1c461589bb359e9b003
|
|
| BLAKE2b-256 |
1ef27932d922a82da9f560f957662adf2d31bee19306d1a6f5ac78d2d838cd5f
|