r-transit / tidytransit

R package for working with GTFS data
https://r-transit.github.io/tidytransit/
147 stars 21 forks source link

fix set_dates_services for feeds only using calendar_dates #178

Closed polettif closed 2 years ago

polettif commented 2 years ago

This PR fixes an issue with feeds that use calendar_dates.txt and without providing calendar.txt. GTFS allows to omit calendar if every date of service is specified in calendar_dates. A tests covering this is added as well.

closes #177