12rambau / rio-vrt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%