Katrin
Katrin

Reputation: 11

GTFS - route waits for another

Is there a way how to express in GTFS, that one route is connected with another, that means, that the bus from the second route is waiting some time until the bus from the first route arrives?

Example:

Regular arrival of bus 1 (route 001) to the stop S1 is 12:00.

Regular departure of bus 2 (route 002) from the stop S1 is 12:05.

I would like to express in GTFS, that bus 2 will wait until 12:15, if the bus 1 is delayed

There is used file transfers.txt in doc, but it does not seem that this is solving my problem. I would like have this just for some route pairs, not general for stop pairs.

Upvotes: 1

Views: 199

Answers (3)

ashleedawg
ashleedawg

Reputation: 21647

I know this question is old so you probably already figured this out, but I'll add my two cents anyway...

If two Trip_ID's have the same Block_Id, that implies that the trips are being made by the same vehicle (or a replacement of the original vehicle) therefore forcing the trip to "wait".

Directions via Google Maps already make use of this functionality by advising the passenger to stay on the current vehicle.

From Google Maps / Directions :

Block_ID example

Upvotes: 0

stevevance
stevevance

Reputation: 401

You could express something like this in the stop name. You could do that only if it applies to all trips that stop there.

Expressing service intricacies like this is not uncommon.

An airport shuttle with fixed routes and times includes "24 hour advance reservations required" in its operator name. See the Transitland blog post I wrote for details.

Upvotes: 1

abeboparebop
abeboparebop

Reputation: 7775

No, GTFS provides no such mechanism.

Upvotes: 0

Related Questions