[GRASS-SVN] r65024 - grass/trunk/raster/r.random.cells

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 8 12:10:46 PDT 2015


Author: neteler
Date: 2015-04-08 12:10:46 -0700 (Wed, 08 Apr 2015)
New Revision: 65024

Modified:
   grass/trunk/raster/r.random.cells/r.random.cells.html
Log:
r.random.cells manual: no data areas are now set to Null, not 0 (fixes trac #2621)

Modified: grass/trunk/raster/r.random.cells/r.random.cells.html
===================================================================
--- grass/trunk/raster/r.random.cells/r.random.cells.html	2015-04-08 12:57:19 UTC (rev 65023)
+++ grass/trunk/raster/r.random.cells/r.random.cells.html	2015-04-08 19:10:46 UTC (rev 65024)
@@ -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 NULL (no data). Random
+cells will not be generated in areas masked off.
 
 <h3>Detailed parameter description</h3>
 
@@ -45,9 +45,6 @@
 <div class="code"><pre>
 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
-r.null random_500m setnull=0
 </pre></div>
 
 <h2>REFERENCES</h2>



More information about the grass-commit mailing list