cuspatial icon indicating copy to clipboard operation
cuspatial copied to clipboard

[FEA] Add stop detection algorithm

Open gregory1506 opened this issue 2 years ago • 1 comments

It would be useful if cuSpatial has the ability to detect when an object_id has stopped within a particular trajectory based on some defined duration and radius.

for example an API similar to:

import cuspatial as csp
df = "some trajectory dataframe(lat/lon) or geopandas GeoDataFrame"
stops = csp.find_stops(data=df, max_radius=m, min_duration=n)

alternative that is non GPU based are https://movingpandas.readthedocs.io/en/master/trajectorystopdetector.html

gregory1506 avatar Aug 12 '22 22:08 gregory1506

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.

github-actions[bot] avatar Sep 12 '22 00:09 github-actions[bot]