[GRASS-SVN] r55522 - grass/trunk/gui/wxpython/gmodeler

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 26 05:44:25 PDT 2013


Author: martinl
Date: 2013-03-26 05:44:25 -0700 (Tue, 26 Mar 2013)
New Revision: 55522

Modified:
   grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
Log:
wxGUI/gmodeler: add intro to the manual


Modified: grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html	2013-03-26 11:40:12 UTC (rev 55521)
+++ grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html	2013-03-26 12:44:25 UTC (rev 55522)
@@ -4,21 +4,30 @@
 
 <p>
 The <b>Graphical Modeler</b> is
-a <em><a href="wxGUI.html">wxGUI</a></em> compoment which allows the
-user to create, edit, and manage models. The modeler can be launched
-from the menu <tt>File -> Graphical modeler</tt> or by
-clicking on icon <img src="icons/modeler-main.png" alt="icon"> in the toolbar. It's also available as stand-alone module <em>g.gui.gmodeler</em>.
+a <em><a href="wxGUI.html">wxGUI</a></em> component which allows to
+create, edit, and manage complex models using easy-to-use
+interface. When performing analytical operations in GRASS, the
+operations are not isolated, but part of a chain of operations. Using
+Graphical Modeler, that chain of processes (ie. GRASS modules)
+can be wrapped into one process (ie. model). So it's easier to execute
+the model later with slightly different inputs or parameters.
 
 <p>
-The modeler currently allows to:
+The modeler can be launched from the Layer Manager menu <tt>File ->
+Graphical modeler</tt> or from the main
+toolbar <img src="icons/modeler-main.png" alt="icon">. It's also
+available as stand-alone module <em>g.gui.gmodeler</em>.
 
+<p>
+The Graphical Modeler allows to:
+
 <ul>
   <li>define data items (raster, vector, 3D raster maps)</li>
   <li>define actions (GRASS commands)</li>
   <li>define relations between data and action items</li>
   <li>define loops (eg. map series) and conditions (if-else statements)</li>
   <li>define model variables</li>
-  <li>parameterize commands</li>
+  <li>parameterize GRASS commands</li>
   <li>define intermediate data</li>
   <li>validate and run model</li>
   <li>store model properties to the file (<tt>GRASS Model File|*.gxm</tt>)</li>



More information about the grass-commit mailing list