[GRASS-SVN] r48799 - grass/branches/develbranch_6/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 14 13:37:46 EDT 2011


Author: martinl
Date: 2011-10-14 10:37:46 -0700 (Fri, 14 Oct 2011)
New Revision: 48799

Added:
   grass/branches/develbranch_6/gui/wxpython/docs/wxGUI_modeler.jpg
Modified:
   grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html
Log:
wxGUI/modeler: minor manual update


Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html	2011-10-14 17:29:49 UTC (rev 48798)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Modeler.html	2011-10-14 17:37:46 UTC (rev 48799)
@@ -1,29 +1,36 @@
 <h2>DESCRIPTION</h2>
 
-Note: <b>wxGUI Modeler is currently under development. Not
-all functionality is implemented.</b>
+Note: <b>wxGUI Modeler is currently under development provided as
+an experimental prototype.</b>
 
 <p>
-<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. The modeler can be launched from the menu &quot;File |
-Graphical modeler&quot; or by clicking on
+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"> in the toolbar.
 
 <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)
-  <li>export model settings to Python script
-  <li>export model to image file
+  <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>define intermediate data</li>
+  <li>validate and run model</li>
+  <li>store model properties to the file (<tt>GRASS Model File|*.gxm</tt>)</li>
+  <li>export model to Python script</li>
+  <li>export model to image file</li>
 </ul>
 
+<center>
+<br><img src="wxGUI_modeler.jpg" border="1"><br><br>
+</center>
+
 <h2>SEE ALSO</h2>
 
 <em>
@@ -41,7 +48,11 @@
 </em>
 
 <p>
-See also user <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page.
+See also
+user <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page
+which contains
+various <a href="http://grass.osgeo.org/wiki/WxGUI_Modeler#Video_Tutorials">video
+tutorials</a>.
 
 <h2>AUTHORS</h2>
 

Copied: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI_modeler.jpg (from rev 48798, grass/trunk/gui/wxpython/docs/wxGUI_modeler.jpg)
===================================================================
(Binary files differ)



More information about the grass-commit mailing list