[GRASS-SVN] r52608 - grass/trunk/raster/r.lake
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 9 04:53:43 PDT 2012
Author: neteler
Date: 2012-08-09 04:53:42 -0700 (Thu, 09 Aug 2012)
New Revision: 52608
Modified:
grass/trunk/raster/r.lake/r.lake.html
Log:
HTML fix
Modified: grass/trunk/raster/r.lake/r.lake.html
===================================================================
--- grass/trunk/raster/r.lake/r.lake.html 2012-08-09 11:31:49 UTC (rev 52607)
+++ grass/trunk/raster/r.lake/r.lake.html 2012-08-09 11:53:42 UTC (rev 52608)
@@ -9,7 +9,6 @@
<p>This module uses a 3x3 moving window approach to find all cells that
match three criteria and to define the lake:
-
<ul>
<li>cells are below the specified elevation (i.e., water level);</li>
<li>cells are connected with an initial cell (seed or E,N value);</li>
@@ -19,7 +18,8 @@
<p>The water level must be in DEM units.
<h2>NOTES</h2>
-<p>The seed (starting) point can be a raster map with at least one
+
+The seed (starting) point can be a raster map with at least one
cell value greater than zero, or a seed point can be specified as an E,
N coordinate pair. If the seed is specified as a coordinate pair, an additional
check is done to make sure that the target water level is above the level of
@@ -61,7 +61,9 @@
if(isnull(${seedmap}[-1,-1]),0, ${seedmap}[-1,-1]>0 && ${wlevel}>${dem}),\
${wlevel}-${dem}, null() )))
</pre></div>
-<p>The ${seedmap} variable is replaced by seed map names, ${dem} with DEM map name, and
+
+<p>
+The ${seedmap} variable is replaced by seed map names, ${dem} with DEM map name, and
${wlevel} with target water level. To get single water level, this code block is
called with same level numerous times (in a loop) as the lake grows by single cells
during single run.
More information about the grass-commit
mailing list