Gradient Slope
Derives horizontal terrain gradients and converts them to slope angle.
p=∂z/∂x, q=∂z/∂y
θ=atan(√(p²+q²))
Slope%=100·tan(θ)
Best used when: terrain steepness is required.
Calculate terrain slope from a DEM using local elevation gradients.
Terrain / ElevationEnd-User DocumentationTheory + Formula + ParametersCalculate terrain slope from a DEM using local elevation gradients.
Derives horizontal terrain gradients and converts them to slope angle.
| Input | Type | Requirement | Description |
|---|---|---|---|
| DEM Raster | raster | Required |
| Parameter | Default | Choices / Range | How to Use It |
|---|---|---|---|
| Elevation Band | 1 | 1 to — | |
| Slope Unit | degrees | degrees, percent | |
| Z Factor | 1.0 | 1e-07 to — | |
| Output Nodata | -9999.0 | — |
The result should be interpreted according to the selected method and the physical meaning of the input data. Preserve source units, coordinate reference information, NoData meaning, acquisition date, and preprocessing level when comparing results.