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

Use full s3 URL for ConnectionTimeoutError #60

Closed dcjohnson24 closed 8 months ago

dcjohnson24 commented 1 year ago

Description

Line 235 of compare_scheduled_and_rt.py throws a botocore.exceptions.ConnectionTimeoutError or a botocore.exceptions.EndpointConnectionError. Using the s3 URL gets around this problem.

Resolves #59

Type of change

How has this been tested?

Locally