-
Notifications
You must be signed in to change notification settings - Fork 154
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 python bindings for (multi)point-(multi)point distance #734
Add python bindings for (multi)point-(multi)point distance #734
Conversation
…into feature/multipoint_array
Co-authored-by: H. Thomson Comer <thomcom@gmail.com>
…l into feature/multipoint_array
…into feature/python_point_distance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty straightforward wrapper. Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python looks really solid with easy to read and comprehensive tests. Just a question and a concern about the example that you give in the python docs.
@gpucibot merge |
Description
This PR adds python bindings to Point-point distance. Depend on #731
Reverts change to comment: #731 (comment)
Close #578
Checklist