I have successfully used Transitland to extract a single agency from a GTFS file into a single file (similar to this question). However, my huge national GTFS data set has about 900 agencies, and running this command takes about 10 minutes to extract a single agency because the input source is huge.
I want to split this huge GTFS file into 900 GTFS files, one file per agency, such that I can pop up 900 TheTransitClock instances programmatically to generate live times which only supports a single agency.
How can I do it using Transitland without looping the command for 900 times, as it will take days for 900 invocations?
本文标签:
版权声明:本文标题:How can I extract a huge, national, GTFS into multiple files, with one file per agency? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人,
转载请联系作者并注明出处:http://www.roclinux.cn/p/1736279603a1732995.html,
本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论