UNPKG

gtfs2lc

Version:

Mapping script from gtfs to (linked) connections

9 lines 392 B
{ "stop": "http://example.org/stations/{stops.stop_id}", "route": "http://example.org/routes/{routes.route_id}", "trip": "http://example.org/trips/{trips.trip_id}", "connection": "http://example.org/connections/{routes.route_id}/{trips.trip_id}/{connection.departureStop}/{tripStartTime}/", "resolve": { "tripStartTime": "format(trips.startTime, 'yyyyMMdd\\'T\\'HHmm');" } }