WxGUI Graphical Modeler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< [[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''' is a [[wxGUI]] extension which allows the user to create, edit, and manage models. It's available from the menu "File | Graphical modeler". | ||
Line 5: | Line 5: | ||
The modeler currently allows to: | 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 into Python script | |||
== Gallery == | == Gallery == | ||
[[Image:wxGUI-modeler.png|center|thumb| | <center> | ||
[[Image:wxGUI-modeler1.png|center|thumb|400px|Experimental prototype of Graphical Modeler]] | {| | ||
[[Image:wxGUI-modeler2.png|center|thumb|400px|Experimental prototype of Graphical Modeler]] | | [[Image:wxGUI-modeler.png|center|thumb|340px|Experimental prototype of Graphical Modeler]] | ||
[[Image:wxGUI-modeler3.png|center|thumb| | | [[Image:wxGUI-modeler1.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]] | |||
|} | |||
</center> | |||
== External links == | == External links == |
Revision as of 09:28, 14 April 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".
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 into Python script