Skip to content

Commit 2fe69e6

Browse files
committedOct 18, 2014
Merge pull request #1635 from gioman/saga_slope
Fixes SAGA slope,aspect,curvature for SAGA 2.1.x
2 parents d77e0f0 + 28f3f46 commit 2fe69e6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
 
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Slope, Aspect, Curvature
2+
ta_morphometry
3+
ParameterRaster|ELEVATION|Elevation|False
4+
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
7+
OutputRaster|SLOPE|Slope
8+
OutputRaster|ASPECT|Aspect
9+
OutputRaster|C_GENE|General Curvature
10+
OutputRaster|C_PLAN|Plan Curvature
11+
OutputRaster|C_PROF|Profile Curvature
12+
OutputRaster|C_TANG|Tangential Curvature
13+
OutputRaster|C_LONG|Longitudinal Curvature
14+
OutputRaster|C_CROS|Cross-Sectional Curvature
15+
OutputRaster|C_MINI|Minimal Curvature
16+
OutputRaster|C_MAXI|Maximal Curvature
17+
OutputRaster|C_TOTA|Total Curvature
18+
OutputRaster|C_ROTO|Flow-Line Curvature

0 commit comments

Comments
 (0)