KnickPoints¶
Summary¶
Knickpoints detection based on Relative Slope Extension Index (RSE)
Tags:longitudinal profile
, elevation
, slope
, anomaly detection
Usage¶
Knickpoints correspond to anomalies in the elevation profile, and are expected to exhibit a sudden change in slope.
The elevation profile of a stream is normally such that the slope is inversely proportional to the distance to the source, which can be written :
$$ H = k . \ln L $$
where \(H\) is the height relative to the source, \(L\) the distance to the source, and \(k\) is a constant.
RSE is the ratio between the gradient index \(G\) and \(k\). \(G\) is computed for every stream stretch of length \(\Delta L\) as :
$$ G = \frac{\Delta H}{\Delta L} L $$
The higher the value of RSE at some point in the elevation profile, the more likely this point is a knickpoint.
Parameters¶
Parameter | Description | Type |
---|---|---|
Stream Network Aggregated by Hack Order with Z Coordinate
INPUT
|
Stream network aggregated by Hack order (length-wise) with elevation as z-coordinate, oriented from upstream to downstream. | LineStringZ(M) |
No Data Value for Z
NODATA
|
No-data value for z | Number |
Contour Interval
MIN_DZ
|
Minimum z difference between two knickpoints
Default value: 5.0
|
Number |
Minimum Knickpoints RSE Value
MIN_RSE
|
Output knickpoints having a RSE greater or equal than this value.
Default value: 2.0
|
Number |
Minimum RSE Total Value
MIN_RSE_TOTAL
|
Process only tributaries having a global RSE
greater or equal than this threshold.
Default value: 1.0
|
Number |
Knickpoints
OUTPUT
|
Detected knickpoints
with fields:
|
PointZ(M) |
Example¶
Lorem ipsum …
See Also¶
-
LengthOrder
References¶
-
Seeber, L., & Gornitz, V. (1983). River profiles along the Himalayan arc as indicators of active tectonics. Tectonophysics, 92(4), 335‑367. https://doi.org/10.1016/0040-1951(83)90201-9
-
Queiroz et al. (2015). Knickpoint finder: A software tool that improves neotectonic analysis. Computers & Geosciences, 76, 80‑87. https://doi.org/10.1016/j.cageo.2014.11.004
-
Knickpoint Finder, ArcGIS implementation http://www.neotectonica.ufpr.br/2013/index.php/aplicativos/doc_download/87-knickpointfinder