2016-02-10 20:47:19 +01:00
|
|
|
r.null
|
|
|
|
Manages NULL-values of given raster map.
|
|
|
|
Raster (r.*)
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterRasterLayer|map|Name of raster map for which to edit null values|None|False
|
|
|
|
QgsProcessingParameterString|setnull|List of cell values to be set to NULL|None|False|True
|
2017-11-11 14:31:58 +01:00
|
|
|
QgsProcessingParameterNumber|null|The value to replace the null value by|QgsProcessingParameterNumber.Double|0.0|True|None|None
|
2017-09-03 17:42:13 +02:00
|
|
|
*QgsProcessingParameterBoolean|-f|Only do the work if the map is floating-point|False|True
|
|
|
|
*QgsProcessingParameterBoolean|-i|Only do the work if the map is integer|False|True
|
|
|
|
*QgsProcessingParameterBoolean|-n|Only do the work if the map doesn't have a NULL-value bitmap file|False|True
|
|
|
|
*QgsProcessingParameterBoolean|-c|Create NULL-value bitmap file validating all data cells|False|True
|
|
|
|
*QgsProcessingParameterBoolean|-r|Remove NULL-value bitmap file|False|True
|
|
|
|
QgsProcessingParameterRasterDestination|output|NullRaster
|