WxGUI Graphical Modeler: Difference between revisions
m (make list into a table) |
|||
Line 9: | Line 9: | ||
The modeler currently allows to: | The modeler currently allows to: | ||
{| class="wikitable" | |||
| | |||
* define actions (GRASS commands) | * define actions (GRASS commands) | ||
* define data items (raster, vector, 3D raster) | * define data items (raster, vector, 3D raster) | ||
* define relations between data and action items | * define relations between data and action items | ||
* define loops (series), conditions | * define loops (series), conditions | ||
| | |||
* validate model | * validate model | ||
* run model | * run model | ||
Line 18: | Line 21: | ||
* export model settings to Python script | * export model settings to Python script | ||
* export model to image | * export model to image | ||
|} | |||
See also {{cmd|wxGUI.Modeler|desc=manual page}}. | See also {{cmd|wxGUI.Modeler|desc=manual page}}. |
Revision as of 11:27, 16 February 2012
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:
|
|
See also manual page.
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
Video tutorials
1) create schema with name of input mapset
2) copy vector maps from selected mapset to the current and stores their attributes in SQLite database
3) exports GRASS vector maps to the selected PostGIS database