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 has been archived by the owner on May 27, 2024. It is now read-only.
Based on feedback from agencies, it's more useful to know if position is off-shape in middle of trip, not on way to or from trip (within reason). Some agencies might use this in real-time to create detour alerts, if they could detect that the vehicle was off-route. However, if the driver signs on a bit early, or late, this isn't of interest.
A possible solution to this is to draw a circular buffer around the first and last point of the trip, which has a bigger radius than the trip buffer, and ignore any points within those circles.
Steps to reproduce:
Run validator on trip with vehicle position near start/end
Expected behavior:
Ignore these, focus more on points off the middle of the trip
Observed behavior:
Points near trip start/end are flagged
The text was updated successfully, but these errors were encountered:
Summary:
Based on feedback from agencies, it's more useful to know if position is off-shape in middle of trip, not on way to or from trip (within reason). Some agencies might use this in real-time to create detour alerts, if they could detect that the vehicle was off-route. However, if the driver signs on a bit early, or late, this isn't of interest.
A possible solution to this is to draw a circular buffer around the first and last point of the trip, which has a bigger radius than the trip buffer, and ignore any points within those circles.
Steps to reproduce:
Run validator on trip with vehicle position near start/end
Expected behavior:
Ignore these, focus more on points off the middle of the trip
Observed behavior:
Points near trip start/end are flagged
The text was updated successfully, but these errors were encountered: