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=string

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

Example:

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

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: False
quiet: bool, optional
    Quiet module output
    Default: False
superquiet: bool, optional
    Very quiet module output
    Default: False

DESCRIPTION

Testing module for r3.flow.

SEE ALSO

r3.flow

AUTHOR

Anna Petrasova

SOURCE CODE

Available at: test.r3flow source code (history)
Latest change: Thursday May 08 20:58:05 2025 in commit 4144ba8