[GRASS-SVN] r58656 - grass/trunk/raster/r.random.cells
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 9 15:26:55 PST 2014
Author: neteler
Date: 2014-01-09 15:26:55 -0800 (Thu, 09 Jan 2014)
New Revision: 58656
Modified:
grass/trunk/raster/r.random.cells/r.random.cells.html
Log:
r.random.cells manual: examples added (NC location)
Modified: grass/trunk/raster/r.random.cells/r.random.cells.html
===================================================================
--- grass/trunk/raster/r.random.cells/r.random.cells.html 2014-01-09 21:28:18 UTC (rev 58655)
+++ grass/trunk/raster/r.random.cells/r.random.cells.html 2014-01-09 23:26:55 UTC (rev 58656)
@@ -38,8 +38,20 @@
zero, the <b>output</b> map will number each non-masked cell from 1 to the
number of non-masked cells in the study region. -->
+<h2>EXAMPLE</h2>
+
+North Carolina sample dataset example:
+
+<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>
-Random Field Software for GRASS by Chuck Ehlschlaeger
+Random Field Software for GRASS GIS by Chuck Ehlschlaeger
<p> As part of my dissertation, I put together several programs that help
GRASS (4.1 and beyond) develop uncertainty models of spatial data. I hope
@@ -49,7 +61,7 @@
<ul>
<li> Ehlschlaeger, C.R., Shortridge, A.M., Goodchild, M.F., 1997.
Visualizing spatial data uncertainty using animation.
- Computers & Geosciences 23, 387-395. doi:10.1016/S0098-3004(97)00005-8</li>
+ Computers & Geosciences 23, 387-395. doi:10.1016/S0098-3004(97)00005-8</li>
<li><a href="http://www.geo.hunter.cuny.edu/~chuck/paper.html">Modeling
Uncertainty in Elevation Data for Geographical Analysis</a>, by
More information about the grass-commit
mailing list