WxGUI Graphical Modeler: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(- roadmap)
Line 25: Line 25:
| [[Image:wxGUI-modeler2.png|center|thumb|400px|Experimental prototype of Graphical Modeler]]  
| [[Image:wxGUI-modeler2.png|center|thumb|400px|Experimental prototype of Graphical Modeler]]  
| [[Image:wxGUI-modeler3.png|center|thumb|385px|Experimental prototype of Graphical Modeler]]
| [[Image:wxGUI-modeler3.png|center|thumb|385px|Experimental prototype of Graphical Modeler]]
|-
| [[Image:wxGUI-modeler-params.png|center|thumb|400px|Graphical Modeler: run parametrized model]]
|  
|}
|}
</center>
</center>

Revision as of 19:55, 3 June 2010

< wxGUI

Graphical modeler is a wxGUI extension which allows the user to create, edit, and manage models. It's available from the menu "File | Graphical modeler". Graphical modeler is available in GRASS 6.5+.

Note: the tool is currently under development and distributed as experimental prototype. See also wiki page for developers.

The modeler currently allows to:

  • define actions (GRASS modules)
  • define data items (raster, vector, 3D raster)
  • define relations between data and action items
  • validate model
  • run model
  • store model settings to the file (GRASS Model File|*.gxm)
  • export model settings to Python script
  • export model to image

Gallery

Experimental prototype of Graphical Modeler
Experimental prototype of Graphical Modeler
Experimental prototype of Graphical Modeler
Experimental prototype of Graphical Modeler
Graphical Modeler: run parametrized model
 

HowTo

External links