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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 23 10:50:49 PDT 2016


Author: neteler
Date: 2016-05-23 10:50:49 -0700 (Mon, 23 May 2016)
New Revision: 68491

Modified:
   grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
Log:
g.gui.gmodeler manual: further language fixes (contributed by Vero Andreo)

Modified: grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html	2016-05-23 07:05:38 UTC (rev 68490)
+++ grass/trunk/gui/wxpython/gmodeler/g.gui.gmodeler.html	2016-05-23 17:50:49 UTC (rev 68491)
@@ -8,8 +8,8 @@
 complex models using an easy-to-use interface.
 When performing analytical operations in GRASS GIS, the
 operations are not isolated, but part of a chain of operations. Using the
-Graphical Modeler, a chain of processes (ie. GRASS GIS modules)
-can be wrapped into one process (ie. model). Subsequently it is easier to
+Graphical Modeler, a chain of processes (i.e. GRASS GIS modules)
+can be wrapped into one process (i.e. model). Subsequently it is easier to
 execute the model later on even with slightly different inputs or parameters.
 <br>
 Models represent a programming technique used in GRASS GIS to
@@ -21,7 +21,7 @@
 also be easily shared with others. Important to note is that models cannot
 perform specified tasks that one cannot also manually perform with GRASS
 GIS. It is recommended to first to develop the process manually, note down
-the steps (eg. by using the <i>Copy</i> button in module dialogs) and later
+the steps (e.g. by using the <i>Copy</i> button in module dialogs) and later
 replicate them in model.
 
 <p>
@@ -31,7 +31,7 @@
   <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 loops (e.g. map series) and conditions (if-else statements)</li>
   <li>define model variables</li>
   <li>parameterize GRASS commands</li>
   <li>define intermediate data</li>
@@ -82,7 +82,7 @@
 There is also a lower menu bar in the Graphical modeler dialog where one can
 manage model items, visualize commands, add or manage model variables,
 define default values and descriptions. The Python editor dialog window
-allows seeing worflows written in Python code. The rightmost tab of
+allows seeing workflows written in Python code. The rightmost tab of
 the bottom menu is automatically triggered when the model is activated and
 shows all the steps of running GRASS modeler modules. In case of errors
 in the calculation process, it is written at that place.
@@ -100,7 +100,7 @@
 derived model data are usually represented with oval diagrams. This type of
 model elements stores path to specific data on the user's disk. It is
 possible to insert vector data, raster data, database tables, etc.
-The type of data is clear distinguishable in the model by its color.
+The type of data is clearly distinguishable in the model by its color.
 Different model elements are shown in the figures below.
 
 <ul>
@@ -190,7 +190,7 @@
 type <em>g.gui.gmodeler</em>. The simplest way of inserting elements
 is by adding the complete GRASS command to the Command field in the GRASS command
 dialog (see figure below).  With full text search one can do faster
-module hunting. Next the label and the command can be added. In case that only
+module hunting. Next, the label and the command can be added. In case that only
 a module name is inserted, after pressing the <i>Enter</i> button, the
 module dialog window is displayed and it is possible to set all of the usual
 module options (parameters and flags).
@@ -205,11 +205,10 @@
 
 <h3>Managing model parameters</h3>  
 All used modules can be parameterized in the model. That causes launching the
-dialog with input options for model after the model is run. In this example
+dialog with input options for model after the model is run. In this example,
 input layers (<tt>zipcodes_wake</tt> vector map and <tt>elev_state_500m</tt> 
-raster map) are parameterized. Parameterized elements show their border
-slightly thicker in the model scheme with diagrams with respect to
-unparameterized elements.
+raster map) are parameterized. Parameterized elements show their diagram border
+slightly thicker than those of unparameterized elements.
 
 <center>
 <a href="g_gui_gmodeler_parameter.png">
@@ -244,7 +243,7 @@
 <a href="g_gui_gmodeler_zipcodes_avg_elevation.gxm">here</a>.
 
 <p>
-After the model is run by clicking the <i>Run</i> button
+The model is run by clicking the <i>Run</i> button
 <img src="icons/execute.png" alt="run">. When all inputs are set, the results can
 be displayed as shown in the next Figure:
 
@@ -295,7 +294,7 @@
 <p>
 The key point is the usage of <tt>%</tt> before the substituting variable and 
 settings in <tt>Variables</tt> dialog. For example, in case of a model variable 
-<tt>raster</tt> that points to a input file path and which value is required to be 
+<tt>raster</tt> that points to an input file path and which value is required to be 
 used as one of inputs for a particular model, it should be specified in the
 <tt>Variables</tt> dialog with its respective name (<tt>raster</tt>), data type,
 default value and description. Then it should be set in the module dialog as
@@ -347,7 +346,7 @@
 <h3>Using the Python editor</h3>
 By using the Python editor in the Graphical Modeler one can add Python code and then 
 run it with <i>Run</i> button or just save it as a Python script <tt>*.py</tt>.
-The result is shown in below Figure:
+The result is shown in the Figure below:
 
 <center>
 <a href="g_gui_gmodeler_python_code.png">



More information about the grass-commit mailing list