Subgroup: other

Class: QgsTotalCurvatureFilter

class qgis.analysis.QgsTotalCurvatureFilter

Bases: qgis._analysis.QgsNineCellFilter

Calculates total curvature as described by Wilson, Gallant (2000): terrain analysis*

Methods

cellSizeX
cellSizeY
inputNodataValue
outputNodataValue
processNineCellWindow Calculates total curvature from nine input values.
processRaster Starts the calculation, reads from mInputFile and stores the result in mOutputFile
setCellSizeX
setCellSizeY
setInputNodataValue
setOutputNodataValue
setZFactor
zFactor

Attributes

processNineCellWindow(self) → Tuple[float, float, float, float, float, float, float, float, float, float]

Calculates total curvature from nine input values. The input values and the output value can be equal to the nodata value if not present or outside of the border. Must be implemented by subclasses*