logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Luca Delucchi

Description

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

Examples

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

Keywords

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

Name

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

Notes

       TBD.

See Also

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

Source Code

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

       Accessed: Friday Apr 04 01:21:13 2025

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

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                 v.what.strds(1grass)

Synopsis

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

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

       --overwrite
           Allow output files to overwrite existing files

       --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

       strds=name[,name,...] [required]
           Name of the input space time raster datasets

       output=name
           Name for output vector map

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

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

See Also