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 via the Mayfly API.
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: 0Density > 43: Lost Capacity: Flow - 1800Density >= 43: Lost Capacity: 1800 - FlowMaintainer Liz Roten (liz.roten@metc.state.mn.us)
@ashleyasmus, @eroten, @SeanZhangMC, and @sullivannicole.