Skip to content

A simple librairy to build a vrt from multiple raster source relying only on rasterio

License

Notifications You must be signed in to change notification settings

12rambau/rio-vrt

Repository files navigation

rio VRT

License: MIT conventional commit Black badge prettier badge pre-commit PyPI version build Test Coverage Documentation Status

Overview

A simple librairy to build a vrt from multiple raster source relying only on rasterio.

from rio_vrt import build_vrt

raster_files = ["example.tif", "example2.tif", "...", "examplen.tif"]
vrt_file = build_vrt("example.vrt", raster_files)

Credits

This package was created with Cookiecutter and the 12rambau/pypackage project template.

About

A simple librairy to build a vrt from multiple raster source relying only on rasterio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages