.coveralls.yml
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
HISTORY.rst
LICENSE.md
README.md
conda-lock.yml
environment.yml
mkdocs.yml
requirements-dev.txt
requirements.txt
setup.py
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
.github/workflows/ubuntu.yml
docs/conf.py
docs/index.rst
earth2observe/__init__.py
earth2observe/chirps.py
earth2observe/ecmwf.py
earth2observe/ecmwf_data_catalog.yaml
earth2observe/utils.py
earth2observe.egg-info/PKG-INFO
earth2observe.egg-info/SOURCES.txt
earth2observe.egg-info/dependency_links.txt
earth2observe.egg-info/not-zip-safe
earth2observe.egg-info/requires.txt
earth2observe.egg-info/top_level.txt
earth2observe/gee/__init__.py
earth2observe/gee/data.py
earth2observe/gee/dataset.py
earth2observe/gee/dataset_catalog.json
earth2observe/gee/features.py
earth2observe/gee/gee.py
earth2observe/gee/imagecollection.py
earth2observe/gee/images.py
examples/__init__.py
examples/chirps data.py
examples/download_satellite_data.ipynb
examples/ecmwf_data.py
examples/data/linestring.geojson
examples/data/point.gpkg
examples/data/points.geojson
examples/data/points.qmd
examples/data/polygon.geojson
examples/data/ecmwf/data_interim.nc
tests/__init__.py
tests/conftest.py
tests/gee/__init__.py
tests/gee/conftest.py
tests/gee/test_data.py