1v.what.strds(1)             GRASS GIS User's Manual            v.what.strds(1)
2
3
4

NAME

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

KEYWORDS

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

SYNOPSIS

13       v.what.strds
14       v.what.strds --help
15       v.what.strds  [-u]  input=name   strds=name[,name,...]    [output=name]
16       [where=sql_query]     [t_where=sql_query]     [--overwrite]    [--help]
17       [--verbose]  [--quiet]  [--ui]
18
19   Flags:
20       -u
21           Update attribute table of input vector map
22           Instead of creating a new vector map  update  the  attribute  table
23           with value(s)
24
25       --overwrite
26           Allow output files to overwrite existing files
27
28       --help
29           Print usage summary
30
31       --verbose
32           Verbose module output
33
34       --quiet
35           Quiet module output
36
37       --ui
38           Force launching GUI dialog
39
40   Parameters:
41       input=name [required]
42           Name of input vector map
43           Or data source for direct OGR access
44
45       strds=name[,name,...] [required]
46           Name of the input space time raster datasets
47
48       output=name
49           Name for output vector map
50
51       where=sql_query
52           WHERE conditions of SQL statement without ’where’ keyword
53           Example: income < 1000 and population >= 10000
54
55       t_where=sql_query
56           WHERE  conditions  of SQL statement without ’where’ keyword used in
57           the temporal GIS framework
58           Example: start_time > ’2001-01-01 12:30:00’
59

DESCRIPTION

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

NOTES

65       TBD.
66

EXAMPLES

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

SEE ALSO

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

AUTHOR

74       Luca Delucchi
75

SOURCE CODE

77       Available at: v.what.strds source code (history)
78
79       Main  index  | Vector index | Topics index | Keywords index | Graphical
80       index | Full index
81
82       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
83
84
85
86GRASS 7.8.5                                                    v.what.strds(1)
Impressum