-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
26 lines (26 loc) · 843 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: tc.sensors
Type: Package
Title: Retrieve Loop Detector Data from the MnDOT JSON Feed
Version: 0.1.0
Author: Nicole Sullivan
Maintainer: Nicole Sullivan <nicole.sullivan@metc.state.mn.us>
Description: More about what it does (maybe more than one line)
Code in this repo processes data collected from 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.
Occupancy and volume data can be used to calculate speed and delay.
License: None
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
tidyverse,
data.table,
lubridate,
rowr,
xml2,
jsonlite,
tibble,
dplyr,
magrittr
Suggests: knitr, rmarkdown
VignetteBuilder: knitr