Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

velCheckMain fails #4

Closed
johnwallx opened this issue Aug 15, 2019 · 3 comments
Closed

velCheckMain fails #4

johnwallx opened this issue Aug 15, 2019 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@johnwallx
Copy link
Contributor

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

@johnwallx johnwallx added the bug Something isn't working label Aug 15, 2019
@johnwallx johnwallx self-assigned this Aug 15, 2019
@johnwallx
Copy link
Contributor Author

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

@johnwallx
Copy link
Contributor Author

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
Copy link
Contributor Author

Resolved by #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant