|
@@ -6,7 +6,7 @@ coordinates of points whose locations have been randomly
|
|
|
determined. The program locates these randomly generated
|
|
|
vector points (sites) within the current geographic region and mask (if
|
|
|
any), on non-NULL category value data areas within a
|
|
|
-user-specified raster map layer. If the user sets the
|
|
|
+user-specified raster map layer. If the user sets the
|
|
|
<b>-z</b> flag, points will be randomly generated across all
|
|
|
cells (even those with NULL values).
|
|
|
|
|
@@ -37,6 +37,11 @@ column <em>covervalue</em> is populated with raster values from
|
|
|
the <em>cover</em> map.
|
|
|
|
|
|
<p>
|
|
|
+If the user sets the <b>-b</b> flag, vector points are written without
|
|
|
+topology to minimize the required resources. This is suitable input
|
|
|
+to <em>v.surf.rst</em> and other vector modules.
|
|
|
+
|
|
|
+<p>
|
|
|
The user may specify the quantity of random locations to be
|
|
|
generated either as a <em>positive integer</em> (e.g., 10),
|
|
|
or as a <em>percentage of the raster map layer's cells</em>
|
|
@@ -108,9 +113,12 @@ parameter.
|
|
|
|
|
|
<h2>SEE ALSO</h2>
|
|
|
|
|
|
-<em><a href="g.region.html">g.region</a></em><br>
|
|
|
-<em><a href="r.reclass.html">r.reclass</a></em><br>
|
|
|
-<em><a href="v.random.html">v.random</a></em><br>
|
|
|
+<em>
|
|
|
+<a href="g.region.html">g.region</a><br>
|
|
|
+<a href="r.reclass.html">r.reclass</a><br>
|
|
|
+<a href="v.random.html">v.random</a><br>
|
|
|
+<a href="v.surf.rst.html">v.surf.rst</a>
|
|
|
+</em>
|
|
|
|
|
|
|
|
|
<h2>AUTHOR</h2>
|