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
Unfortunately, I was unable to set up your project to run locally due to the AWS usage but I wrote up a little script that can parse the holidays out of the CTA site with the holidays package you suggested. This currently assumes that holidays are correctly named but seems to do the job right now. One could also add some word likeness checking but that doesn't seem necessary as is. Let me know if this is of help!
Spinout from: #37 (comment)
In
compare_scheduled_and_rt.py
we have a hard-coded list of holidays in a few places (ex: https://github.com/chihacknight/chn-ghost-buses/blob/main/data_analysis/compare_scheduled_and_rt.py#L99) and ideally that would be handled more automatically.There is a
holidays
library in Python: https://github.com/dr-prodigy/python-holidays, which could help us. The thing is that we do not want to check for generic US (or even Chicago / Cook County) holidays, we only want to check for the specific holidays on which the CTA runs Sunday Service.At time of posting, that is:
The text was updated successfully, but these errors were encountered: