[GRASS-SVN] r69734 - grass/branches/releasebranch_7_2/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 26 15:37:33 PDT 2016
Author: neteler
Date: 2016-10-26 15:37:33 -0700 (Wed, 26 Oct 2016)
New Revision: 69734
Modified:
grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI toolboxes: new modules added to menu (contributed by Stefan Blumentrath)
Modified: grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml 2016-10-26 17:45:21 UTC (rev 69733)
+++ grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml 2016-10-26 22:37:33 UTC (rev 69734)
@@ -174,9 +174,15 @@
<module-item name="r3.cross.rast">
<label>Cross section</label>
</module-item>
+ <module-item name="r3.flow">
+ <label>Compute 3D flow</label>
+ </module-item>
<module-item name="r3.gwflow">
<label>Groundwater modeling</label>
</module-item>
+ <module-item name="r3.gradient">
+ <label>Compute gradient</label>
+ </module-item>
<module-item name="v.vol.rst">
<label>Interpolate 3D raster from points</label>
</module-item>
@@ -348,6 +354,9 @@
<module-item name="r3.in.ascii">
<label>ASCII 3D import</label>
</module-item>
+ <module-item name="r3.in.lidar">
+ <label>LAS LiDAR points import</label>
+ </module-item>
<module-item name="r3.in.bin">
<label>Raw binary array 3D import</label>
</module-item>
@@ -429,6 +438,9 @@
<module-item name="v.out.dxf">
<label>DXF export</label>
</module-item>
+ <module-item name="v.out.lidar">
+ <label>LAS LiDAR points export</label>
+ </module-item>
<module-item name="v.out.postgis">
<label>PostGIS export</label>
</module-item>
@@ -1223,6 +1235,9 @@
<toolbox name="LidarAnalysis">
<label>Lidar analysis</label>
<items>
+ <module-item name="v.decimate">
+ <label>Decimates a point cloud</label>
+ </module-item>
<module-item name="v.outlier">
<label>Identify and remove outliers</label>
</module-item>
@@ -1750,6 +1765,9 @@
<module-item name="t.rast.to.rast3">
<label>Convert raster dataset to 3D raster</label>
</module-item>
+ <module-item name="t.rast.to.vect">
+ <label>Convert raster dataset to vector dataset </label>
+ </module-item>
<separator/>
<subtoolbox name="TemporalExtraction"/>
<module-item name="t.vect.db.select">
@@ -1770,8 +1788,12 @@
<module-item name="t.rast.gapfill">
<label>Interpolate gaps in raster datasets</label>
</module-item>
+ <module-item name="t.rast.contour">
+ <label>Contours from a space time raster dataset</label>
+ </module-item>
<subtoolbox name="TemporalAggregation"/>
<subtoolbox name="TemporalSampling"/>
+ <subtoolbox name="TemporalMapAlgebra"/>
<subtoolbox name="TemporalReportsAndStatistics"/>
<subtoolbox name="TemporalGuiTools"/>
</items>
@@ -1911,6 +1933,20 @@
</module-item>
</items>
</toolbox>
+ <toolbox name="TemporalMapAlgebra">
+ <label>Aggregation</label>
+ <items>
+ <module-item name="t.rast.algebra">
+ <label>Temporal raster algebra</label>
+ </module-item>
+ <module-item name="t.rast3d.algebra">
+ <label>Temporal raster 3D algebra</label>
+ </module-item>
+ <module-item name="t.vect.algebra">
+ <label>Temporal vector algebra</label>
+ </module-item>
+ </items>
+ </toolbox>
<toolbox name="TemporalSampling">
<label>Sampling</label>
<items>
More information about the grass-commit
mailing list