cuspatial
cuspatial copied to clipboard
[REVIEW] Directed Polygon Point Distance
Contributes to #231. Depends on #250.
@cwharris Should we push this to 0.16?
Moving to 0.16.
I had intended to get this in to 0.15, but due to concerns about the API doing all-pairs comparisons for directed distance, I’m adjusting it to accept a pair of offsets and compute symmetric distance per pair. This requires a different iterator (which will be reusable for future Cartesian products of pairs of shapes/groups), and will take a little more time to implement. I’m planning on getting a draft of that API up today, and I’d like to get feedback not just for polygon distance, but for any pair-wise “ranged” comparisons.
This PR has been marked rotten due to no recent activity in the past 90d. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates.
This PR has been marked stale due to no recent activity in the past 30d. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be marked rotten if there is no activity in the next 60d.
I believe this is superseded by https://github.com/rapidsai/cuspatial/pull/988