Aggregation tools for meteorological and climate data.
Project description
Quick Start • Installation • Documentation
[!IMPORTANT] This software is Graduated and subject to ECMWF's guidelines on Software Maturity.
earthkit-transforms is a library of software tools to support people working with climate and meteorology data.
earthkit-transforms is made up of sub-modules which contains methods for transforming data in specific domains. For example, the temporal module contains methods for aggregation and statistics analysis accross time dimensions/coordinates.
It has been designed following the philosphy of earthkit, hence the methods should be interoperable with any data object understood by earthkit-data.
Installation
pip install earthkit-transforms
Quick Start
import earthkit.transforms as ekt
daily_mean = ekt.temporal.daily_mean(MY_DATA)
Detailed documentation
Please refer the earthkit-transforms readthedocs page for more detailed documentation, example notebooks and the API reference guide.
Workflow for developers/contributors
For best experience create a new environment with latest stable version of Python. The Makefile provides commands for creating a development environment with all dependencies installed in editable mode, plus pre-commit hooks. Choose the option that matches your preferred tooling:
Using pip + venv:
make clean-pip-env
. .venv/bin/activate
Using uv:
make clean-uv-env
. .venv/bin/activate
Using conda:
make clean-conda-env
conda activate ./.conda
Once your environment is active, common development tasks are also available via the Makefile:
make qa # run pre-commit checks on all files
make unit-tests # run the test suite with coverage
make type-check # run mypy type checking
make docs-build # build the documentation
Licence
Copyright 2026, 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_transforms-1.0.0.tar.gz.
File metadata
- Download URL: earthkit_transforms-1.0.0.tar.gz
- Upload date:
- Size: 476.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6c8575479a6fc9961be3cfe682d1c26b20d6c5652c51536f1e366334a4112fc
|
|
| MD5 |
657040841a5d12269e7198c9f2a14486
|
|
| BLAKE2b-256 |
21d91b8d1f2e01f2cfdeeaec1d3f6dab5ea77bae4c149f4ae7a8e4557ee8f016
|
File details
Details for the file earthkit_transforms-1.0.0-py3-none-any.whl.
File metadata
- Download URL: earthkit_transforms-1.0.0-py3-none-any.whl
- Upload date:
- Size: 56.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8226e6b586d7440a12f9ab0b162ca9ea24ae8099bbd9035bc07d29f517afbe9f
|
|
| MD5 |
6c4f138b0e86b6acd7bbc9fde19b0dad
|
|
| BLAKE2b-256 |
55d6193bf8c6590950c8bcdf5580a1035c4ce9160756c3dc46791affb9e97415
|