Flood#

Flood Depth#

xrspatial.flood.flood_depth(hand_agg, ...[, ...])

Compute flood depth from a HAND raster and a water level.

Inundation#

xrspatial.flood.inundation(hand_agg, water_level)

Create a binary inundation mask from a HAND raster.

Curve Number Runoff#

xrspatial.flood.curve_number_runoff(...[, name])

Estimate runoff depth using the SCS/NRCS curve number method.

Travel Time#

xrspatial.flood.travel_time(flow_length_agg, ...)

Estimate overland flow travel time via simplified Manning's equation.