12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <!-- meta page description: wxGUI Graphical Modeler -->
- <!-- meta page index: wxGUI -->
- <h2>DESCRIPTION</h2>
- <p>
- The <b>Graphical Modeler</b> is
- a <em><a href="wxGUI.html">wxGUI</a></em> compoment which allows the
- user to create, edit, and manage models. The modeler can be launched
- from the menu <tt>File -> Graphical modeler</tt> or by
- clicking on icon <img src="icons/modeler-main.png" alt="icon"> in the toolbar. It's also available as stand-alone module <em>g.gui.gmodeler</em>.
- <p>
- The modeler currently allows to:
- <ul>
- <li>define data items (raster, vector, 3D raster maps)</li>
- <li>define actions (GRASS commands)</li>
- <li>define relations between data and action items</li>
- <li>define loops (eg. map series) and conditions (if-else statements)</li>
- <li>define model variables</li>
- <li>parameterize commands</li>
- <li>define intermediate data</li>
- <li>validate and run model</li>
- <li>store model properties to the file (<tt>GRASS Model File|*.gxm</tt>)</li>
- <li>export model to Python script</li>
- <li>export model to image file</li>
- </ul>
- <center>
- <br>
- <img src="gmodeler_frame.jpg" border="1" alt="screenshot">
- <br><br>
- </center>
- <h2>SEE ALSO</h2>
- <em>
- <a href="wxGUI.html">wxGUI</a><br>
- <a href="wxGUI.Components.html">wxGUI components</a>
- </em>
- <p>
- <em>
- <a href="g.gui.html">g.gui</a>,
- <a href="g.gui.animation.html">g.gui.animation</a>,
- <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
- <a href="g.gui.iclass.html">g.gui.iclass</a>,
- <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
- <a href="g.gui.psmap.html">g.gui.psmap</a>,
- <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
- <a href="g.gui.vdigit.html">g.gui.vdigit</a>
- </em>
- <p>
- User-defined models available
- from <a href="http://svn.osgeo.org/grass/grass-addons/wxgui_modeler">SVN</a>.
- <p>
- See also
- the <a href="http://grass.osgeo.org/wiki/WxGUI_Graphical_Modeler">wiki</a> page
- (especially various <a href="http://grass.osgeo.org/wiki/WxGUI_Graphical_Modeler#Video_tutorials">video
- tutorials</a>).
- <h2>AUTHOR</h2>
- Martin Landa, Czech Technical University in Prague, Czech Republic
- <p>
- <i>$Date$</i>
|