cuspatial
cuspatial copied to clipboard
[FEA] Add stop detection algorithm
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
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.