rio VRT#

rio vrt has been build to allow users in pure Python to build a vrt without installing GDAL in their environment. This lib is only relying on rasterio.

As a start it supports files: - with same projection - with same number of bands - does not support colortable

Other functionalities from the original buildvrt GDAL method will be added upon request.

Documentation contents#

The documentation contains 3 main sections:

Usage

Usage and installation

Contribute

Help us improve the lib.

API

Discover the lib API.