[GRASS-SVN] r30251 - grass/trunk/vector/v.vol.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 19 12:42:11 EST 2008


Author: helena
Date: 2008-02-19 12:42:10 -0500 (Tue, 19 Feb 2008)
New Revision: 30251

Modified:
   grass/trunk/vector/v.vol.rst/description.html
Log:
zmult added to the examples

Modified: grass/trunk/vector/v.vol.rst/description.html
===================================================================
--- grass/trunk/vector/v.vol.rst/description.html	2008-02-19 15:44:54 UTC (rev 30250)
+++ grass/trunk/vector/v.vol.rst/description.html	2008-02-19 17:42:10 UTC (rev 30251)
@@ -102,7 +102,7 @@
 v.db.select elevrand_3d
 
 # interpolate volume
-v.vol.rst elevrand_3d wcol=soilrange elev=soilrange
+v.vol.rst elevrand_3d wcol=soilrange elev=soilrange zmult=100
 
 # visualize
 nviz elevation.10m vol=soilrange
@@ -121,7 +121,7 @@
 
 <div class="code"><pre>
 # preparation as in above example
-v.vol.rst elevrand_3d wcol=soilrange elev=soilrange where="soilrange > 3"
+v.vol.rst elevrand_3d wcol=soilrange elev=soilrange zmult=100 where="soilrange > 3"
 </pre></div>
 
 
@@ -144,7 +144,7 @@
 <P>
 <div class="code"><pre>
 v.info -c precip3d
-v.vol.rst -c input=precip3d wcolumn=precip segmax=700 cvdev=cvdevmap tension=10
+v.vol.rst -c input=precip3d wcolumn=precip zmult=50 segmax=700 cvdev=cvdevmap tension=10
 v.db.select cvdevmap
 v.univar cvdevmap col=flt1 type=point
 </pre></div>



More information about the grass-commit mailing list