Dewberry / hecrasio

Tools for reading results from HEC-RAS simulations for probabilistic flood risk analyses
Apache License 2.0
24 stars 9 forks source link

velCheckMain fails #4

Closed johnwallx closed 5 years ago

johnwallx commented 5 years ago

Offline, a bug was identified in the velCheckMain function resulting in the error TypeError: 'Polygon' object is not iterable

johnwallx commented 5 years ago

This bug is being resolved on branch hot-fix/polygons

johnwallx commented 5 years ago

velCheckMain calls group_excessive_points and results in an error on this line:

diss_aois = list(cascaded_union(gdf_aois.geometry))

This line was placed within a try except clause in the above reference PR as a hot-fix.

johnwallx commented 5 years ago

Resolved by #5