1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
<h2>DESCRIPTION</h2>
Note: <b>wxGUI Modeler is currently under development. It's provided as
an experimental prototype.</b>
<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"> in the toolbar.
<p>
The modeler currently allows you 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="wxGUI_modeler.jpg" border="1"><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>
User-defined models available
from <a href="http://svn.osgeo.org/grass/grass-addons/models">SVN</a>.
<p>
See also
user <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page
(especially various <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Modeler#Video_tutorials">video
tutorials</a>).
<h2>AUTHORS</h2>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin Landa</a>, <a
href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
<p>
<i>$Date: 2013-04-18 08:12:55 +0200 (Thu, 18 Apr 2013) $</i>
|