
Turn GTFS into interstop speed matrix
Source:R/calibration-intermediaries.R
gtfs_to_interstop_matrix.RdCreates a table record of every interstop (including geometry) and the speed of every trip along every interstop in a reference GTFS, for every service detailed in a target SSFS. This table (the interstop speed matrix) contains the data necessary to calibrate the speeds of the target SSFS. This function consists of the first half of the process in apply_gtfs_speeds_to_ssfs and is included for development purposes
Usage
gtfs_to_interstop_matrix(
gtfs,
ssfs,
max_date = NULL,
accepted_route_types = c(0, 3)
)