.coveragerc
.gitignore
.gitmodules
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
Dockerfile
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/download.rst
docs/img2ts.rst
docs/index.rst
docs/license.rst
docs/read_img.rst
docs/read_ts.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/smap_io/__init__.py
src/smap_io/cli.py
src/smap_io/download.py
src/smap_io/grid.py
src/smap_io/interface.py
src/smap_io/misc.py
src/smap_io/reshuffle.py
src/smap_io.egg-info/PKG-INFO
src/smap_io.egg-info/SOURCES.txt
src/smap_io.egg-info/dependency_links.txt
src/smap_io.egg-info/entry_points.txt
src/smap_io.egg-info/not-zip-safe
src/smap_io.egg-info/requires.txt
src/smap_io.egg-info/top_level.txt
src/smap_io/grids/ease36land.nc
tests/conftest.py
tests/test_download.py
tests/test_env_download.py
tests/test_interface.py
tests/test_reshuffle.py