-
Notifications
You must be signed in to change notification settings - Fork 44
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
Load fails on feed dates missing #81
Comments
Oddly enough, without feed_info.txt...it does continue |
It would be 'nice' to be able to exclude things. For my solution I do not need shapes.txt and by removing this from the zip, the extract time and sqlite size reduce substially. Only....the auto-removal from zip is not that easy, it requires to unpack/repack the lot so although I have a solution, would still be nice to be able to exclude things :) |
That is an interesting feature request. So something like a flag? |
Something would already be nice... at the moment I repack the gts by excluding feed_info and shapes as they either are erroneous or not providing value (for this ! integration). Repack means: open zip > read file > if OK > add to new zip > repeat till end ... then pygtfs. On a side note, For the netherlands gtfs, this takes hours, would it be an idea to apply conditions afterwards to speed it up? |
Source: https://www.data.gouv.fr/fr/datasets/r/47bc8088-6c72-43ad-a959-a5bbdd1aa14f
Failure while writing FeedInfo(feed_publisher_name='Palmbus', feed_publisher_url='https://www.palmbus.fr', feed_lang='fr', feed_start_date=None, feed_end_date=None, feed_version=None)
feed_info.txt contains indeed no dates.
The text was updated successfully, but these errors were encountered: