WxGUI Graphical Modeler: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
Line 37: Line 37:
{{YouTube|uNSwjSr90Lw|desc=Define intermediate data}}
{{YouTube|uNSwjSr90Lw|desc=Define intermediate data}}
{{YouTube|j2UfmXbzvpg|desc=Model parametrization}}
{{YouTube|j2UfmXbzvpg|desc=Model parametrization}}
 
{{YouTube|RztxMXXtA0s|desc=Define variables}}
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-0.html Creating simple model]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-1.html Define intermediate data]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-2.html Model parametrization]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-3.html Define variables]


== External links ==
== External links ==

Revision as of 08:29, 22 May 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

HowTo

Creating simple model
Define intermediate data
Model parametrization
Define variables

External links