You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I wish i could get segments for a particular date of analysis. Sometimes i need to analyze a feed on a date other than the busiest one chosen by GTFS Segents, e.g. a Sunday.
Describe the solution you'd like
Add an optional date keyword argument to get_gtfs_segments, which restricts the analysis to that date (a YYYYMMDD date string, say) instead of the default busiest date. Seems like an easy and powerful change.