cuspatial icon indicating copy to clipboard operation
cuspatial copied to clipboard

[REVIEW] Directed Polygon Point Distance

Open cwharris opened this issue 5 years ago • 6 comments

Contributes to #231. Depends on #250.

cwharris avatar Jul 07 '20 00:07 cwharris

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

GPUtester avatar Jul 07 '20 00:07 GPUtester

@cwharris Should we push this to 0.16?

harrism avatar Aug 18 '20 04:08 harrism

Moving to 0.16.

harrism avatar Aug 20 '20 00:08 harrism

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.

cwharris avatar Aug 20 '20 18:08 cwharris

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.

github-actions[bot] avatar Feb 16 '21 20:02 github-actions[bot]

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.

github-actions[bot] avatar Feb 16 '21 20:02 github-actions[bot]

I believe this is superseded by https://github.com/rapidsai/cuspatial/pull/988

isVoid avatar Apr 14 '23 00:04 isVoid