-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
78 lines (78 loc) · 2.33 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Type: Package
Package: PWFSLSmoke
Version: 1.2.119
Title: Utilities for Working with Air Quality Monitoring Data
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")),
person("Hans", "Martin", email="[email protected]", role=c("ctb")),
person("Spencer", "Pease", email="[email protected]", role=c("ctb")),
person("Helen", "Miller", email="[email protected]", role=c("ctb")),
person("Zach", "Dingels", email="[email protected]", role=c("ctb")),
person("Rohan", "Aras", email="[email protected]", role=c("ctb")),
person("Jon", "Hagg", email="[email protected]", role=c("ctb")),
person("Jimin", "Kim", email="[email protected]", role=c("ctb")),
person("Rex", "Thompson", email="[email protected]", role=c("ctb")),
person("Alice", "Yang", email="[email protected]", role=c("ctb"))
)
Maintainer: Jonathan Callahan <[email protected]>
Depends:
R (>= 3.5.0),
dplyr (>= 0.8.3),
maps,
MazamaCoreUtils (>= 0.4.3),
MazamaSpatialUtils (>= 0.6.3)
Imports:
curl,
cluster,
dygraphs (>= 1.1.1.4),
geosphere,
ggmap,
glue,
httr,
jsonlite,
leaflet (>= 1.0.0),
lubridate,
magrittr,
mapproj,
maptools,
methods,
openair,
png,
purrr,
raster,
RColorBrewer,
rgdal,
RgoogleMaps,
readr,
reshape2,
rlang,
sf,
slippymath,
sp,
stringr,
tibble,
tidyr,
xts
Suggests:
knitr,
lintr,
rmarkdown,
testthat (>= 2.1.0)
Description: Utilities for working with air quality monitoring data
with a focus on small particulates (PM2.5) generated by wildfire
smoke. Functions are provided for downloading available data from
the United States 'EPA' <https://www.epa.gov/outdoor-air-quality-data> and
it's 'AirNow' air quality site <https://www.airnow.gov>.
Additional sources of PM2.5 data made accessible by the package include:
'AIRSIS' (aka "Oceaneering", not public)
and 'WRCC' <https://wrcc.dri.edu/cgi-bin/smoke.pl>.
Data compilations are hosted by the USFS 'AirFire' research team
<https://www.airfire.org>.
License: GPL-3
VignetteBuilder: knitr
Repository: CRAN
URL: https://github.com/MazamaScience/PWFSLSmoke
BugReports: https://github.com/MazamaScience/PWFSLSmoke/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3