organizeSIRIdf: Organize the subset of the SIRI DataFrame

Description Usage Arguments Details Warning References See Also

View source: R/organizeSIRIdf.R

Description

Requires the product of SubsetSIRI. Prepares the subset of the SIRI data for comparison with the GTFS tables.

Usage

1
2
3
4
5
6
7
8
organizeSIRIdf(
  SIRIdf2,
  noduplicates = FALSE,
  round = FALSE,
  GTFStrips.,
  GTFScalendar.,
  GTFSstop_times.
)

Arguments

noduplicates

logical, default is FALSE

round

logical, should POSIXct column be rounded to nearest minute. default is FALSE.

GTFStrips.

The GTFS trips table to be used

GTFScalendar.

The GTFS calendar table to be used

GTFSstop_times.

The GTFS stop_times table to be used

SIRIdf

A SIRI data.frame

Details

Prepares the subset of the SIRI data.frame for comparison to the GTFS schedule the function is a part of STG and should not be used on it's own.

Warning

Do Not use this function on it's own, it is meant to be used only as part of the STG process

References

Bogin, D., Levy, N. and Ben-Elia E. (2018) Spatial and Temporal Estimation of the Service Reliability of Public Transportation Using Big Data and Open Source Tools

See Also

STG


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