r3.null
Explicitly create the 3D NULL-value bitmap file.
r3.null map=string [setnull=val[-val] [,val[-val],...]] [null=float] [--verbose] [--quiet] [--qq] [--ui]
Example:
r3.null map=string
grass.script.run_command("r3.null", map, setnull=None, null=None, verbose=None, quiet=None, superquiet=None)
Example:
gs.run_command("r3.null", map="string")
grass.tools.Tools.r3_null(map, setnull=None, null=None, verbose=None, quiet=None, superquiet=None)
Example:
tools = Tools()
tools.r3_null(map="string")
This grass.tools API is experimental in version 8.5 and expected to be stable in version 8.6.
Parameters
map=string [required]
3D raster map for which to modify null values
setnull=val[-val] [,val[-val],...]
List of cell values to be set to NULL
null=float
The value to replace the null value by
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
map : str, required
3D raster map for which to modify null values
Used as: input, 3d-raster
setnull : str | list[str], optional
List of cell values to be set to NULL
Used as: val[-val]
null : float, optional
The value to replace the null value by
verbose: bool, optional
Verbose module output
Default: None
quiet: bool, optional
Quiet module output
Default: None
superquiet: bool, optional
Very quiet module output
Default: None
map : str, required
3D raster map for which to modify null values
Used as: input, 3d-raster
setnull : str | list[str], optional
List of cell values to be set to NULL
Used as: val[-val]
null : float, optional
The value to replace the null value by
verbose: bool, optional
Verbose module output
Default: None
quiet: bool, optional
Quiet module output
Default: None
superquiet: bool, optional
Very quiet module output
Default: None
DESCRIPTION
r3.null modifies the NULL values of a 3D raster map.
SEE ALSO
AUTHORS
Roman Waupotitsch, Michael Shapiro, Helena Mitasova, Bill Brown, Lubos Mitas, Jaro Hofierka
SOURCE CODE
Available at: r3.null source code
(history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f