GTFScalendar: GTFS calendar table relevant to SIRI sample

Description Usage Format Source

Description

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

Usage

1

Format

A data frame with 152 observations on the following 10 variables:

service_id

The service_id contains an ID that uniquely identifies a set of dates when service is available for one or more routes.

sunday

A binary value that indicates whether the service is valid for all Sundays.

monday

A binary value that indicates whether the service is valid for all Mondays

tuesday

A binary value that indicates whether the service is valid for all Tuesdays.

wednesday

A binary value that indicates whether the service is valid for all Wednesdays.

thursday

A binary value that indicates whether the service is valid for all Thursdays.

friday

A binary value that indicates whether the service is valid for all Fridays.

saturday

A binary value that indicates whether the service is valid for all Saturdays.

start_date

The start_date field contains the start date for the service. The start_date field's value should be in YYYYMMDD format.

end_date

The end_date field contains the end date for the service. This date is included in the service interval. The end_date field's value should be in YYYYMMDD format.

Source

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


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