rio-vrt 0.3.1


pip install rio-vrt

  Latest version

Released: Aug 19, 2024

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
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.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
rasterio