Scroll to navigation

v.what.strds(1grass) GRASS User's Manual v.what.strds(1grass)

NAME

v.what.strds - Uploads space time raster dataset values at positions of vector points to the table.

KEYWORDS

vector, temporal, sampling, position, querying, attribute table, time

SYNOPSIS

v.what.strds
v.what.strds --help
v.what.strds [-u] input=name strds=name[,name,...] [output=name] [where=sql_query] [t_where=sql_query] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:


Update attribute table of input vector map
Instead of creating a new vector map update the attribute table with value(s)

Allow output files to overwrite existing files

Print usage summary

Verbose module output

Quiet module output

Force launching GUI dialog

Parameters:


Name of input vector map
Or data source for direct OGR access

Name of the input space time raster datasets

Name for output vector map

WHERE conditions of SQL statement without ’where’ keyword
Example: income < 1000 and population >= 10000

WHERE conditions of SQL statement without ’where’ keyword used in the temporal GIS framework
Example: start_time > ’2001-01-01 12:30:00’

DESCRIPTION

v.what.strds retrieves raster values from a given space-time raster datasets (STRDS) using a point vector map.

NOTES

TBD.

EXAMPLES

v.what.strds input=mypoints strds=mystrds output=newvector

SEE ALSO

v.what.rast, t.vect.observe.strds

AUTHOR

Luca Delucchi

SOURCE CODE

Available at: v.what.strds source code (history)

Latest change: Friday Feb 07 19:16:09 2025 in commit: a82a39f673b97fafcfce1604dc3e6015cb96487a

Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2026 GRASS Development Team, GRASS 8.5.0RC1 Reference Manual

GRASS 8.5.0RC1