Class: QgsRasterNuller

Raster pipe that deals with null values.

Class Hierarchy

Inheritance diagram of qgis.core.QgsRasterNuller

Base classes

QgsRasterInterface

Base class for processing filters like renderers, reprojector, resampler etc.

class qgis.core.QgsRasterNuller[source]

Bases: QgsRasterInterface

class NoData
class NoData(a0: QgsRasterNuller.NoData)

Bases: object

max
min
noData(self, bandNo: int) List[QgsRasterRange][source]
Parameters:

bandNo (int)

Return type:

List[QgsRasterRange]

setNoData(self, bandNo: int, noData: Iterable[QgsRasterRange])[source]
Parameters:
setOutputNoDataValue(self, bandNo: int, noData: float)[source]

Sets the output no data value.

Parameters:
  • bandNo (int)

  • noData (float)