[GRASS-SVN] r63808 - in grass/trunk/temporal: t.vect.observe.strds t.vect.what.strds

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 29 03:53:30 PST 2014


Author: lucadelu
Date: 2014-12-29 03:53:29 -0800 (Mon, 29 Dec 2014)
New Revision: 63808

Modified:
   grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.html
   grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.html
Log:
temporal documentation: added t.vect.what.strds manual, fix typo in t.vect.observe.strds manual, #2259

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	2014-12-29 10:56:31 UTC (rev 63807)
+++ grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.html	2014-12-29 11:53:29 UTC (rev 63808)
@@ -6,8 +6,8 @@
 
 <h2>EXAMPLE</h2>
 
-The example how to create a space time vector dataset and a vector layer
-starting from a point vector and a space time raster dataset:
+The example show how to create a space time vector dataset and a vector
+layer starting from a point vector and a space time raster dataset:
 
 <div class="code"><pre>
 t.vect.observe.strds in=precip_30ynormals_3d strds=tempmean_monthly \

Modified: grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.html
===================================================================
--- grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.html	2014-12-29 10:56:31 UTC (rev 63807)
+++ grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.html	2014-12-29 11:53:29 UTC (rev 63808)
@@ -6,19 +6,24 @@
 
 <h2>EXAMPLE</h2>
 
-The example is based on the XXX sample dataset:
+The example is based on the space time vector dataset "precip_stations at climate_2009_2012"
+created in the <a href="t.vect.observe.strds.html">t.vect.observe.strds</a> example.
+In below example the command fills the new column "new_temp" with values
+extracted from the "tempmean_monthly" space time raster dataset:
 
 <div class="code"><pre>
-TBD
+t.vect.what.strds in=precip_stations at climate_2009_2012 \
+                  strds=tempmean_monthly at climate_2009_2012 \
+                  column=new_temp method=average
 </pre></div>
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.univar.html">r.univar</a>,  
+<a href="r.univar.html">r.univar</a>,
 <a href="v.univar.html">v.univar</a>,
 <a href="v.what.rast.html">v.what.rast</a>,
-<a href="v.what.rast3.html">v.what.rast3</a>, 
+<a href="v.what.rast3.html">v.what.rast3</a>,
 <a href="v.what.vect.html">v.what.vect</a>,
 <a href="t.create.html">t.create</a>,
 <a href="t.info.html">t.info</a>



More information about the grass-commit mailing list