-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cd09f3
commit 2bef1c3
Showing
4 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Type: Package | ||
Package: PWFSLSmoke | ||
Version: 1.0.8 | ||
Version: 1.0.9 | ||
Title: Utilities for Working with Air Quality Monitoring Data | ||
Authors@R: c( | ||
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")), | ||
|
@@ -46,10 +46,8 @@ Imports: | |
RgoogleMaps, | ||
readr, | ||
reshape2, | ||
rvest, | ||
sp, | ||
stringr, | ||
xml2, | ||
xts, | ||
zoo | ||
Suggests: | ||
|
@@ -58,10 +56,13 @@ Suggests: | |
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 Environmental Protection Agency (US EPA) and | ||
it's AirNow air quality site. Additional sources of PM2.5 data | ||
made accessible by the package include: AIRSIS (password protected), | ||
the Western Regional Climate Center (WRCC) and the open source site OpenAQ. | ||
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' (password protected) <https://www.oceaneering.com/data-management/> | ||
and 'WRCC' <https://wrcc.dri.edu/cgi-bin/smoke.pl>. | ||
Pre-generated data compliations are provided by 'PWFSL' | ||
<https://www.fs.fed.us/pnw/pwfsl/>. | ||
License: GPL-3 | ||
VignetteBuilder: knitr | ||
Repository: CRAN | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters