-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix also grass7 r.aspect and re-adds r.slope
- Loading branch information
Giovanni Manghi
committed
Apr 26, 2015
1 parent
42f0aa2
commit ac2d817
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
python/plugins/processing/algs/grass7/description/r.slope.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
r.slope.aspect | ||
r.slope - Generates raster maps of slope from a elevation raster map. | ||
Raster (r.*) | ||
ParameterRaster|elevation|Elevation|False | ||
ParameterSelection|precision|Data type|CELL;FCELL;DCELL | ||
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0 | ||
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0 | ||
OutputRaster|slope|Output aspect layer |