Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve E029 - ignore when vehicle is close to trip start/end #72

Open
isabelle-dr opened this issue Jan 9, 2022 · 0 comments
Open

Comments

@isabelle-dr
Copy link

Issue by barbeau
Feb 14, 2020
Originally opened as CUTR-at-USF#367


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

@isabelle-dr isabelle-dr added this to the v1.1 milestone Jan 9, 2022
@isabelle-dr isabelle-dr modified the milestones: v1.1, v1.0 Jan 9, 2022
@barbeau barbeau modified the milestones: v1.0, v1.1 Feb 25, 2022
@maximearmstrong maximearmstrong added this to GTFS Realtime - Validator in The Tech Dashboard (archived) Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
The Tech Dashboard (archived)
GTFS Realtime - Validator
Development

No branches or pull requests

2 participants