BlinkTagInc / gtfs-to-html

Build human readable transit timetables as HTML or PDF from GTFS.
https://gtfstohtml.com
MIT License
184 stars 56 forks source link

Uploading GTFS file to the web version #157

Closed FreshTaco1 closed 10 months ago

FreshTaco1 commented 10 months ago

Hi there,

Is there the ability to upload a GTFS zip file to the web version of your tool?

Thanks

brendannee commented 10 months ago

Not currently - it is currently setup to only support downloading from a URL.

I may add this feature in the future - for now you'll need to upload it to a URL, or use GTFS-to-HTML locally.

FreshTaco1 commented 10 months ago

Thanks for confirming that!

FreshTaco1 commented 10 months ago

Just one follow up. Do you know of any methods or online storage where I could have the GTFS file and then link it to your tool? I tried Google Drive but no luck there. Does it need to be a public environment? Thanks

brendannee commented 10 months ago

It does need to be public so the server can fetch it - you could try dropbox and add a dl=1 query parameter to the URL: https://help.dropbox.com/share/force-download

FreshTaco1 commented 10 months ago

That worked. Thank you!