ToniE

Results 22 comments of ToniE

... - gtfs:agency_name sould fit to gtfs:agency_id - gtfs:route_id should be a route of gtfs:agency_id - gtfs:trip_id and gtfs:trip_id:sample should be trips of gtfs:route_id - gtfs:shape_id should be a shape...

create a white-list of "allowed" "`gtfs:*`" keys, which could, for each key, list the deprecated counterpart(s) ``` { 'gtfs:route_id' => 'gtfs_route_id', 'gtfs:trip_id' => 'gtfs_trip_id', ... } ``` Any key starting...