conveyal / gtfs-validator

A Java framework for GTFS validation and statistics.
MIT License
38 stars 18 forks source link

Identify why feeds cannot be loaded #7

Closed mattwigway closed 7 years ago

mattwigway commented 10 years ago

Next step after #6. Requires removing OBA and using our own GTFS loader, because OBA doesn't load feeds that cannot be loaded, without necessarily telling you why.

mattwigway commented 10 years ago

So I made some progress on this; now it will record missing fields. The trouble is OBA will only tell us about one missing field, and say that it cannot load the file. So once you fix that you get another error. I don't really see a workaround for this, so it probably means removing OBA.