.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
Dockerfile
LICENSE
Makefile
README.md
environment.yml
pyproject.toml
.github/workflows/on-push.yaml
.github/workflows/on-release.yaml
ci/environment-ci.yml
docs/Makefile
docs/conf.py
docs/development.rst
docs/index.rst
docs/install.rst
docs/licence.rst
docs/make.bat
docs/requirements.txt
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/guide/climatology.rst
docs/guide/index.rst
docs/guide/spatial.rst
docs/guide/temporal.rst
docs/notebooks/aggregate-examples.rst
docs/notebooks/climatology/01-era5-climatology.ipynb
docs/notebooks/climatology/02-era5-anomaly.ipynb
docs/notebooks/climatology/index.rst
docs/notebooks/spatial/01-era5-masking.ipynb
docs/notebooks/spatial/02-era5-reduce-data-over-geometries.ipynb
docs/notebooks/spatial/index.rst
docs/notebooks/temporal/01-era5-general-methods.ipynb
docs/notebooks/temporal/02-era5-daily-monthly-statistics.ipynb
docs/notebooks/temporal/03-seas5-daily-statistics.ipynb
docs/notebooks/temporal/04-era5-bespoke-how-function.ipynb
docs/notebooks/temporal/index.rst
docs/release-notes/index.rst
docs/release-notes/version_0.3_updates.rst
src/earthkit/transforms/__init__.py
src/earthkit/transforms/_aggregate.py
src/earthkit/transforms/_tools.py
src/earthkit/transforms/version.py
src/earthkit/transforms/aggregate/__init__.py
src/earthkit/transforms/aggregate/climatology.py
src/earthkit/transforms/aggregate/ensemble.py
src/earthkit/transforms/aggregate/general.py
src/earthkit/transforms/aggregate/spatial.py
src/earthkit/transforms/aggregate/temporal.py
src/earthkit/transforms/climatology/__init__.py
src/earthkit/transforms/climatology/_aggregate.py
src/earthkit/transforms/ensemble/__init__.py
src/earthkit/transforms/ensemble/_aggregate.py
src/earthkit/transforms/spatial/__init__.py
src/earthkit/transforms/spatial/_aggregate.py
src/earthkit/transforms/temporal/__init__.py
src/earthkit/transforms/temporal/_aggregate.py
src/earthkit_transforms.egg-info/PKG-INFO
src/earthkit_transforms.egg-info/SOURCES.txt
src/earthkit_transforms.egg-info/dependency_links.txt
src/earthkit_transforms.egg-info/requires.txt
src/earthkit_transforms.egg-info/top_level.txt
tests/test_00_version.py
tests/test_10_tools.py
tests/test_20_aggregate.py
tests/test_30_spatial.py
tests/test_30_temporal.py
tests/test_40_climatology.py
tests/test_50_ensemble.py
tests/legacy-api/test_00_version.py
tests/legacy-api/test_10_tools.py
tests/legacy-api/test_20_general.py
tests/legacy-api/test_30_spatial.py
tests/legacy-api/test_30_temporal.py
tests/legacy-api/test_40_climatology.py
tests/legacy-api/test_50_ensemble.py