rapidsai / cuspatial

CUDA-accelerated GIS and spatiotemporal algorithms
https://docs.rapids.ai/api/cuspatial/stable/
Apache License 2.0
602 stars 152 forks source link

[FEA] Nearest point and segment index of linestring to a point (all-pairs) #647

Open harrism opened 2 years ago

harrism commented 2 years ago

Is your feature request related to a problem? Please describe.

As with #646 , given vectors of points and linestrings, for every combination point-linestring pair, compute the nearest point and segment index of the linestring to the point.

It is desirable to reduce the number of outputs by also filtering the input data with a distance filter. (e.g. only pairs with features within a certain distance of each other).

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.