[GRASS-SVN] r48798 - grass/trunk/gui/wxpython/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 14 13:29:50 EDT 2011
Author: martinl
Date: 2011-10-14 10:29:49 -0700 (Fri, 14 Oct 2011)
New Revision: 48798
Added:
grass/trunk/gui/wxpython/docs/wxGUI_modeler.jpg
Modified:
grass/trunk/gui/wxpython/docs/wxGUI.Modeler.html
Log:
wxGUI/modeler: minor manual update
Modified: grass/trunk/gui/wxpython/docs/wxGUI.Modeler.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.Modeler.html 2011-10-14 15:57:45 UTC (rev 48797)
+++ grass/trunk/gui/wxpython/docs/wxGUI.Modeler.html 2011-10-14 17:29:49 UTC (rev 48798)
@@ -2,33 +2,34 @@
<!-- meta page index: wxGUI -->
<h2>DESCRIPTION</h2>
-<b>Note:</b> <em>wxGUI Modeler is currently under development.</em>
-
<p>
-The <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 "File |
-Graphical modeler" or by clicking on
-icon <img src="icons/modeler-main.png"> in the toolbar.
+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 data items (raster, vector, 3D raster maps)
- <li>define actions (GRASS modules)
- <li>define relations between data and action items
- <li>define loops and conditions (if-else statements)
- <li>define model variables
- <li>define intermediate data
- <li>parameterize actions
- <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_layer_manager.jpg" border="1"><br><br>
+</center>
+
<h2>SEE ALSO</h2>
<em>
@@ -46,7 +47,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>AUTHOR</h2>
Added: grass/trunk/gui/wxpython/docs/wxGUI_modeler.jpg
===================================================================
(Binary files differ)
Property changes on: grass/trunk/gui/wxpython/docs/wxGUI_modeler.jpg
___________________________________________________________________
Added: svn:mime-type
+ image/jpeg
More information about the grass-commit
mailing list