google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
679 stars 254 forks source link

Honor the input stop_sequence if present #521

Open narun2001 opened 1 year ago

narun2001 commented 1 year ago

If the stoptime object was created with a stop_sequence already, the code was overwriting that.