gtfs icon indicating copy to clipboard operation
gtfs copied to clipboard

Ruby lib for dealing with GTFS

Results 8 gtfs issues
Sort by recently updated
recently updated
newest added

Fix #12 - missing optional files normally do not raise GTFS::InvalidSourceException anymore If an optional file is missing, `parse_entity` yields a new empty instance of StringIO, when calling `read` on...

Both are not required in the spec and without this change Routes without both are excluded from the results. This should fix Issue #24

Currently, GTFS supports loading through URL, or Zip files. How about supporting loading data from directory also? In this case, the directory is just the unzip from the zip file.

enhancement

According to the spec: > At least one of route_short_name or route_long_name must be specified, or potentially both if > appropriate. If the route does not have a short name,...

The variable trip_id from stop_times comes nil everytime its called. I dont know why, because the content of the class is: ``` ruby ``` And row.trip_id returns 'nil'

Several classes have standard values which carry extra meaning "1" = 1 transfer, nil = unlimited transfers. There's currently no way of getting that information without consulting the spec, add...

Right now when a source file is missing we _always_ get a "required source" exception even when the missing file in question is an optional file.

I would like to see rubyzip 2 support. I have created a fork for that. But I am unable to create a PR: > Pull request creation failed. Validation failed:...