/fwdet

Calculate floodwater depth based on an inundation polygon (e.g. from remote sensing) and a DEM. See: http://csdms.colorado.edu/wiki/Model:FwDET

Primary LanguageJupyter NotebookGNU General Public License v2.0GPL-2.0

Updates:

Now supporting: - >= ArcGis 10.5 - ArcGis Pro - Google Earth Engine

Floodwater Depth Estimation Tool

The Floodwater Depth Estimation Tool (FwDET) calculates floodwater depths using a digital elevation model (DEM) and a flood extent polygon shapefile. Within this repository resides the three versions of FwDET. Version 1, featured in Estimating Floodwater Depths from Flood Inundation Maps and Topography [Cohen et al. 2018], best works in inland riverine regions and has been implemented using both Arcpy and QGIS. Version 2, features an improved algorithm which better solves coastal flooding as well as fluvial [Cohen et al. 2019]. Version 2 implements a much different approach that is considerably more computationally efficient, drastically reducing run time compared to version 1 of the tool. Version 2.1 introduces a boundary cell smoothing and filtering procedure whicn improves the tool's accuracy.

How to use FwDET ArcMap/Pro Toolbox

  1. Clone this repository or download the toolbox file.
  2. Open ArcMap/Pro and navigate using the catalog to the directory containing FwDET_ArcGISPro.tbx.
  3. Expand the toolbox and double click on the tool version you wish to use.

How to use FwDET QGIS Plugin

  1. Clone this repository or download the plugin file.
  2. Open QGIS and open the processing toolbox panel.
  3. Click on the small python logo in between the gears and clock icons, select add script to toolbox.
  4. Expand the Scripts folder inside of the toolbox panel and open the folder FwDET and double click on FwDET v1.

Publications from this work:

Peter et al. 2020 Google Earth Engine Implementation of the Floodwater Depth Estimation Tool (FwDET-GEE) for Rapid and Large Scale Flood Analysis. IEEE Geoscience and Remote Sensing Letters.

Cohen et al. 2019 -- The Floodwater Depth Estimation Tool (FwDET v2.0) for Improved Remote Sensing Analysis of Coastal Flooding. Natural Hazards and Earth System Sciences, 19, 2053–2065.

Cohen, et al. (2017), Estimating Floodwater Depths from Flood Inundation Maps and Topography, Journal of the American Water Resources Association, 54 (4), 847–858. doi:10.1111/1752-1688.12609

Contacts:

Sagy Cohen

Other resources:

SDML Website

FwDET CSDMS Tool Repo Description