Bondify / gtfs_functions

Package with useful functions to create geo-spatial visualizations from a GTFS.
MIT License
114 stars 30 forks source link

Fix OSError if gtfs_path is URL #39

Closed pichlerpa closed 8 months ago

pichlerpa commented 8 months ago

Encountered the following problem with URL https://www.transportforireland.ie/transitData/Data/GTFS_All.zip which is now getting considered in the exception handling of the get_files function:

OSError: [Errno 22] Invalid argument: 'https://www.transportforireland.ie/transitData/Data/GTFS_All.zip'

Bondify commented 8 months ago

hey @pichlerpa thanks for contributing. I saw this pull request had some conflicts with the latest version so I took your changes and included them in the last update. I hope that's ok.

I'll close this PR for now. Thanks again for contributing.