Description Usage Arguments Details Value Warning References See Also
View source: R/StopTimes2POSIXct.R
Convert a date time column from the GTFS stop_times table to POSIXct for comparison with SIRI data. used inside of organizeStoptimes
1 | StopTimes2POSIXct(column, SIRIref)
|
column |
the column to reshape |
SIRIref |
a SIRI reference table from which to get the date |
The function is intended to work with a SIRI reference table containing only date.
the function is a part of organizeStopTimes inside STG and should not be used on it's own.
it is also interchangeable with lowmemST2POSIX for advanced user with machines low on memory.
A vector of POSIXct values in "%Y-%m-%d %H:%M:%S" format.
Do Not use this function on it's own, it is meant to be used only as part of the STG process
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
STG organizeStopTimes, lowmemST2POSIX
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.