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
For service maps, the algorithm probably should be:
In the service object, if any of the days are true, then use those days as truth and continue.
Otherwise, essentially calculate a histogram of days coming from calendar_dates.txt. Days appearing more than 10% of the time (say) count as true days. Should validate this with the LIRR.
Add a new table to store the contents of
calendar_dates.txt
andfrequencies.txt
.Will need to create dummy entries in
scheduled_service
for services that don't appear incalendar.txt
.Will need to update service map trip filtering for "weekend", etc.
Smoke test using LIRR, which currently doesn't work because of this.
The text was updated successfully, but these errors were encountered: