Valley bottom¶
Summary¶
Extract valley bottom from a DEM and a stream network.
Tags:hydrography
, spatial components
, valley bottom
, detrend
, relative
, dem
, alluvial floodplain
, stream network
Usage¶
Within a watershed, extraction of a valley bottom related to a hydrographic network is a crucial step for the fluvial corridor characterization. Defined as the modern alluvial floodplain by [@alberSpatialDisaggregationAggregation2011], valley bottom is the deposition zone of alluvium since Holocene (Schumm, 1977) and includes both riverbed and floodplain. This valley bottom crucial fluvial unit with important water, material and biota transfers (Nanson and Croke, 1992). Valley corridor width also controls fluvial dynamics and patterns so that extracting this layer is often a preliminary step in the biogeomorphic characterization of stream networks (Notebaert et PiƩgay, 2013).
[@roux2014]
3 methods to detrend DEM are proposed:
- Topological is identical to [@roux2014] and [@alberSpatialDisaggregationAggregation2011].
- Nearest is fast and helpful if your stream network does not match perfectly with your DEM.
- Flow is slower, but precise. You may need to fill depressions of your DEM and resolve flat lands before trying to extract the valley bottom.
Parameters¶
Parameter | Description | Type |
---|---|---|
Input DEM
IN_DEM
|
Input raw DEM coded on Float32
Default value: [3]
|
RasterLayer |
Input stream network
IN_STREAM
|
Input stream network | LineString |
Detrending method
METHOD
|
Detrending method (see documentation above)
Default value: Topological
|
Enum |
Disaggregation step
STEP
|
Distance of stream network segmentation
Default value: 50.0
|
Number |
Aggregation distance
AGGREG
|
Maximal distance to aggregate small parts of valley bottom extracted
Default value: 5.0
|
Number |
Large buffer size
BUFFER
|
Size around the stream network in which the valley bottom will be researched
Default value: 1500.0
|
Number |
Minimum threshold value
THRESH_MIN
|
Minimum elevation to extract from the Relative DEM
Default value: -10.0
|
Number |
Maximum threshold value
THRESH_MAX
|
Maximum elevation to extract from the Relative DEM
Default value: 10.0
|
Number |
Output valley bottom
OUT_VB
|
Output valley bottom polygon | Polygon |