-
Notifications
You must be signed in to change notification settings - Fork 4
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
Missing GTFS table attributes - A wishlist. #8
Comments
This all sounds great, especially adding fare information. |
These changes would be amazing. One other thing I would love: if stations that connect with other rail lines (such as 30th St) used the same stop_id across other GTFS feeds. It would require minimal coordination with NJ Transit, but would make it much easier to handle transfers with other rail lines. |
Quick note: all of the required information per GTFS specification, updated July 12, 2016, is in SEPTA's file. This issue relates to adding optional data that is predefined in GTFS. If anyone's interested, here is a script I use to import SEPTA rail data into SQLite https://github.com/fulldecent/septa-regionalrail-otp/blob/master/Getting%20GTFS%20Data%20from%20SEPTA/sqliteGTFSImport.txt |
@fulldecent Your script 404's. If you could come in Saturday and re-upload that would be great. @zachpepsin I actually forgot to write that way back then (before NJT had any GTFS feeds at all), and yes, this would be amazing. @septadev Just to update this thread, getting a consistent experience through both feeds is still a hardship for me. Especially having the same ( |
Since I just redid the file. Here it is if you want it. |
1 similar comment
Since I just redid the file. Here it is if you want it. |
@fulldecent thanks! |
Some updates to possibly bear in mind going forward, if it's not a big headache. Below are a list of (at least my personal) nice-to-haves, written under in the context of the GTFS tables in question. I'll keep this updated.
As always thanks for your work. Please see this as more of a wishlist.
General:
Bus GTFS data:
agency
fare_rules
feed_info
end_date, and feed_version are not "required", they would provide a nice way for 3rd-party server / client aggregators to query if the GTFS bundle(s) are outdated. It may also help Google pick up the new schedules in a timely manner, although I know nothing about this process.
frequencies
routes
stop_times
stops
Rail GTFS data:
fare_attributes
fare_rules
feed_info
stop_times
transfers
The text was updated successfully, but these errors were encountered: