CUTR-at-USF / gtfs-osm-sync

Synchronizes public transportation data in GTFS format with OpenStreetMap.org
Other
91 stars 18 forks source link

Zipped gtfs files can't be loaded #29

Open 3vivekb opened 7 years ago

3vivekb commented 7 years ago

Using my Mac - 10.12.5 and running the program, I can't seem to be able to load a gtfs file from the zip version. I can unzip the contents and load the folder but the zip consistently fails.

barbeau commented 7 years ago

Thanks @3vivekb! Could you link or attach a zip that this occurs with?

3vivekb commented 7 years ago

VTA-GTFS.zip

reubot commented 6 years ago

Can you try it with https://github.com/reubot/gtfs-osm-sync/releases/tag/2017-changes

nereocystis commented 6 years ago

I am successfully loading a zipped file, from AC Transit From here http://www.actransit.org/planning-focus/data-resource-center/ GTFSSummer18.zip

You could probably avoid unzipped the file into a directory and just reading it. Compiled from master, and now with a few local changes I have made.