浏览代码

wxGUI/gmodeler: add intro to the manual

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55522 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父节点
当前提交
233fff0ffe
共有 1 个文件被更改,包括 15 次插入6 次删除
  1. 15 6
      gui/wxpython/gmodeler/g.gui.gmodeler.html

+ 15 - 6
gui/wxpython/gmodeler/g.gui.gmodeler.html

@@ -4,13 +4,22 @@
 
 <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>
@@ -18,7 +27,7 @@ The modeler currently allows to:
   <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>