[GRASS-SVN] r70105 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 20 14:03:29 PST 2016
Author: mmetz
Date: 2016-12-20 14:03:29 -0800 (Tue, 20 Dec 2016)
New Revision: 70105
Modified:
grass/trunk/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: add PointAnalysis toolbox
Modified: grass/trunk/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/toolboxes.xml 2016-12-20 20:53:42 UTC (rev 70104)
+++ grass/trunk/gui/wxpython/xml/toolboxes.xml 2016-12-20 22:03:29 UTC (rev 70105)
@@ -103,6 +103,7 @@
<module-item name="v.buffer">
<label>Buffer vectors</label>
</module-item>
+ <subtoolbox name="PointAnalysis"/>
<subtoolbox name="LidarAnalysis"/>
<subtoolbox name="LinearReferencing"/>
<module-item name="v.distance">
@@ -1220,6 +1221,23 @@
</module-item>
</items>
</toolbox>
+ <toolbox name="PointAnalysis">
+ <label>Point analysis</label>
+ <items>
+ <module-item name="v.outlier">
+ <label>Identify and remove outliers</label>
+ </module-item>
+ <module-item name="v.cluster">
+ <label>Identify point clusters</label>
+ </module-item>
+ <module-item name="v.perturb">
+ <label>Perturb points</label>
+ </module-item>
+ <module-item name="v.kcv">
+ <label>Test/training point sets</label>
+ </module-item>
+ </items>
+ </toolbox>
<toolbox name="LidarAnalysis">
<label>Lidar analysis</label>
<items>
More information about the grass-commit
mailing list