[GRASS-SVN] r64317 - in grass-addons/grass7/raster: r.hazard.flood r.houghtransform r.massmov r.mcda.ahp r.mcda.input r.mcda.output r.mcda.roughset

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 25 05:54:35 PST 2015


Author: neteler
Date: 2015-01-25 05:54:35 -0800 (Sun, 25 Jan 2015)
New Revision: 64317

Modified:
   grass-addons/grass7/raster/r.hazard.flood/r.hazard.flood.py
   grass-addons/grass7/raster/r.houghtransform/main.cpp
   grass-addons/grass7/raster/r.massmov/main.c
   grass-addons/grass7/raster/r.mcda.ahp/r.mcda.ahp.py
   grass-addons/grass7/raster/r.mcda.input/r.mcda.input.py
   grass-addons/grass7/raster/r.mcda.output/r.mcda.output.py
   grass-addons/grass7/raster/r.mcda.roughset/r.mcda.roughset.py
Log:
Addons manuals: minor description standardization

Modified: grass-addons/grass7/raster/r.hazard.flood/r.hazard.flood.py
===================================================================
--- grass-addons/grass7/raster/r.hazard.flood/r.hazard.flood.py	2015-01-25 13:46:47 UTC (rev 64316)
+++ grass-addons/grass7/raster/r.hazard.flood/r.hazard.flood.py	2015-01-25 13:54:35 UTC (rev 64317)
@@ -17,8 +17,9 @@
 #############################################################################
 
 #%module
-#% description: Fast procedure to detect flood prone areas
+#% description: Fast procedure to detect flood prone areas.
 #% keyword: raster
+#% keyword: hydrology
 #%end
 #%option
 #% key: map

Modified: grass-addons/grass7/raster/r.houghtransform/main.cpp
===================================================================
--- grass-addons/grass7/raster/r.houghtransform/main.cpp	2015-01-25 13:46:47 UTC (rev 64316)
+++ grass-addons/grass7/raster/r.houghtransform/main.cpp	2015-01-25 13:54:35 UTC (rev 64317)
@@ -61,10 +61,10 @@
     /* initialize module */
     module = G_define_module();
     G_add_keyword(_("raster"));
-    G_add_keyword(_("hought"));
-    G_add_keyword(_("ht"));
+    G_add_keyword(_("Hough"));
+    G_add_keyword(_("imagery"));
     module->description =
-            _("Perform Hough transformation and extracts line segments from image."
+            _("Performs Hough transformation and extracts line segments from image."
               " Region shall be set to input map."
               " Can work only on small images since map is loaded into memory.");
 

Modified: grass-addons/grass7/raster/r.massmov/main.c
===================================================================
--- grass-addons/grass7/raster/r.massmov/main.c	2015-01-25 13:46:47 UTC (rev 64316)
+++ grass-addons/grass7/raster/r.massmov/main.c	2015-01-25 13:54:35 UTC (rev 64317)
@@ -158,7 +158,7 @@
     G_add_keyword(_("landslide"));
     G_add_keyword(_("model"));
     module->description =
-	_("Estimation of run-out and deposition of landslide phenomena over a complex topography");
+	_("Estimates run-out and deposition of landslide phenomena over a complex topography.");
 
     /* define the different options */
 

Modified: grass-addons/grass7/raster/r.mcda.ahp/r.mcda.ahp.py
===================================================================
--- grass-addons/grass7/raster/r.mcda.ahp/r.mcda.ahp.py	2015-01-25 13:46:47 UTC (rev 64316)
+++ grass-addons/grass7/raster/r.mcda.ahp/r.mcda.ahp.py	2015-01-25 13:54:35 UTC (rev 64317)
@@ -13,7 +13,7 @@
 
 
 #%Module
-#% description: Generate a raster map classified with analytic hierarchy process (AHP).
+#% description: Generates a raster map classified with analytic hierarchy process (AHP).
 #% keyword: raster
 #% keyword: Analytic Hierarchy Process (AHP)
 #% keyword: Multi Criteria Decision Analysis (MCDA)

Modified: grass-addons/grass7/raster/r.mcda.input/r.mcda.input.py
===================================================================
--- grass-addons/grass7/raster/r.mcda.input/r.mcda.input.py	2015-01-25 13:46:47 UTC (rev 64316)
+++ grass-addons/grass7/raster/r.mcda.input/r.mcda.input.py	2015-01-25 13:54:35 UTC (rev 64317)
@@ -15,7 +15,7 @@
 
 
 #%Module
-#% description: Generate a raster map classified with Dominance Rough Set Approach. Use *.rls file from JAMM, 4eMka2 etc.
+#% description: Generates a raster map classified with Dominance Rough Set Approach. Use *.rls file from JAMM, 4eMka2 etc.
 #% keyword: raster
 #% keyword: Dominance Rough Set Approach
 #% keyword: Multi Criteria Decision Analysis (MCDA)

Modified: grass-addons/grass7/raster/r.mcda.output/r.mcda.output.py
===================================================================
--- grass-addons/grass7/raster/r.mcda.output/r.mcda.output.py	2015-01-25 13:46:47 UTC (rev 64316)
+++ grass-addons/grass7/raster/r.mcda.output/r.mcda.output.py	2015-01-25 13:54:35 UTC (rev 64317)
@@ -14,7 +14,7 @@
 #############################################################################
 
 #%Module
-#% description: Export criteria raster maps and decision raster map in a *.isf file (e.g. 4eMka2, jMAF) for dominance rough set approach analysis
+#% description: Exports criteria raster maps and decision raster map in a *.isf file (e.g. 4eMka2, jMAF) for dominance rough set approach analysis.
 #% keyword: raster
 #% keyword: Dominance Rough Set Approach
 #% keyword: Multi Criteria Decision Analysis (MCDA)

Modified: grass-addons/grass7/raster/r.mcda.roughset/r.mcda.roughset.py
===================================================================
--- grass-addons/grass7/raster/r.mcda.roughset/r.mcda.roughset.py	2015-01-25 13:46:47 UTC (rev 64316)
+++ grass-addons/grass7/raster/r.mcda.roughset/r.mcda.roughset.py	2015-01-25 13:54:35 UTC (rev 64317)
@@ -13,7 +13,7 @@
 #############################################################################
 
 #%Module
-#% description: Generate a MCDA map from several criteria maps using Dominance Rough Set Approach.
+#% description: Generates a MCDA map from several criteria maps using Dominance Rough Set Approach.
 #% keyword: raster
 #% keyword: Dominance Rough Set Approach 
 #% keyword: Multi Criteria Decision Analysis (MCDA)



More information about the grass-commit mailing list