Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use a GTFS zip file #28

Open
ghost opened this issue Aug 25, 2020 · 1 comment
Open

use a GTFS zip file #28

ghost opened this issue Aug 25, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 25, 2020

I need to usage only compressed zip file contains txt files..

how could i fix this?

@ghost ghost changed the title how can i use a GTFS zip file? use a GTFS zip file Aug 25, 2020
@derhuerst
Copy link

Unzip the .zip to a temp directory before you use this library. On macOS/Linux, you could do it like this:

dir=$(mktemp -d -t gtfs) # create temp directory
unzip -n -j path/to/gtfs.zip -d $dir # unzip .zip archive
# process GTFS data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant