Introduction
Identifying the location of floodplains and fluvial terrace features can provide important insights into geomorphic and hydrological processes. Understanding the controls on floodplain inundation carries increasing societal importance, as the frequency of flood events is predicted to increase with the rise in global temperatures and varying patterns of precipitation caused by climate change . Although there are still large uncertainties regarding the impacts of climate change on flood frequency , identifying floodplains is crucial for forecasting and planning purposes. On longer timescales, the morphology and structure of fluvial terraces can provide important information on channel response to climatic, tectonic, and base-level variations ; the relative importance of lateral and vertical channel incision ; and sediment storage and dynamics .
Attempts to identify floodplains can be classified into two broad families of
methods: (i) flood risk mapping and hydrological modelling, and
(ii) geometric terrain classification. Traditionally, identification of
floodplains has relied upon the creation of flood hazard maps, produced
through detailed hydraulic modelling studies
The introduction of high-resolution digital elevation models (DEMs) has
provided the opportunity to map floodplain features much more rapidly and
over larger spatial scales than previously possible
. This had led to the development of many different
methods that rely on extracting a variety of topographic indices from DEMs,
such as local slope, contributing area, and curvature
. One common metric used to predict
floodplains is the topographic index (), where
is the contributing area to each cell (m) and is the local
slope in degrees
Another geometric method that has been developed to identify floodplains uses
a series of linear binary classifiers for a number of topographic metrics
. Five different parameters are sampled
from the DEM (slope, contributing area, elevation from nearest channel,
distance from nearest channel, and curvature), and each cell is classified as
either 1 (floodplain) or 0 (non-floodplain) depending on whether these
parameters are above or below threshold values. Each of these five metrics
can be considered in isolation or in pairs. The thresholds are calibrated
using flood hazard maps, where the number of true and false positives and
negatives are noted, similar to the approach of
. For each parameter and threshold value the
receiver operating characteristics (ROC) curve
present an algorithm for identifying floodplains over large scales based on information on bankfull channel depths. They suggest that the morphology of the floodplain is defined by the lateral channel migration rate through time and controlled by the transport of water and sediment by the channel. Therefore, they assume that the geometry of the floodplain is related to that of the channel, and demonstrate a relationship between bankfull channel depths and floodplain inundation depths which is linear over a range of scales . Floodplain delineation is carried out by locally filling the DEM up to the depth of inundation, which is determined based on bankfull channel depths, calibrated using data from United States Geological Survey (USGS) gauging stations across Oklahoma and Kansas, along with field measurements. The depth of inundation at points along the channel network is then used to find the lateral extent of the floodplain by using the planform curvature of the channel. This method also requires significant user input, as the channel bankfull depths are required in order to estimate the inundation depth.
The extraction of fluvial terraces (the remnants of previous floodplains) represents a closely related problem to the delineation of presently active floodplain surfaces. Previous studies have also used a geometric approach to identify terrace features from DEMs. For example, identified terrace surfaces based on local slope and height of each pixel compared to the channel. They used these attributes in order to reconstruct palaeo-channel profiles from terrace surfaces, but their methodology was not designed to produce a map of terrace extents on a wider landscape scale. Therefore, following on from their approach, presented the TerEx toolbox, a semi-automated tool to identify potential terrace surfaces based on thresholds of local relief, minimum area, and maximum distance from the channel. After potential terrace surfaces are identified, their area and height above the local channel are measured. The tool then allows the user to edit the terrace surfaces based on comparison with field data. evaluated the TerEx toolbox, along with two other semi-automated methods for identifying terrace surfaces at the Sheepscot River, Maine. They found that all of the methods over-predicted terrace areas compared to the field-mapped terraces, and the accuracy of the methods decreased in lower-relief landscapes. These semi-automated methods allow the user to manually clip over-predicted terrace surfaces based on field data and DEM observations, and remove selected surfaces that do not represent terraces, such as roads, alluvial fans, or water bodies .
The geomorphic methods of mapping both terraces and floodplains outlined above are all semi-automated, requiring independent datasets and significant user input. For example, the method proposed by requires the parameters to be optimised using flood inundation maps from hydraulic simulations. The linear binary classifiers outlined by and tested by use flood hazard maps to select the correct threshold for floodplain prediction from the geomorphic indices. The TerEx toolbox, developed by , requires significant user input in order to manually edit the predicted terrace surfaces. No existing approach to mapping either floodplains or terraces from topographic data includes objective criteria for setting the thresholds that identify floodplains and terraces. As a result, the different thresholds that a user might select can result in varying floodplain and terrace maps for the same input DEM, complicating efforts to consistently map geomorphic features between different landscapes.
Here we introduce a new method of identifying floodplain and terrace surfaces from topographic data. This method uses two geometric thresholds that can be readily extracted from DEMs: the gradient of each pixel, and the elevation of each pixel relative to the nearest channel. Importantly, this method does not require calibration using any independent datasets, as the thresholds are statistically calculated from the DEM using quantile–quantile plots. We test our method against field-mapped floodplain initiation points, published flood hazard maps, and digitised terrace surfaces from seven field sites throughout the US and one site in the UK (Fig. ). For each site, where available, we use high-resolution lidar-derived DEMs, as well as the corresponding national elevation datasets (10 m resolution for the US and 5 m for the UK) in order to test the sensitivity of our method to grid resolution.
Maps of the US and UK showing the location of the eight field sites in the study. Red stars represent floodplain sites; blue stars represent terrace sites. RR: Russian River, CA; ER: South Fork Eel River, CA; MR: Mattole River, CA; CR: Clearwater River, WA; LS: Le Sueur River, MN; MBR: Mid Bailey Run, OH; CL: Coweeta Hydrologic Laboratory, NC; RS: River Swale, Yorkshire, UK.
[Figure omitted. See PDF]
Methodology
Floodplain and terrace surfaces can be defined as low relief, quasi-planar areas capped by alluvium and found proximal to the modern river channel. Therefore, field mapping campaigns typically identify these surfaces as spatially continuous areas with low gradients that occur next to the channel. We present a new geometric method which replicates this field approach as closely as possible by using two metrics which can be readily extracted from the DEM: elevation compared to the nearest channel, and local gradient. Our method is efficient to run and is based on the statistical selection of topographic thresholds, requiring no input of independent datasets or field mapping. We outline below the DEM pre-processing steps followed by the methodology for identifying floodplain and terrace features.
DEM pre-processing
The first step of the algorithm is to smooth the DEM in order to remove
micro-topographic noise. Gaussian filters are often used to smooth DEMs,
where the smoothing can be described by linear diffusion. A Gaussian filter
results in the DEM being smoothed uniformly at all locations and in all
directions
where is the elevation at location and time , is the gradient operator, and is an edge-stopping function that specifies where to stop diffusion across feature boundaries, where
where is a constant. Importantly for the identification of low-gradient surfaces, the Perona–Malik filtering enhances the transitions between features, such as the low-gradient valley floor and the surrounding hillslopes, while preferentially smoothing low-gradient reaches of the DEM. Following the methodology of , we set the number of iterations () to 50 and the calculation of as the 90 % quantile. We keep these parameters constant across each site tested in the study. A full explanation of these parameters and derivation of the Perona–Malik filter is described by .
After the DEM is smoothed, we then extract the channel network. Many studies
have proposed different methods for identifying channel networks from
high-resolution topography
Floodplain and terrace identification
After smoothing the DEM, the user can choose to run the terrace and
floodplain mapping algorithm across the whole DEM or to extract the
floodplains and terraces relative to a specific channel of interest. If the
algorithm is run on the whole DEM, the local gradient, , and relief
relative to the nearest channel, , are calculated for each pixel. These
two parameters were chosen on the basis that floodplains and terraces tend to
form low-gradient regions that are close to the elevation of the modern
channel. Local gradient has been used in previous geometric methods of
floodplain and terrace identification, both in the calculation of the
topographic index and
in combination with other topographic metrics
As well as running the algorithm on the whole landscape, the user can also choose to extract floodplains or terraces relative to a specific channel of interest. The user must provide the latitude and longitude of two points defining the upstream and downstream end of the channel. The algorithm then defines a channel network between these points using a steepest descent flow routing algorithm . After the identification of the channel, a swath profile is created along it following the method outlined in and applied by . The user must specify the width of the swath, which can be estimated by a visual inspection of the DEM, to provide a sufficiently wide swath compared to the valleys in the landscape. The same two parameters ( and ) are used for feature classification for each pixel in the swath profile, except that is calculated compared to the nearest point on the reference channel.
Example quantile–quantile plots for Mid Bailey Run, Ohio, showing probability density function of relief relative to the channel and slope. The probability density function of each is shown in blue, with the reference normal distribution shown by the red dashed line. The threshold (black dashed line) is selected where there is less than 1 % difference between the real and reference distributions. The blue box highlights the portion of the distribution identified as floodplain.
[Figure omitted. See PDF]
Maps showing (a) gradient and (b) relief relative to the nearest channel, , for the Russian River field site. The areas of the landscape identified as below the threshold are shown in white, with values above the threshold then grading to darker colours. In order to be selected as floodplain, each pixel must be below the threshold for both gradient and . The coordinate system is UTM Zone 10 N.
[Figure omitted. See PDF]
After the calculation of slope and , we identify thresholds for each
metric in order to provide a binary classification of each pixel as either
floodplain/terrace (1) or hillslope (0). A key feature of our new method is
that the thresholds for and local gradient do not need to be set by the
user based on independent validation but are calculated statistically from
the DEM. Many methods of channel extraction employ statistical selection of
topographic thresholds
Channel relief and slope threshold for each field site
Field site | Channel relief | Slope |
---|---|---|
threshold | threshold | |
Mid Bailey Run, OH | ||
Coweeta, NC | ||
Russian River, CA | ||
River Swale, UK | ||
South Fork Eel River, CA | ||
Le Sueur River, MN | ||
Mattole River, CA | ||
Clearwater River, WA |
Comparison with published data
In order to test the results of our method we compare the predicted
floodplain and terrace locations to field-mapped floodplain initiation
points, published flood hazard maps, and digitised terrace surfaces. In order
to quantify the performance of our methods compared to these datasets, we
assess the rates of true positives (TP), false positives (FP), true negatives
(TN), and false negatives (FN)
True positive, TP: the pixel is identified as floodplain/terrace by both the geomorphic method and the independent dataset.
False positive, FP: the pixel is identified as floodplain/terrace by the geomorphic method, but not by the independent dataset.
True negative, TN: the pixel is not identified as floodplain/terrace by either dataset.
False negative, FN: the pixel is identified as floodplain/terrace by the independent dataset but not by the geomorphic method.
We report the reliability (), sensitivity (), and overall quality () for each field site:
Details of climate and lithology for each field site.
Field site | UTM Zone | MAP (mm) | MAT (C) | Lithology | Comparison datasets | Grid res. (m) |
---|---|---|---|---|---|---|
Russian River, CA | 10 N | 1396 | 14.1 | Sandstones and shales, Quaternary alluvial deposits | FEMA flood hazard maps | 1 |
Mid Bailey Run, OH | 17 N | 1005 | 10.9 | Sandstones, siltstones, shales | FEMA flood hazard mapsField-mapped FIPs | 1 |
Coweeta, NC | 17 N | 1792 | 12.3 | Meta-sedimentary units | FEMA flood hazard mapsField-mapped FIPs | 1 |
River Swale, UK | 30 N | 898 | 8.4 | Limestones and sandstones | EA flood hazard maps | 5 |
South Fork Eel River, CA | 10 N | 2009 | 12.7 | Greywackes and shales | Digitised terraces | 1 |
Le Sueur River, MN | 15 N | 793 | 7.5 | Pleistocene tills and Ordovician dolostones | Digitised terraces | 1 |
Mattole River, CA | 10 N | 2593 | 12.8 | Sandstones and shales, Quaternary alluvial deposits | Digitised terraces | 10 |
Clearwater River, WA | 10 N | 3126 | 9.9 | Sandstones with interbedded shales | Digitised terraces | 10 |
The reliability, , is a measure of the ability of the method to not generate false positives. The value can vary between 0 and 1: if the value is low, then the method is predicting a large amount of pixels as floodplain or terrace which are not identified by the independent dataset, whereas high value indicates that the majority of pixels mapped as floodplain or terrace are also identified by the independent map. The sensitivity, , is a measure of the ability of the method to not generate false negatives: a low value indicates that the method is not identifying many of the floodplain or terrace pixels selected by the published maps. The overall quality, , combines both the number of false positives and false negatives to give an overall “goodness” of the feature classification. It also varies between 0 and 1, where 0 represents no correlation between the predicted and observed features, and 1 represents a perfect match .
Study areas
We ran our new method on a total of eight field sites, located in
Fig. . Four of these field sites (the Russian River, CA;
Mid Bailey Run, OH; Coweeta NC; and the River Swale, UK) were selected to
test the ability of the algorithm to identify floodplains, using published
flood maps for the regions. The remaining four sites were selected to
validate the algorithm against digitised terrace maps (South Fork Eel River,
CA; Le Sueur River, MN; Clearwater River, WA; and Mattole River, CA).
Table summarises the mean annual precipitation and
mean annual temperature of each site, based on data from the PRISM Climate
Group (
Flow distances between the field-mapped FIPs and predicted floodplain extents
Field site | Mapped FIP | Easting (m) | Northing (m) | Flow distance |
---|---|---|---|---|
Mid Bailey Run, OH | T2FPI1 | 401 513 | 4 364 940 | 59 |
T3FPI1 | 401 622 | 4 364 773 | 85 | |
T3FPI2 | 401 661 | 4 364 732 | 49 | |
WBT1FPI | 400 090 | 4 363 977 | 23 | |
WBT2FPI1 | 399 865 | 4 364 215 | 1 | |
T4FPI | 401 342 | 4 365 472 | 28 | |
T5FPI2 | 401 072 | 4 365 675 | 0 | |
T7FPI2 | 400 670 | 4 366 152 | 2 | |
T5FPI1 | 401 208 | 4 365 807 | 0 | |
T1FPI1 | 401 443 | 4 365 150 | 0 | |
TX3D3-FPI0 | 400 718 | 4 366 277 | 42 | |
TX3FPI1 | 400 644 | 4 366 126 | 5 | |
MBFPI | 400 449 | 4 366 130 | 34 | |
T7FPI1 | 400 600 | 4 366 074 | 19 | |
T4FPI2 | 401 391 | 4 365 514 | 92 | |
T6FPI1 | 400 900 | 4 365 921 | 20 | |
Coweeta, NC | SF5 | 277 212.380 | 3 882 554.000 | 51 |
BC1 | 276 326.800 | 3 880 661.200 | 3 | |
HCW | 277 641.5 | 3 881 694.2 | 2 | |
BC3 | 277 584.633 | 3 881 138.653 | 3 | |
HW1 | 278 252.652 | 3 881 715.719 | 13 | |
CB1 | 278 089.041 | 3 882 301.638 | 12 | |
HB1 | 277 444.900 | 3 882 919.685 | 16 | |
CC2 | 277 098.745 | 3 882 348.108 | 2 |
The distance between the mapped FIP and the upstream extent of the nearest floodplain patch predicted by our geomorphic method.
Shaded relief maps of Mid Bailey Run and Coweeta field sites showing the relationship between the predicted floodplain (blue) and the mapped floodplain initiation points (red). The UTM zone is 17 N.
[Figure omitted. See PDF]
Results
Comparison with mapped floodplains
We compare the floodplain extent predicted by our method to field-mapped floodplain initiation points (FIPs) from two of the four study areas: Mid Bailey Run, OH, and Coweeta, NC. An FIP was defined as the upstream limit of low-gradient surfaces at the same elevation as the channel banks. As the valley opens out from its more confined upper reaches, these surfaces transition from discontinuous depositional pockets to more continuous floodplain surfaces . In this study we consider the FIP to start at the onset of alluviation outside the channel banks: therefore, we mapped the start of the discontinuous floodplain pockets at the FIPs in each channel. The onset of alluviation often occurred at multiple locations along the same channel: in these cases we took the location of each FIP downstream along the channel.
A total of 19 FIPs were mapped in Mid Bailey Run, OH, during May–June 2011, and eight FIPs were mapped in the Coweeta catchment, NC, in May 2014. FIPs in the Mid Bailey Run catchment were mapped using a Trimble GeoXM GeoExplorer 2008 series GPS with a mean horizontal accuracy of 6 m. Point locations in the Coweeta catchment were mapped using a Trimble GeoXR GeoExplorer 6000 series GPS with a mean horizontal accuracy of 1.01 m and a mean precision of 1.3 m. Figure shows the relationship between the field-mapped initiation points and predicted floodplain extent. In order to compare these field-mapped FIPs to our predicted floodplain extents, we measured the flow distance between the field-mapped point and the furthest upstream point of the nearest predicted floodplain patch. The distances for each FIP are reported in Table , where negative values indicate that the predicted floodplain initiation was upstream of the mapped, and vice versa for positive values. We also report the , , and values for the predicted floodplain initiation points. Following the methodology of , we classify a point as a TP if the predicted FIP is within a 30 m radius of the mapped FIP. The comparison with the mapped FIPs resulted in , , and for Mid Bailey Run, and , , and for Coweeta.
Shaded relief maps showing (a) FEMA flood risk map for the Russian River, CA, UTM Zone 10 N, and (b) EA flood risk map for the River Swale, UK, UTM Zone 30 N. In some parts of the landscape the published flood maps do not extend all the way up the catchments.
[Figure omitted. See PDF]
Along with these field-mapped floodplain initiation points, we also compare
our predicted floodplain extent to published flood risk maps for three out of
the four study areas. For the sites in the US, flood risk maps were obtained
from the Federal Emergency Management Agency's (FEMA) National Flood Hazard
Layer (
For the River Swale field site in the UK, flood risk maps were obtained from
the Environment Agency's (EA) Risk of Flooding from Rivers and Sea dataset,
which divides the landscape into 50 by 50 m cells
(
The , , and values for each site are reported in Table , with a visual comparison between the method and the published flood maps shown in Fig. . We also report the quality values for floodplains extracted from the United States Geological Survey's arcsec National Elevation Dataset (NED), gridded at 10 m, in order to test the sensitivity of our method to grid resolution. The USGS NED is a seamless dataset created for the conterminous US, using a variety of elevation products which is updated on a 2-month cycle. The method was most similar to the flood risk maps for the Russian River, CA, with the highest overall quality value ( for the 1 m DEM and for the 10 m DEM). The method has a higher sensitivity than reliability for both DEM datasets, with and for the 1 m DEM, compared to and for the 10 m DEM. For both the Mid Bailey Run and Russian River field sites, the sensitivity is higher than the reliability for all of the DEM resolutions tested (Table ). However for the River Swale site, the reliability is higher than the sensitivity (, ).
Shaded relief maps for each field site showing a comparison between the predicted floodplains (a, c, e) and the published FEMA/EA maps (b, d, f). (a–b) Mid Bailey Run, OH. (c–d) Russian River, CA. (e–f) River Swale, UK.
[Figure omitted. See PDF]
Results of the reliability (), sensitivity (), and overall quality () analysis for each site
Field site | Grid | |||
---|---|---|---|---|
resolution | ||||
(m) | ||||
Mid Bailey Run, OH | 1 | 0.73 | 0.76 | 0.59 |
10 | 0.77 | 0.80 | 0.65 | |
Russian River, CA | 1 | 0.74 | 0.97 | 0.67 |
10 | 0.70 | 0.96 | 0.68 | |
River Swale, UK | 5 | 0.84 | 0.65 | 0.58 |
South Fork Eel River, CA | 1 | 0.65 | 0.72 | 0.52 |
Le Sueur River, MN | 1 | 0.58 | 0.54 | 0.39 |
Mattole River, CA | 10 | 0.58 | 0.65 | 0.44 |
Clearwater River, WA | 10 | 0.56 | 0.55 | 0.39 |
Comparison with mapped terraces
We also compare the features extracted by our method to field-mapped terraces from four field sites throughout the US: the South Fork Eel River, CA ; the Le Sueur River, MN ; the Mattole River, CA ; and the Clearwater River, WA . Two of these sites had 1 m lidar-derived DEMs (the South Fork Eel and Le Sueur rivers). For the remaining two sites, 10 m DEMs were derived from the USGS arcsec NED, following . Terraces in the South Fork Eel River and the Le Sueur River were digitised from field mapping carried out in previous studies , constrained by the hillshaded DEMs. Terraces from the Mattole River and the Clearwater River were digitised by from geological maps, with the terraces mapped by for the Mattole River, and for the Clearwater River. We ran our method in the swath setting for each of these sites, so that the terraces were mapped compared to the main stem channel of interest in each site. The thresholds for terrace identification ( and ) were set statistically for each site using the quantile–quantile plots. In order to quantify the difference between our method and the digitised terraces, we calculated the and values following the same methodology as for the floodplain comparison (Table ).
Figure shows a visual comparison of the predicted and digitised terraces from the two sites with 1 m lidar-derived DEMs. In general there was good spatial correlation between the two terrace datasets for each field site, although in some cases the automated method did not identify all terraces at high elevations compared to the modern channel. The South Fork Eel River had the highest values of both (0.65) and (0.72). The comparison between the two terrace datasets for the field sites with 10 m DEMs is shown in Fig. . These sites had lower and values than that of the South Fork Eel River, but were comparable to the values for the Le Sueur River (e.g. Table ).
Shaded relief maps for the two field sites with lidar-derived DEMs showing a comparison between the predicted terraces (red) and the digitised terraces (blue). The predicted terraces are coloured by elevation compared to the channel, where darker red indicates higher elevation. (a–b) South Fork Eel River, CA. Maximum terrace height is 43 m. (c–d) Le Sueur River, MN. Maximum terrace height is 9.5 m.
[Figure omitted. See PDF]
Discussion
Floodplains
The results outlined above compare our method of automatic feature extraction to various datasets of both floodplains and terraces. In order to test the ability of our method in identifying floodplains, we compared the delineated geomorphic floodplain to both field-mapped floodplain initiation points and hydrological modelling predictions. We found that our method predicts the location of the field-mapped FIPs to within tens of metres for both field sites (Mid Bailey Run, OH, and Coweeta, NC). The reliability and sensitivity values were highest for the Coweeta field sites, with a value of and , which indicates that there were no false negatives in this field site. Table shows that in many cases the error between the mapped and predicted FIPs is within the same order of magnitude as the error on the field-mapped coordinates ( 1 m for Coweeta and 6 m for Mid Bailey Run). In isolated cases in the Mid Bailey Run site, the error was higher between the mapped and predicted FIPs (around 90 m for two of the points), where the mapped FIP was located in narrow headwater valleys (Fig. ). Furthermore, the predicted floodplain in the majority of cases was located downstream of the mapped FIPs in Mid Bailey Run (Table ). This is not surprising, as our method is based on identifying areas of low gradient, which is calculated based on polynomial surface fitting with a specified window radius (Sect. ). Small pockets of alluviation in narrow valleys may therefore be missed by the method if the width of the floodplain is less than that of the window radius or the DEM resolution.
We also validated our method against published flood maps for three of our field sites (Mid Bailey Run, OH; Russian River, CA; and River Swale, UK). The quality analysis for this comparison (Table and Fig. ) suggests that there is in general a good correlation between our method and the published flood maps, with high values for reliability (), sensitivity (), and overall quality () for each field site. The results for both the Russian River and Mid Bailey Run showed higher sensitivity values than reliability, suggesting that the our method predicted more false positives than false negatives. In each field site, the published flood maps were classified to define the 1 % annual chance of flooding, or the 100-year return period flood event. It may therefore be expected that our geomorphic-based method would delineate a larger floodplain than is flooded in a 100-year return period event. The results for the River Swale, however, show a higher reliability than sensitivity, suggesting that more false negatives were predicted than false positives. This may be due to methodological differences in the production of this flood map by the Environment Agency (UK) compared to the US sites. Figure f shows the published flood map for the River Swale site, which, in comparison to the FEMA flood maps (Fig. b and d), extends into the headwaters of the channel network. As these areas do not have low-gradient surfaces next to the channel, they may not be selected by our method. This may account for the higher number of false negatives predicted at this site.
Published flood maps are useful in providing an independent estimate of likely floodplains in each field site. However, there are potential limitations to these maps which must be carefully considered and may result in some of the differences compared to geomorphic floodplain prediction techniques. Hydrodynamic models have a large number of parameters, which require careful calibration with field and hydraulic data, such as channel roughness and discharge data from gauging stations. Furthermore, due to the time-consuming and expensive nature of these studies, flood maps are often not produced for small catchment sizes and may therefore be incomplete on a landscape scale (e.g. Fig. ). There may also be differences in the methodology used in producing these maps for each site, depending on the input topographic data and modelling software used. However, despite these discrepancies between the flood maps we find a good spatial correlation between these and the predictions from our method (Fig. ).
In order to test the sensitivity of our method to grid resolution, we also ran the floodplain extraction using 10 m DEMs derived from the USGS NED for two of the field sites (Russian River, CA, and Mid Bailey Run, OH), as well as testing it on the River Swale in the UK (5 m resolution DEM). We found there was little difference in the reliability and sensitivity results when compared to the 1 m DEMs (Table ). This suggests that our method is relatively insensitive to grid resolution, allowing the identification of floodplain features on coarser-resolution DEMs. Furthermore, in the Mid Bailey Run field site, the method performed better on the 10 m data compared to the 1 m DEM. High-resolution topographic data may contain both small-wavelength topographic noise caused by tree throw and biotic activity , as well as synthetic noise from point cloud processing . This noise may affect the calculation of topographic metrics , potentially leading to differences in the location of extracted floodplains or terraces compared to the lower-resolution data.
Terraces
We also tested the ability of our method to identify fluvial terraces in four
field sites (South Fork Eel River, CA; Le Sueur River, MN; Mattole River, CA;
and Clearwater River, WA) by comparing to digitised terrace maps. Two of
these field sites had 1 m lidar-derived DEMs
(Fig. ), whereas two had 10 m DEMs from the
USGS NED (Fig. ). The quality analysis for
the 1 m DEMs showed the higher reliability and sensitivity values for the
South Fork Eel River site ( and ), with comparable values for
the remaining three field sites. This may be due to the influence of
topographic structure on terrace identification. The portion of the Eel River
DEM analysed here has higher relief, with a maximum elevation of 290 m above
the nearest channel, compared to the lower-relief landscape covered by the
DEM for the Le Sueur River, with a maximum elevation of 40 m above the
nearest channel. As our method relies on the distribution of relief relative
to the channel in order to select the threshold for terrace identification,
it will work best in areas where there is a greater contrast between the
slope and relief of the terrace surfaces compared to the surrounding
topography, such as steep mountainous areas. This is similar to other
semi-automated terrace extraction methods
Shaded relief maps for the two field sites with 10 m resolution DEMs from the USGS NED showing a comparison between the predicted terraces (red) and the digitised terraces (blue). The predicted terraces are coloured by elevation compared to the channel, where darker red indicates higher elevation. (a–b) Mattole River, CA. Maximum terrace height is 50 m. (c–d) Clearwater River, WA. Maximum terrace height is 13 m.
[Figure omitted. See PDF]
Another potential cause of error between the predicted and digitised terrace locations may be problems in distinguishing whether features represent the modern floodplain or terraces. In our method a minimum height above the modern channel is set, where pixels above this height are classified as terrace and below this height as floodplain. In some cases, particularly where the terraces are at a similar elevation to that of the modern channel, our method may mistakenly identify terraces as being part of the modern floodplain, or vice versa. An example of this may be the Clearwater River site, where our method had lower indices of and (Fig. c and d and Table ). In this site, the digitised terraces are close in elevation to the modern channel, with a maximum terrace height of 13 m. Furthermore, in some cases our method did not select all of the terraces identified by the field mapping, particularly at the highest elevations compared to the modern channel (e.g. Fig. c and d). This may be the case if the threshold for elevation compared to the channel selected by the quantile–quantile plot is lower than that of the highest terrace elevations. This can be examined for the landscape in question by a visual inspection of the quantile–quantile plots and the location of the threshold compared to the distribution of channel relief (e.g. Fig. ). Our method fits a Gaussian distribution to the quantile–quantile plots, and selects the thresholds as the deviation of the real data from this distribution, as a simple general model of elevation distributions that can be applied across multiple landscapes. However, in some landscapes, the distribution of elevations may not be accurately represented by a Gaussian distribution. A future avenue for development of this method may be to include multiple models for elevation distributions from which to select the thresholds of elevation and gradient.
However, despite these limitations, the selection of the threshold from
quantile–quantile plots means that our method does not require the input of
any independent datasets or field mapping. Semi-automated methods of terrace
identification, where the terrace polygons are manually edited by the user,
are particularly useful in areas where independent datasets of terrace
locations are available for calibration, and may be more appropriate than our
method on site-specific scales
In addition to the field sites with lidar-derived DEMs, we also tested our method against digitised terraces from two sites with 10 m DEMs gridded from the USGS NED, to examine the performance of the method at lower grid resolution. Figure shows the results of the terrace identification on the 10 m resolution data. The reliability and sensitivity of the method for these two sites (Table ) was lower than that of the South Fork Eel River, but comparable to that of the Le Sueur River. This suggests that the method is able to successfully select terraces at lower grid resolutions. Although there are some differences between the terraces predicted by the method and those digitised in the field, the majority of the terrace features evident from a visual inspection of the hillshaded DEMs are correctly identified by the algorithm (Fig. ). In some cases, some terrace-like features that can be seen on the hillshaded DEMs are not identified in the digitised terrace maps (e.g. Fig. b). This may be due to error in the mapping of terrace surfaces in the field, or discrepancies resulting from the digitisation process.
An objective, landscape-scale method of identifying floodplain and terrace
features has numerous applications in the geomorphological and hydrological
communities. For example, terrace surfaces have been used to examine the
response of fluvial systems to tectonic and climatic perturbations
Research needs: fully automated feature extraction
A key goal for the Earth surface research community is to develop fully automated methods of feature extraction from DEMs in order to avoid expensive and time-consuming field mapping, and to investigate the controls on geomorphic processes at a landscape scale. Our new method of floodplain and terrace delineation attempts to meet some of these research needs by allowing the statistical determination of the thresholds for feature extraction. However, our method still requires the input of some user-defined parameters. If the method is run across the whole landscape, the user must set a threshold stream order for the calculation of elevation compared to the nearest channel. This is necessary so that each pixel is mapped to the main channel along which floodplains or terraces have formed, rather than narrow tributary valleys. This threshold can be determined by the user based on a visual inspection of the DEM compared to the channel network. If the user runs the method based on the swath mode, the width of the swath profile must be set. This can also be done based on a visual inspection of the DEM to provide a sufficiently wide swath compared to the valleys in the landscape. Furthermore, if the method is run in the swath mode, then a minimum terrace height must be set in order to delineate between floodplains and fluvial terraces.
However, future development of new algorithms, such as extraction of valley widths, would allow these parameters to be set based on the topographic data alone. Our method represents a first step towards this goal of fully automated geomorphic feature identification, which can be improved upon with future research. The combination of different algorithms for terrain analysis, such as hillslope flow routing, channel network extraction, floodplains, and fluvial terraces, would allow an objective landscape-scale investigation of the controls on geomorphic processes.
Conclusions
We have presented a novel method for the geomorphometric delineation of floodplain and fluvial terrace features from topographic data. Unlike previous methods, which tend to require calibration with additional datasets, our method selects floodplain and terrace features using thresholds of local gradient and elevation compared to the nearest channel, which are calculated statistically from the DEM. Furthermore, the floodplain or terrace surfaces do not need to be manually edited by the user at any point during the process. Our method can be run either across the whole landscape or from a topographic swath profile where features can be compared to a specific channel of interest.
In order to test the performance of our method we have compared it to field-mapped floodplains and terraces from eight field sites with a range of topographies and grid resolutions. We find that our method performs well when compared to field-mapped floodplain initiation points, published flood risk maps, and digitised terrace surfaces. Our method works particularly well in higher-relief areas, such as the Russian and South Fork Eel rivers (CA), where the floodplain and terrace features are constrained within valleys. It is relatively insensitive to grid resolution, allowing the successful extraction of floodplain and terrace features at resolutions of 1–10 m.
Our new method has numerous applications in both the hydrological and geomorphological communities. It can allow the rapid extraction of floodplain features in areas where the data required for detailed hydrological modelling studies are unavailable, facilitating investigation of flood response, sediment transport, and alluviation. Furthermore, the automated extraction of terrace locations, heights, and other metrics could be used to examine the response of fluvial systems to climatic and tectonic perturbations, as well as the relative importance of lateral and vertical channel incision.
Our software is freely available for download on GitHub
as part of the Edinburgh Land Surface Dynamics Topographic Tools package at
FJC, SMM, DTM, and DAV wrote the software for the feature extraction. MDH, LJS, and FJC collected the field data for floodplain validation; ABL collected the field data for terrace validation. FJC performed the analyses, created the figures, and wrote the manuscript with contributions from the other authors.
The authors declare that they have no conflict of interest.
Acknowledgements
Fiona J. Clubb is funded by the Carnegie Trust for the Universities of Scotland and NERC grant NE/P012922/1. Simon M. Mudd is funded by NERC grant NE/P015905/1 and U.S. Army Research Office contract number W911NF-13-1-0478. David T. Milodowski is funded by NERC grant NE/K01627X/1 and Declan A. Valters is funded by NERC grant NE/L501591/1. Louise J. Slater was supported by a NERC PhD studentship. Ajay B. Limaye acknowledges support from the National Center for Earth-Surface Dynamics 2 Synthesis Postdoctoral Program. We are also grateful for additional financial support from the British Society for Geomorphology and the Royal Geographical Society with IBG. We would like to thank Greg Hancock, Andrew Wickert, and two other reviewers for their helpful comments and suggestions, along with Stuart Grieve and Elizabeth Dingle for their help with fieldwork. Edited by: Greg Hancock Reviewed by: Andrew Wickert and two anonymous referees
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2017. This work is published under https://creativecommons.org/licenses/by/3.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Floodplain and terrace features can provide information about current and past fluvial processes, including channel response to varying discharge and sediment flux, sediment storage, and the climatic or tectonic history of a catchment. Previous methods of identifying floodplain and terraces from digital elevation models (DEMs) tend to be semi-automated, requiring the input of independent datasets or manual editing by the user. In this study we present a new method of identifying floodplain and terrace features based on two thresholds: local gradient, and elevation compared to the nearest channel. These thresholds are calculated statistically from the DEM using quantile–quantile plots and do not need to be set manually for each landscape in question. We test our method against field-mapped floodplain initiation points, published flood hazard maps, and digitised terrace surfaces from seven field sites from the US and one field site from the UK. For each site, we use high-resolution DEMs derived from light detection and ranging (lidar) where available, as well as coarser resolution national datasets to test the sensitivity of our method to grid resolution. We find that our method is successful in extracting floodplain and terrace features compared to the field-mapped data from the range of landscapes and grid resolutions tested. The method is most accurate in areas where there is a contrast in slope and elevation between the feature of interest and the surrounding landscape, such as confined valley settings. Our method provides a new tool for rapidly and objectively identifying floodplain and terrace features on a landscape scale, with applications including flood risk mapping, reconstruction of landscape evolution, and quantification of sediment storage and routing.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details







1 School of GeoSciences, University of Edinburgh, Drummond Street, Edinburgh, EH8 9XP, UK
2 School of GeoSciences, University of Edinburgh, Crew Building, King's Buildings, Edinburgh, EH9 3JN, UK
3 School of Earth, Atmospheric, and Environmental Science, University of Manchester, Oxford Road, Manchester, M13 9PL, UK
4 Department of Geography, Loughborough University, Loughborough, LE11 3TU, UK
5 School of Geographical and Earth Sciences, East Quadrangle, University of Glasgow, Glasgow, G12 8QQ, UK
6 Department of Earth Sciences and St. Anthony Falls Laboratory, University of Minnesota, Minneapolis, Minnesota, USA