-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 loc) · 1.75 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Type: Package
Package: AirMonitor
Version: 0.4.2
Title: Air Quality Data Analysis
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")),
person("Spencer", "Pease", email="[email protected]", role=c("ctb")),
person("Hans", "Martin", email="[email protected]", role=c("ctb")),
person("Rex", "Thompson", email="[email protected]", role=c("ctb"))
)
Maintainer: Jonathan Callahan <[email protected]>
Description: Utilities for working with hourly air quality monitoring data
with a focus on small particulates (PM2.5). A compact data model is
structured as a list with two dataframes. A 'meta' dataframe contains
spatial and measuring device metadata associated with deployments at known
locations. A 'data' dataframe contains a 'datetime' column followed by
columns of measurements associated with each "device-deployment".
Algorithms to calculate NowCast and the associated Air Quality Index (AQI)
are defined at the US Environmental Projection Agency AirNow program:
<https://document.airnow.gov/technical-assistance-document-for-the-reporting-of-daily-air-quailty.pdf>.
License: GPL-3
URL: https://github.com/MazamaScience/AirMonitor, https://mazamascience.github.io/AirMonitor/
BugReports: https://github.com/MazamaScience/AirMonitor/issues
Depends:
R (>= 4.0.0)
Imports:
dplyr,
dygraphs,
leaflet,
lubridate,
magrittr,
MazamaCoreUtils (>= 0.5.2),
MazamaRollUtils (>= 0.1.3),
MazamaTimeSeries (>= 0.2.16),
readr,
rlang (>= 1.0.0),
stringr,
tidyselect,
xts
Suggests:
knitr,
markdown,
testthat,
rmarkdown,
roxygen2
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.1