[GRASS-SVN] r64331 - grass/branches/releasebranch_7_0/temporal/t.vect.observe.strds

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 26 11:35:51 PST 2015


Author: neteler
Date: 2015-01-26 11:35:51 -0800 (Mon, 26 Jan 2015)
New Revision: 64331

Modified:
   grass/branches/releasebranch_7_0/temporal/t.vect.observe.strds/t.vect.observe.strds.html
Log:
t.vect.observe.strds manual: sync with trunk

Modified: grass/branches/releasebranch_7_0/temporal/t.vect.observe.strds/t.vect.observe.strds.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.observe.strds/t.vect.observe.strds.html	2015-01-26 19:35:36 UTC (rev 64330)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.observe.strds/t.vect.observe.strds.html	2015-01-26 19:35:51 UTC (rev 64331)
@@ -4,6 +4,30 @@
 locations in a space time raster dataset over a period of time using
 vector points.
 
+The first input is a vector map layer with vector points. The second 
+input is one or several space time raster datasets (STRDS) that should 
+be sampled over time at the vector point positions. The space time 
+raster dataset will be sampled over its whole temporal extent (from 
+start to end). The range can be adjusted using the temporal where 
+condition <em>t_where</em>. A column name must be specified for each 
+input space time raster dataset.
+<p>
+As results  a new space time vector dataset is generated that contains 
+a single (new) vector map that links to as many time stamped attribute 
+tables as raster map layer are present in the input space time raster 
+dataset. Hence, for each time step in the space time raster dataset a 
+new attribute table is created. The GRASS GIS Temporal Framework allows 
+to time stamp attribute tables that can be linked to a single vector 
+map layer.
+<p>
+The module <em>v.what.rast</em> is used internally for sampling the 
+time stamped raster map layers. All sampled values of a single time 
+stamped raster map layer are written into a new time stamped attribute 
+table.
+<p>
+Use <em>t.vect.db.select</em> to print attribute values of the space
+time vector dataset to stdout.
+
 <h2>EXAMPLE</h2>
 
 The example show how to create a space time vector dataset and a vector
@@ -103,14 +127,15 @@
  |   Comment:                                                                 |
  |                                                                            |
  +----------------------------------------------------------------------------+
-
 </pre></div>
 
 <h2>SEE ALSO</h2>
 
 <em>
 <a href="t.create.html">t.create</a>,
-<a href="t.info.html">t.info</a>
+<a href="t.info.html">t.info</a>,
+<a href="t.vect.db.select.html">t.vect.db.select</a>,
+<a href="t.vect.what.strds.html">t.vect.what.strds</a>
 </em>
 
 <h2>AUTHOR</h2>
@@ -118,4 +143,3 @@
 Sören Gebbert, Thünen Institute of Climate-Smart Agriculture
 
 <p><i>Last changed: $Date$</i>
-



More information about the grass-commit mailing list