[GRASS-SVN] r64330 - grass/trunk/temporal/t.vect.observe.strds

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


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

Modified:
   grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.html
Log:
t.vect.observe.strds manual: minor cleanup

Modified: grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.html
===================================================================
--- grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.html	2015-01-26 13:27:38 UTC (rev 64329)
+++ grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.html	2015-01-26 19:35:36 UTC (rev 64330)
@@ -4,28 +4,28 @@
 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.
+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.
+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 v.what.rast 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.
+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  t.vect.db.select to print attribute values of the space
+Use <em>t.vect.db.select</em> to print attribute values of the space
 time vector dataset to stdout.
 
 <h2>EXAMPLE</h2>
@@ -127,16 +127,15 @@
  |   Comment:                                                                 |
  |                                                                            |
  +----------------------------------------------------------------------------+
-
 </pre></div>
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="t.vect.db.select.html">t.vect.db.select</a>,
-<a href="t.vect.what.strds.html">t.vect.what.strds</a>,
 <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>
@@ -144,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