Closed johnwallx closed 5 years ago
This bug is being resolved on branch hot-fix/polygons
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.
Resolved by #5
Offline, a bug was identified in the
velCheckMain
function resulting in the errorTypeError: 'Polygon' object is not iterable