MIERUNE / GTFS-GO

QGIS-Plugin to parse GTFS data, to show and aggregate routes and stops.
https://mierune.co.jp
GNU General Public License v2.0
110 stars 11 forks source link

Manage error for outdated format of GTFS dataset #56

Closed bordoray closed 5 months ago

bordoray commented 1 year ago

Old GTFS dataset doesn't work, and process still running endlessly. It may be due to a lack of required file(s) in current standardized GTFS format.

It would be nice to have a GTFS format checker, which throw an error if file(s) is or are missing.

Examples of unworking dataset:

takohei commented 5 months ago

All sample feeds are missing feed_info.txt. We fixed on v3.2.3 by PR #76 @Kanahiro Please close this issue.

https://transitfeeds.com/p/ile-de-france-mobilite/1214 image image

https://transitfeeds.com/p/regie-autonome-des-transports-parisiens/413/latest image image

https://transitfeeds.com/p/stif/822/latest image image

Kanahiro commented 5 months ago

thanks, close...