Closed emmambd closed 1 month ago
Based on this feed and its associated validation report, right now stop_too_far_from_shape is being triggered on stop times that don't have a stop_id.
stop_too_far_from_shape
Modify stop_too_far_from_shape so it only checks stop times records that have a stop_id. It should ignore stop times that don't have a stop_id.
No response
In other words - It ignores stop times records that don't have a stop_id
stop_id
Describe the problem
Based on this feed and its associated validation report, right now
stop_too_far_from_shape
is being triggered on stop times that don't have a stop_id.Proposed solution
Modify
stop_too_far_from_shape
so it only checks stop times records that have a stop_id. It should ignore stop times that don't have a stop_id.Alternatives you've considered
No response
Additional context
No response