jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
55 stars 6 forks source link

Add GTFS realtime config option to force stop sequence reassignment #99

Closed cedarbaum closed 1 year ago

cedarbaum commented 1 year ago

This change adds the reassign_stop_sequences option to GTFS realtime config. This option forces transiter to reassign stop sequence numbers for trips, even in the case where they are present in the trip update. See this PR discussion for more context: https://github.com/jamespfennell/transiter/pull/97.

cedarbaum commented 1 year ago

Thanks for the review! Will send updates for this and #97 soon.

jamespfennell commented 1 year ago

Awesome, thanks for the changes!