[GRASS-SVN] r66877 - grass-addons/grass7/vector/v.lidar.mcc
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 20 05:58:14 PST 2015
Author: neteler
Date: 2015-11-20 05:58:14 -0800 (Fri, 20 Nov 2015)
New Revision: 66877
Modified:
grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py
Log:
v.lidar.mcc addon: msg cosmetics
Modified: grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py
===================================================================
--- grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py 2015-11-20 13:00:37 UTC (rev 66876)
+++ grass-addons/grass7/vector/v.lidar.mcc/v.lidar.mcc.py 2015-11-20 13:58:14 UTC (rev 66877)
@@ -14,7 +14,7 @@
#############################################################################
#%module
-#% description: Reclassifies points of a LiDAR point cloud as ground / non-ground sing a multiscale curvature based classification algorithm.
+#% description: Reclassifies points of a LiDAR point cloud as ground / non-ground using a multiscale curvature based classification algorithm.
#% keyword: vector
#% keyword: lidar
#% keyword: classification
@@ -25,19 +25,19 @@
#%end
#%option G_OPT_V_INPUT
#% description: Input vector point map
-#% label: Input point layer.
+#% label: Input point layer
#% required: yes
#%end
#%option G_OPT_V_OUTPUT
#% key: ground
#% label: Output ground return points
-#% description: Output vector point map containing points classified as ground return.
+#% description: Output vector point map containing points classified as ground return
#% required: yes
#%end
#%option G_OPT_V_OUTPUT
#% key: nonground
#% label: Output non-ground return points
-#% description: Output vector point map containing points NOT classified as ground return.
+#% description: Output vector point map containing points NOT classified as ground return
#% required: yes
#%end
#%option nl
More information about the grass-commit
mailing list