BY2011_annual: BY2011 annual emissions (all categories)

BY2011_annualR Documentation

BY2011 annual emissions (all categories)

Description

A dataset containing estimated emissions by year, county, category, and pollutant. BY2011 means "Base Year 2011".

Usage

BY2011_annual

Format

A data frame with 990,621 rows and 6 columns:

year

(int) four-digit year

cnty_abbr

(chr) county identifier: ALA, CC, MAR, NAP, SF, SM, SNC, SOL, SON

cat_id

(int) category identifier

pol_abbr

(chr) pollutant identifier: PM, PM10, PM2.5, TOG, ROG, NOx, SO2, CO, CO2, CO2_bio, CH4, N2O, HFC+PFC, SF6

ems_qty

(int) estimated emissions

ems_unit

(chr) ton/yr

Note

Please use this instead of BY2011_data. Thanks!

See Also

BY2011_sets BY2011_categories with_hierarchy sum_annual_emissions_by

Examples

library(inventory)
BY2011_annual %>% filter(cat_id %in% BY2011_sets[["Area sources"]])
BY2011_annual %>% filter(cat_id %not_in% BY2011_sets[["Unreported"]])


BAAQMD/BY2011 documentation built on June 27, 2022, 4:10 p.m.