transitland / gtfs

Ruby library for dealing with GTFS. Used by Transitland's FeedEater import pipeline.
8 stars 6 forks source link

Source load_graph: check for missing entities before pclink #73

Closed irees closed 6 years ago

irees commented 6 years ago

Some GTFS files have minor integrity issues, e.g. a trip referencing a route that does not exist. Instead of failing, try to work around.

See: https://github.com/transitland/transitland/issues/252 Resolves #74