[GRASS-SVN] r43693 - in grass/branches/develbranch_6: raster/r.univar2 raster3d/r3.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 26 08:20:53 EDT 2010


Author: msieczka
Date: 2010-09-26 12:20:53 +0000 (Sun, 26 Sep 2010)
New Revision: 43693

Modified:
   grass/branches/develbranch_6/raster/r.univar2/r3.univar.html
   grass/branches/develbranch_6/raster3d/r3.stats/description.html
Log:
A correction to r43661 (plus) - either 'rast3D', or '3D raster map'.

Modified: grass/branches/develbranch_6/raster/r.univar2/r3.univar.html
===================================================================
--- grass/branches/develbranch_6/raster/r.univar2/r3.univar.html	2010-09-26 12:01:03 UTC (rev 43692)
+++ grass/branches/develbranch_6/raster/r.univar2/r3.univar.html	2010-09-26 12:20:53 UTC (rev 43693)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>r3.univar</em> calculates the univariate statistics for raster3d maps.
+<em>r3.univar</em> calculates the univariate statistics for 3D raster maps.
 This includes the number of cells counted, minimum and maximum cell values,
 range, arithmetic mean, population variance, standard deviation, and 
 coefficient of variation.
@@ -11,7 +11,7 @@
 
 <h2>NOTES</h2>
 
-As with most GRASS raster3d modules, <em>r3.univar</em> operates on the cell
+As with most GRASS 3D raster modules, <em>r3.univar</em> operates on the cell
 array defined by the current 3d region settings, not the original extent and
 resolution of the input map. See <em><a href="g.region.html">g.region</a></em>.
 <p>

Modified: grass/branches/develbranch_6/raster3d/r3.stats/description.html
===================================================================
--- grass/branches/develbranch_6/raster3d/r3.stats/description.html	2010-09-26 12:01:03 UTC (rev 43692)
+++ grass/branches/develbranch_6/raster3d/r3.stats/description.html	2010-09-26 12:20:53 UTC (rev 43693)
@@ -1,6 +1,6 @@
 <H2>DESCRIPTION</H2>
 
-<EM>r3.stats</EM> calculates volume statistics for raster3D maps.
+<EM>r3.stats</EM> calculates volume statistics for 3D raster maps.
 Volumes are created on base of value subranges or groups of equal values.
 The default number of subranges is 20 and can vary from 1 to infinite. 
 Larger subranges will result in larger memory consumption.
@@ -9,7 +9,7 @@
 
 <H2>NOTES</H2>
 
-As with most GRASS raster3D modules, <EM>r3.univar</EM> operates on the cell
+As with most GRASS 3D raster modules, <EM>r3.univar</EM> operates on the cell
 array defined by the current 3D region settings, not the original extent and
 resolution of the input map. See <em><A HREF="g.region.html">g.region</A></em>.
 <P>
@@ -53,7 +53,7 @@
 #create a small 3D region
 g.region n=1000 s=0 e=2000 w=0 t=300 b=0 res3=100
 
-#create a raster3D map with row() and null values
+#create a rast3D map with row() and null values
 r3.mapcalc "volmap = if(row() == 5, null(), row())"
 
 #run r3.stats with a subrange of 10



More information about the grass-commit mailing list