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

NAME

6       t.vect.what.strds   -  Stores raster map values at spatial and temporal
7       positions of vector points as vector attributes.
8

KEYWORDS

10       temporal, sampling, vector, time
11

SYNOPSIS

13       t.vect.what.strds
14       t.vect.what.strds --help
15       t.vect.what.strds input=name strds=name  [column=string]  method=string
16       [where=sql_query]     [t_where=sql_query]    [sampling=name[,name,...]]
17       [--help]  [--verbose]  [--quiet]  [--ui]
18
19   Flags:
20       --help
21           Print usage summary
22
23       --verbose
24           Verbose module output
25
26       --quiet
27           Quiet module output
28
29       --ui
30           Force launching GUI dialog
31
32   Parameters:
33       input=name [required]
34           Name of the input space time vector dataset
35
36       strds=name [required]
37           Name of the input space time raster dataset
38
39       column=string
40           Name of the vector column to be created and to store sampled raster
41           values
42           The  use  of  a  column name forces t.vect.what.rast to sample only
43           values from the first map  found  in  an  interval.  Otherwise  the
44           raster map names are used as column names
45
46       method=string [required]
47           Aggregate operation to be performed on the raster maps
48           Options:   disabled,   average,   count,   median,  mode,  minimum,
49           min_raster, maximum,  max_raster,  stddev,  range,  sum,  variance,
50           diversity,  slope,  offset, detcoeff, quart1, quart3, perc90, quan‐
51           tile, skewness, kurtosis
52           Default: disabled
53
54       where=sql_query
55           WHERE conditions of SQL statement without ’where’ keyword
56           Example: income < 1000 and population >= 10000
57
58       t_where=sql_query
59           WHERE conditions of SQL statement without ’where’ keyword  used  in
60           the temporal GIS framework
61           Example: start_time > ’2001-01-01 12:30:00’
62
63       sampling=name[,name,...]
64           The method to be used for sampling the input dataset
65           Options: start, during, overlap, contain, equal, follows, precedes
66           Default: start
67

DESCRIPTION

69       The  module  t.vect.what.strds  samples  a  space  time  raster dataset
70       (STRDS) at the spatio-temporal locations of a space time vector dataset
71       (STVDS).
72

EXAMPLE

74       The  example  is  based  on  the space time vector dataset "precip_sta‐
75       tions@climate_2009_2012" created in the  t.vect.observe.strds  example.
76       In  the  example below, the module fills the new column "new_temp" with
77       values extracted from the "tempmean_monthly" space time raster dataset:
78       t.vect.what.strds input=precip_stations@climate_2009_2012 \
79                         strds=tempmean_monthly@climate_2009_2012 \
80                         column=new_temp method=average
81

SEE ALSO

83          r.univar,   v.univar,   v.what.rast,   v.what.rast3,   v.what.strds,
84       v.what.vect, t.create, t.info
85

AUTHOR

87       Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
88

SOURCE CODE

90       Available at: t.vect.what.strds source code (history)
91
92       Main index | Temporal index | Topics index | Keywords index | Graphical
93       index | Full index
94
95       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
96
97
98
99GRASS 7.8.5                                               t.vect.what.strds(1)
Impressum