[GRASS-SVN] r51315 - in grass-addons: grass6/raster/r.hazard.flood grass6/raster/r.threshold grass7/raster/r.threshold

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 8 15:57:58 EDT 2012


Author: neteler
Date: 2012-04-08 12:57:58 -0700 (Sun, 08 Apr 2012)
New Revision: 51315

Modified:
   grass-addons/grass6/raster/r.hazard.flood/description.html
   grass-addons/grass6/raster/r.threshold/r.threshold.html
   grass-addons/grass7/raster/r.threshold/r.threshold.html
Log:
HTML prettified

Modified: grass-addons/grass6/raster/r.hazard.flood/description.html
===================================================================
--- grass-addons/grass6/raster/r.hazard.flood/description.html	2012-04-08 19:40:02 UTC (rev 51314)
+++ grass-addons/grass6/raster/r.hazard.flood/description.html	2012-04-08 19:57:58 UTC (rev 51315)
@@ -2,13 +2,44 @@
 <em>r.hazard.flood</em> Implementation of a fast procedure to detect flood prone areas
 
 <h2>NOTES</h2>
-<p>The availability of new technologies for the measurement of surface elevation has addressed the lack of high resolution elevation data, and this has led to an increase in the attraction of DEM-based automated procedures for hydrological applications including the delineation of floodplains. In particular, the exposure to flooding may be delineated quite well by adopting a modified topographic index (TIm) computed from a DEM. The comparison between TIm and flood inundation maps (obtained from hydraulic simulations) shows that the portion of a basin exposed to flood inundation is generally characterized by a TIm higher than a given threshold, tau. This allows the development of a simple procedure for the identification of flood prone areas that requires only two parameters for the calibration: the threshold tau and the exponent of TIm. Because the topographic index is sensitive to the spatial resolution of the digital elevation model, the threshold is automatically determin
 ated from the cellsize.
-<p>The proposed procedure may help in the delineation of flood prone areas especially in basins with marked topography. The method is sensitive to the DEM resolution, but a cell size of ~100m is sufficient to reach good performances for the catchments investigated here. The procedure is also tested adopting DEMs from different sources, such as the shuttle radar topography mission (SRTM) DEM, ASTER GDEM, and national elevation data. This experiment highlights the reliability with the SRTM DEM for the delineation of flood prone areas. A useful relationship between model parameters and the reference scale of the DEM was also obtained providing a strategy for the application of this method in different contexts. 
-<p>The use of the modified topographic index should not be considered as an alternative to standard hydrological-hydraulic simulations for flood mapping, but it may represent a useful and rapid tool for a preliminary delineation of flooding areas in ungauged basins and in areas where expensive and time consuming hydrological-hydraulic simulations are not affordable or economically convenient. 
+<p>The availability of new technologies for the measurement of surface
+elevation has addressed the lack of high resolution elevation data, and
+this has led to an increase in the attraction of DEM-based automated
+procedures for hydrological applications including the delineation of
+floodplains. In particular, the exposure to flooding may be delineated
+quite well by adopting a modified topographic index (TIm) computed from
+a DEM. The comparison between TIm and flood inundation maps (obtained
+from hydraulic simulations) shows that the portion of a basin exposed to
+flood inundation is generally characterized by a TIm higher than a given
+threshold, tau. This allows the development of a simple procedure for
+the identification of flood prone areas that requires only two parameters
+for the calibration: the threshold tau and the exponent of TIm. Because
+the topographic index is sensitive to the spatial resolution of the digital
+elevation model, the threshold is automatically determinated from the cellsize.
+<p>
+The proposed procedure may help in the delineation of flood prone areas
+especially in basins with marked topography. The method is sensitive to the
+DEM resolution, but a cell size of ~100m is sufficient to reach good
+performances for the catchments investigated here. The procedure is also
+tested adopting DEMs from different sources, such as the shuttle radar 
+topography mission (SRTM) DEM, ASTER GDEM, and national elevation data.
+This experiment highlights the reliability with the SRTM DEM for the
+delineation of flood prone areas. A useful relationship between model parameters
+and the reference scale of the DEM was also obtained providing a strategy
+for the application of this method in different contexts. 
+<p>
+The use of the modified topographic index should not be considered as an
+alternative to standard hydrological-hydraulic simulations for flood mapping,
+but it may represent a useful and rapid tool for a preliminary delineation
+of flooding areas in ungauged basins and in areas where expensive and time
+consuming hydrological-hydraulic simulations are not affordable or economically
+convenient. 
 
 <h2>EXAMPLE</h2>
 
-<p>r.hazard.flood.py map=elevation flood=flood mti=MTI [--overwrite][--verbose] [--quiet]
+<div class="code"><pre>
+r.hazard.flood.py map=elevation flood=flood mti=MTI
+</pre></div>
 
 <h3>Dependencies</h3>
 <em>
