variete.vrt.raster_bands#
Contents
Functions#
raster_band_from_etree#
Classes#
VRTDerivedRasterBand#
- class variete.vrt.raster_bands.VRTDerivedRasterBand(dtype, band, nodata, color_interp, sources, pixel_function, offset=None, scale=None)[source]#
Bases:
VRTRasterBand- __init__(dtype, band, nodata, color_interp, sources, pixel_function, offset=None, scale=None)[source]#
-
pixel_function:
PixelFunction|SumPixelFunction|ScalePixelFunction|MulPixelFunction|DivPixelFunction|InvPixelFunction#
VRTRasterBand#
- class variete.vrt.raster_bands.VRTRasterBand(dtype, band, nodata, color_interp, sources, offset=None, scale=None)[source]#
Bases:
object-
sources:
list[ComplexSource|SimpleSource]#
-
sources:
WarpedVRTRasterBand#
- class variete.vrt.raster_bands.WarpedVRTRasterBand(dtype, band, color_interp, nodata=None)[source]#
Bases:
VRTRasterBand