BlinkTagInc / gtfs-to-html

Build human readable transit timetables as HTML or PDF from GTFS.
https://gtfstohtml.com
MIT License
184 stars 56 forks source link

Show service dates on the timetable #155

Closed huyngd closed 7 months ago

huyngd commented 1 year ago

Hello,

I have successfully generated a timetable here: https://huyngd.github.io/amsterdam-airport-express/

I am wondering:

(1) if there is a way to show the service dates on the table, since it only shows the days of week as of now.

(2) is there a way to group the trips belong to the same group together instead of showing all in one page like it is right now?

Please help me with this if possible. Much appreciated!

brendannee commented 1 year ago

You can better control exactly what dates timetables get created for and how they are named and group by adding a timetables.txt and timetable_pages.txt to your GTFS before processing it: https://gtfstohtml.com/docs/timetables - try this out and let me know if you hit any limitations.