[GRASS-SVN] r63785 - in grass-addons/grass7: general/g.compare.md5 general/g.isis3mt general/g.proj.all raster/r.mcda.ahp raster/r.shalstab

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 27 14:49:47 PST 2014


Author: neteler
Date: 2014-12-27 14:49:47 -0800 (Sat, 27 Dec 2014)
New Revision: 63785

Modified:
   grass-addons/grass7/general/g.compare.md5/g.compare.md5.py
   grass-addons/grass7/general/g.isis3mt/g.isis3mt.py
   grass-addons/grass7/general/g.proj.all/g.proj.all.py
   grass-addons/grass7/raster/r.mcda.ahp/r.mcda.ahp.py
   grass-addons/grass7/raster/r.shalstab/r.shalstab.py
Log:
addons: keyword fixes

Modified: grass-addons/grass7/general/g.compare.md5/g.compare.md5.py
===================================================================
--- grass-addons/grass7/general/g.compare.md5/g.compare.md5.py	2014-12-27 22:38:57 UTC (rev 63784)
+++ grass-addons/grass7/general/g.compare.md5/g.compare.md5.py	2014-12-27 22:49:47 UTC (rev 63785)
@@ -17,8 +17,10 @@
 ################################################################################
 
 #%module
-#% description: Check if two GRASS maps are identical
-#% keywords: general, map management, list
+#% description: Checks if two GRASS GIS maps are identical.
+#% keywords: general
+#% keywords: map management
+#% keywords: list
 #%end
 #%flag
 #% key: g

Modified: grass-addons/grass7/general/g.isis3mt/g.isis3mt.py
===================================================================
--- grass-addons/grass7/general/g.isis3mt/g.isis3mt.py	2014-12-27 22:38:57 UTC (rev 63784)
+++ grass-addons/grass7/general/g.isis3mt/g.isis3mt.py	2014-12-27 22:49:47 UTC (rev 63785)
@@ -22,7 +22,8 @@
  
 #%module
 #%  description: Generates an ISIS3 map template file according to the current GRASS coordinate reference system
-#%  keywords: generic, projection
+#%  keywords: coordinates
+#%  keywords: projection
 #%end
 
 #%option

Modified: grass-addons/grass7/general/g.proj.all/g.proj.all.py
===================================================================
--- grass-addons/grass7/general/g.proj.all/g.proj.all.py	2014-12-27 22:38:57 UTC (rev 63784)
+++ grass-addons/grass7/general/g.proj.all/g.proj.all.py	2014-12-27 22:49:47 UTC (rev 63785)
@@ -17,7 +17,9 @@
 
 #%module
 #% description: Reprojects raster and vector maps from given location and mapset to current mapset.
-#% keywords: general, projection, transformation
+#% keywords: general
+#% keywords: projection
+#% keywords: transformation
 #%end
 #%option
 #% key: location

Modified: grass-addons/grass7/raster/r.mcda.ahp/r.mcda.ahp.py
===================================================================
--- grass-addons/grass7/raster/r.mcda.ahp/r.mcda.ahp.py	2014-12-27 22:38:57 UTC (rev 63784)
+++ grass-addons/grass7/raster/r.mcda.ahp/r.mcda.ahp.py	2014-12-27 22:49:47 UTC (rev 63785)
@@ -14,7 +14,9 @@
 
 #%Module
 #% description: Generate a raster map classified with analytic hierarchy process (AHP).
-#% keywords: raster, analytic hierarchy process (AHP), Multi Criteria Decision Analysis (MCDA)
+#% keywords: raster
+#% keywords: Analytic Hierarchy Process (AHP)
+#% keywords: Multi Criteria Decision Analysis (MCDA)
 #%End
 #%option
 #% key: criteria

Modified: grass-addons/grass7/raster/r.shalstab/r.shalstab.py
===================================================================
--- grass-addons/grass7/raster/r.shalstab/r.shalstab.py	2014-12-27 22:38:57 UTC (rev 63784)
+++ grass-addons/grass7/raster/r.shalstab/r.shalstab.py	2014-12-27 22:49:47 UTC (rev 63785)
@@ -16,8 +16,10 @@
 ##############################################################################
 
 #%module
-#%  description: A model for shallow landslide susceptibility
-#%  keywords: raster, critical rainfall, landslide
+#%  description: A model for shallow landslide susceptibility.
+#%  keywords: raster
+#%  keywords: critical rainfall
+#%  keywords: landslide
 #%end
 #%option
 #%  key: dem



More information about the grass-commit mailing list