wxGUI.Modeler.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <h2>DESCRIPTION</h2>
  2. <b>Note:</b> <em>wxGUI Modeler is currently under development.</em>
  3. <p>
  4. <b>Graphical modeler</b> is a <em><a href="wxGUI.html">wxGUI</a></em>
  5. extension which allows the user to create, edit, and manage
  6. models. The modeler can be launched from the menu &quot;File |
  7. Graphical modeler&quot; or by clicking on
  8. icon <img src="icons/grass2/modeler-main.png"> in the toolbar.
  9. <p>
  10. The modeler currently allows to:
  11. <ul>
  12. <li>define actions (GRASS modules)
  13. <li>define data items (raster, vector, 3D raster maps)
  14. <li>define relations between data and action items
  15. <li>define loops and conditions (if-else statements)
  16. <li>define model variables
  17. <li>define intermediate data
  18. <li>parameterize actions
  19. <li>validate model
  20. <li>run model
  21. <li>store model settings to the file (GRASS Model File|*.gxm)
  22. <li>export model settings to Python script
  23. <li>export model to image file
  24. </ul>
  25. <h2>SEE ALSO</h2>
  26. <em>
  27. <a href="wxGUI.html">wxGUI</a>,
  28. <a href="wxGUI.Icons.html">Icon themes</a>
  29. </em>
  30. <p>
  31. See also user <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page.
  32. <h2>AUTHORS</h2>
  33. Martin Landa, CTU in Prague, Czech Republic
  34. <p>
  35. <i>$Date$</i>