File: wxGUI.Modeler.html

package info (click to toggle)
grass 6.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 104,028 kB
  • ctags: 40,409
  • sloc: ansic: 419,980; python: 63,559; tcl: 46,692; cpp: 29,791; sh: 18,564; makefile: 7,000; xml: 3,505; yacc: 561; perl: 559; lex: 480; sed: 70; objc: 7
file content (59 lines) | stat: -rw-r--r-- 1,754 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
<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 you 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><br>
  <a href="wxGUI.Components.html">wxGUI components</a>
</em>

<p>
User-defined models available
from <a href="http://svn.osgeo.org/grass/grass-addons/models">SVN</a>.

<p>
See also
user <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Modeler">wiki</a> page
(especially various <a href="http://grasswiki.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: 2013-04-18 08:12:55 +0200 (Thu, 18 Apr 2013) $</i>