[GRASS-SVN] r46685 - grass-addons/grass7/raster/r.threshold
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 13 12:46:01 EDT 2011
Author: martinl
Date: 2011-06-13 09:46:01 -0700 (Mon, 13 Jun 2011)
New Revision: 46685
Added:
grass-addons/grass7/raster/r.threshold/r.threshold.html
Removed:
grass-addons/grass7/raster/r.threshold/description.html
Modified:
grass-addons/grass7/raster/r.threshold/Makefile
grass-addons/grass7/raster/r.threshold/r.threshold.py
Log:
r.threshold: rename html file to follow grass7 naming convention
update svn props
Property changes on: grass-addons/grass7/raster/r.threshold/Makefile
___________________________________________________________________
Added: svn:mime-type
+ text/x-makefile
Added: svn:eol-style
+ native
Deleted: grass-addons/grass7/raster/r.threshold/description.html
===================================================================
--- grass-addons/grass7/raster/r.threshold/description.html 2011-06-13 16:43:00 UTC (rev 46684)
+++ grass-addons/grass7/raster/r.threshold/description.html 2011-06-13 16:46:01 UTC (rev 46685)
@@ -1,21 +0,0 @@
-<h2>DESCRIPTION</h2>
-<em>r.threshold</em> It finds optimal threshold for stream extraction.
-
-<h2>NOTES</h2>
-<p>It allows to find the optimal value of upslope area in order to extract the river network using r.stream.extract or r.watershed. Real streams depend on rainfall and infiltration rate, 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.py acc=accumulation_map
-
-<h2>SEE ALSO</h2>
-
-<em>
-<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>
-
-
Copied: grass-addons/grass7/raster/r.threshold/r.threshold.html (from rev 46683, grass-addons/grass7/raster/r.threshold/description.html)
===================================================================
--- grass-addons/grass7/raster/r.threshold/r.threshold.html (rev 0)
+++ grass-addons/grass7/raster/r.threshold/r.threshold.html 2011-06-13 16:46:01 UTC (rev 46685)
@@ -0,0 +1,21 @@
+<h2>DESCRIPTION</h2>
+<em>r.threshold</em> It finds optimal threshold for stream extraction.
+
+<h2>NOTES</h2>
+<p>It allows to find the optimal value of upslope area in order to extract the river network using r.stream.extract or r.watershed. Real streams depend on rainfall and infiltration rate, 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.py acc=accumulation_map
+
+<h2>SEE ALSO</h2>
+
+<em>
+<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>
+
+
Property changes on: grass-addons/grass7/raster/r.threshold/r.threshold.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:keywords
+ Author Date Id
Added: svn:eol-style
+ native
Property changes on: grass-addons/grass7/raster/r.threshold/r.threshold.py
___________________________________________________________________
Deleted: svn:executable
- *
Added: svn:mime-type
+ text/x-python
Added: svn:eol-style
+ native
More information about the grass-commit
mailing list