You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indicates the type of connection for the specified (from_stop_id, to_stop_id) pair. Valid options are:
0 or empty - Recommended transfer point between routes.
1 - Timed transfer point between two routes. The departing vehicle is expected to wait for the arriving one and leave sufficient time for a rider to transfer between routes.
2 - Transfer requires a minimum amount of time between arrival and departure to ensure a connection. The time required to transfer is specified by min_transfer_time.
3 - Transfers are not possible between routes at the location.
Therefore, the 'transfer_type' values can be empty, so:
Hi,
Based on:
https://gtfs.org/reference/static/#transferstxt
Therefore, the 'transfer_type' values can be empty, so:
should be changed to:
set_field(transfer.transfer_type, row, "transfer_type");
The text was updated successfully, but these errors were encountered: