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
I have been using the software for almost 2 months building a small set of gtfs with 38 routes and around 2,000 stops. I finished 1 week ago but I just can not make them work. I have been trying to use them with 2 libraries in R (opentripplanner and gtfsrouter) and they just don't recognize well the gtfs.
Since the beginning, I put my gtfs in a validator and I have repairs all the errors that the validator shows. Right now I have just some warnings that they don't seem important (like an extra column in 1 file and some stops that I don't use).
Hi @orlandoandradeb , sorry for replying way into the future ;)
I've personally seen a lot of other configuration issues with software like opentripplanner that we have to get through which may not have anything to do with the acutal GTFS data in itself.
Some places to look into:
Are the timings in the form of precise stop_times data, or are they in frequencies? most tools had trouble with frequencies; you would have to lay out the timings.
Are all the stop_times entries in a route + trip duly filled? .
Check the start and end dates in calendar.txt . If end_date is a past one, then opentripplanner etc will not process your GTFS at all.
I checked your gtfs file. Looks ok.. No clue how the "unnamed 0" column in trips.txt got there! Did a test run myself just now and didn't find any such strange column in my exported trip.txt . How can one reproduce this?
Hello
I have been using the software for almost 2 months building a small set of gtfs with 38 routes and around 2,000 stops. I finished 1 week ago but I just can not make them work. I have been trying to use them with 2 libraries in R (opentripplanner and gtfsrouter) and they just don't recognize well the gtfs.
Since the beginning, I put my gtfs in a validator and I have repairs all the errors that the validator shows. Right now I have just some warnings that they don't seem important (like an extra column in 1 file and some stops that I don't use).
I have no idea what is the problem with the gtfs.
https://mega.nz/file/TZgVmCBA#AqMRu8EGX6dxwM6ahneF5Tqr-RBkb85X_Iq1gPFdeu4
I hope someone can give me a hint or help.
Thank you
The text was updated successfully, but these errors were encountered: