GTFSstops: GTFS stops table relevant to SIRI sample

Description Usage Format Source

Description

Subset of the GTFS stops table for Israel for the SIRIsample data. This is only a small subset of the Israeli GTFS stop_times table, extracted to be used with the SIRIsample data. it shows the stops data for the SIRIsample data, all within the city of Be'er Sheva, Israel. note that GTFS is a global standard and not all operators fill all of the columns.

Usage

1

Format

A data frame with 551 observations on the following 9 variables:

stop_id

An ID that uniquely identifies a stop, station, or station entrance.

stop_code

A short text or a number that uniquely identifies the stop for passengers.

stop_name

The name of a stop, station, or station entrance, set to NA due it being in UTF-8 Hebrew.

stop_desc

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

stop_lat

The latitude of a stop, station, or station entrance. The field value must be a valid WGS 84 latitude.

stop_lon

The longitude of a stop, station, or station entrance. The field value must be a valid WGS 84 longitude value from -180 to 180.

location_type

Identifies whether this stop ID represents a stop, station, or station entrance. If no location type is specified, or the location_type is blank, stop IDs are treated as stops.

parent_station

For stops that are physically located inside stations, the field identifies the station associated with the stop.

zone_id

Defines the fare zone for a stop ID.

Source

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


bogind/SIRItoGTFS documentation built on March 14, 2021, 10:01 p.m.