[GRASS-SVN] r51323 - grass-addons/grass7/raster/r.threshold

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 9 14:54:18 EDT 2012


Author: neteler
Date: 2012-04-09 11:54:18 -0700 (Mon, 09 Apr 2012)
New Revision: 51323

Modified:
   grass-addons/grass7/raster/r.threshold/Makefile
   grass-addons/grass7/raster/r.threshold/r.threshold.html
Log:
HTML fix

Modified: grass-addons/grass7/raster/r.threshold/Makefile
===================================================================
--- grass-addons/grass7/raster/r.threshold/Makefile	2012-04-09 18:47:40 UTC (rev 51322)
+++ grass-addons/grass7/raster/r.threshold/Makefile	2012-04-09 18:54:18 UTC (rev 51323)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = r.threshold.py
+PGM = r.threshold
 
 include $(MODULE_TOPDIR)/include/Make/Script.make
 

Modified: grass-addons/grass7/raster/r.threshold/r.threshold.html
===================================================================
--- grass-addons/grass7/raster/r.threshold/r.threshold.html	2012-04-09 18:47:40 UTC (rev 51322)
+++ grass-addons/grass7/raster/r.threshold/r.threshold.html	2012-04-09 18:54:18 UTC (rev 51323)
@@ -1,9 +1,11 @@
 <h2>DESCRIPTION</h2>
+
 <em>r.threshold</em> finds optimal threshold for stream extraction. 
 
 <h2>NOTES</h2>
-<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>.
+
+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



More information about the grass-commit mailing list