Data For Ammonium Adduct Chemical Ionization To Investigate Anthropogenic Oxygenated Gas-phase Organic Compounds In Urban Air
U.S. Environmental Protection Agency
@usgov.epa_gov_data_for_ammonium_adduct_chemical_ionization_t_ed9364b0
U.S. Environmental Protection Agency
@usgov.epa_gov_data_for_ammonium_adduct_chemical_ionization_t_ed9364b0
Data includes the VCPy code repository and 3 data files:
ny_benzene.csv: New York County emissions of benzene from the 2017 NEI (units of lb)
ny_co.csv: New York County emissions of carbon monoxide (CO) from the 2017 NEI (units of short tons)
ny_vcpy_2019.csv: VCPy v2.0 emissions for New York County for 2019 (units of kg/yr)
Organization: U.S. Environmental Protection Agency
Last updated: 2022-11-13T12:54:06.967287
Tags: criteria-pollutant, ozone-o3, secondary-organic-aerosol-soa, volatile-chemical-products-vcps, volatile-organic-compounds-vocs
CREATE TABLE ny_benzene (
"sector" VARCHAR,
"state" VARCHAR,
"state_fips" BIGINT,
"county" VARCHAR,
"county_fips" BIGINT,
"pollutant" VARCHAR,
"pollutant_type" VARCHAR,
"emissions" DOUBLE,
"unit_of_measure" VARCHAR
);CREATE TABLE ny_co (
"sector" VARCHAR,
"state" VARCHAR,
"state_fips" BIGINT,
"county" VARCHAR,
"county_fips" BIGINT,
"pollutant" VARCHAR,
"pollutant_type" VARCHAR,
"emissions" DOUBLE,
"unit_of_measure" VARCHAR
);Anyone who has the link will be able to view this.