WxGUI Graphical Modeler: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
Line 48: Line 48:
{{YouTube|LFdn1VozMfo|desc=Creating model with series (loop) - static list of maps}}
{{YouTube|LFdn1VozMfo|desc=Creating model with series (loop) - static list of maps}}
{{YouTube|b1QOBlT-oXE|desc=Creating model with series (loop) - dynamic list of maps}}
{{YouTube|b1QOBlT-oXE|desc=Creating model with series (loop) - dynamic list of maps}}
{{YouTube|DTMmmcVpJKk|desc=Creating model which exports all GRASS vector maps from given mapset to PostGIS database}}


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

Revision as of 14:09, 25 October 2011

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.2+.

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 commands)
  • define data items (raster, vector, 3D raster)
  • define relations between data and action items
  • define loops (series), conditions
  • validate model
  • run model
  • store model settings to the file (GRASS Model File|*.gxm)
  • export model settings to Python script
  • export model to image

See also manual page wxGUI.Modeler.

Gallery

Video tutorials

Creating simple model
Define intermediate data
Model parametrization
Define variables
Start model with data item
Creating simple model in wxGUI Graphical Modeler
Start model with data, define relation manually
Creating model with series (loop) - static list of maps
Creating model with series (loop) - dynamic list of maps
Creating model which exports all GRASS vector maps from given mapset to PostGIS database

External links