.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/combined-environment-ci.yml
ci/environment-ci.yml
ci/environment-integration.yml
docs/Makefile
docs/conf.py
docs/examples.md
docs/index.md
docs/make.bat
docs/requirements.txt
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/notebooks/aggregate-spatial.ipynb
docs/notebooks/requirements-for-notebooks.sh
docs/notebooks/climatology/01-era5-climatology.ipynb
docs/notebooks/climatology/02-era5-anomaly.ipynb
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
earthkit/aggregate/__init__.py
earthkit/aggregate/climatology.py
earthkit/aggregate/general.py
earthkit/aggregate/spatial.py
earthkit/aggregate/temporal.py
earthkit/aggregate/tools.py
earthkit/aggregate/version.py
earthkit_aggregate.egg-info/PKG-INFO
earthkit_aggregate.egg-info/SOURCES.txt
earthkit_aggregate.egg-info/dependency_links.txt
earthkit_aggregate.egg-info/requires.txt
earthkit_aggregate.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