LICENSE.md
README.md
pyproject.toml
src/earthly/__init__.py
src/earthly/aggregate.py
src/earthly/earthly.py
src/earthly.egg-info/PKG-INFO
src/earthly.egg-info/SOURCES.txt
src/earthly.egg-info/dependency_links.txt
src/earthly.egg-info/requires.txt
src/earthly.egg-info/top_level.txt
src/earthly/base/__init__.py
src/earthly/base/abstractdatasource.py
src/earthly/chirps/__init__.py
src/earthly/chirps/chirps.py
src/earthly/ecmwf/__init__.py
src/earthly/ecmwf/backend.py
src/earthly/ecmwf/catalog.py
src/earthly/ecmwf/cds_data_catalog.yaml
src/earthly/ecmwf/constraints.py
src/earthly/gee/__init__.py
src/earthly/gee/data.py
src/earthly/gee/dataset.py
src/earthly/gee/dataset_catalog.json
src/earthly/gee/features.py
src/earthly/gee/gee.py
src/earthly/gee/imagecollection.py
src/earthly/gee/images.py
src/earthly/s3/__init__.py
src/earthly/s3/s3.py
tests/test_aggregate.py
tests/test_chirps.py
tests/test_earthly.py
tests/test_s3.py