.coverage
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
environment.yaml
main.py
pyproject.toml
setup.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/guide/contributing.rst
docs/source/guide/installation.rst
docs/source/guide/modules.rst
docs/source/guide/quickstart.rst
docs/source/guide/smodex.rst
examples/download.json
examples/download_example.ipynb
examples/smodex_example.ipynb
src/smodex/__init__.py
src/smodex/downloader.py
src/smodex/sm_anomaly.py
src/smodex/sm_climatology.py
src/smodex/sm_stac.py
src/smodex/version.py
src/smodex/visual_sma_ts.py
src/smodex.egg-info/PKG-INFO
src/smodex.egg-info/SOURCES.txt
src/smodex.egg-info/dependency_links.txt
src/smodex.egg-info/entry_points.txt
src/smodex.egg-info/requires.txt
src/smodex.egg-info/top_level.txt
tests/__init__.py
tests/test_anomaly.py
tests/test_climatology.py
tests/test_downloader.py