[GRASS-SVN] r58191 - grass-addons/grass6/raster/r.threshold
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 11 03:01:30 PST 2013
Author: hamish
Date: 2013-11-11 03:01:30 -0800 (Mon, 11 Nov 2013)
New Revision: 58191
Modified:
grass-addons/grass6/raster/r.threshold/r.threshold.py
Log:
fix gisprompt to allow selecting G6 raster maps
Modified: grass-addons/grass6/raster/r.threshold/r.threshold.py
===================================================================
--- grass-addons/grass6/raster/r.threshold/r.threshold.py 2013-11-11 02:48:24 UTC (rev 58190)
+++ grass-addons/grass6/raster/r.threshold/r.threshold.py 2013-11-11 11:01:30 UTC (rev 58191)
@@ -17,17 +17,16 @@
#
################################################################################
#%module
-#% description: Find optimal threshold for stream extraction
-#% keywords: raster
+#% description: Find optimal threshold for stream extraction.
+#% keywords: raster
#%end
#%option
-#% key: acc
-#% type: string
-#% gisprompt: old, raster, raster
-#% key_desc: acc
-#% description: Name of accumulation raster map
-#% required: yes
-#%END
+#% key: acc
+#% type: string
+#% gisprompt: old,cell,raster
+#% description: Name of accumulation raster map
+#% required: yes
+#%end
import grass.script as grass
More information about the grass-commit
mailing list