wxGUI.Modeler.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <h2>DESCRIPTION</h2>
  2. <b>Note:</b> <em>wxGUI Modeler is currently under development.</em>
  3. <p>
  4. The <b>Graphical modeler</b> is a <em><a href="wxGUI.html">wxGUI</a></em>
  5. extension which allows the user to create, edit, and manage
  6. models. The modeler can be launched from the menu &quot;File |
  7. Graphical modeler&quot; or by clicking on
  8. icon <img src="icons/modeler-main.png"> in the toolbar.
  9. <p>
  10. The modeler currently allows to:
  11. <ul>
  12. <li>define data items (raster, vector, 3D raster maps)
  13. <li>define actions (GRASS modules)
  14. <li>define relations between data and action items
  15. <li>define loops and conditions (if-else statements)
  16. <li>define model variables
  17. <li>define intermediate data
  18. <li>parameterize actions
  19. <li>validate model
  20. <li>run model
  21. <li>store model settings to the file (GRASS Model File|*.gxm)
  22. <li>export model settings to Python script
  23. <li>export model to image file
  24. </ul>
  25. <h2>SEE ALSO</h2>
  26. <em>
  27. <a href="wxGUI.html">wxGUI</a>
  28. </em>
  29. <p>
  30. Other wxGUI components:<br>
  31. <em>
  32. <a href="wxGUI.Vector_Digitizer.html">Vector Digitizer</a><br>
  33. <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a><br>
  34. <a href="wxGUI.Nviz.html">3D Viewer</a><br>
  35. <a href="wxGUI.GCP_Manager.html">Manage Ground Control Points</a><br>
  36. <a href="wxGUI.PsMap.html">Hardcopy Map Output Utility</a><br>
  37. </em>
  38. <p>
  39. See also user <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page.
  40. <h2>AUTHOR</h2>
  41. <a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin Landa</a>, <a
  42. href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  43. <p>
  44. <i>$Date$</i>