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

changes to accomodate the deprecated array interface #157

Merged
merged 1 commit into from
Apr 9, 2022

Conversation

mattijn
Copy link
Owner

@mattijn mattijn commented Apr 9, 2022

This PR changes the code to reduces number of deprecation warnings. It targets the following:

ShapelyDeprecationWarning: The array interface is deprecated and will no longer work in Shapely 2.0. Convert the '.coords' to a numpy array instead.

The number of warnings of the test suite goes from 337 to 184 after this PR.

@mattijn mattijn merged commit 839367e into master Apr 9, 2022
@mattijn mattijn deleted the deprecated-array-interface branch April 9, 2022 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant