1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <h2>DESCRIPTION</h2>
- <b>Note:</b> <em>wxGUI Modeler is currently under development.</em>
- <p>
- The <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/modeler-main.png"> in the toolbar.
- <p>
- The modeler currently allows to:
- <ul>
- <li>define data items (raster, vector, 3D raster maps)
- <li>define actions (GRASS modules)
- <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>
- <a href="wxGUI.PsMap.html">Hardcopy Map Output Utility</a><br>
- </em>
- <p>
- See also user <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page.
- <h2>AUTHOR</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$</i>
|