.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/smadi/__init__.py
src/smadi/anomaly_detectors.py
src/smadi/climatology.py
src/smadi/data_reader.py
src/smadi/indicators.py
src/smadi/map.py
src/smadi/metadata.py
src/smadi/plot.py
src/smadi/preprocess.py
src/smadi/utils.py
src/smadi/workflow.py
src/smadi.egg-info/PKG-INFO
src/smadi.egg-info/SOURCES.txt
src/smadi.egg-info/dependency_links.txt
src/smadi.egg-info/not-zip-safe
src/smadi.egg-info/requires.txt
src/smadi.egg-info/top_level.txt
tests/conftest.py
tests/data_sample.csv
tests/test_climatology.py
tests/test_indicators.py