rasterio_source#

Classes

RasterioSource

A rasterio-based RasterSource.

Functions

build_vrt(vrt_path, image_uris)

Build a VRT for a set of TIFF files.

download_and_build_vrt(image_uris, vrt_dir)

Download images (if needed) and build a VRT for a set of TIFF files.

fill_overflow(extent, window, chip[, fill_value])

Where chip's window overflows extent, fill with fill_value.

get_channel_order_from_dataset(image_dataset)

Get channel order from rasterio image dataset.

load_window(image_dataset[, bands, window, ...])

Load a window of an image using Rasterio.