-
Notifications
You must be signed in to change notification settings - Fork 107
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
Provide Block.txt docs #145
Comments
@matteomallus I'm not sure there is broad agreement on what this file should look like. For example, DART publishes this file but with different fields:
|
It's possible this was added to OBA to support a specific producer, but it would only be useful in the context of that producer (and I don't know who that is). |
@barbeau Ok, thanks. I found a GTFS which uses these fields in But I can't find an explanation. Thank you anyway! |
@matteomallus yes, given the origin of OneBusAway that would make sense. You might want to take a look at KCM or Sound Transits websites to see if they have an explanation. Or reach out it the open data folks there. Please post back if you find out! |
Summary:
GtfsReader currently reads Block (block.txt), whose all fields are required (block_seq_num,block_var_num,block_route_num,block_run_num) but I can't manage to find any online documentation about the meaning of these fields, which are not part of the GTFS standard.
I'm interested in using this feature, and some docs about the meaning of the fields would be helpful. Can you please provide some explanation about the meaning of these fields?
Steps to reproduce:
While browsing the online documentation I can't find any reference about the meaning of the following fields: block_seq_num,block_var_num,block_route_num,block_run_num
Expected behavior:
The Wiki should provide some explanation, of the non-standard fields
Observed behavior:
An explanation of these fields cannot be found.
Platform:
The text was updated successfully, but these errors were encountered: