Skip to content

test.r3flow

Testing flow lines.

test.r3flow test=string [coordinates=float [,float,...]] [input=name [,name,...]] [--verbose] [--quiet] [--qq] [--ui]

Example:

test.r3flow test=interpolation

grass.script.run_command("test.r3flow", test, coordinates=None, input=None, verbose=None, quiet=None, superquiet=None)

Example:

gs.run_command("test.r3flow", test="interpolation")

grass.tools.Tools.test_r3flow(test, coordinates=None, input=None, verbose=None, quiet=None, superquiet=None)

Example:

tools = Tools()
tools.test_r3flow(test="interpolation")

This grass.tools API is experimental in version 8.5 and expected to be stable in version 8.6.

Parameters

test=string [required]
    Select what is tested
    Allowed values: interpolation, gradient
coordinates=float [,float,...]
    x,y,z coordinates
input=name [,name,...]
    Name of input 3D raster map(s)
--help
    Print usage summary
--verbose
    Verbose module output
--quiet
    Quiet module output
--qq
    Very quiet module output
--ui
    Force launching GUI dialog

test : str, required
    Select what is tested
    Allowed values: interpolation, gradient
coordinates : float | list[float] | str, optional
    x,y,z coordinates
input : str | list[str], optional
    Name of input 3D raster map(s)
    Used as: input, raster_3d, name
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

test : str, required
    Select what is tested
    Allowed values: interpolation, gradient
coordinates : float | list[float] | str, optional
    x,y,z coordinates
input : str | list[str], optional
    Name of input 3D raster map(s)
    Used as: input, raster_3d, name
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

Returns:

result : grass.tools.support.ToolResult | None
If the tool produces text as standard output, a ToolResult object will be returned. Otherwise, None will be returned.

Raises:

grass.tools.ToolError: When the tool ended with an error.

DESCRIPTION

Testing module for r3.flow.

SEE ALSO

r3.flow

AUTHOR

Anna Petrasova

SOURCE CODE

Available at: test.r3flow source code (history)
Latest change: Monday Nov 03 07:16:48 2025 in commit c967967