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

Route 794 is shown as Bus (route_type 3) instead of OnDemand Bus (route_type 715) #813

Open
hbruch opened this issue Nov 2, 2024 · 0 comments

Comments

@hbruch
Copy link

hbruch commented Nov 2, 2024

In stadtnavi, Route 794 is shown as Bus. Expected is OnDemand Taxi (displaying the phone number to book in advance).

While the original GTFS Feed correctly describes this route as OnDemand Service (route_type=715):

grep 794 routes.txt
"de:vvs:31794_:","VVS","794","Vogelsang - Herrenberg ZOB - Tailfingen","3","FF0000","FFFFFF","VVS_ticketing"
"de:vvs:50794_:","VVS","RT794","Herrenberg - Gültst.- Tailfingen","715","002feb","FFB300","VVS_ticketing"

OTP returns it currently as route_type 3:
image

Apparently, in the GTFS transformation pipeline route_type 715 is converted to 3, as the merged GTFS-Feed lists the route as of route_type=3.

grep 794 routes.txt
VVS,de:vvs:31794_:,794,Vogelsang - Herrenberg ZOB - Tailfingen,3,FF0000,FFFFFF,-999
VVS,de:vvs:50794_:,RT794,Herrenberg - Gültst.- Tailfingen,3,002FEB,FFB300,-999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant