Hello,
I'm developing a transit application that utilizes the MTA GTFS static data and GTFS-RT feeds along with a supplementary Station Details CSV file, which contains the "North Direction Label" and "South Direction Label" columns for each station.
I'm trying to debug what seems like an inconsistency between the human-friendly direction labels in the
Stations.csv file provided by MTA and what's displayed in the official MTA app for certain stations.
Specific Example:- Station: Lorimer St J/M (M13)
- Trip ID: 084000_M...N
- Platform: Northbound platform (M13N)
- Destination: Forest Hills-71 Av (derived from the last station in the trip updates array, G08)
- In Station Details CSV: The "North Direction Label" for M13 indicates "Outbound"
- In MTA App: This same train direction is displayed as "Manhattan"
This inconsistency creates confusion for users of my application, as they expect to see the same direction labels they're familiar with from the official MTA app. Is there a more up-to-date source of North / South direction labels on a per station basis available?
Thank you!