[GRASS-SVN] r70154 - grass/branches/releasebranch_7_2/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 28 03:10:26 PST 2016
Author: neteler
Date: 2016-12-28 03:10:26 -0800 (Wed, 28 Dec 2016)
New Revision: 70154
Modified:
grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: also register v.qcount and v.normal in point analysis toolbox
Modified: grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml 2016-12-28 10:56:01 UTC (rev 70153)
+++ grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml 2016-12-28 11:10:26 UTC (rev 70154)
@@ -1242,12 +1242,18 @@
<module-item name="v.cluster">
<label>Identify point clusters</label>
</module-item>
+ <module-item name="v.qcount">
+ <label>Indices for quadrat counts of vector point lists</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>
+ <module-item name="v.normal">
+ <label>Tests for normality for vector points</label>
+ </module-item>
</items>
</toolbox>
<toolbox name="LidarAnalysis">
More information about the grass-commit
mailing list