mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
13 lines
899 B
Plaintext
13 lines
899 B
Plaintext
r.null
|
|
Manages NULL-values of given raster map.
|
|
Raster (r.*)
|
|
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
|
|
QgsProcessingParameterNumber|null|The value to replace the null value by|QgsProcessingParameterNumber.Double|None|True|None|None
|
|
*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
|