Aggregation tools for meteorological and climate data.
Project description
Quick Start • Installation • Documentation
[!IMPORTANT] This software is Incubating 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 conda environment (e.g. DEVELOP) with latest stable version of Python (version 3.13 at time of writing):
conda create -n DEVELOP -c conda-forge python=3.13
conda activate DEVELOP
Before pushing to GitHub, run the following commands:
- Update conda environment:
make conda-env-update - Install this package:
pip install -e . - Run quality assurance checks:
make default
Licence
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_transforms-0.5.4.tar.gz.
File metadata
- Download URL: earthkit_transforms-0.5.4.tar.gz
- Upload date:
- Size: 82.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
784a2154427baf49baafcc4b2fb44cc945e6fc92f6f93f46ad0ac3d2dee95558
|
|
| MD5 |
2599119e7a5c5a5166a4eec27051ebf4
|
|
| BLAKE2b-256 |
ca5ef34a8c234c3ec2687482f522be90b0eeea8f8527898fa6649d9ccac72e85
|
File details
Details for the file earthkit_transforms-0.5.4-py3-none-any.whl.
File metadata
- Download URL: earthkit_transforms-0.5.4-py3-none-any.whl
- Upload date:
- Size: 44.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e02886156395e50aad907f42b994bd922b51fd39fd63d96d4f27af7337e7c92
|
|
| MD5 |
81166f5c742a1cf605cffcfb09a6a21f
|
|
| BLAKE2b-256 |
e61b0c2dff858eba3a04f7492977d4871241f362e90a92585a3512af0db59263
|