[GRASS-SVN] r72909 - grass-addons/grass7/raster/r.accumulate
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 25 22:47:42 PDT 2018
Author: hcho
Date: 2018-06-25 22:47:42 -0700 (Mon, 25 Jun 2018)
New Revision: 72909
Modified:
grass-addons/grass7/raster/r.accumulate/main.c
grass-addons/grass7/raster/r.accumulate/r.accumulate.html
Log:
r.accumulate: Add watershed keyword; Add one more external link
Modified: grass-addons/grass7/raster/r.accumulate/main.c
===================================================================
--- grass-addons/grass7/raster/r.accumulate/main.c 2018-06-26 05:42:05 UTC (rev 72908)
+++ grass-addons/grass7/raster/r.accumulate/main.c 2018-06-26 05:47:42 UTC (rev 72909)
@@ -75,6 +75,7 @@
module = G_define_module();
G_add_keyword(_("raster"));
G_add_keyword(_("hydrology"));
+ G_add_keyword(_("watershed"));
module->description =
_("Calculates weighted flow accumulation, stream networks, and the longest flow path using a flow direction map.");
Modified: grass-addons/grass7/raster/r.accumulate/r.accumulate.html
===================================================================
--- grass-addons/grass7/raster/r.accumulate/r.accumulate.html 2018-06-26 05:42:05 UTC (rev 72908)
+++ grass-addons/grass7/raster/r.accumulate/r.accumulate.html 2018-06-26 05:47:42 UTC (rev 72909)
@@ -189,9 +189,10 @@
<a href="r.stream.extract.html">r.stream.extract</a>,
<a href="r.stream.distance.html">r.stream.distance</a>
</em>
-<br>
-<a href="http://idea.isnew.info/how-to-calculate-the-longest-flow-path-in-grass-gis.html">How to calculate the longest flow path in GRASS GIS</a>
+<br><a href="https://idea.isnew.info/how-to-delineate-stream-networks-in-grass-gis.html">How to delineate stream networks in GRASS GIS</a>
+<br><a href="http://idea.isnew.info/how-to-calculate-the-longest-flow-path-in-grass-gis.html">How to calculate the longest flow path in GRASS GIS</a>
+
<h2>AUTHOR</h2>
<a href="mailto:grass4u at gmail com">Huidae Cho</a>
More information about the grass-commit
mailing list