Skip to content

Commit e1b4403

Browse files
authored
Update instructions for GRASS Addon (#15)
1 parent 20dd46d commit e1b4403

8 files changed

+37
-1
lines changed
37.3 KB
Loading
Loading
39.7 KB
Loading
53.5 KB
Loading
Loading
30.4 KB
Loading
89.2 KB
Loading

user_guide/docs/providers.md

+37-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,43 @@ to a GRASS target directory which is typically located in:
7171

7272
* Install GRASS GIS: <https://grass.osgeo.org/download/>
7373
* Download latest SMODERP2D version: <https://github.com/storm-fsv-cvut/smoderp2d/releases>
74-
* Open GRASS Addon located in ``bin/grass/r.smoderp2d/r.smoderp2d.py``
74+
* Install GRASS Addon: `g.extension extension=r.smoderp2d url=/path/to/smoderp2d/bin/grass/r.smoderp2d`
75+
* Install SMODERP2D package: `python3 -m pip install smoderp2d`
76+
* Launch GRASS Addon: `r.smoderp2d`
77+
78+
### Usage
79+
80+
GRASS Addon is organized into several tabs similar to the QGIS plugin:
81+
82+
- *Spatial data*
83+
84+
![](./img/grass_addon_spatial_data.png)
85+
86+
- *Model parameters*
87+
88+
![](./img/grass_addon_model_parameters.png)
89+
90+
- *Computation options*
91+
92+
![](./img/grass_addon_comp_options.png)
93+
94+
- *Advanced*
95+
96+
![](./img/grass_addon_advanced.png)
97+
98+
Compared to the QGIS plugin, the GRASS addon has a few more tabs:
99+
100+
- *Optional* for GRASS-related global options
101+
102+
![](./img/grass_addon_optional.png)
103+
104+
- *Command output* for messages printed by running command
105+
106+
![](./img/grass_addon_command_output.png)
107+
108+
- *Manual* for GRASS Addon documentation
109+
110+
![](./img/grass_addon_manual.png)
75111

76112
## ArcGIS Pro Toolbox
77113
In the ArcGIS environment are a toolboxes a collection of geoprocessing tools. SMODERP are developed as extend tolbox of the ArcGIS software.

0 commit comments

Comments
 (0)