.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
conda_env_linux.yml
conda_env_windows.yml
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conda_env_docs.yml
docs/conf.py
docs/examples.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/_static/.gitignore
docs/imgs/yeoda_logo.png
src/yeoda/__init__.py
src/yeoda/datacube.py
src/yeoda/errors.py
src/yeoda/utils.py
src/yeoda.egg-info/PKG-INFO
src/yeoda.egg-info/SOURCES.txt
src/yeoda.egg-info/dependency_links.txt
src/yeoda.egg-info/not-zip-safe
src/yeoda.egg-info/requires.txt
src/yeoda.egg-info/top_level.txt
src/yeoda/products/__init__.py
src/yeoda/products/base.py
src/yeoda/products/preprocessed.py
src/yeoda/products/ssm.py
tests/__init__.py
tests/setup_test_data.py
tests/test_eodatacube.py
tests/test_filtering.py
tests/test_loading.py