Closed miklcct closed 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.
We will then decide later as our company business plan may require some other custom fields as well.
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 .
This pull request does the following:
Paddington (platform A)
, consistent to the general labelling of TfL bus stops and to the best practice herePDX_A
, stop_codePDX
, which is part of the station with stop_idPAD
and stop_codePAD
.${origin} → ${destination}
, for example, Brockenhurst → Poole${this.modeDescription} service from ${origin} to ${destination}, ${this.classDescription}, ${this.reservationDescription}
Closes #69