wxGUI.Modeler.html 944 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. It's available from the menu &quot;File | Graphical modeler&quot;.
  7. <p>
  8. The modeler currently allows to:
  9. <ul>
  10. <li>define actions (GRASS modules)
  11. <li>define data items (raster, vector, 3D raster)
  12. <li>define relations between data and action items
  13. <li>validate model
  14. <li>run model
  15. <li>store model settings to the file (GRASS Model File|*.gxm)
  16. <li>export model settings to Python script
  17. <li>export model to image file
  18. </ul>
  19. <h2>SEE ALSO</h2>
  20. <em>
  21. <a href="wxGUI.html">wxGUI</a>,
  22. <a href="wxGUI.Icons.html">Icon themes</a>
  23. </em>
  24. <p>
  25. See also <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page.
  26. <h2>AUTHORS</h2>
  27. Martin Landa, CTU in Prague, Czech Republic
  28. <p>
  29. <i>$Date$</i>