@@ -19,8 +50,7 @@
 <p><em>Manfreda S., Di Leo M., Sole A., Detection of Flood Prone Areas using Digital Elevation Models, Journal of Hydrologic Engineering, (10.1061/(ASCE)HE.1943-5584.0000367), 2011.</em>
 <p><em>Di Leo M., Manfreda S., Fiorentino M., An automated procedure for the detection of flood prone areas: r.hazard.flood, Geomatics Workbooks n.10, 2011. (<a title="PDF" href="http://geomatica.como.polimi.it/workbooks/n10/GW10-FOSS4Git_2011.pdf">PDF</a>) </em>
 
-<h2>AUTHORS</h2>
+<h2>AUTHOR</h2>
 <p>Margherita Di Leo (dileomargherita AT gmail DOT com)
 <p><i>Last changed: (Sun Feb 27 17:07:57 2011)</i>
 
-

Modified: grass-addons/grass6/raster/r.threshold/r.threshold.html
===================================================================
--- grass-addons/grass6/raster/r.threshold/r.threshold.html	2012-04-08 19:40:02 UTC (rev 51314)
+++ grass-addons/grass6/raster/r.threshold/r.threshold.html	2012-04-08 19:57:58 UTC (rev 51315)
@@ -1,21 +1,28 @@
 <h2>DESCRIPTION</h2>
-<em>r.threshold</em> It finds optimal threshold for stream extraction. 
+<em>r.threshold</em> finds optimal threshold for stream extraction. 
 
 <h2>NOTES</h2>
-<p>Finds a first tentative value of upslope area to be used as input to extract the river network using r.stream.extract or r.watershed. Real streams depend on many factors, such as rainfall, infiltration rate, geology, climate etc. i.e. the same topography in different parts of the world yields different real stream networks. This approach provides a best guess about what makes sense when looking only at the DEM.
+<p>The module finds a first tentative value of upslope area to be used as input to
+extract the river network using <em>r.stream.extract</em> or </em>r.watershed</em>.
+Real streams depend on many factors, such as rainfall, infiltration rate,
+geology, climate etc. i.e. the same topography in different parts of
+the world yields different real stream networks. This approach provides
+a best guess about what makes sense when looking only at the DEM.
 
 <h2>EXAMPLE</h2>
 
-<p>r.threshold acc=accumulation_map
+<div class="code"><pre>
+r.threshold acc=accumulation_map
+</pre></div>
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.stream.extract.html">r.stream.extract</a>, <a href="r.watershed.html">r.watershed</a>
+<a href="r.stream.extract.html">r.stream.extract</a>,
+<a href="r.watershed.html">r.watershed</a>
 </em>
 
 <h2>AUTHOR</h2>
 <p>Margherita Di Leo (dileomargherita AT gmail DOT com)
 <p><i>Last changed: (Tue May 24 2011)</i>
 
-

Modified: grass-addons/grass7/raster/r.threshold/r.threshold.html
===================================================================
--- grass-addons/grass7/raster/r.threshold/r.threshold.html	2012-04-08 19:40:02 UTC (rev 51314)
+++ grass-addons/grass7/raster/r.threshold/r.threshold.html	2012-04-08 19:57:58 UTC (rev 51315)
@@ -1,21 +1,28 @@
 <h2>DESCRIPTION</h2>
-<em>r.threshold</em> It finds optimal threshold for stream extraction. 
+<em>r.threshold</em> finds optimal threshold for stream extraction. 
 
 <h2>NOTES</h2>
-<p>Finds a first tentative value of upslope area to be used as input to extract the river network using r.stream.extract or r.watershed. Real streams depend on many factors, such as rainfall, infiltration rate, geology, climate etc. i.e. the same topography in different parts of the world yields different real stream networks. This approach provides a best guess about what makes sense when looking only at the DEM.
+<p>The module finds a first tentative value of upslope area to be used as input to
+extract the river network using <em>r.stream.extract</em> or </em>r.watershed</em>.
+Real streams depend on many factors, such as rainfall, infiltration rate,
+geology, climate etc. i.e. the same topography in different parts of
+the world yields different real stream networks. This approach provides
+a best guess about what makes sense when looking only at the DEM.
 
 <h2>EXAMPLE</h2>
 
-<p>r.threshold acc=accumulation_map
+<div class="code"><pre>
+r.threshold acc=accumulation_map
+</pre></div>
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.stream.extract.html">r.stream.extract</a>, <a href="r.watershed.html">r.watershed</a>
+<a href="r.stream.extract.html">r.stream.extract</a>,
+<a href="r.watershed.html">r.watershed</a>
 </em>
 
 <h2>AUTHOR</h2>
 <p>Margherita Di Leo (dileomargherita AT gmail DOT com)
 <p><i>Last changed: (Tue May 24 2011)</i>
 
-



More information about the grass-commit mailing list