Class: QgsAlignRasterData

Provides data structures and enums for the align raster tool.

Added in version 3.34.

class qgis.core.QgsAlignRasterData[source]

Bases: object

class RasterItem

Bases: object

Definition of one raster layer for alignment

inputFilename: str

filename of the source raster

outputFilename: str

filename of the newly created aligned raster (will be overwritten if exists already)

resampleMethod: GdalResampleAlgorithm

resampling method to be used

rescaleValues: bool

rescaling of values according to the change of pixel size

srcCellSizeInDestCRS: float

used for rescaling of values (if necessary)