Registry / other / gtfs
library0.5.1rbrubygemsunverified

Reads GTFS data from a Google-compliant Zip bundle and returns an object representing the CSV data inside.

gem install gtfs
INSTALL
IMPORT
SIG · GTFS
G
gtfs
otherrubyv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GTFS
require 'gtfs'

Load GTFS data from a zip file and iterate over routes.

require 'gtfs' source = GTFS::Source.build('path/to/gtfs.zip') source.routes.each { |route| puts route.route_long_name }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
gtfs — gem install gtfs · libregistry