NAME
v.what.strds.timestamp - Uploads space time raster dataset values to the attribute table at positions of vector points in space and time.
KEYWORDS
vector,
temporal,
sampling,
position,
querying,
attribute table,
timestamp,
time
SYNOPSIS
v.what.strds.timestamp
v.what.strds.timestamp --help
v.what.strds.timestamp [-i] input=name layer=string timestamp_column=name column=name [where=sql_query] strds=name[,name,...] [t_where=sql_query] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -i
- Interpolate raster values from the four nearest pixels
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- input=name [required]
- Name of input vector map
- Or data source for direct OGR access
- layer=string [required]
- Layer number or name
- Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
- Default: 1
- timestamp_column=name [required]
- Column of input vector map containing time stamps for temoral sampling of STRDS
- Name of attribute column
- column=name [required]
- Column of input vector map to which raster values are written
- Column will be added if it does not exists or updated otherwise
- where=sql_query
- Where-clause for filtering points in input vector map used for sampling
- Example: income < 1000 and population >= 10000
- strds=name[,name,...] [required]
- Name of the input space time raster datasets
- t_where=sql_query
- WHERE conditions of SQL statement without 'where' keyword used in the temporal GIS framework
- Temporal where-clause for selecting a subset of raster maps from STRDS for sampling (Default: The temporal bounding box of the input vector points)
v.what.strds.timestamp matches points with a timestamp in
the attribute table (
timestamp_column) (e.g. recordings from
stationary (temperature logger, wildlife camera traps) or non-stationary
sensors (e.g GPS collars)) with Space Time Raster Datasets (STRDS) based
on point locaitions in space and time. Raster values at the specific
space-time position are written into the user-defined
column in
the attribute table of the input vector map.
The SQLite DB backend does not provide specific date/datetime datatypes.
However, text columns with ISO formated date strings are supported for
the
timestamp_column as well.
Curretnly, only STRDS with absolute temporal type are supported.
TBD
v.what.rast,
v.what.strds,
r.connectivity.corridors
Stefan Blumentrath, Norwegian Institute for Nature Research (NINA)
Written for the 2018
IRSAE GRASS GIS course at
Studenterhytta, Oslo
Last changed: $Date: 2018-10-05 00:51:23 +0200 (Fri, 05 Oct 2018) $SOURCE CODE
Available at: v.what.strds.timestamp source code (history)
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2019
GRASS Development Team,
GRASS GIS 7.4.5svn Reference Manual