WxGUI Graphical Modeler: Difference between revisions
m (6.4.1) |
|||
Line 1: | Line 1: | ||
< [[wxGUI#Graphical Modeler|wxGUI]] | < [[wxGUI#Graphical Modeler|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. | '''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.4.1+. | ||
'''Note: the tool is currently under development and distributed as experimental prototype.''' See also '''[http://trac.osgeo.org/grass/wiki/wxGUIDevelopment/Modeler wiki page]''' for developers. | '''Note: the tool is currently under development and distributed as experimental prototype.''' See also '''[http://trac.osgeo.org/grass/wiki/wxGUIDevelopment/Modeler wiki page]''' for developers. |
Revision as of 14:45, 9 February 2011
< 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.4.1+.
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
-
Graphical Modeler: define model variables
-
Graphical Modeler: define loops in the model
-
Graphical Modeler: define if/else statements in the model
-
Graphical Modeler: define if/else statements in the model - show properties