Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

[FEA] Pairwise LineString-Polygon Distance #757

@isVoid

Description

@isVoid

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.

- [ ] https://github.com/rapidsai/cuspatial/issues/1027
- [ ] https://github.com/rapidsai/cuspatial/issues/1028
- [ ] https://github.com/rapidsai/cuspatial/issues/1029

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions