SAUSy-Lab/retro-gtfs

Moved stops can cause repeated stop_id's in output

Closed this issue · 2 comments

Stop moves, e.g. a stop moved one block over with no id change, cause both geometries to be given in stops.txt with the same stop_id. I need to change the stop_id in stops and also in stop_times. output sql script will need to be updated as well.

see stops jv 3337,3340 as examples

I've now disregarded the given stop_id's and starting using my own unique id's.