.TH v.what.strds 1grass "" "GRASS 8.3.2" "GRASS GIS User's Manual" .SH NAME \fI\fBv.what.strds\fR\fR \- Uploads space time raster dataset values at positions of vector points to the table. .SH KEYWORDS vector, temporal, sampling, position, querying, attribute table, time .SH SYNOPSIS \fBv.what.strds\fR .br \fBv.what.strds \-\-help\fR .br \fBv.what.strds\fR [\-\fBu\fR] \fBinput\fR=\fIname\fR \fBstrds\fR=\fIname\fR[,\fIname\fR,...] [\fBoutput\fR=\fIname\fR] [\fBwhere\fR=\fIsql_query\fR] [\fBt_where\fR=\fIsql_query\fR] [\-\-\fBoverwrite\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-u\fR" 4m .br Update attribute table of input vector map .br Instead of creating a new vector map update the attribute table with value(s) .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SS Parameters: .IP "\fBinput\fR=\fIname\fR \fB[required]\fR" 4m .br Name of input vector map .br Or data source for direct OGR access .IP "\fBstrds\fR=\fIname[,\fIname\fR,...]\fR \fB[required]\fR" 4m .br Name of the input space time raster datasets .IP "\fBoutput\fR=\fIname\fR" 4m .br Name for output vector map .IP "\fBwhere\fR=\fIsql_query\fR" 4m .br WHERE conditions of SQL statement without \(cqwhere\(cq keyword .br Example: income < 1000 and population >= 10000 .IP "\fBt_where\fR=\fIsql_query\fR" 4m .br WHERE conditions of SQL statement without \(cqwhere\(cq keyword used in the temporal GIS framework .br Example: start_time > \(cq2001\-01\-01 12:30:00\(cq .SH DESCRIPTION \fIv.what.strds\fR retrieves raster values from a given space\-time raster datasets (STRDS) using a point vector map. .SH NOTES TBD. .SH EXAMPLES .br .nf \fC v.what.strds input=mypoints strds=mystrds output=newvector \fR .fi .SH SEE ALSO \fI v.what.rast, t.vect.observe.strds \fR .SH AUTHOR Luca Delucchi .SH SOURCE CODE .PP Available at: v.what.strds source code (history) .PP Accessed: Thursday Mar 07 18:16:14 2024 .PP Main index | Vector index | Topics index | Keywords index | Graphical index | Full index .PP © 2003\-2024 GRASS Development Team, GRASS GIS 8.3.2 Reference Manual