DEPRECATION WARNING
PLEASE NOTE THAT THE EARTHKIT-AGGREGATE PACKAGE HAS BEEN DEPRECATED AND CAN NOW BE FOUND INSIDE THE EARTHKIT-TRANSFORMS PACKAGE
earthkit-aggregate
A toolkit for statistical analysis of temporal-geospatial data.
DISCLAIMER This project has been DEPRECATED. DO NOT use this software in any project/software that is operational.
Quick Start
Installation
pip install earthkit-aggregate
Import and use
>>> from earthkit import aggregate
Detailed documentation
Please refer the earthkit-aggregate 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 Python 3.10:
conda create -n DEVELOP -c conda-forge python=3.10
conda activate DEVELOP
Before pushing to GitHub, run the following commands:
- Update conda environment:
make conda-env-update - Install this package:
pip install -e . - Sync with the latest template (optional):
make template-update - Run quality assurance checks:
make qa - Run tests:
make unit-tests - Build the documentation (see Sphinx tutorial):
make docs-build
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.
Release files for earthkit-aggregate 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| earthkit_aggregate-0.2.1.tar.gz | 1.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| earthkit_aggregate-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / earthkit_aggregate-0.2.1.tar.gz
| Download URL | earthkit_aggregate-0.2.1.tar.gz |
|---|---|
| Size | 1.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
df7e182b99f92a49f9c6b76a6dbe12c90a9919803ed4352a7c44563c67409c30
|
|
BLAKE2b-256 checksum How to use checksums |
8ca335c58540ca9571b1f7a1146beb07ac7db32919f39ad2aabcf02cc73210f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|
Release files / earthkit_aggregate-0.2.1-py3-none-any.whl
| Download URL | earthkit_aggregate-0.2.1-py3-none-any.whl |
|---|---|
| Size | 32.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0232f9e11862d2d79f40148c409f06bf0050a93ea1f53e2751f9c5f4a3bf4a76
|
|
BLAKE2b-256 checksum How to use checksums |
f38f1c5e7df243a9ebd3a3a21af4f310883587db367e8c7e101af619f0465a25
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.4
|