Obs: Detta innehåll finns inte tillgängligt på svenska. Därför ser du engelska versionen. Om du tycker att denna sida borde översättas till svenska, kan du skriva till oss på support.trafiklab.se.

Om du vill se webbsidan på engelska, klicka här.

GTFS Extensions

Both GTFS Sverige 2 and GTFS Regional uses some of the GTFS Extensions. These extensions are not part of the specification, but are additions to offer additional details.

Extended Route Types

Extended route types allow for more specific transport modes to be used. GTFS Sverige and GTFS Regional does not use the standard one digit GTFS route types, but only uses extended route types.

The following list shows the most used transport modes for GTFS Sverige 2 and GTFS Regional/GTFS Sweden 3. This is a non-extensive list, only meant to give an idea of the types you should support. You should still be able to handle the other types in a graceful way, as new traffic may make use of them without prior warning.

GTFS Sverige 2

CodeNameExample
100Railway Service
101High Speed Rail ServiceX2000
102Long Distance Rail ServiceMälartåg
105Sleeper Rail ServiceNight train (Nattåg)
106Regional Rail ServiceCommuter trains (Pendeltåg)
401Metro ServiceTunnelbanan Stockholm
700Bus Service
900Tram ServiceTrams in Göteborg
1000Water Transport ServiceSL Pendelbåt, Stockholm-Helsinki
1501Communal Taxi ServiceOn-demand public transport with advance order conditions (Förbeställningstrafik)

GTFS Regional, GTFS Sweden 3

Starting november 12th, codes 101,102,103,105,106 and 714 will be taken into use in SJs GTFS Regional feed and the GTFS Sweden 3 feed.
CodeNameExample
100Railway ServiceTrain traffic which couldn’t be automatically assigned to a more specific category *
101High Speed Rail ServiceSJ Snabbtåg, X2000
102Long Distance Rail ServiceInternational (Utrikes)
103Inter Regional Rail ServiceSJ InterCity
105Sleeper Rail ServiceNight train (Nattåg), EuroNight
106Regional Rail ServiceCounty traffic (Länstrafik)
401Metro ServiceMetro (Tunnelbana)
700Bus Service
714Rail Replacement Bus ServiceReplacement bus for train traffic
900Tram ServiceTrams in Göteborg
1000Water Transport ServiceSL Pendelbåt, Stockholm-Helsinki
1501Communal Taxi ServiceOn-demand public transport with advance order conditions (Förbeställningstrafik)

* Not all operators and data-formats offer the same level of detail in the data delivered to Trafiklab, which means some rail traffic is classified as Railway Service even if it would fit better in another category. As this is improved, the transport code for certain lines may become more specific.

A complete list of all GTFS route types can be found at https://developers.google.com/transit/gtfs/reference/extended-route-types. Note that this list can change over time.

Trip-to-trip transfers

GTFS Sverige 2 and GTFS Regional includes trip-to-trip transfers, which are detailed transfer rules that provide additional details on which transfers are possible, and how long they take.

Trip-to-trip transfers used to be an extension to the GTFS standard, but this extension has been formally adopted into the GTFS standard in October 2021.

Trip to trip transfers make use of the from_trip_id and to_trip_id columns in the transfers.txt file.

From Googles documentation: The from_trip_id and to_trip_id fields can contain a trip_id, as specified by trips.txt. If from_trip_id is specified, the transfer will only apply to the arriving trip with the given trip id, at the given from_stop_id. If to_trip_id is specified, the transfer will only apply to the departing trip with the given trip id, at the given to_stop_id.