r.null.txt 911 B

123456789101112
  1. r.null
  2. Manages NULL-values of given raster map.
  3. Raster (r.*)
  4. QgsProcessingParameterRasterLayer|map|Name of raster map for which to edit null values|None|False
  5. QgsProcessingParameterString|setnull|List of cell values to be set to NULL|None|False|True
  6. QgsProcessingParameterNumber|null|The value to replace the null value by|QgsProcessingParameterNumber.Double|None|True|None|None
  7. *QgsProcessingParameterBoolean|-f|Only do the work if the map is floating-point|False|True
  8. *QgsProcessingParameterBoolean|-i|Only do the work if the map is integer|False|True
  9. *QgsProcessingParameterBoolean|-n|Only do the work if the map doesn't have a NULL-value bitmap file|False|True
  10. *QgsProcessingParameterBoolean|-c|Create NULL-value bitmap file validating all data cells|False|True
  11. *QgsProcessingParameterBoolean|-r|Remove NULL-value bitmap file|False|True
  12. QgsProcessingParameterRasterDestination|output|NullRaster