File: wxGUI.Modeler.html

package info (click to toggle)
grass 6.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 96,212 kB
  • sloc: ansic: 412,640; python: 54,987; tcl: 45,923; cpp: 29,790; sh: 18,410; makefile: 6,878; xml: 3,390; yacc: 561; perl: 559; lex: 480; sed: 66; objc: 7
file content (63 lines) | stat: -rw-r--r-- 1,932 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<h2>DESCRIPTION</h2>

Note: <b>wxGUI Modeler is currently under development. It's provided as
an experimental prototype.</b>

<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"> in the toolbar.

<p>
The modeler currently 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>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>
  <a href="wxGUI.html">wxGUI</a>
</em>

<p>
Other wxGUI components:<br>
<em>
<a href="wxGUI.Vector_Digitizer.html">Vector Digitizer</a><br>
<a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a><br>
<a href="wxGUI.Nviz.html">3D Viewer</a><br>
<a href="wxGUI.GCP_Manager.html">Manage Ground Control Points</a><br>
<a href="wxGUI.PsMap.html">Cartographic Composer</a><br>
</em>

<p>
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>

<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin Landa</a>, <a
href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic

<p>
<i>$Date: 2011-10-14 19:41:50 +0200 (Fri, 14 Oct 2011) $</i>