[GRASS-SVN] r65066 - grass-addons/grass7/raster/r.meb
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 16 00:24:29 PDT 2015
Author: pvanbosgeo
Date: 2015-04-16 00:24:29 -0700 (Thu, 16 Apr 2015)
New Revision: 65066
Modified:
grass-addons/grass7/raster/r.meb/r.meb.py
Log:
Added option G_OPT_F_BIN_INPUT so user can select output file
Modified: grass-addons/grass7/raster/r.meb/r.meb.py
===================================================================
--- grass-addons/grass7/raster/r.meb/r.meb.py 2015-04-15 21:03:20 UTC (rev 65065)
+++ grass-addons/grass7/raster/r.meb/r.meb.py 2015-04-16 07:24:29 UTC (rev 65066)
@@ -5,9 +5,9 @@
#
# MODULE: r.meb
# AUTHOR(S): Paulo van Breugel <p.vanbreugel AT gmail.com>
-# PURPOSE: Compute the multivariate envirionmental bias (MEB) as
+# PURPOSE: Compute the multivariate envirionmental bias (MEB) as
# described in van Breugel et al. 2015
-# (doi: 10.1371/journal.pone.0121444). If A s an areas
+# (doi: 10.1371/journal.pone.0121444). If A s an areas
# within a larger region B, the EB represents how much
# envirionmental conditions in A deviate from median
# conditions in B. The first step is to compute the
@@ -67,10 +67,7 @@
#% guisection: Output
#%end
-#%option
-#% key: file
-#% type: string
-#% gisprompt: new
+#%option G_OPT_F_BIN_INPUT
#% description: Name of output text file (csv format)
#% key_desc: name
#% required: no
More information about the grass-commit
mailing list