Skip to content

Commit 8a1ea2e

Browse files
committedApr 16, 2015
Update Slope,Aspect,Curvature.txt
Better defaults for slope and aspect in saga:processing
1 parent c9ec4d4 commit 8a1ea2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎python/plugins/processing/algs/saga/description/2.1.3/Slope,Aspect,Curvature.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Slope, Aspect, Curvature
22
ta_morphometry
33
ParameterRaster|ELEVATION|Elevation|False
44
ParameterSelection|METHOD|Method|[0] Maximum Slope (Travis et al. 1975);[1] Maximum Triangle Slope (Tarboton 1997);[2] Least Squares Fitted Plane (Horn 1981, Costa-Cabral & Burgess 1996);[3] 6 parameter 2nd order polynom (Evans 1979);[4] 6 parameter 2nd order polynom (Heerdegen & Beran 1982);[5] 6 parameter 2nd order polynom (Bauer, Rohdenburg, Bork 1985);[6] 9 parameter 2nd order polynom (Zevenbergen & Thorne 1987);[7]10 parameter 3rd order polynom (Haralick 1983)|6
5-
ParameterSelection|UNIT_SLOPE|Slope Units|[0] radians;[1] degree;[2] percent|0
6-
ParameterSelection|UNIT_ASPECT|Aspect Units|[0] radians;[1] degree|0
5+
ParameterSelection|UNIT_SLOPE|Slope Units|[0] radians;[1] degree;[2] percent|1
6+
ParameterSelection|UNIT_ASPECT|Aspect Units|[0] radians;[1] degree|1
77
OutputRaster|SLOPE|Slope
88
OutputRaster|ASPECT|Aspect
99
OutputRaster|C_GENE|General Curvature
@@ -15,4 +15,4 @@ OutputRaster|C_CROS|Cross-Sectional Curvature
1515
OutputRaster|C_MINI|Minimal Curvature
1616
OutputRaster|C_MAXI|Maximal Curvature
1717
OutputRaster|C_TOTA|Total Curvature
18-
OutputRaster|C_ROTO|Flow-Line Curvature
18+
OutputRaster|C_ROTO|Flow-Line Curvature

0 commit comments

Comments
 (0)
Please sign in to comment.