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

[FEA] Pairwise LineString-Polygon Distance #757

Closed
3 tasks done
Tracked by #767
isVoid opened this issue Oct 28, 2022 · 1 comment
Closed
3 tasks done
Tracked by #767

[FEA] Pairwise LineString-Polygon Distance #757

isVoid opened this issue Oct 28, 2022 · 1 comment
Assignees
Labels
feature request New feature or request
Milestone

Comments

@isVoid
Copy link
Contributor

isVoid commented Oct 28, 2022

Is your feature request related to a problem? Please describe.
Part of #231 , ST_Distance requires linestring-polygon distance.

Describe the solution you'd like
Computing the shortest segment distance between all pairs of segment and polygon should be sufficient. This also checks if the edges between two geometries intersects.

Consider using a block-wise algorithm due to geometry complexity.

Tasks

Preview Give feedback
  1. isVoid
  2. isVoid
  3. isVoid
@isVoid isVoid added feature request New feature or request Needs Triage Need team to review and classify labels Oct 28, 2022
@isVoid isVoid added this to cuSpatial Oct 28, 2022
@isVoid isVoid added this to the ST_Distance milestone Oct 28, 2022
@jarmak-nv jarmak-nv moved this to Todo in cuSpatial Nov 3, 2022
@jarmak-nv jarmak-nv removed the Needs Triage Need team to review and classify label Mar 1, 2023
@isVoid isVoid self-assigned this Mar 6, 2023
@jarmak-nv jarmak-nv moved this from Todo to In Progress in cuSpatial Mar 27, 2023
rapids-bot bot pushed a commit that referenced this issue Apr 6, 2023
This PR adds `linestring-polygon` distance API. This API divides up the work into two parts: point-in-polygon test and a load-balanced all-pairs segment-segment distance compute kernel.

Closes #1027 
Depends on #1026 
Contributes to #757

Authors:
  - Michael Wang (https://github.com/isVoid)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - H. Thomson Comer (https://github.com/thomcom)

URL: #1011
@isVoid isVoid moved this from In Progress to Review in cuSpatial Apr 14, 2023
@isVoid
Copy link
Contributor Author

isVoid commented Apr 26, 2023

All relating PRs are merged. Closing this meta issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants