Hey guys,
The only change I made to the TransitFeed python script was removing
the "Check for stops that might represent the same location" test.
With 10k bus stops it was just taking far too long.
With the MyTTC dataset we can have up to 8 bus stops at each
intersection (each compass direction and nearside/farside) so it would
end up producing 20-30 thousand warnings.
I'll produce a generated SQL dump from the same C code as I wouldn't
want to use a GTFS->SQL converter on our db because of some extra
fields we have.
It would be helpful for other agencies though. I could whip something
up pretty quickly in C but I don't want to promise anything - I'll try
to look into it after producing the SQL dump