[GRASS-SVN] r30252 - grass/branches/releasebranch_6_3/vector/v.vol.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 19 14:39:49 EST 2008


Author: neteler
Date: 2008-02-19 14:39:46 -0500 (Tue, 19 Feb 2008)
New Revision: 30252

Modified:
   grass/branches/releasebranch_6_3/vector/v.vol.rst/description.html
Log:
zmult added to the examples (merge from HEAD)

Modified: grass/branches/releasebranch_6_3/vector/v.vol.rst/description.html
===================================================================
--- grass/branches/releasebranch_6_3/vector/v.vol.rst/description.html	2008-02-19 17:42:10 UTC (rev 30251)
+++ grass/branches/releasebranch_6_3/vector/v.vol.rst/description.html	2008-02-19 19:39:46 UTC (rev 30252)
@@ -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