Flex: modify stop_without_stop_time to exclude stops associated with a used location_group #1883
Labels
enhancement
New feature request or improvement on an existing feature
Milestone
Describe the problem
Based on the acceptance test changes from #1834 (comment), there are changes in fixed stop demand responsive services where a stop_id will not be referenced explicitly in stop_times.txt and therefore would generate the
stop_without_stop_time
warning, even though the stop_id is technically used.Proposed solution
Create an exception for this rule:
If there's a location_group_id referenced in stop_times.txt, go through the original location_group file and check all the stops associated with that id. If a stop exists in the location_group that is being used in stop_times, don't trigger the warning.
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: