passaH2O / pygeoflood

Compound flood mapping program based on high-resolution terrain analyses
https://passah2o.github.io/pygeoflood/
GNU General Public License v3.0
7 stars 0 forks source link

Inconsistent Channel Heads #12

Open mdp0023 opened 3 months ago

mdp0023 commented 3 months ago

Something is happening during "calculate_geodesic_distance" with certain basins to cause the geodesic distance to be 0, resulting in erroneous channel heads. Only occurring for specific basins in specific catchments, not sure what the pattern is, but narrowed down to something within fast_marching algorithm in tools.py. See image for example of 0 geodesic distance with too many channel heads. (catchment 5781905 in Austin AOI for reference)

image