[GRASS-SVN] r71031 - grass-addons/grass7/raster/r.vect.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 5 06:23:10 PDT 2017


Author: martinl
Date: 2017-05-05 06:23:10 -0700 (Fri, 05 May 2017)
New Revision: 71031

Modified:
   grass-addons/grass7/raster/r.vect.stats/r.vect.stats.py
Log:
r.vect.stats: more gui sections (cosmetics)

Modified: grass-addons/grass7/raster/r.vect.stats/r.vect.stats.py
===================================================================
--- grass-addons/grass7/raster/r.vect.stats/r.vect.stats.py	2017-05-05 13:21:26 UTC (rev 71030)
+++ grass-addons/grass7/raster/r.vect.stats/r.vect.stats.py	2017-05-05 13:23:10 UTC (rev 71031)
@@ -26,12 +26,14 @@
 #%end
 #%option G_OPT_DB_COLUMN
 #% description: Name of attribute column for statistics
+#% guisection: Attributes
 #%end
 #%option
 #% key: method
 #% description: Statistic to use for attribute column
 #% options: min,max,range,sum,mean,stddev,variance,coeff_var,median,percentile,skewness,trimmean
 #% answer: mean
+#% guisection: Attributes
 #%end
 
 import grass.script as gs



More information about the grass-commit mailing list