wxGUI.Modeler.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <h2>DESCRIPTION</h2>
  2. <b>Note:</b> <em>wxGUI Modeler is currently under development.</em>
  3. <p>
  4. <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/grass2/modeler-main.png"> in the toolbar.
  9. <p>
  10. The modeler currently allows to:
  11. <ul>
  12. <li>define actions (GRASS modules)
  13. <li>define data items (raster, vector, 3D raster maps)
  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. </em>
  37. <p>
  38. See also user <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page.
  39. <h2>AUTHORS</h2>
  40. Martin Landa, CTU in Prague, Czech Republic
  41. <p>
  42. <i>$Date$</i>