gtfs_reference {gtfsio}R Documentation

GTFS reference

Description

The data from the official GTFS specification document parsed to a list. Revision date: 2024-08-16.

Usage

gtfs_reference

Format

A list with data for every GTFS file. Each named list element (also a list) has specifications for one GTFS file in the following structure:

Details

GTFS Types are converted to R types in gtfsio according to the following list:

Source

https://github.com/google/transit/blob/master/gtfs/spec/en/reference.md


[Package gtfsio version 1.2.0 Index]