.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
Dockerfile
LICENSE
Makefile
README.md
environment.yml
pyproject.toml
.github/workflows/on-push.yml
.github/workflows/on-release.yml
ci/environment-ci.yml
ci/environment-integration.yml
docs/Makefile
docs/aggregate-examples.md
docs/conf.py
docs/development.md
docs/index.md
docs/install.md
docs/make.bat
docs/requirements.txt
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/notebooks/requirements-for-notebooks.sh
docs/notebooks/aggregate/aggregate-spatial.ipynb
docs/notebooks/aggregate/climatology/01-era5-climatology.ipynb
docs/notebooks/aggregate/climatology/02-era5-anomaly.ipynb
docs/notebooks/aggregate/temporal/01-era5-general-methods.ipynb
docs/notebooks/aggregate/temporal/02-era5-daily-monthly-statistics.ipynb
docs/notebooks/aggregate/temporal/03-seas5-daily-statistics.ipynb
earthkit/transforms/__init__.py
earthkit/transforms/tools.py
earthkit/transforms/version.py
earthkit/transforms/aggregate/__init__.py
earthkit/transforms/aggregate/climatology.py
earthkit/transforms/aggregate/general.py
earthkit/transforms/aggregate/spatial.py
earthkit/transforms/aggregate/temporal.py
earthkit_transforms.egg-info/PKG-INFO
earthkit_transforms.egg-info/SOURCES.txt
earthkit_transforms.egg-info/dependency_links.txt
earthkit_transforms.egg-info/requires.txt
earthkit_transforms.egg-info/top_level.txt
tests/test_00_version.py
tests/test_10_tools.py
tests/test_20_general.py
tests/test_30_spatial.py
tests/test_30_temporal.py
tests/test_40_climatology.py