13 lines
898 B
Plaintext
Raw Normal View History

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
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
*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