wxGUI.Modeler.html 1.8 KB

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