A package for pulling data for Minnesota Department of Transportation (MnDOT) loop detectors installed on the Minnesota Freeway system in 30-second interval measurements of occupancy and volume, data which are pushed daily to a public JSON feed.
To access documentation and for help on how to use the package, run ?<FUNCTION-NAME>
(e.g. ?pull_sensor
, ?pull_configuration
, ?pull_sensor_ids
). Access vignettes in the vignettes file to see examples of end-to-end workflows for pulling and storing data locally en masse. Check back for a vignettes for calculating speeds, reference speeds, delay, and VMT from the resulting files.
Definitions come from MnDOT Data Extract documentation
Volume * Samples per Hour
).Seconds_per_Hour / Flow
).Flow / Speed
). See full calculation method for additional context.Flow / Density
).Flow > 1800: 0
Density > 43: Lost Capacity: Flow - 1800
Density >= 43: Lost Capacity: 1800 - Flow
{tc.sensors}
. Contains extensive documentation and code samples that will be integrated into this package.Maintainer Liz Roten (liz.roten@metc.state.mn.us)
@ashleyasmus, @eroten, and @sullivannicole.