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
Copy file name to clipboardExpand all lines: warehouse/models/docs/gtfs schedule/stop_times_grouped.md
+29
Original file line number
Diff line number
Diff line change
@@ -120,3 +120,32 @@ Count of stop events on this trip where `departure_time` is populated.
120
120
121
121
See https://gtfs.org/reference/static#stop_timestxt for the raw data definitions.
122
122
{% enddocs %}
123
+
124
+
{% docs column_flexible_trip %}
125
+
Boolean indicator for whether this is a flexible trip defined using GTFS-Flex.
126
+
GTFS-Flex flexible trips are indicated by using the fields `start_pickup_drop_off_window`and `end_pickup_drop_off_window` for at least some of their stop events.
127
+
This means there is some flexible service without fixed schedules and this is not an entirely fixed-route trip.
128
+
129
+
Note that there may be some demand-responsive behavior on trips where this column is `false`; for example, there can be stops where a phone call to the agency is required to arrange pickup/drop off, which will be indicated in pickup/drop off type columns even if they are not included as "flexible" in this column.
130
+
{% enddocs %}
131
+
132
+
{% docs column_fully_flexible_trip %}
133
+
This is the same as `flexible_trip` except that the boolean here indicates that all (rather than just some) of the stop events had `start_pickup_drop_off_window` and `end_pickup_drop_off_window` populated, indicating that this is an entirely flexible/demand-responsive trip.
134
+
{% enddocs %}
135
+
136
+
{% docs column_num_flexible_stop_events %}
137
+
Count of stop events for this trip with `start_pickup_drop_off_window` and `end_pickup_drop_off_window` populated indicating flexible behavior.
Earliest value of `start_pickup_drop_off_window_sec` for this trip. Only populated for flexible trips.
143
+
144
+
Represents the number of seconds after 12 hours before noon (usually midnight) at which flexible pickups/drop offs begin for the earliest flexible stop on this trip.
Latest value of `end_pickup_drop_off_window_sec` for this trip. Only populated for flexible trips.
149
+
150
+
Represents the number of seconds after 12 hours before noon (usually midnight) at which flexible pickups/drop offs end for final flexible stop on this trip.
0 commit comments