chihacknight / chn-ghost-buses

"Ghost buses" analysis project through Chi Hack Night
https://github.com/chihacknight/breakout-groups/issues/217
MIT License
19 stars 14 forks source link

add date range option for downloads. #65

Closed dcjohnson24 closed 10 months ago

dcjohnson24 commented 1 year ago

Description

Add date range argument for saving schedule summaries. Download files from transitfeeds.com if they are not available on the CTA website transitchicago.com

Resolves # [issue]

Type of change

How has this been tested?

Locally

dcjohnson24 commented 1 year ago

It's a bit of both options. The schedule data that comes from the CTA is saved daily in s3. Only the specific files that fall in the date range are taken from there. For ealier schedule files that are unavailable from the CTA or do not exist on s3 for some reason, all of the schedule data since the start of our data collection on May 20, 2022 is pulled from transitfeeds.com and then filtered by the date range.

lauriemerrell commented 10 months ago

We think this is superseded by #69