jarondl / pygtfs

A python (2/3) library for GTFS
MIT License
63 stars 44 forks source link

Ignore supplied `feed_id`s. #56

Closed jarondl closed 5 years ago

jarondl commented 5 years ago

Some feeds have their own feed_id. This is not in the spec. But we should ignore fields we don't understand.

Fixes #55