stl_gtfs_late_night
Find GTFS trips that cross the service-day boundary and return the maximum departure time. Use to identify late-night service edge cases.
Instructions
Trips whose stop times cross the service-day boundary, plus the maximum departure_time anywhere in the feed. Use it to find edge-case test material.
Args: threshold: GTFS time string; departures at or after it are returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| snapshot | No | ||
| threshold | No | 24:00:00 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |