[GRASS-SVN] r53818 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 14 09:29:35 PST 2012
Author: martinl
Date: 2012-11-14 09:29:35 -0800 (Wed, 14 Nov 2012)
New Revision: 53818
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: add r3.in/out.bin to the menu
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2012-11-14 17:21:39 UTC (rev 53817)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2012-11-14 17:29:35 UTC (rev 53818)
@@ -310,6 +310,13 @@
<command>r3.in.ascii</command>
</menuitem>
<menuitem>
+ <label>Raw binary array 3D import</label>
+ <help>Import a binary raster file into a GRASS 3D raster map.</help>
+ <keywords>raster3d,import</keywords>
+ <handler>OnMenuCmd</handler>
+ <command>r3.in.bin</command>
+ </menuitem>
+ <menuitem>
<label>Vis5D import</label>
<help>Import 3-dimensional Vis5D files.</help>
<keywords>raster3d,voxel</keywords>
@@ -518,6 +525,13 @@
<command>r3.out.ascii</command>
</menuitem>
<menuitem>
+ <label>Raw binary array 3D export</label>
+ <help>Exports a GRASS 3D raster map to a binary array.</help>
+ <keywords>raster3d,export</keywords>
+ <handler>OnMenuCmd</handler>
+ <command>r3.out.bin</command>
+ </menuitem>
+ <menuitem>
<label>Vis5D export</label>
<help>Exports GRASS 3D raster map to 3-dimensional Vis5D file.</help>
<keywords>raster3d,voxel,export</keywords>
More information about the grass-commit
mailing list