MKuranowski / WarsawGTFS

Creates GTFS feed from ZTM Warsaw data
https://mkuran.pl/gtfs/
MIT License
34 stars 10 forks source link

Replace libarchive by py7zr #57

Closed przemekwrona closed 1 month ago

MKuranowski commented 1 month ago

Thanks! I have added a commit which ensures only the expected TXT file is ever extracted (as was the previous behavior with libarchive) to ensure no unexpected files are ever extracted.

By the way, have you run your code with in the --merge mode? I have a suspicion that the check on num_txt_files might have failed, as there may be multiple .TXT files in the download directory.

PS, you can add "Closes #56" to the issue body to automatically close the relevant issue.