[GRASS-SVN] r58192 - in grass-addons/grass6/raster: r.in.drsa r.mcda.ahp r.mcda.roughset

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 11 03:08:21 PST 2013


Author: hamish
Date: 2013-11-11 03:08:19 -0800 (Mon, 11 Nov 2013)
New Revision: 58192

Modified:
   grass-addons/grass6/raster/r.in.drsa/r.in.drsa.py
   grass-addons/grass6/raster/r.mcda.ahp/r.mcda.ahp.py
   grass-addons/grass6/raster/r.mcda.roughset/r.mcda.roughset.py
Log:
fix gisprompt

Modified: grass-addons/grass6/raster/r.in.drsa/r.in.drsa.py
===================================================================
--- grass-addons/grass6/raster/r.in.drsa/r.in.drsa.py	2013-11-11 11:01:30 UTC (rev 58191)
+++ grass-addons/grass6/raster/r.in.drsa/r.in.drsa.py	2013-11-11 11:08:19 UTC (rev 58192)
@@ -29,7 +29,7 @@
 #%option
 #% key: output
 #% type: string
-#% gisprompt: new_file,cell,output
+#% gisprompt: new,cell,raster
 #% description: output classified raster map
 #% required: yes
 #%end

Modified: grass-addons/grass6/raster/r.mcda.ahp/r.mcda.ahp.py
===================================================================
--- grass-addons/grass6/raster/r.mcda.ahp/r.mcda.ahp.py	2013-11-11 11:01:30 UTC (rev 58191)
+++ grass-addons/grass6/raster/r.mcda.ahp/r.mcda.ahp.py	2013-11-11 11:08:19 UTC (rev 58192)
@@ -35,13 +35,13 @@
 #%option
 #% key: output
 #% type: string
-#% gisprompt: new_file,cell,output
-#% description: output classified raster map
+#% gisprompt: new,cell,raster
+#% description: Output classified raster map
 #% required: yes
 #%end
 #%flag
 #% key:k 
-#% description:build a void pairwise comparison matrix and exit (no yet implemented)
+#% description: Build a void pairwise comparison matrix and exit (no yet implemented)
 #%end
 
 import sys

Modified: grass-addons/grass6/raster/r.mcda.roughset/r.mcda.roughset.py
===================================================================
--- grass-addons/grass6/raster/r.mcda.roughset/r.mcda.roughset.py	2013-11-11 11:01:30 UTC (rev 58191)
+++ grass-addons/grass6/raster/r.mcda.roughset/r.mcda.roughset.py	2013-11-11 11:08:19 UTC (rev 58192)
@@ -44,7 +44,7 @@
 #%option
 #% key: outputMap
 #% type: string
-#% gisprompt: new_file,cell,output
+#% gisprompt: new,cell,raster
 #% description: Output classified raster map
 #% required: yes
 #%end
@@ -59,12 +59,12 @@
 #%end
 #%flag
 #% key: l
-#% description: do not remove single rules in vector format
+#% description: Do not remove single rules in vector format
 #% answer:false
 #%end
 #%flag
 #% key: n
-#% description: compute null value as zero
+#% description: Compute null value as zero
 #% answer:true
 #%end
 



More information about the grass-commit mailing list