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 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS Manual: wxGUI.Modeler</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">
<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
<h2>NAME</h2>
<em><b>wxGUI.Modeler</b></em>
<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>
<HR>
<P><a href="index.html">Main index</a> - <a href="wxGUI.html">wxGUI index</a> - <a href="full_index.html">Full index</a></P>
<P>© 2003-2014 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>
|