[GRASS-SVN] r70107 - grass/branches/releasebranch_7_2/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 20 14:04:52 PST 2016


Author: mmetz
Date: 2016-12-20 14:04:52 -0800 (Tue, 20 Dec 2016)
New Revision: 70107

Modified:
   grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: add PointAnalysis toolbox

Modified: grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml	2016-12-20 22:03:52 UTC (rev 70106)
+++ grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml	2016-12-20 22:04:52 UTC (rev 70107)
@@ -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">
@@ -1232,6 +1233,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