Browse Source

temporal documentation: added t.vect.what.strds manual, fix typo in t.vect.observe.strds manual, https://trac.osgeo.org/grass/ticket/2259

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63809 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 10 years ago
parent
commit
5000c4ef0d

+ 2 - 2
temporal/t.vect.observe.strds/t.vect.observe.strds.html

@@ -6,8 +6,8 @@ vector points.
 
 <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 \

+ 9 - 4
temporal/t.vect.what.strds/t.vect.what.strds.html

@@ -6,19 +6,24 @@ at spatio-temporal locations of a space time vector dataset.
 
 <h2>EXAMPLE</h2>
 
-The example is based on the XXX sample dataset:
+The example is based on the space time vector dataset "precip_stations@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@climate_2009_2012 \
+                  strds=tempmean_monthly@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>