You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
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.