Problem
When using a consolidated/merged GTFS feed (e.g. Puget Sound Consolidated GTFS), some IDs in
the feed already include the agency prefix for example a stop with raw ID 40_1121 in the DB.
When our code calls utils.FormCombinedID("40", "40_1121") it produces 40_40_1121, which is
wrong.
https://www.soundtransit.org/help-contacts/business-information/open-transit-data-otd/otd-downloads
Problem
When using a consolidated/merged GTFS feed (e.g. Puget Sound Consolidated GTFS), some IDs in
the feed already include the agency prefix for example a stop with raw ID
40_1121in the DB.When our code calls
utils.FormCombinedID("40", "40_1121")it produces40_40_1121, which iswrong.
https://www.soundtransit.org/help-contacts/business-information/open-transit-data-otd/otd-downloads