aqi: Air quality data records for California from 2011 through...

Description Usage Format Details Source

Description

A dataframe containing Calfornia air quality records at the county level. It is created from the EPA's Air Quality System (AQS) API by fetching the AQI along with other atmospheric measurements like CO, Ozone, NO2, PM2.5, and PM10 and reforrmatting the tibble as a tidy data consisting of a row per county per day.

Usage

1

Format

A dataframe with 102752 rows and 10 variables:

state_code

Two-digit code from the FIPS publication 6-4 for states

county_code

Three-digit code from the FIPS publication 6-4 for counties

county_name

County name from the FIPS publication 6-4 for counties

date

Date on which the air quality measures were recorded

aqi

AQI level

co

Carbon monoxide, in Parts per million

ozone

Ozone, in Parts per million

no2

Nitrogen dioxide (NO2), in Parts per billion

pm25

PM2.5, in Micrograms/cubic meter (LC)

pm10

PM10, in Micrograms/cubic meter (25 C)

Details

AQS contains ambient air sample data collected by state, local, tribal, and federal air pollution control agencies from thousands of monitors around the nation.

Source

https://aqs.epa.gov/aqsweb/documents/data_api.html


wildviz documentation built on Aug. 23, 2021, 9:06 a.m.