[GRASS-SVN] r65117 - grass/branches/releasebranch_7_0/raster/r.random.cells

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 21 07:00:06 PDT 2015


Author: neteler
Date: 2015-04-21 07:00:05 -0700 (Tue, 21 Apr 2015)
New Revision: 65117

Modified:
   grass/branches/releasebranch_7_0/raster/r.random.cells/r.random.cells.html
Log:
r.random.cells manual: clarify presence of 0

Modified: grass/branches/releasebranch_7_0/raster/r.random.cells/r.random.cells.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.random.cells/r.random.cells.html	2015-04-21 13:45:28 UTC (rev 65116)
+++ grass/branches/releasebranch_7_0/raster/r.random.cells/r.random.cells.html	2015-04-21 14:00:05 UTC (rev 65117)
@@ -1,9 +1,9 @@
 <h2>DESCRIPTION</h2>
 
-<em>r.random.cells</em> generates a random sets of cells that are at
-least <b>distance</b> apart. The cells are numbered from 1 to the
-numbers of cells generated. Random cells will not be generated in
-areas masked off.
+<em>r.random.cells</em> generates a random sets of raster cells that are
+at least <b>distance</b> apart. The cells are numbered from 1 to the
+numbers of cells generated, all other cells are 0 (zero). Random
+cells will not be generated in areas masked off.
 
 <h3>Detailed parameter description</h3>
 
@@ -46,7 +46,7 @@
 g.region n=228500 s=215000 w=630000 e=645000 res=100 -p
 r.random.cells output=random_500m distance=500
 
-# optionally set 0 to NULL
+# optionally set 0 to NULL (masked off areas)
 r.null random_500m setnull=0
 </pre></div>
 



More information about the grass-commit mailing list