WxGUI Modeler/cs: Difference between revisions
m (→Návody: update to en version) |
⚠️Wenzeslaus (talk | contribs) (→Návody) |
||
(3 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|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-modeler3.png|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-loop.png|Graphical Modeler: define loops in the model | ||
| | 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 | * [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
-
Experimentální prototyp Grafického modeleru
-
Experimentální prototyp Grafického modeleru
-
Experimentální prototyp Grafického modeleru
-
Experimentální prototyp Grafického modeleru
-
Graphical Modeler: run parametrized model
-
Graphical Modeler: define model variables
-
Graphical Modeler: define loops in the model
-
Graphical Modeler: define if/else statements in the model
-
Graphical Modeler: define if/else statements in the model - show properties
Návody
- Vytvoření jednoduchého modelu
- Definice přechodných datových položek
- Parametrizace modelu
- Definice proměnných