transitland / gtfs

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

Auto load gtfs source from archive #66

Closed slvlirnoff closed 7 years ago

slvlirnoff commented 7 years ago

implements #65 and fix #64

I'll let you check the additional exception and default option value. Let me know if there's anything missing!

Best, Cyprien

irees commented 7 years ago

Thanks!!! I will review it today.

irees commented 7 years ago

To match current behavior, can you make the default auto_detect_root: false ?

slvlirnoff commented 7 years ago

Sure! Added a spec to ensure default behavior.