[GRASS-SVN] r66243 - grass-addons/grass7/vector/v.lidar.mcc
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 16 07:58:00 PDT 2015
Author: wenzeslaus
Date: 2015-09-16 07:58:00 -0700 (Wed, 16 Sep 2015)
New Revision: 66243
Modified:
grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py
Log:
v.lidar.mcc: use descriptive names for main options
Modified: grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py
===================================================================
--- grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py 2015-09-16 14:12:53 UTC (rev 66242)
+++ grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py 2015-09-16 14:58:00 UTC (rev 66243)
@@ -29,13 +29,13 @@
#% required: yes
#%end
#%option G_OPT_V_OUTPUT
-#% key: g_output
+#% key: ground
#% label: Output ground return points
#% description: Output vector point map containing points classified as ground return.
#% required: yes
#%end
#%option G_OPT_V_OUTPUT
-#% key: ng_output
+#% key: nonground
#% label: Output non-ground return points
#% description: Output vector point map containing points NOT classified as ground return.
#% required: yes
More information about the grass-commit
mailing list