|
@@ -4,7 +4,20 @@
|
|
|
|
|
|
<p>
|
|
<p>
|
|
<b>Graphical modeler</b> is a <em><a href="wxGUI.html">wxGUI</a></em>
|
|
<b>Graphical modeler</b> is a <em><a href="wxGUI.html">wxGUI</a></em>
|
|
-extension which allows the user to create, edit, and manage models.
|
|
|
|
|
|
+extension which allows the user to create, edit, and manage
|
|
|
|
+models. It's available from the menu "File | Graphical modeler".
|
|
|
|
+
|
|
|
|
+<p>
|
|
|
|
+The modeler currently allows to:
|
|
|
|
+
|
|
|
|
+<ul>
|
|
|
|
+ <li>define actions (GRASS modules)
|
|
|
|
+ <li>define data items (raster, vector, 3D raster)
|
|
|
|
+ <li>define relations between data and action items
|
|
|
|
+ <li>validate model
|
|
|
|
+ <li>run model
|
|
|
|
+ <li>store model settings to the file (GRASS Model File|*.gxm)
|
|
|
|
+</ul>
|
|
|
|
|
|
<h2>AUTHORS</h2>
|
|
<h2>AUTHORS</h2>
|
|
|
|
|