GTFSroutes: GTFS routes table relevant to SIRI sample

Description Usage Format Source

Description

Subset of the GTFS routes table for Israel for the SIRIsample data. This is only a small subset of the Israeli GTFS routes table, extracted to be used with the SIRIsample data. it shows the routes data for the SIRIsample data. note that GTFS is a global standard and not all operators fill all of the columns.

Usage

1

Format

A data frame with 57 observations on the following 7 variables:

route_id

An ID that uniquely identifies a route.

agency_id

An agency for the specified route. This value is referenced from the agency file.

route_short_name

The short name of a route. This will often be a short, abstract identifier like "32", "100X", or "Green" that riders use to identify a route, set to NA due it being in UTF-8 Hebrew

route_long_name

The full name of a route, set to NA due it being in UTF-8 Hebrew

route_desc

A description of a route, set to NA due it being in UTF-8 Hebrew.

route_type

The type of transportation used on a route, in this case all values are 3 for bus.

route_color

In systems that have colors assigned to routes, the route_color field defines a color that corresponds to a route.

Source

https://developers.google.com/transit/gtfs/reference/#routestxt


SIRItoGTFS documentation built on May 2, 2019, 9:33 a.m.