WxGUI Modeler/cs: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(→‎Galerie: update to en version)
 
(2 intermediate revisions by one other user not shown)
Line 19: Line 19:


<center>
<center>
{|
<gallery perrow=2 widths=400 heights=300>
| [[Image:wxGUI-modeler.png|center|thumb|340px|Experimentální prototyp Grafického modeleru]]
Image:wxGUI-modeler.png|Experimentální prototyp Grafického modeleru
| [[Image:wxGUI-modeler1.png|center|thumb|400px|Experimentální prototyp Grafického modeleru]]
Image:wxGUI-modeler1.png|Experimentální prototyp Grafického modeleru
|-
Image:wxGUI-modeler2.png|Experimentální prototyp Grafického modeleru
| [[Image:wxGUI-modeler2.png|center|thumb|400px|Experimentální prototyp Grafického modeleru]]
Image:wxGUI-modeler3.png|Experimentální prototyp Grafického modeleru
| [[Image:wxGUI-modeler3.png|center|thumb|385px|Experimentální prototyp Grafického modeleru]]
Image:wxGUI-modeler-params.png|Graphical Modeler: run parametrized model
|-
Image:wxGUI-modeler-variables.png|Graphical Modeler: define model variables
| [[Image:wxGUI-modeler-params.png|center|thumb|450px|Graphical Modeler: run parametrized model]]
Image:wxGUI-modeler-loop.png|Graphical Modeler: define loops in the model
| [[Image:wxGUI-modeler-variables.png|center|thumb|340px|Graphical Modeler: define model variables]]
Image:wxGUI-modeler-if-else.png|Graphical Modeler: define if/else statements in the model
|}
Image:wxGUI-modeler-if-else-0.png|Graphical Modeler: define if/else statements in the model - show properties
</gallery>
</center>
</center>


== Návody ==
== Návody ==


* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-0.html Vytvoření jednoduchého modelu]]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-0.html Vytvoření jednoduchého modelu]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-1.html Definice přechodných datových položek]]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-1.html Definice přechodných datových položek]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-2.html Parametrizace modelu]]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-2.html Parametrizace modelu]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-3.html Define variables]
* [http://gama.fsv.cvut.cz/~landa/grass/swf/wxgui-modeler-3.html Definice proměnných]


== Externí odkazy ==
== Externí odkazy ==

Latest revision as of 21:21, 6 April 2013

< wxGUI

Grafický modeler je nadstavba wxGUI, která umožňuje uživateli vytvářet, editovat a spravovat tzv. modely. Tento nástroj je dostupný z menu "Soubor | Grafický modeler". Modeler je součástí od verze GRASS 6.5.

Poznámka: tento nástroj je v současnosti ve stádiu vývoje a distribuovaný jako experimentální prototyp.. Podívejte se také na wiki stránku pro vývojáře.

Modeler umožňuje:

  • definovat akce (GRASS moduly)
  • definovat datové položky (rastr, vector, 3D rastr)
  • definovat relace mezi datovými položkami a akcemi
  • validovat model
  • spustit model
  • uložit nastavení modelu do souboru (GRASS Model File|*.gxm)
  • exportovat nastavení modelu jako skript v jazyce Python
  • uložit model jako obrázek

Galerie

Návody

Externí odkazy