123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <h2>DESCRIPTION</h2>
- <b>Note:</b> <em>wxGUI Modeler is currently under development.</em>
- <p>
- <b>Graphical modeler</b> is a <em><a href="wxGUI.html">wxGUI</a></em>
- extension which allows the user to create, edit, and manage
- models. The modeler can be launched from the menu "File |
- Graphical modeler" or by clicking on
- icon <img src="icons/grass2/modeler-main.png"> in the toolbar.
- <p>
- The modeler currently allows to:
- <ul>
- <li>define actions (GRASS modules)
- <li>define data items (raster, vector, 3D raster maps)
- <li>define relations between data and action items
- <li>define loops and conditions (if-else statements)
- <li>define model variables
- <li>define intermediate data
- <li>parameterize actions
- <li>validate model
- <li>run model
- <li>store model settings to the file (GRASS Model File|*.gxm)
- <li>export model settings to Python script
- <li>export model to image file
- </ul>
- <h2>SEE ALSO</h2>
- <em>
- <a href="wxGUI.html">wxGUI</a>
- </em>
- <p>
- Other wxGUI components:<br>
- <em>
- <a href="wxGUI.Vector_Digitizer.html">Vector Digitizer</a><br>
- <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a><br>
- <a href="wxGUI.Nviz.html">3D Viewer</a><br>
- <a href="wxGUI.GCP_Manager.html">Manage Ground Control Points</a><br>
- </em>
- <p>
- See also user <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page.
- <h2>AUTHORS</h2>
- Martin Landa, CTU in Prague, Czech Republic
- <p>
- <i>$Date$</i>
|