gtfs:用于处理GTFS的Ruby库。 由Transitland的FeedEater导入管道使用

时间:2024-05-17 07:35:06
【文件属性】:

文件名称:gtfs:用于处理GTFS的Ruby库。 由Transitland的FeedEater导入管道使用

文件大小:70KB

文件格式:ZIP

更新时间:2024-05-17 07:35:06

Ruby

GTFSRuby Ruby包装器 入门 初始化一个新的GTFS源: # Defaults to strict checking of required columns source = GTFS::Source.build() # Relax the column checks, useful for sources that don't conform to standard source = GTFS::Source.build(, {strict: false}) 从源访问GTFS数据: source.agencies source.stops source.routes source.trips source.stop_times source.calenda


【文件预览】:
gtfs-master
----gtfs.gemspec(1KB)
----Rakefile(230B)
----Gemfile(184B)
----Gemfile.lock(790B)
----spec()
--------support()
--------gtfs()
--------spec_helper.rb(500B)
--------fixtures()
----.gitignore(34B)
----circle.yml(279B)
----lib()
--------gtfs()
--------gtfs.rb(647B)
--------rubyzip_time.rb(899B)
----README.md(2KB)

网友评论