AirMonitor-package | R Documentation |
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.
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".
Maintainer: Jonathan Callahan jonathan.s.callahan@gmail.com
Other contributors:
Spencer Pease spencerpease618@gmail.com [contributor]
Hans Martin hansmrtn@gmail.com [contributor]
Rex Thompson rexs.thompson@gmail.com [contributor]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.