Skip to content

Commit

Permalink
Add new -e -n flags
Browse files Browse the repository at this point in the history
New features in GRASS 7.6: Add -n flag to create aspect as degrees clockwise from North (azimuth), with flat = -9999 (like gdaldem); new -e flag to compute values at edges (like gdaldem -compute_edges).
  • Loading branch information
PedroVenancio authored and nyalldawson committed Jan 29, 2020
1 parent 4fe056b commit 68cbc5b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -5,6 +5,8 @@ QgsProcessingParameterRasterLayer|elevation|Elevation|None|False
QgsProcessingParameterEnum|format|Format for reporting the slope|degrees;percent|False|0|True
QgsProcessingParameterEnum|precision|Type of output aspect and slope layer|FCELL;CELL;DCELL|False|0|True
QgsProcessingParameterBoolean|-a|Do not align the current region to the elevation layer|True
QgsProcessingParameterBoolean|-e|Compute output at edges and near NULL values|False
QgsProcessingParameterBoolean|-n|Create aspect as degrees clockwise from North (azimuth), with flat = -9999|False
QgsProcessingParameterNumber|zscale|Multiplicative factor to convert elevation units to meters|QgsProcessingParameterNumber.Double|1.0|True|None|None
QgsProcessingParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|QgsProcessingParameterNumber.Double|0.0|True|None|None
QgsProcessingParameterRasterDestination|slope|Slope|None|True
Expand Down

0 comments on commit 68cbc5b

Please sign in to comment.