A simple librairy to build a vrt from multiple raster source relying only on rasterio
Project Links
Meta
Author: pierrick rambaud
Requires Python: >=3.6.9
Classifiers
Development Status
- 3 - Alpha
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Programming Language
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
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.