planarnetwork / dtd2mysql

MySQL / MariaDB import for DTD feeds (fares, timetable and routeing)
30 stars 10 forks source link

List each platform as GTFS stop in the generated GTFS, and various GTFS semantic fixes #73

Closed miklcct closed 1 year ago

miklcct commented 1 year ago

This pull request does the following:

Closes #69

linusnorton commented 1 year ago

This is a difficult one. I think it might be best to split up some of the changes. There are several we can integrate easily:

Unfortunately changing the CRS codes, headsign and general structure is difficult because there are people (myself included) that rely on those fields being in those places. A compromise might be to use some custom fields for the additional data but it also might be best to just maintain a fork with those changes.

miklcct commented 1 year ago

We will then decide later as our company business plan may require some other custom fields as well.

miklcct commented 1 year ago

Closing this one as our codebase has since revolved, and further changes have been made to improve the data quality including grouping trips into routes by origin - destination, putting colours into GTFS, loading schedules starting from 7 days ago for journey planning purpose, etc.

Our work is available at Jnction:aubin-master .