NOAA-OWP / inundation-mapping

Flood inundation mapping and evaluation software configured to work with U.S. National Water Model.
Other
92 stars 27 forks source link

[8pt] Address bad crosswalk scenarios with multiple NWM flow lines within hydroid catchments #596

Open RyanSpies-NOAA opened 2 years ago

RyanSpies-NOAA commented 2 years ago

Appears that it is somewhat common for FR hydroID catchments to contain multiple NWM flow lines. This forces the crosswalk process to choose one featureid for linking flow data. This can lead to situations where smaller NWM streams are selected over larger NWM streams for a given HydroID.

Example near Fayetteville, AR (HUC 11010001) --> image

CarsonPruitt-NOAA commented 2 years ago

The root cause of this issue appears to be in the headwaters. I suspect that it's a bug in either aggregate_vector_inputs.py or reduce_nhd_stream_density.py

screenshot (2)