University of Kansas | Slawson 198 | Zoom Link - 5995eight4
August 10, 2026 at 9:00 AM
Slide layout : This deck has one axis, use any key to advance.
: This deck has interactive elements
Items linked/bordered in green are cited in the tooltip on hover.
Items linked/bordered in blue are hyperlinked to relevant resources.
Photos are Allowed | Questions are Encouraged
: ~35 minutes | Last updated:08/09/2026 15:30:59
! PLEASE !
Interrupt me and ask questions or clarifications.
I’m here to talk with you now, not to these slides.
My preferred (FOSS) flavor of slidedecks, revealjs, has intuitive but none the less unconventional PowerPoint presentation controls:
F.
space, N, or the down arrow key, not the right arrow to advance slidesM to open to the menu, Press O for the slide deck overview, Press B to black out the presentation screen, Press S for a speaker view.Alt/Opt + click on the slide to zoom in. Increase text size with Alt/Opt + +, Alt/Opt + - to decrease, and Alt/Opt + 0 reset to the default scale.C to declare victory and head home.2

If I have seen further than others, it is by standing upon the shoulders of giants.
- Sir Isaac Newton




AI Overview: Jargon is the specialized, technical language or vocabulary used by a particular profession, group, or activity…







FIModeling: Flood Inundation Modeling, or the act of representing the spatial extent, depth, and movement of floodwaters across a landscape. This can be accomplished using either geospatial or Hydrodynamic methods.
Geospatial: utilizes spatial relationships (local, focal, and zonal operations) and more simplistic calculations to approximate floodwaters across a landscape.


FIModeling: Flood Inundation Modeling, or the act of representing the spatial extent, depth, and movement of floodwaters across a landscape. This can be accomplished using either geospatial or Hydrodynamic methods.
Hydrodynamic: Solves variations of the shallow water equations to more exhaustively simulate the flow dynamics of floodwaters across a landscape.












While FIM methodologies and datasets have rapidly expanded, these efforts remain isolated and rarely communicated clearly or combined effectively.


While FIM methodologies and datasets have rapidly expanded, these efforts remain isolated and rarely communicated clearly or combined effectively.



While FIM methodologies and datasets have rapidly expanded, these efforts remain isolated and rarely communicated clearly or combined effectively.
The Result: We spend our time fighting the mechanics of modeling rather than communicating actionable emergency response maps.
How do we bridge the orders of magnitude that separate FIM? How can we more cleanly link otherwise independent libraries?




| File grep Pattern (# denotes single numeric wildcard) | HEC-RAS Model Use |
|---|---|
| .g## | Geometry definitions |
| .prj | Projection (can be non-standard proj4 string defined file) |
| .prj | Project (same extension, defines how RAS models are wired) |
| .p## | Plan file, used to drive the model |
| .f## | Steady Flow file. Profile information, flow data and boundary conditions |
| .h## | Hydraulic Design data file |
| .v## | Velocity file |
| .o## | Output file |
| .r## | Run file for steady flow |
| .u## | unsteady Flow file. Profile information, flow data and boundary conditions |
| .x## | Run file for unsteady flow |
| .dss | Data files |
| .rasmap | Output plan |
These files, followed by a .hdf, are transformations of their counterparts needed for newer versions of HEC-RAS and are automatically created as needed.

| File grep Pattern (# denotes single numeric wildcard) | HEC-RAS Model Use |
|---|---|
| .g## | Geometry definitions |
| .prj | Projection (can be non-standard proj4 string defined file) |
| .prj | Project (same extension, defines how RAS models are wired) |
| .p## | Plan file, used to drive the model |
| .f## | Steady Flow file. Profile information, flow data and boundary conditions |
| .h## | Hydraulic Design data file |
| .v## | Velocity file |
| .o## | Output file |
| .r## | Run file for steady flow |
| .u## | unsteady Flow file. Profile information, flow data and boundary conditions |
| .x## | Run file for unsteady flow |
| .dss | Data files |
| .rasmap | Output plan |
These files, followed by a .hdf, are transformations of their counterparts needed for newer versions of HEC-RAS and are automatically created as needed.
| File grep Pattern (# denotes single numeric wildcard) | HEC-RAS Model Use |
|---|---|
| .g## | Geometry definitions |
| .prj | Projection (can be non-standard proj4 string defined file) |
| .prj | Project (same extension, defines how RAS models are wired) |
| .p## | Plan file, used to drive the model |
| .f## | Steady Flow file. Profile information, flow data and boundary conditions |
| .h## | Hydraulic Design data file |
| .v## | Velocity file |
| .o## | Output file |
| .r## | Run file for steady flow |
| .u## | unsteady Flow file. Profile information, flow data and boundary conditions |
| .x## | Run file for unsteady flow |
| .dss | Data files |
| .rasmap | Output plan |
These files, followed by a .hdf, are transformations of their counterparts needed for newer versions of HEC-RAS and are automatically created as needed.



asynchronous update cycles
Clashing spatial units
Manual subsetting
“Where are models?” – See the mapping vignette!




Version 1

Version 2


| Model Comparison Metrics | ||||
| Analysis of WSE Residuals (V2 - V1) across interpolated flow range | ||||
| River Stationing | MAE (ft) | RMSE (ft) | Mean Bias (ft) | Max Absolute Diff (ft) |
|---|---|---|---|---|
| 704 | 0.024 | 0.057 | 0.008 | 0.478 |
| 534 | 0.055 | 0.129 | 0.022 | 0.549 |
| 250 | 0.026 | 0.057 | −0.014 | 0.351 |
| 149 | 0.252 | 0.631 | 0.117 | 2.618 |
| Metrics calculated over the shared discharge domain. | ||||
To compare these models against our AHPS ground truth, we’ll deploy common validation metrics:
| Metric | Range | Ideal | Formula | Hydrologic Context |
|---|---|---|---|---|
| CSI | 0 to 1 | 1 | \(\frac{TP}{TP + FP + FN}\) |
Benchmarks for flash flood guidance often peak around 0.20 to 0.44; global models frequently score between 0.4 and 0.6. |
| F1 | 0 to 1 | 1 | \(\frac{2TP}{2TP + FP + FN}\) |
Usually higher than CSI. High-performing damage prediction models often achieve 0.76 or higher. |





See notes (s) and frames for image sources.