v.link.precip
Links time-windows to vector link map.
v.link.precip [-capr] schema=string [time=string] type=string [,string,...] vector=string [,string,...] [layername=string] [color=name] [--verbose] [--quiet] [--qq] [--ui]
Example:
v.link.precip schema=string type=links vector=points
grass.script.run_command("v.link.precip", schema, time=None, type="links", vector="points", layername=None, color=None, flags=None, verbose=None, quiet=None, superquiet=None)
Example:
gs.run_command("v.link.precip", schema="string", type="links", vector="points")
grass.tools.Tools.v_link_precip(schema, time=None, type="links", vector="points", layername=None, color=None, flags=None, verbose=None, quiet=None, superquiet=None)
Example:
tools = Tools()
tools.v_link_precip(schema="string", type="links", vector="points")
This grass.tools API is experimental in version 8.5 and expected to be stable in version 8.6.
Parameters
schema=string [required]
Set schema name containing timewindows
time=string
Set time "YYYY-MM-DD H:M:S"
type=string [,string,...] [required]
Choose object type to connect
Allowed values: raingauge, links
Default: links
vector=string [,string,...] [required]
Choose MV representation
Allowed values: lines, points
Default: points
layername=string
Name of points layer to connect
color=name
Set color table
Name of input file
-c
Create vector map
-a
Create vector maps for all timewin
-p
Print attribut table
-r
Remove temp file
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
schema : str, required
Set schema name containing timewindows
time : str, optional
Set time "YYYY-MM-DD H:M:S"
type : str | list[str], required
Choose object type to connect
Allowed values: raingauge, links
Default: links
vector : str | list[str], required
Choose MV representation
Allowed values: lines, points
Default: points
layername : str, optional
Name of points layer to connect
color : str, optional
Set color table
Name of input file
Used as: input, file, name
flags : str, optional
Allowed values: c, a, p, r
c
Create vector map
a
Create vector maps for all timewin
p
Print attribut table
r
Remove temp file
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
schema : str, required
Set schema name containing timewindows
time : str, optional
Set time "YYYY-MM-DD H:M:S"
type : str | list[str], required
Choose object type to connect
Allowed values: raingauge, links
Default: links
vector : str | list[str], required
Choose MV representation
Allowed values: lines, points
Default: points
layername : str, optional
Name of points layer to connect
color : str | io.StringIO, optional
Set color table
Name of input file
Used as: input, file, name
flags : str, optional
Allowed values: c, a, p, r
c
Create vector map
a
Create vector maps for all timewin
p
Print attribut table
r
Remove temp file
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.
DESCRIPTION
AUTHOR
Matej Krejci, Czech Technical University in Prague, Czech Republic
SOURCE CODE
Available at: v.link.precip source code
(history)
Latest change: Thursday Feb 20 13:02:26 2025 in commit 53de819