wxGUI.Modeler.html 913 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 into Python script
  17. </ul>
  18. <h2>SEE ALSO</h2>
  19. <em>
  20. <a href="wxGUI.html">wxGUI</a>,
  21. <a href="wxGUI.Icons.html">Icon themes</a>
  22. </em>
  23. <p>
  24. See also <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page.
  25. <h2>AUTHORS</h2>
  26. Martin Landa, CTU in Prague, Czech Republic
  27. <p>
  28. <i>$Date$</i>