-
Notifications
You must be signed in to change notification settings - Fork 214
Description
Include data on which carriage is close to what exit.
The idea emerged from a user in this discussion: https://codeberg.org/comaps/comaps/issues/2879
I have refined his idea to include sort of a prototype on what could be done. (I however have very basic knowledge only of GTFS) - There is a Libreoffice Calc document linked at the discussion as demo purpose if you want to take a look at it ;)
For now it is this basic idea:
CarriageNumber;Exitname;Stationexits;(Lines to change[optional direction])
Example: A;Stubenring;Stubenring,Dr. Karl Lueger Platz;(2,2A,74A)
For real use it probably needs to include more data about the line, line direction….
However two problems remain unsolved: What if it is a shorter train than usual? What if the train gets turned around at a stop not listed in the Lines destinations - can it then identify that it still is within the same direction.
If this data is not submitted by the PTA it is the idea that this data could be community created as sort of add-on for regular GTFS data.
Is this all feasible within GTFS and does it follow the projects directions?