-
Notifications
You must be signed in to change notification settings - Fork 61
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
[Spain] Palma de Mallorca 0 seconds trip duration due to missing timepoint values #753
Comments
Appears to be a good time to nudge them https://www.mallorcazeitung.es/mobilitat/2024/09/20/emt-busse-app-probleme-108351746.html |
I asked them via contact form. |
I analyzed the problem. They put a space for the stop time which is not "empty" (space between commas
Regarding
When implementing MOTIS, I used this example which uses empty stop times (nothing between commas: https://developers.google.com/transit/gtfs/examples/gtfs-feed#stop_timestxt I will change the check to ignore whitespace (trim before empty check). This will solve this issue. Then MOTIS will interpolate the times. |
Release v2.0.7 should fix this issue (haven't tried, just added |
🤔 This issue seems to persist on api.transitous.org |
Should be fixed now (again). It was shortly fixed but then I added a "monotonicity enforcer" which eliminated the value indicating that a timestamp should be interpolated later on. Now the monotonicity enforcement is on UTC times (after expansion of frequencies, etc). |
This bug seems fixed now :) |
Bus legs inside Palma de Mallorca have durations of 0 seconds. Example:
Reason are missing timepoint values a can be seen here for example https://busmaps.com/en/spain/public_transit-line-1-2413739300-2494502523
Data comes from EMT Palma https://www.emtpalma.cat/ca/inici
Alls stops appear to be used, according their own plan: https://www.emtpalma.cat/ca/linia/-/L/1/portopi-sindicat
Primary gtfs data source: https://www.emtpalma.cat/en/open-data-en
gtfs validation report for example https://busmaps.com/en/spain/Empresa-Municipal/emtpalma
I'll try to nudge them via contact page https://www.emtpalma.cat/ca/atencio-al-client but I'm surely not the first.
As the first and last (and a few intermediate) stops have timepoint values, the timepoints at intermediate stops times might be interpolated.
The text was updated successfully, but these errors were encountered: