.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
conda_env.yml
setup.cfg
setup.py
.github/workflows/upload_pypi.yml
.github/workflows/veranda_ubuntu.yml
.github/workflows/veranda_windows.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conda_env_docs.yml
docs/conf.py
docs/index.rst
docs/install.rst
docs/license.rst
docs/_static/.gitignore
docs/notebooks/mosaic.ipynb
src/veranda/__init__.py
src/veranda/utils.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/raster/__init__.py
src/veranda/raster/gdalport.py
src/veranda/raster/mosaic/__init__.py
src/veranda/raster/mosaic/base.py
src/veranda/raster/mosaic/geotiff.py
src/veranda/raster/mosaic/netcdf.py
src/veranda/raster/native/__init__.py
src/veranda/raster/native/geotiff.py
src/veranda/raster/native/netcdf.py
src/veranda/vector/__init__.py
src/veranda/vector/native/__init__.py
src/veranda/vector/native/shp.py
tests/conftest.py
tests/raster/__init__.py
tests/raster/test_gdal.py
tests/raster/test_gdalport.py
tests/raster/mosaic/__init__.py
tests/raster/mosaic/mosaic_common.py
tests/raster/mosaic/geotiff/__init__.py
tests/raster/mosaic/geotiff/test_geotiff.py
tests/raster/mosaic/netcdf/__init__.py
tests/raster/mosaic/netcdf/test_netcdf.py
tests/raster/native/__init__.py
tests/raster/native/geotiff/__init__.py
tests/raster/native/geotiff/test_geotiff.py
tests/raster/native/netcdf/__init__.py
tests/raster/native/netcdf/netcdf_common.py
tests/raster/native/netcdf/test_netcdf4.py
tests/raster/native/netcdf/test_xarray.py