g.gui.gmodeler.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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.mapswipe.html">g.gui.mapswipe</a>,
  40. <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
  41. </em>
  42. <p>
  43. User-defined models available
  44. from <a href="http://svn.osgeo.org/grass/grass-addons/wxgui_modeler">SVN</a>.
  45. <p>
  46. See also
  47. the <a href="http://grass.osgeo.org/wiki/WxGUI_Graphical_Modeler">wiki</a> page
  48. (especially various <a href="http://grass.osgeo.org/wiki/WxGUI_Graphical_Modeler#Video_tutorials">video
  49. tutorials</a>).
  50. <h2>AUTHOR</h2>
  51. Martin Landa, Czech Technical University in Prague, Czech Republic
  52. <p>
  53. <i>$Date$</i>