g.gui.gmodeler.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. It's also available as stand-alone module <em>g.gui.gmodeler</em>.
  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="gmodeler_frame.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. <em>
  37. <a href="g.gui.html">g.gui</a>,
  38. <a href="g.gui.animation.html">g.gui.animation</a>,
  39. <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
  40. <a href="g.gui.iclass.html">g.gui.iclass</a>,
  41. <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
  42. <a href="g.gui.psmap.html">g.gui.psmap</a>,
  43. <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
  44. <a href="g.gui.vdigit.html">g.gui.vdigit</a>
  45. </em>
  46. <p>
  47. User-defined models available
  48. from <a href="http://svn.osgeo.org/grass/grass-addons/wxgui_modeler">SVN</a>.
  49. <p>
  50. See also
  51. the <a href="http://grass.osgeo.org/wiki/WxGUI_Graphical_Modeler">wiki</a> page
  52. (especially various <a href="http://grass.osgeo.org/wiki/WxGUI_Graphical_Modeler#Video_tutorials">video
  53. tutorials</a>).
  54. <h2>AUTHOR</h2>
  55. Martin Landa, Czech Technical University in Prague, Czech Republic
  56. <p>
  57. <i>$Date$</i>