Skip to content

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=False, quiet=False, superquiet=False)

Example:

gs.run_command("v.link.precip", schema="string", type="links", vector="points")

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

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