rapidsai / cuspatial

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

[FEA] retain original indexes or original dataframe data in `window_points` #185

Open taureandyernv opened 4 years ago

taureandyernv commented 4 years ago

Currently, window points returns a dataframe (let's call it wp) with a list of X and Y points in a particular region [window] of interest. However, there is no easy way to take the returned wp and continue on with your workflow on the original data.

Possible solutions are: a) having the entire row from original dataframe with the points be returned in wp b) having the original index from the original dataframe returned, c) returning a boolean so we can save it as a new column in the original dataframe

Thoughts or tweaks?

github-actions[bot] commented 3 years ago

This issue has been marked stale due to no recent activity in the past 30d. 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 marked rotten if there is no activity in the next 60d.

github-actions[bot] commented 3 years ago

This issue has been marked rotten due to no recent activity in the past 90d. 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.