wxGUI.Modeler.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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" alt="icon"> 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>
  27. <img src="wxGUI_modeler.jpg" border="1" alt="screenshot">
  28. <br><br>
  29. </center>
  30. <h2>SEE ALSO</h2>
  31. <em>
  32. <a href="wxGUI.html">wxGUI</a><br>
  33. <a href="wxGUI.Components.html">wxGUI components</a>
  34. </em>
  35. <p>
  36. User-defined models available
  37. from <a href="http://svn.osgeo.org/grass/grass-addons/models">SVN</a>.
  38. <p>
  39. See also
  40. user <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page
  41. (especially various <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler#Video_tutorials">video
  42. tutorials</a>).
  43. <h2>AUTHOR</h2>
  44. <a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin Landa</a>, <a
  45. href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  46. <p>
  47. <i>$Date$</i>