[GRASS-SVN] r56951 - grass-addons/grass7/raster/r.threshold
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 29 06:39:07 PDT 2013
Author: madi
Date: 2013-06-29 06:39:07 -0700 (Sat, 29 Jun 2013)
New Revision: 56951
Modified:
grass-addons/grass7/raster/r.threshold/r.threshold.py
Log:
browse existing maps fixed
Modified: grass-addons/grass7/raster/r.threshold/r.threshold.py
===================================================================
--- grass-addons/grass7/raster/r.threshold/r.threshold.py 2013-06-29 10:42:18 UTC (rev 56950)
+++ grass-addons/grass7/raster/r.threshold/r.threshold.py 2013-06-29 13:39:07 UTC (rev 56951)
@@ -19,16 +19,17 @@
#%module
#% description: Find optimal threshold for stream extraction
#% keywords: raster
-#% keywords: hydrology
+#% keywords: hydrology, threshold
#%end
+
#%option
#% key: acc
#% type: string
-#% gisprompt: old, raster, raster
+#% gisprompt: old,raster,raster
#% key_desc: acc
#% description: Name of accumulation raster map
#% required: yes
-#%end
+#%END
import os, sys
import math
More information about the grass-commit
mailing list