Hello,
I'm trying to understand the best way to express my transit agency's service with GTFS concepts.
We run frequency-based service -- during the day across our fixed route, we will have between 1 and 6 buses actively driving. Based on the number of buses that are active at a given time, our headways (the space between buses on a route) can vary anywhere from 4 minutes to 25 minutes (which is the full cycle time of our route).
Given this, I have two questions.
1. Trips.txt - How many trips do I need to define for this type of service? Do I need just one trip per route per service day? Or do I need one trip per route per *bus* per service day, with proper start and end times that represent when buses 2, 3, 4, 5, and 6 will come in and go out of service (and will therefore adjust the expected headway on the route)?
2. Frequencies.txt - what value do I use in frequencies.txt for "headway_secs"? I think it sort of depends on how we decide to model trips... in the scenario where we just have 1 trip per route per service day, I think I would have multiple records in frequencies.txt that represent how the expected headway changes over the course of the day as buses are added / removed from service. But in the scenario where we have one trip per route per *bus* per service day... then I feel like I'll need to get combinatorial with how I define how each headway changes over the course of the day. For this reason it makes me think that the second way of modeling trips is *not* the right way of modeling for this kid of system, but I'm happy to be corrected...
Any help is much appreciated! Thanks in advance!
Brian