wxGUI.Modeler.html 1.6 KB

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