Class: QgsAlignRasterData¶
The QgsAlignRasterData
class provides data structures and
enums for align raster tool.
Added in version 3.34.
- class qgis.analysis.QgsAlignRasterData¶
Bases:
object
- class RasterItem¶
Bases:
object
Definition of one raster layer for alignment
- inputFilename¶
filename of the source raster
- outputFilename¶
filename of the newly created aligned raster (will be overwritten if exists already)
- resampleMethod¶
resampling method to be used
- rescaleValues¶
rescaling of values according to the change of pixel size
- srcCellSizeInDestCRS¶
used for rescaling of values (if necessary)