[GRASS-SVN] r63992 - grass-addons/grass7/raster/r.random.weight

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 8 02:54:37 PST 2015


Author: pvanbosgeo
Date: 2015-01-08 02:54:37 -0800 (Thu, 08 Jan 2015)
New Revision: 63992

Modified:
   grass-addons/grass7/raster/r.random.weight/r.random.weight.html
Log:
shorten html lines

Modified: grass-addons/grass7/raster/r.random.weight/r.random.weight.html
===================================================================
--- grass-addons/grass7/raster/r.random.weight/r.random.weight.html	2015-01-08 10:53:07 UTC (rev 63991)
+++ grass-addons/grass7/raster/r.random.weight/r.random.weight.html	2015-01-08 10:54:37 UTC (rev 63992)
@@ -1,18 +1,32 @@
 
 <h2>DESCRIPTION</h2>
 
-<em>r.rand.weight</em> generates a binary raster layer with randomly assigned values of 1 or 0, weighted by raster cell values of an user-defined raster layer. I.e., the change for a raster cell to get assigned a 1 (to get selected) depends on the weight (value) of that cell in the input weight layer.
+<em>r.rand.weight</em> generates a binary raster layer with randomly 
+assigned values of 1 or 0, weighted by raster cell values of an 
+user-defined raster layer. I.e., the change for a raster cell to get 
+assigned a 1 (to get selected) depends on the weight (value) of that 
+cell in the input weight layer.
 
-<p>By default the script is run setting a random seed every time. To ensure that your results are reproducible you can set the seed value under the 'Sample options' tab. See the 'Random number generator initialization' in the r.mapcalc helpfile for more details.
+<p>By default the script is run setting a random seed every time. To 
+ensure that your results are reproducible you can set the seed value 
+under the 'Sample options' tab. See the 'Random number generator 
+initialization' in the r.mapcalc helpfile for more details.
  
-<p>You can play with the probability for a cell to be selected by changing the minimum and/or maximum weights. The script will give a warning if the user defined minimum > minimum raster value or if the user defined maximum < maximum raster value. The script will still run as the user may have set this values intentionally.
+<p>You can play with the probability for a cell to be selected by 
+changing the minimum and/or maximum weights. The script will give a 
+warning if the user defined minimum > minimum raster value or if the 
+user defined maximum is smaller then the maximum raster value. The 
+script will still run as the user may have set this values 
+intentionally.
 
-<p>You can also set the total number of sample points to be selected using the under the 'Sample options' tab. This can be done using an absolute number or as percentage (see the help file of the r.random function for more details). 
- 
+<p>You can also set the total number of sample points to be selected 
+using the under the 'Sample options' tab. This can be done using an 
+absolute number or as percentage (see the help file of the r.random 
+function for more details). 
 
 <h2>AUTHOR</h2>
 
 Paulo van Breugel, paulo at ecodiv.org
 
-<i>Last changed: $Date$</i>
-
+<i>Last changed: $Date$
+</i> 



More information about the grass-commit mailing list