WxGUI Graphical Modeler: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(→‎Gallery: if/else)
Line 19: Line 19:


<center>
<center>
{|
<gallery perrow=2 widths=400 heights=300>
| [[Image:wxGUI-modeler.png|center|thumb|340px|Experimental prototype of Graphical Modeler]]
Image:wxGUI-modeler.png|Experimental prototype of Graphical Modeler
| [[Image:wxGUI-modeler1.png|center|thumb|400px|Experimental prototype of Graphical Modeler]]
Image:wxGUI-modeler1.png|Experimental prototype of Graphical Modeler
|-
Image:wxGUI-modeler2.png|Experimental prototype of Graphical Modeler
| [[Image:wxGUI-modeler2.png|center|thumb|400px|Experimental prototype of Graphical Modeler]]
Image:wxGUI-modeler3.png|Experimental prototype of Graphical Modeler
| [[Image:wxGUI-modeler3.png|center|thumb|385px|Experimental prototype of Graphical Modeler]]
Image:wxGUI-modeler-params.png|Graphical Modeler: run parametrized model
|-
Image:wxGUI-modeler-variables.png|Graphical Modeler: define model variables
| [[Image:wxGUI-modeler-params.png|center|thumb|450px|Graphical Modeler: run parametrized model]]
Image:wxGUI-modeler-loop.png|Graphical Modeler: define loops in the model  
| [[Image:wxGUI-modeler-variables.png|center|thumb|340px|Graphical Modeler: define model variables]]
Image:wxGUI-modeler-if-else.png|Graphical Modeler: define if/else statements in the model
|-
Image:wxGUI-modeler-if-else-0.png|Graphical Modeler: define if/else statements in the model - show properties
| [[Image:wxGUI-modeler-loop.png|center|thumb|340px|Graphical Modeler: define loops in the model]]
</gallery>
| [[Image:wxGUI-modeler-if-else.png|center|thumb|340px|Graphical Modeler: define if/else statements in the model]]
|}
</center>
</center>



Revision as of 15:41, 23 September 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 comes with 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

HowTo

External links