File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
python/plugins/processing/algs/grass7/description Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11r.slope.aspect
2- r.aspect - Generates raster maps of aspect from a elevation raster map.
2+ r.aspect - Generates raster maps of aspect from an elevation raster map.
33Raster (r.*)
44ParameterRaster|elevation|Elevation|False
5- ParameterSelection|precision|Data type|FCELL;CELL;DCELL
6- ParameterBoolean|-a|Do not align the current region to the elevation layer|True
7- ParameterNumber|zfactor |Multiplicative factor to convert elevation units to meters|None|None|1.0
5+ ParameterSelection|precision|Data type|FCELL;CELL;DCELL|0
6+ * ParameterBoolean|-a|Do not align the current region to the elevation layer|False
7+ ParameterNumber|zscale |Multiplicative factor to convert elevation units to meters|None|None|1.0
88ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
99OutputRaster|aspect|Aspect
Original file line number Diff line number Diff line change 11r.slope.aspect
2- r.slope - Generates raster maps of slope from a elevation raster map.
2+ r.slope - Generates raster maps of slope from an elevation raster map.
33Raster (r.*)
44ParameterRaster|elevation|Elevation|False
5- ParameterSelection|precision|Data type|FCELL;CELL;DCELL
6- ParameterBoolean|-a|Do not align the current region to the elevation layer|True
7- ParameterNumber|zfactor |Multiplicative factor to convert elevation units to meters|None|None|1.0
5+ ParameterSelection|precision|Data type|FCELL;CELL;DCELL|0
6+ * ParameterBoolean|-a|Do not align the current region to the elevation layer|False
7+ ParameterNumber|zscale |Multiplicative factor to convert elevation units to meters|None|None|1.0
88ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
99OutputRaster|slope|Slope
You can’t perform that action at this time.
0 commit comments