.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
conda_environment.yml
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/install.rst
docs/license.rst
docs/_static/.gitignore
src/veranda/__init__.py
src/veranda.egg-info/PKG-INFO
src/veranda.egg-info/SOURCES.txt
src/veranda.egg-info/dependency_links.txt
src/veranda.egg-info/not-zip-safe
src/veranda.egg-info/requires.txt
src/veranda.egg-info/top_level.txt
src/veranda/io/__init__.py
src/veranda/io/gdalport.py
src/veranda/io/geotiff.py
src/veranda/io/netcdf.py
src/veranda/io/timestack.py
tests/test_gdal.py
tests/test_gdalport.py
tests/test_geotiff.py
tests/test_netcdf.py
tests/test_timestack.py