Skip to content

Commit 9c62dfb

Browse files
pcavalexbruy
authored andcommitted
Simplify slope and aspect GRASS modules
1 parent b6df9e6 commit 9c62dfb

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed
2.46 KB
Loading
1.3 KB
Loading
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3+
4+
<qgisgrassmodule label="Create aspect raster from DEM (digital elevation model)" module="r.slope.aspect">
5+
<option key="elevation" />
6+
<option key="aspect" />
7+
</qgisgrassmodule>
2.46 KB
Loading
1.51 KB
Loading

src/plugins/grass/modules/r.slope.qgm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3+
4+
<qgisgrassmodule label="Create slope raster from DEM (digital elevation model)" module="r.slope.aspect">
5+
<option key="elevation" />
6+
<option key="slope" />
7+
</qgisgrassmodule>

0 commit comments

Comments
 (0)