g.gui.gmodeler.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!-- meta page description: wxGUI Graphical Modeler -->
  2. <!-- meta page index: topic_gui|GUI -->
  3. <h2>DESCRIPTION</h2>
  4. <p>
  5. The <b>Graphical Modeler</b> is
  6. a <em><a href="wxGUI.html">wxGUI</a></em> component which allows the user to
  7. create, edit, and manage complex models using easy-to-use
  8. interface. When performing analytical operations in GRASS, the
  9. operations are not isolated, but part of a chain of operations. Using
  10. Graphical Modeler, that chain of processes (ie. GRASS modules)
  11. can be wrapped into one process (ie. model). So it's easier to execute
  12. the model later with slightly different inputs or parameters.
  13. <p>
  14. The modeler can be launched from the Layer Manager menu <tt>File ->
  15. Graphical modeler</tt> or from the main
  16. toolbar <img src="icons/modeler-main.png" alt="icon">. It's also
  17. available as stand-alone module <em>g.gui.gmodeler</em>.
  18. <p>
  19. The Graphical Modeler allows you to:
  20. <ul>
  21. <li>define data items (raster, vector, 3D raster maps)</li>
  22. <li>define actions (GRASS commands)</li>
  23. <li>define relations between data and action items</li>
  24. <li>define loops (eg. map series) and conditions (if-else statements)</li>
  25. <li>define model variables</li>
  26. <li>parameterize GRASS commands</li>
  27. <li>define intermediate data</li>
  28. <li>validate and run model</li>
  29. <li>store model properties to the file (<tt>GRASS Model File|*.gxm</tt>)</li>
  30. <li>export model to Python script</li>
  31. <li>export model to image file</li>
  32. </ul>
  33. <center>
  34. <br>
  35. <img src="gmodeler_frame.jpg" border="1" alt="screenshot">
  36. <br>
  37. Figure: A model to perform unsupervised classification using MLC and SMAP
  38. </center>
  39. <h2>SEE ALSO</h2>
  40. <em>
  41. <a href="wxGUI.html">wxGUI</a><br>
  42. <a href="wxGUI.components.html">wxGUI components</a>
  43. </em>
  44. <p>
  45. User-defined models available
  46. from <a href="http://svn.osgeo.org/grass/grass-addons/wxgui_modeler">SVN</a>.
  47. <p>
  48. See also
  49. the <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Graphical_Modeler">wiki</a> page
  50. (especially various <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Graphical_Modeler#Video_tutorials">video
  51. tutorials</a>).
  52. <h2>AUTHOR</h2>
  53. Martin Landa, Czech Technical University in Prague, Czech Republic
  54. <p>
  55. <i>$Date$</i>