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

Add try except to velCheckMain #5

Merged
merged 1 commit into from
Aug 16, 2019
Merged

Add try except to velCheckMain #5

merged 1 commit into from
Aug 16, 2019

Conversation

johnwallx
Copy link
Contributor

This PR resolves Issue #4 where velCheckMain was reported as failing.

velCheckMain calls group_excessive_points. The bug is resolved by placing:

diss_aois = list(cascaded_union(gdf_aois.geometry))

In a try except clause.

@johnwallx johnwallx added the bug Something isn't working label Aug 15, 2019
@johnwallx johnwallx requested a review from slawler August 15, 2019 23:58
@slawler slawler merged commit f54ce67 into master Aug 16, 2019
@slawler slawler deleted the hot-fix/polygons branch August 16, 2019 12:06
@johnwallx johnwallx mentioned this pull request Aug 16, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants