.coveragerc
.gitattributes
.gitignore
.gitmodules
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/5x5_cell_partitioning.png
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/docs_env.yml
docs/img2ts.rst
docs/index.rst
docs/license.rst
docs/reading.rst
docs/readme.rst
docs/requirements.txt
docs/varnames.rst
docs/_static/.gitignore
docs/use_case/C3S_v201812_COMBINED_sample.csv
docs/use_case/Timeseries_locations.png
docs/use_case/c3s_sm_monthly_anomalies.ipynb
src/c3s_sm/__init__.py
src/c3s_sm/interface.py
src/c3s_sm/metadata.py
src/c3s_sm/reshuffle.py
src/c3s_sm.egg-info/PKG-INFO
src/c3s_sm.egg-info/SOURCES.txt
src/c3s_sm.egg-info/dependency_links.txt
src/c3s_sm.egg-info/entry_points.txt
src/c3s_sm.egg-info/not-zip-safe
src/c3s_sm.egg-info/requires.txt
src/c3s_sm.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_interface_img.py
tests/test_interface_img_stack.py
tests/test_metadata.py
tests/test_reshuffle.py