Skip to content

Experimenting with predicting street flooding during the 2017 Subsurface Hackathon in Houston

Notifications You must be signed in to change notification settings

mamonu/houston_street_flooding

 
 

Repository files navigation

Houston_street_flooding

Experimenting with predicting street flooding during the 2017 Subsurface Hackathon in Houston

The basic idea

  • Hydrologic models and historical discharge predict flooding in floodplains very well
  • Hydrologic models do not predict local street flooding and ponding
    • Clogged storm drains, etc
  • Detailed topography can help predict localized flooding
    • e.g. Is the area very flat?
    • Are we in a local low point (even one that drains)?

So, let's train a classifier on features extracted from LIDAR-based DEMs

  • Local slope, relief, etc in a moving window.

What do we train it on?

Train it on data from all of Houston, predict on a small area (time constraints)

Presentation

https://docs.google.com/presentation/d/1djExE4mQNk-_jCY1pz77aR7MoX_Mmvv3-FiGXXmeTbU/edit?usp=sharing

Prediction for small area

http://bl.ocks.org/d/d0ca5528514c43265517f36440d990f5

About

Experimenting with predicting street flooding during the 2017 Subsurface Hackathon in Houston

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.4%
  • Shell 24.6%