-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
enhancementNew feature request or improvement on an existing featureNew feature request or improvement on an existing featureflexRules and rule changes related to GTFS-Flex.Rules and rule changes related to GTFS-Flex.
Milestone
Description
Describe the problem
In order to support Flex as a part of #1721, we need to create an exception for the missing_trip_edge rule.
Depends on #1749
Proposed solution
- Add exception for missing_trip_edge rule:
| File name | Spec language | Notice to update or add | Validator logic | Notice table columns |
| stop_times.txt | arrival_time, departure_time
Forbidden** when `start_pickup_drop_off_window` or `end_pickup_drop_off_window` are defined. |
missing_trip_edge | If a trip has a start_pickup_dropoff_window or end_pickup_drop_off_window, do not trigger this error. |
Test with https://data.trilliumtransit.com/gtfs/islandtransit-wa-us/islandtransit-wa-us--flex-v2-TEST.zip to make sure the error is not triggered.
Alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature request or improvement on an existing featureNew feature request or improvement on an existing featureflexRules and rule changes related to GTFS-Flex.Rules and rule changes related to GTFS-Flex.