From 5ea32f4bed993b99e5d41d23bc4a4e5368080b7f Mon Sep 17 00:00:00 2001 From: Rohit Bhande Date: Thu, 7 Nov 2024 09:14:42 +0000 Subject: [PATCH] Updated 2020 data --- .../national_emissions_inventory/README.md | 57 + .../national_emissions_inventory/config.py | 1513 ++ .../national_emissions_inventory/download.py | 74 + .../download_config.py | 63 + .../download_input_files.py | 39 + .../download_input_files_all.py | 32 + .../path/to/venv/lib64 | 1 + .../national_emissions_inventory/process.py | 330 + .../process_test.py | 108 + .../scc_list/SCCDownload.xlsx | Bin 0 -> 548274 bytes .../scc_node_gen.py | 95 + .../test_data/datasets/2008NEIv3_onroad4.csv | 1000 ++ .../2011_2011neiv2_eventfires_countyscc.csv | 1881 +++ .../test_data/datasets/2011_nonroad_5.csv | 2362 +++ .../test_data/datasets/2011_process_12345.csv | 2285 +++ .../datasets/2017_esg_cty_scc_12961.csv | 12157 +++++++++++++++ .../test_data/datasets/nonpoint.csv | 1271 ++ .../test_data/datasets/onroad_67.csv | 1363 ++ .../expected_files/national_emissions.csv | 12275 ++++++++++++++++ .../expected_files/national_emissions.mcf | 1656 +++ .../expected_files/national_emissions.tmcf | 9 + 21 files changed, 38571 insertions(+) create mode 100644 scripts/us_epa/national_emissions_inventory/README.md create mode 100644 scripts/us_epa/national_emissions_inventory/config.py create mode 100644 scripts/us_epa/national_emissions_inventory/download.py create mode 100644 scripts/us_epa/national_emissions_inventory/download_config.py create mode 100644 scripts/us_epa/national_emissions_inventory/download_input_files.py create mode 100644 scripts/us_epa/national_emissions_inventory/download_input_files_all.py create mode 120000 scripts/us_epa/national_emissions_inventory/path/to/venv/lib64 create mode 100644 scripts/us_epa/national_emissions_inventory/process.py create mode 100644 scripts/us_epa/national_emissions_inventory/process_test.py create mode 100644 scripts/us_epa/national_emissions_inventory/scc_list/SCCDownload.xlsx create mode 100644 scripts/us_epa/national_emissions_inventory/scc_node_gen.py create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/datasets/2008NEIv3_onroad4.csv create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_2011neiv2_eventfires_countyscc.csv create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_nonroad_5.csv create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_process_12345.csv create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/datasets/2017_esg_cty_scc_12961.csv create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/datasets/nonpoint.csv create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/datasets/onroad_67.csv create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.csv create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.mcf create mode 100644 scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.tmcf diff --git a/scripts/us_epa/national_emissions_inventory/README.md b/scripts/us_epa/national_emissions_inventory/README.md new file mode 100644 index 0000000000..e8b5e1e43b --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/README.md @@ -0,0 +1,57 @@ +# US-EPA: National Air Pollutant Emissions Data + +## About the Dataset +This dataset has Air Pollution Emission data for the County and Tribal geographic levels in the United States for the years 2008 to 2017. + + +### Download URL +The data in zip formats are downloadable from https://www.epa.gov/air-emissions-inventories/national-emissions-inventory-nei. +The actual URLs are listed in download_config.py. + + +### API Output +These are the attributes that we will use +| Attribute | Description | +|-------------------------------|-----------------------------------------------------------| +| dataset | The Year of the emission estimates provided. | +| fips code | The Area of the emission estimates provided. | +| scc | Source from where the pollution is emitted. | +| pollutant code | The Gas generated which pollutes the Air. | +| pollutant type(s) | The type of Gas generated which pollutes the Air. | + +### Cleaned Data +Cleaned data will be inside [output/national_emissions.csv] as a CSV file with the following columns. + +- year +- geo_Id +- SV +- Measurement_Method +- observation +- unit + + +### MCFs and Template MCFs +- [output/national_emissions.mcf] +- [output/national_emissions.tmcf] + + +### Running Tests + +Run the test cases + +`run_tests.sh -p scripts/us_epa/national_emissions_inventory` + + +### Import Procedure + +The below script will download the data. + +point - `python3 download_input_files.py point` +nonpoint - `python3 download_input_files.py nonpoint` +onroad - `python3 download_input_files.py onroad` +nonroad(default) - `python3 download_input_files.py nonroad` +all - `python3 download_input_files_all.py` + +The below script will clean the data, Also generate final csv, mcf and tmcf files. + +`python3 process.py` \ No newline at end of file diff --git a/scripts/us_epa/national_emissions_inventory/config.py b/scripts/us_epa/national_emissions_inventory/config.py new file mode 100644 index 0000000000..accacb4f24 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/config.py @@ -0,0 +1,1513 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Replacing values for the year 2008 and 2011 +replacement_08_11 = { + 'state_and_county_fips_code': 'fips code', + 'pollutant_cd': 'pollutant code', + 'uom': 'emissions uom', + 'total_emissions': 'total emissions', + 'emissions_type_code': 'emissions type code' +} + +# dropping unwanted values for the year 2008 and 2011 +drop_08_11 = [ + 'tribal_name', 'st_usps_cd', 'county_name', 'data_category_cd', + 'description', 'aircraft_engine_type_cd', 'emissions_op_type_code', + 'data_set_short_name' +] + +# dropping unwanted values for the year 2008 and 2011 +drop_08_11_event = [ + 'st_usps_cd', 'county_name', 'SCC_Level_One', 'SCC_Level_Two', + 'SCC_Level_Three', 'SCC_Level_Four', 'EI_Sector', 'description' +] + +# replacement for the year 2014 +replacement_14 = { + 'state_and_county_fips_code': 'fips code', + 'fips': 'fips code', + 'SCC': 'scc', + 'pollutant_cd': 'pollutant code', + 'uom': 'emissions uom', + 'total_emissions': 'total emissions', + 'emissions_type_code': 'emissions type code' +} + +# dropping unwanted values for the year 2014 +drop_14 = [ + 'tribal_name', 'fips_state_code', 'st_usps_cd', 'county_name', + 'data_category', 'emission_operating_type', 'pollutant_desc', + 'emissions_operating_type', 'data_set' +] + +# dropping unwanted values for the year 2014 +drop_14_event = ['state', 'county', 'fire_type', 'pollutant desc'] + +# replacing for the year 2017 +replacement_17 = { + 'emissions uom': 'unit', + 'total emissions': 'observation', + 'data set': 'year' +} + +# replacing for the year 2017 +replacement_point_17 = { + 'fips': 'fips code', + 'pollutant_code': 'pollutant code', + 'total_emissions': 'total emissions', + 'emissions_uom': 'emissions uom', + 'total emissions': 'observation', + 'pollutant_type': 'pollutant type(s)' +} + +# dropping unwanted values for the year 2017 +drop_17 = [ + 'epa region code', 'state', 'fips state code', 'county', 'aetc', + 'reporting period', 'sector', 'tribal name', 'pollutant desc', + 'data category', 'data set' +] + +# dropping unwanted value for 2017 +drop_17_event = [ + 'state', 'fips state code', 'tribal name', 'county', 'data category', + 'reporting period', 'emissions operating type', 'pollutant desc', 'data set' +] +replacement_tribes = {'tribal name': 'fips code'} + +drop_tribes = [ + 'state', 'fips state code', 'data category', 'reporting period', + 'emissions operating type', 'pollutant desc', 'data set' +] +drop_df = [ + 'scc', 'pollutant code', 'emissions type code', 'pollutant type(s)', + 'fips code' +] +df_columns = [ + 'year', 'fips code', 'scc', 'pollutant code', 'total emissions', + 'emissions uom', 'pollutant type(s)', 'emissions type code' +] +pollutants = [ + "50000", "57125", "67561", "67663", "71432", "75070", "91203", "108883", + "108952", "110543", "129000", "1332214", "7439921", "7439965", "7439976", + "7440020", "7440382", "7440439", "7440484", "7647010", "7664393", "7723140", + "7782492", "7782505", "7783064", "8007452", "16065831", "18540299", "CH4", + "CO", "CO2", "N2O", "NH3", "NOX", "PM10-PRI", "PM25-PRI", "SO2", "VOC" +] +replace_metadata = { + "R": + "Refueling", + "E": + "Evaporation", + "X": + "Exhaust", + "B": + "BName", + "T": + "TName", + "C": + "Cruise", + "M": + "Maneuvering", + "Z": + "ReducedSpeedZone", + "140": + "Coke_Oven_Emissions", + "141": + "Benzene_Soluble_Organics_BSO", + "142": + "Methylene_Chloride_Soluble_Organics_MCSO", + "383": + "Fine_Mineral_Fibers", + "604": + "Nickel_Refinery_Dust", + "616": + "Slagwool_Man_Made_Fibers", + "617": + "Rockwool_Man_Made_Fibers", + "51796": + "Ethyl_Carbamate", + "53963": + "N_9H_Fluoren_2_Yl_Acetamide", + "57147": + "1_1_Dimethyl_Hydrazine", + "57578": + "Oxetan_2_One", + "57749": + "Chlordane", + "59892": + "4_Nitrosomorpholine", + "60117": + "N_N_Dimethyl_4_Phenyldiazenylaniline", + "62737": + "2_2_Dichloroethenyl_Dimethyl_Phosphate", + "62759": + "N_N_Dimethylnitrous_Amide", + "64675": + "Diethyl_Sulfate", + "67425": + "Ethylenebis_Oxyethylenenitrilo_Tetraacetic_Acid", + "67721": + "1_1_1_2_2_2_Hexachloroethane", + "72435": + "Methoxychlor", + "75558": + "2_Methylaziridine", + "76448": + "Heptachlor", + "79118": + "2_Chloroacetic_Acid", + "79447": + "N_N_Dimethylcarbamoyl_Chloride", + "90040": + "2_Methoxyaniline", + "91941": + "4_4_Amino_3_Chlorophenyl_2_Chloroaniline", + "92671": + "4_Phenylaniline", + "92875": + "4_4_Aminophenyl_Aniline", + "92933": + "1_Nitro_4_Phenylbenzene", + "95807": + "4_Methylbenzene_1_3_Diamine", + "95954": + "2_4_5_Trichlorophenol", + "96128": + "1_2_Dibromo_3_Chloropropane", + "96457": + "Imidazolidine_2_Thione", + "98077": + "Trichloromethylbenzene", + "101144": + "4_4_Methylenebis_2_Chloraniline", + "106503": + "Benzene_1_4_Diamine", + "106945": + "1_Bromopropane", + "107302": + "Chloro_Methoxy_Methane", + "110496": + "2_Methoxyethanol", + "110714": + "1_2_Dimethoxyethane", + "111444": + "1_Chloro_2_2_Chloroethoxy_Ethane", + "111966": + "1_Methoxy_2_2_Methoxyethoxy_Ethane", + "112254": + "2_Hexoxyethanol", + "112356": + "2_2_2_Methoxyethoxy_Ethoxy_Ethanol", + "112367": + "1_Ethoxy_2_2_Ethoxyethoxy_Ethane", + "112492": + "1_Methoxy_2_2_2_Methoxyethoxy_Ethoxy_Ethane", + "112505": + "2_2_2_Ethoxyethoxy_Ethoxy_Ethanol", + "114261": + "2_2_Hexoxyethoxy_Ethanol", + "119904": + "4_4_Amino_3_Methoxyphenyl_2_Methoxyaniline", + "119937": + "4_4_Amino_3_Methylphenyl_2_Methylaniline", + "122667": + "1_2_Diphenylhydrazine", + "133904": + "3_Amino_2_5_Dichlorobenzoic_Acid", + "143226": + "2_2_2_Butoxyethoxy_Ethoxy_Ethanol", + "151564": + "Aziridine", + "189559": + "Dibenzo_a_i_Pyrene", + "189640": + "Dibenzo_a_h_Pyrene", + "191300": + "Dibenzo_a_l_Pyrene", + "192654": + "Dibenzo_a_e_Pyrene", + "194592": + "7H_Dibenzo_c_g_carbazole", + "224420": + "Dibenzo_a_j_Acridine", + "226368": + "Dibenz_a_h_acridine", + "334883": + "Hydrazine", + "510156": + "2_2_Bis_4_Chlorophenyl_2_Hydroxyacetate", + "534521": + "2_Methyl_4_6_Dinitrophenol", + "542881": + "Chloro_Chloromethoxy_Methane", + "593602": + "Bromoethene", + "602879": + "5_Nitro_1_2_Dihydroacenaphthylene", + "624839": + "Methylimino_Oxo_Methane", + "629141": + "1_2_Diethoxyethane", + "680319": + "Hexamethylphosphoramide", + "684935": + "1_Methyl_1_Nitrosourea", + "101779": + "4_4_Methylenedianiline", + "1120714": + "Oxathiolane_2_2_Dioxide", + "1313991": + "Oxonickel", + "1332214": + "Asbestos", + "1333820": + "Trioxochromium", + "1589497": + "Trifluralin", + "4439241": + "5_Methylchrysene", + "5522430": + "1_Nitropyrene", + "7738945": + "Chromic_Acid_VI", + "7795917": + "Hydrogen_Sulfide", + "8001352": + "Toxaphene", + "8007452": + "Coal_Tar", + "20706256": + "2_Propoxyethyl_Acetate", + "10215335": + "3_Butoxypropan_1_Ol", + "12035722": + "Sulfanylidene_Lambda4_Sulfanylidene_Nickel", + "31508006": + "1_2_4_Trichloro_5_3_4_Dichlorophenyl_Benzene", + "32598133": + "1_2_Dichloro_4_3_4_Dichlorophenyl_Benzene", + "32598144": + "1_2_3_Trichloro_4_3_4_Dichlorophenyl_Benzene", + "38380084": + "1_2_3_4_Tetrachloro_5_3_4_Dichlorophenyl_Benzene", + "52663726": + "1_2_3_Trichloro_5_2_4_5_Trichlorophenyl_Benzene", + "74472370": + "1_2_3_4_Tetrachloro_5_4_Chlorophenyl_Benzene", + "16672392": + "Di_Ethylene_Glycol_Monobutyl_Ether_Phthalate", + "N590": + "Polycyclic_Aromatic_Compounds", + "SF6": + "Hexafluoro_Lambda6_Sulfane", + "H": + "Hotelling", + "PM-CON": + "PMCondensible", + "PM10-FIL": + "PM10Filterable", + "PM25-FIL": + "PM2.5Filterable", + "132649": + "Dibenzofurans", + "98862": + "1_Phenylethanone", + "100414": + "EthylBenzene", + "123386": + "Propanal", + "N2O": + "NitrousOxide", + "NH3": + "Ammonia", + "18540299": + "Chromium_6", + "1330207": + "1_3_Xylene", + "208968": + "Acenaphthylene", + "53703": + "Naphtho_1_2_B_Phenanthrene", + "75070": + "Acetaldehyde", + "DIESEL-PM10": + "DieselPM10", + "PM10-PRI": + "PM10", + "PMFINE": + "PMFINE", + "129000": + "Pyrene", + "205992": + "Benzo_B_Fluoranthene", + "207089": + "Benzo_K_Fluoranthene", + "7440382": + "Arsenic", + "86737": + "Fluorene", + "50000": + "Formaldehyde", + "83329": + "Acenaphthene", + "SO4": + "Sulfate", + "107028": + "Acrolein", + "206440": + "Fluoranthene", + "108883": + "Toluene", + "CH4": + "Methane", + "218019": + "Chrysene", + "7439976": + "Mercury", + "VOC": + "VolatileOrganicCompound", + "191242": + "Benzo_GHI_Perylene", + "PM25-PRI": + "PM2.5", + "EC": + "ElementalCarbon", + "OC": + "OrganicCarbon", + "110543": + "Hexane", + "NOX": + "OxidesOfNitrogen", + "SO2": + "SulfurDioxide", + "120127": + "Anthracene", + "50328": + "Benzo_A_Pyrene", + "540841": + "2_2_4_Trimethylpentane", + "7440020": + "Nickel", + "CO": + "CarbonMonoxide", + "100425": + "Styrene", + "56553": + "Benzo_A_Anthracene", + "7439965": + "Manganese", + "193395": + "Indeno_1_2_3_C_D_Pyrene", + "CO2": + "CarbonDioxide", + "NO3": + "Nitrate", + "71432": + "Benzene", + "85018": + "Phenanthrene", + "91203": + "Naphthalene", + "DIESEL-PM25": + "DieselPM2.5", + "106990": + "Buta_1_3_Diene", + "55673897": + "1_2_3_4_7_8_9_Heptachlorodibenzofuran", + "60851345": + "2_3_4_6_7_8_Hexachlorodibenzofuran", + "3268879": + "1_2_3_4_6_7_8_9_Octachlorodibenzo_P_Dioxin", + "57117416": + "1_2_3_7_8_Pentachlorodibenzofuran", + "40321764": + "1_2_3_7_8_Pentachlorodibenzo_P_Dioxin", + "72918219": + "1_2_3_7_8_9_Hexachlorodibenzofuran", + "67562394": + "1_2_3_4_6_7_8_Heptachlorodibenzofuran", + "51207319": + "2_3_7_8_Tetrachlorodibenzofuran", + "57117449": + "1_2_3_6_7_8_Hexachlorodibenzofuran", + "19408743": + "1_2_3_7_8_9_Hexachlorodibenzo_P_Dioxin", + "35822469": + "1_2_3_4_6_7_8_Heptachlorodibenzo_P_Dioxin", + "57117314": + "2_3_4_7_8_Pentachlorodibenzofuran", + "39001020": + "1_2_3_4_6_7_8_9_Octachlorodibenzofuran", + "70648269": + "1_2_3_4_7_8_Hexachlorodibenzofuran", + "57653857": + "1_2_3_6_7_8_Hexachlorodibenzo_P_Dioxin", + "DIESEL-PM2": + "DieselPM2.5", + "39227286": + "1_2_3_4_7_8_Hexachlorodibenzo_P_Dioxin", + "1746016": + "2_3_7_8_Tetrachlorodibenzo_P_Dioxin", + "DIESEL-PM1": + "DieselPM10", + "95476": + "1_2_Xylene", + "106423": + "1_4_Xylene", + "7440439": + "Cadmium", + "7440484": + "Cobalt", + "98828": + "Cumene", + "7439921": + "Lead", + "7782505": + "Chlorine", + "7782492": + "Selenium", + "7723140": + "Phosphorus", + "7440360": + "Antimony", + "67561": + "Methanol", + "16065831": + "Oxo_Oxochromiooxy_Chromium", + "108383": + "1_3_Xylene", + "130498292": + "PolycyclicAromaticHydrocarbons_Total", + "1634044": + "2_Methoxy_2_Methylpropane", + "91576": + "2_Methylnaphthalene", + "171": + "Glycol_Ethers", + "250": + "PAH_POM_Unspecified", + "284": + "Extractable_Organic_Matter", + "51285": + "2_4_Dinitrophenol", + "56235": + "Tetrachloromethane", + "56382": + "Diethoxy_4_Nitrophenoxy_Sulfanylidene_Lambda5_Phosphane", + "56495": + "3_Methyl_1_2_Dihydrobenzo_J_Aceanthrylene", + "57125": + "Cyanide", + "57976": + "7_12_Dimethylbenz_A_Anthracene", + "58899": + "1_2_3_4_5_6_Hexachlorocyclohexane", + "60344": + "Methyl_Hydrazine", + "60355": + "Acetamide", + "62533": + "Aniline", + "63252": + "Naphthalen_1_Yl_N_Methylcarbamate", + "67663": + "Chloroform", + "68122": + "N_N_Dimethylformamide", + "71556": + "1_1_1_Trichloroethane", + "74839": + "Bromomethane", + "74873": + "Chloromethane", + "74884": + "Iodomethane", + "74908": + "Formonitrile", + "75003": + "Chloroethane", + "75014": + "Chloroethene", + "75058": + "Acetonitrile", + "75092": + "Dichloromethane", + "75150": + "Methylene_Chloride", + "75218": + "Oxirane", + "75252": + "Bromoform", + "75343": + "1_1_Dichloroethane", + "75354": + "1_1_Dichloroethylene", + "75445": + "Carbonyl_Dichloride", + "75569": + "2_Methyloxirane", + "77474": + "1_2_3_4_5_5_Hexachlorocyclopenta_1_3_Diene", + "77781": + "Dimethyl_Sulfate", + "78591": + "3_5_5_Trimethylcyclohex_2_En_1_One", + "78875": + "1_2_Dichloropropane", + "79005": + "1_1_2_Trichloroethane", + "79016": + "1_1_2_Trichloroethene", + "79061": + "Prop_2_Enamide", + "79107": + "Prop_2_Enoic_Acid", + "79345": + "1_1_2_2_Tetrachloroethane", + "79469": + "2_Nitropropane", + "80626": + "Methyl_2_Methylprop_2_Enoate", + "82688": + "Quintobenzene", + "84742": + "Dibutyl_Benzene_1_2_Dicarboxylate", + "85449": + "2_Benzofuran_1_3_Dione", + "86748": + "9H_Carbazole", + "87683": + "1_1_2_3_4_4_Hexachlorobuta_1_3_Diene", + "87865": + "2_3_4_5_6_Pentachlorophenol", + "88062": + "2_4_6_Trichlorophenol", + "90120": + "1_Methylnaphthalene", + "91225": + "Quinoline", + "91587": + "2_Chloronaphthalene", + "92524": + "1_1_Biphenyl", + "94757": + "2_2_4_Dichlorophenoxy_Acetic_Acid", + "95487": + "2_Methylphenol", + "95534": + "2_Methylaniline", + "96093": + "2_Phenyloxirane", + "98862": + "Cumene", + "98953": + "Nitrobenzene", + "100027": + "4_Nitrophenol", + "100447": + "Ethyl_Benzene", + "101688": + "Methylene_Diphenyl_Diisocyanate_Mdi", + "106445": + "4_Methylphenol", + "106467": + "1_4_Dichlorobenzene", + "106514": + "Cyclohexa_2_5_Diene_1_4_Dione", + "106887": + "2_Ethyloxirane", + "106898": + "L_Chloro_2_3_Epoxypropane", + "106934": + "Dibromoethane", + "107051": + "3_Chloroprop_1_Ene", + "107062": + "1_2_Dichloroethane", + "107131": + "Prop_2_Enenitrile", + "107211": + "Ethane_1_2_Diol", + "108054": + "Ethenyl_Acetate", + "108101": + "Hexone", + "108316": + "Furan_2_5_Dione", + "108394": + "3_Methylphenol", + "108907": + "Chlorobenzene", + "108952": + "Phenol", + "109864": + "2_Methoxyethanol", + "110805": + "2_Ethoxyethanol", + "111159": + "2_Ethoxyethyl_Acetate", + "111422": + "2_2_Hydroxyethylamino_Ethanol", + "111773": + "2_2_Methoxyethoxy_Ethanol", + "111900": + "2_2_Ethoxyethoxy_Ethanol", + "112072": + "2_Butoxyethyl_Acetate", + "112152": + "2_2_Ethoxyethoxy_Ethyl_Acetate", + "112276": + "2_2_2_Hydroxyethoxy_Ethoxy_Ethanol", + "112345": + "2_2_Butoxyethoxy_Ethanol", + "112594": + "2_2_Hexoxyethoxy_Ethanol", + "117817": + "Bis_2_Ethylhexyl_Benzene_1_2_Dicarboxylate", + "118741": + "1_2_3_4_5_6_Hexachlorobenzene", + "120809": + "Benzene_1_2_Diol", + "120821": + "1_2_4_Trichlorobenzene", + "121142": + "1_Methyl_2_4_Dinitrobenzene", + "121448": + "N_N_Diethylethanamine", + "121697": + "N_N_Dimethylaniline", + "122996": + "2_Phenoxyethanol", + "123319": + "Benzene_1_4_Diol", + "123911": + "1_4_Diethyleneoxide", + "124174": + "2_2_Butoxyethoxy_Ethyl_Acetate", + "126998": + "2_Chlorobuta_1_3_Diene", + "127184": + "Perchloroethylene", + "131113": + "Dimethyl_Benzene_1_2_Dicarboxylate", + "132649": + "Dibenzofurans", + "133062": + "2_Trichloromethylsulfanyl_3A_4_7_7A_Tetrahydroisoindole_1_3_Dione", + "140885": + "Ethyl_Prop_2_Enoate", + "156627": + "Azanidylidenemethylideneazanide", + "192972": + "Benzo_E_Pyrene", + "195197": + "Benzo_C_Phenanthrene", + "198550": + "Perylene", + "203123": + "Benzo_G_H_I_Fluoranthene", + "203338": + "Benzo_A_Fluoranthene", + "205823": + "Benzo_J_Fluoranthene", + "302012": + "Hydrazine", + "463581": + "Carbonyl_Sulfide", + "532274": + "2_Chloro_1_Phenylethanone", + "540885": + "Tert_Butyl_Acetate", + "542756": + "1_3_Dichloroprop_1_Ene", + "584849": + "2_4_Diisocyanato_1_Methylbenzene", + "779022": + "9_Methyl_Anthracene", + "822060": + "1_6_Diisocyanatohexane", + "832699": + "1_Methylphenanthrene", + "1002671": + "1_2_Ethoxyethoxy_2_Methoxyethane", + "1319773": + "Cresols_Cresylic_Acid_Isomers_And_Mixture", + "1336363": + "Polychlorinated_Biphenyls_Aroclors", + "1582098": + "Trifluralin", + "2050682": + "1_Chloro_4_4_Chlorophenyl_Benzene", + "2051243": + "1_2_3_4_5_Pentachloro_6_2_3_4_5_6_Pentachlorophenyl_Benzene", + "2051607": + "1_Chloro_2_Phenylbenzene", + "2381217": + "1_Methylpyrene", + "2422799": + "12_Methylbenz_A_Anthracene", + "2531842": + "2_Methylphenanthrene", + "2807309": + "2_Propoxyethanol", + "3697243": + "5_Methylchrysene", + "7012375": + "2_4_Dichloro_1_4_Chlorophenyl_Benzene", + "7440417": + "Beryllium", + "7550450": + "Tetrachlorotitanium", + "7647010": + "Chlorane", + "7664393": + "Fluorane", + "7783064": + "Sulfane", + "7803512": + "Phosphane", + "25429292": + "1_2_3_4_5_Pentachloro_6_Phenylbenzene", + "26601649": + "1_2_3_4_5_Pentachloro_6_2_Chlorophenyl_Benzene", + "26914181": + "2_Chloro_1_4_Dimethoxy_3_Methylanthracene_9_10_Dione", + "26914330": + "1_2_3_4_Tetrachloro_5_Phenylbenzene", + "28655712": + "1_2_3_4_5_Pentachloro_6_2_3_Dichlorophenyl_Benzene", + "41637905": + "6_Methylchrysene", + "56832736": + "Benzofluoranthenes", + "65357699": + "8_Methylbenzo_E_Pyrene", + "2_Propoxyethyl_Acetate": + "2-Propoxyethyl Acetate", + "Di_Ethylene_Glycol_Monobutyl_Ether_Phthalate": + "Di (Ethylene Glycol Monobutyl Ether) Phthalate", + "Coke_Oven_Emissions": + "Coke Oven Emissions", + "Benzene_Soluble_Organics_BSO": + "Benzene Soluble Organics (BSO)", + "Methylene_Chloride_Soluble_Organics_MCSO": + "Methylene Chloride Soluble Organics (MCSO)", + "Fine_Mineral_Fibers": + "Fine Mineral Fibers", + "Nickel_Refinery_Dust": + "Nickel Refinery Dust", + "Slagwool_Man_Made_Fibers": + "Slagwool (Man-Made Fibers)", + "Rockwool_Man_Made_Fibers": + "Rockwool (Man-Made Fibers)", + "Ethyl_Carbamate": + "Ethyl Carbamate", + "N_9H_Fluoren_2_Yl_Acetamide": + "N-(9H-Fluoren-2-Yl)Acetamide", + "1_1_Dimethyl_Hydrazine": + "1,1-Dimethyl Hydrazine", + "Oxetan_2_One": + "Oxetan-2-One", + "Chlordane": + "Chlordane", + "4_Nitrosomorpholine": + "4-Nitrosomorpholine", + "N_N_Dimethyl_4_Phenyldiazenylaniline": + "N,N-Dimethyl-4-Phenyldiazenylaniline", + "2_2_Dichloroethenyl_Dimethyl_Phosphate": + "2,2-Dichloroethenyl Dimethyl Phosphate", + "N_N_Dimethylnitrous_Amide": + "N,N-Dimethylnitrous Amide", + "Diethyl_Sulfate": + "Diethyl Sulfate", + "Ethylenebis_Oxyethylenenitrilo_Tetraacetic_Acid": + "(Ethylenebis(Oxyethylenenitrilo)) Tetraacetic Acid", + "1_1_1_2_2_2_Hexachloroethane": + "1,1,1,2,2,2-Hexachloroethane", + "Methoxychlor": + "Methoxychlor", + "2_Methylaziridine": + "2-Methylaziridine", + "Heptachlor": + "Heptachlor", + "2_Chloroacetic_Acid": + "2-Chloroacetic Acid", + "N_N_Dimethylcarbamoyl_Chloride": + "N,N-Dimethylcarbamoyl Chloride", + "2_Methoxyaniline": + "2-Methoxyaniline", + "4_4_Amino_3_Chlorophenyl_2_Chloroaniline": + "4-(4-Amino-3-Chlorophenyl)-2-Chloroaniline", + "4_Phenylaniline": + "4-Phenylaniline", + "4_4_Aminophenyl_Aniline": + "4-(4-Aminophenyl)Aniline", + "1_Nitro_4_Phenylbenzene": + "1-Nitro-4-Phenylbenzene", + "4_Methylbenzene_1_3_Diamine": + "4-Methylbenzene-1,3-Diamine", + "2_4_5_Trichlorophenol": + "2,4,5-Trichlorophenol", + "1_2_Dibromo_3_Chloropropane": + "1,2-Dibromo-3-Chloropropane", + "Imidazolidine_2_Thione": + "Imidazolidine-2-Thione", + "Trichloromethylbenzene": + "Trichloromethylbenzene", + "4_4_Methylenebis_2_Chloraniline": + "4,4-Methylenebis(2-Chloraniline)", + "Benzene_1_4_Diamine": + "Benzene-1,4-Diamine", + "1_Bromopropane": + "1-Bromopropane", + "Chloro_Methoxy_Methane": + "Chloro(Methoxy)Methane", + "2_Methoxyethanol": + "2-Methoxyethanol", + "1_2_Dimethoxyethane": + "1,2-Dimethoxyethane", + "1_Chloro_2_2_Chloroethoxy_Ethane": + "1-Chloro-2-(2-Chloroethoxy)Ethane", + "1_Methoxy_2_2_Methoxyethoxy_Ethane": + "1-Methoxy-2-(2-Methoxyethoxy)Ethane", + "2_Hexoxyethanol": + "2-Hexoxyethanol", + "2_2_2_Methoxyethoxy_Ethoxy_Ethanol": + "2-[2-(2-Methoxyethoxy)Ethoxy]Ethanol", + "1_Ethoxy_2_2_Ethoxyethoxy_Ethane": + "1-Ethoxy-2-(2-Ethoxyethoxy)Ethane", + "1_Methoxy_2_2_2_Methoxyethoxy_Ethoxy_Ethane": + "1-Methoxy-2-[2-(2-Methoxyethoxy)Ethoxy]Ethane", + "2_2_2_Ethoxyethoxy_Ethoxy_Ethanol": + "2-[2-(2-Ethoxyethoxy)Ethoxy]Ethanol", + "2_2_Hexoxyethoxy_Ethanol": + "2-(2-Hexoxyethoxy)Ethanol", + "4_4_Amino_3_Methoxyphenyl_2_Methoxyaniline": + "4-(4-Amino-3-Methoxyphenyl)-2-Methoxyaniline", + "4_4_Amino_3_Methylphenyl_2_Methylaniline": + "4-(4-Amino-3-Methylphenyl)-2-Methylaniline", + "1_2_Diphenylhydrazine": + "1,2-Diphenylhydrazine", + "3_Amino_2_5_Dichlorobenzoic_Acid": + "3-Amino-2,5-Dichlorobenzoic Acid", + "2_2_2_Butoxyethoxy_Ethoxy_Ethanol": + "2-[2-(2-Butoxyethoxy)Ethoxy]Ethanol", + "Aziridine": + "Aziridine", + "Dibenzo_a_i_Pyrene": + "Dibenzo[a,i]Pyrene", + "Dibenzo_a_h_Pyrene": + "Dibenzo[a,h]Pyrene", + "Dibenzo_a_l_Pyrene": + "Dibenzo[a,l]Pyrene", + "Dibenzo_a_e_Pyrene": + "Dibenzo[a,e]Pyrene", + "7H_Dibenzo_c_g_carbazole": + "7H-Dibenzo[c,g]carbazole", + "Dibenzo_a_j_Acridine": + "Dibenzo[a,j]Acridine", + "Dibenz_a_h_acridine": + "Dibenz[a,h]acridine", + "Hydrazine": + "Hydrazine", + "2_2_Bis_4_Chlorophenyl_2_Hydroxyacetate": + "2,2-Bis(4-Chlorophenyl)-2-Hydroxyacetate", + "2_Methyl_4_6_Dinitrophenol": + "2-Methyl-4,6-Dinitrophenol", + "Chloro_Chloromethoxy_Methane": + "Chloro(Chloromethoxy)Methane", + "Bromoethene": + "Bromoethene", + "5_Nitro_1_2_Dihydroacenaphthylene": + "5-Nitro-1,2-Dihydroacenaphthylene", + "Methylimino_Oxo_Methane": + "Methylimino(Oxo)Methane", + "1_2_Diethoxyethane": + "1,2-Diethoxyethane", + "Hexamethylphosphoramide": + "Hexamethylphosphoramide", + "1_Methyl_1_Nitrosourea": + "1-Methyl-1-Nitrosourea", + "Oxathiolane_2_2_Dioxide": + "Oxathiolane 2,2-Dioxide", + "Oxonickel": + "Oxonickel", + "Asbestos": + "Asbestos", + "Trioxochromium": + "Trioxochromium", + "Trifluralin": + "Trifluralin", + "5_Methylchrysene": + "5-Methylchrysene", + "1_Nitropyrene": + "1-Nitropyrene", + "Chromic_Acid_VI": + "Chromic Acid (VI)", + "Hydrogen_Sulfide": + "Hydrogen Sulfide", + "Toxaphene": + "Toxaphene", + "Coal_Tar": + "Coal Tar", + "3_Butoxypropan_1_Ol": + "3-Butoxypropan-1-Ol", + "Sulfanylidene_Lambda4_Sulfanylidene_Nickel": + "(Sulfanylidene-Lambda4-Sulfanylidene)Nickel", + "1_2_4_Trichloro_5_3_4_Dichlorophenyl_Benzene": + "1,2,4-Trichloro-5-(3,4-Dichlorophenyl)Benzene", + "1_2_Dichloro_4_3_4_Dichlorophenyl_Benzene": + "1,2-Dichloro-4-(3,4-Dichlorophenyl)Benzene", + "1_2_3_Trichloro_4_3_4_Dichlorophenyl_Benzene": + "1,2,3-Trichloro-4-(3,4-Dichlorophenyl)Benzene", + "1_2_3_4_Tetrachloro_5_3_4_Dichlorophenyl_Benzene": + "1,2,3,4-Tetrachloro-5-(3,4-Dichlorophenyl)Benzene", + "1_2_3_Trichloro_5_2_4_5_Trichlorophenyl_Benzene": + "1,2,3-Trichloro-5-(2,4,5-Trichlorophenyl)Benzene", + "1_2_3_4_Tetrachloro_5_4_Chlorophenyl_Benzene": + "1,2,3,4-Tetrachloro-5-(4-Chlorophenyl)Benzene", + "Polycyclic_Aromatic_Compounds": + "Polycyclic Aromatic Compounds", + "Hexafluoro_Lambda6_Sulfane": + "Hexafluoro-Lambda6-Sulfane", + "4_4_Methylenedianiline": + "4,4-Methylenedianiline", + "EthylBenzene": + "Ethyl Benzene", + "Propanal": + "Propanal", + "NitrousOxide": + "Nitrous Oxide", + "Ammonia": + "Ammonia", + "Chromium_6": + "Chromium(6+)", + "1_3_Xylene": + "1,3-Xylene", + "Acenaphthylene": + "Acenaphthylene", + "Naphtho_1_2_B_Phenanthrene": + "Naphtho[1,2-b]Phenanthrene", + "Acetaldehyde": + "Acetaldehyde", + "DieselPM10": + "Diesel PM10", + "PM10": + "PM10", + "PMFINE": + "PMFINE", + "Pyrene": + "Pyrene", + "Benzo_B_Fluoranthene": + "Benzo[B]Fluoranthene", + "Benzo_K_Fluoranthene": + "Benzo[K]Fluoranthene", + "Arsenic": + "Arsenic", + "Fluorene": + "Fluorene", + "Formaldehyde": + "Formaldehyde", + "Acenaphthene": + "Acenaphthene", + "Sulfate": + "Sulfate", + "Acrolein": + "Acrolein", + "Fluoranthene": + "Fluoranthene", + "Toluene": + "Toluene", + "Methane": + "Methane", + "Chrysene": + "Chrysene", + "Mercury": + "Mercury", + "VolatileOrganicCompound": + "Volatile Organic Compound", + "Benzo_GHI_Perylene": + "Benzo[G,H,I,]Perylene", + "PM2.5": + "PM2.5", + "ElementalCarbon": + "Elemental Carbon", + "OrganicCarbon": + "Organic Carbon", + "Hexane": + "Hexane", + "OxidesOfNitrogen": + "Oxides Of Nitrogen", + "SulfurDioxide": + "Sulfur Dioxide", + "Anthracene": + "Anthracene", + "Benzo_A_Pyrene": + "Benzo[A]Pyrene", + "2_2_4_Trimethylpentane": + "2,2,4-Trimethylpentane", + "Nickel": + "Nickel", + "CarbonMonoxide": + "Carbon Monoxide", + "Styrene": + "Styrene", + "Benzo_A_Anthracene": + "Benzo[A]Anthracene", + "Manganese": + "Manganese", + "Indeno_1_2_3_C_D_Pyrene": + "Indeno[1,2,3-C,D]Pyrene", + "CarbonDioxide": + "Carbon Dioxide", + "Nitrate": + "Nitrate", + "Benzene": + "Benzene", + "Phenanthrene": + "Phenanthrene", + "Naphthalene": + "Naphthalene", + "DieselPM2.5": + "Diesel PM2.5", + "Buta_1_3_Diene": + "Buta-1,3-Diene", + "1_2_3_4_7_8_9_Heptachlorodibenzofuran": + "1,2,3,4,7,8,9-Heptachlorodibenzofuran", + "2_3_4_6_7_8_Hexachlorodibenzofuran": + "2,3,4,6,7,8-Hexachlorodibenzofuran", + "1_2_3_4_6_7_8_9_Octachlorodibenzo_P_Dioxin": + "1,2,3,4,6,7,8,9-Octachlorodibenzo-P-Dioxin", + "1_2_3_7_8_Pentachlorodibenzofuran": + "1,2,3,7,8-Pentachlorodibenzofuran", + "1_2_3_7_8_Pentachlorodibenzo_P_Dioxin": + "1,2,3,7,8-Pentachlorodibenzo-P-Dioxin", + "1_2_3_7_8_9_Hexachlorodibenzofuran": + "1,2,3,7,8,9-Hexachlorodibenzofuran", + "1_2_3_4_6_7_8_Heptachlorodibenzofuran": + "1,2,3,4,6,7,8-Heptachlorodibenzofuran", + "2_3_7_8_Tetrachlorodibenzofuran": + "2,3,7,8-Tetrachlorodibenzofuran", + "1_2_3_6_7_8_Hexachlorodibenzofuran": + "1,2,3,6,7,8-Hexachlorodibenzofuran", + "1_2_3_7_8_9_Hexachlorodibenzo_P_Dioxin": + "1,2,3,7,8,9-Hexachlorodibenzo-P-Dioxin", + "1_2_3_4_6_7_8_Heptachlorodibenzo_P_Dioxin": + "1,2,3,4,6,7,8-Heptachlorodibenzo-P-Dioxin", + "2_3_4_7_8_Pentachlorodibenzofuran": + "2,3,4,7,8-Pentachlorodibenzofuran", + "1_2_3_4_6_7_8_9_Octachlorodibenzofuran": + "1,2,3,4,6,7,8,9-Octachlorodibenzofuran", + "1_2_3_4_7_8_Hexachlorodibenzofuran": + "1,2,3,4,7,8-Hexachlorodibenzofuran", + "1_2_3_6_7_8_Hexachlorodibenzo_P_Dioxin": + "1,2,3,6,7,8-Hexachlorodibenzo-P-Dioxin", + "DieselPM2.5": + "Diesel PM2.5", + "1_2_3_4_7_8_Hexachlorodibenzo_P_Dioxin": + "1,2,3,4,7,8-Hexachlorodibenzo-P-Dioxin", + "2_3_7_8_Tetrachlorodibenzo_P_Dioxin": + "2,3,7,8-Tetrachlorodibenzo-P-Dioxin", + "DieselPM10": + "Diesel PM10", + "1_2_Xylene": + "1,2-Xylene", + "1_4_Xylene": + "1,4-Xylene", + "Cadmium": + "Cadmium", + "Cobalt": + "Cobalt", + "Cumene": + "Cumene", + "Lead": + "Lead", + "Chlorine": + "Chlorine", + "Selenium": + "Selenium", + "Phosphorus": + "Phosphorus", + "Antimony": + "Antimony", + "Methanol": + "Methanol", + "Oxo_Oxochromiooxy_Chromium": + "Oxo(Oxochromiooxy)Chromium", + "1_3_Xylene": + "1,3-Xylene", + "PolycyclicAromaticHydrocarbons_Total": + "PolycyclicAromaticHydrocarbons, Total", + "2_Methoxy_2_Methylpropane": + "2-Methoxy-2-Methylpropane", + "2_Methylnaphthalene": + "2-Methylnaphthalene", + "PMCondensible": + "PM Condensible", + "PM10Filterable": + "PM10Filterable", + "PM2.5Filterable": + "PM2.5Filterable", + "Dibenzofurans": + "Dibenzofurans", + "1_Phenylethanone": + "1-Phenylethanone", + "Glycol_Ethers": + "Glycol Ethers", + "PAH_POM_Unspecified": + "PAH/POM - Unspecified", + "Extractable_Organic_Matter": + "Extractable Organic Matter", + "2_4_Dinitrophenol": + "2,4-Dinitrophenol", + "Tetrachloromethane": + "Tetrachloromethane", + "Diethoxy_4_Nitrophenoxy_Sulfanylidene_Lambda5_Phosphane": + "Diethoxy-(4-Nitrophenoxy)-Sulfanylidene-Lambda5-Phosphane", + "3_Methyl_1_2_Dihydrobenzo_J_Aceanthrylene": + "3-Methyl-1,2-Dihydrobenzo[J]Aceanthrylene", + "Cyanide": + "Cyanide", + "7_12_Dimethylbenz_A_Anthracene": + "7,12-Dimethylbenz[A]Anthracene", + "1_2_3_4_5_6_Hexachlorocyclohexane": + "1,2,3,4,5,6-Hexachlorocyclohexane", + "Methyl_Hydrazine": + "Methyl Hydrazine", + "Acetamide": + "Acetamide", + "Aniline": + "Aniline", + "Naphthalen_1_Yl_N_Methylcarbamate": + "Naphthalen-1-Yl N-Methylcarbamate", + "Chloroform": + "Chloroform", + "N_N_Dimethylformamide": + "N,N-Dimethylformamide", + "1_1_1_Trichloroethane": + "1,1,1-Trichloroethane", + "Bromomethane": + "Bromomethane", + "Chloromethane": + "Chloromethane", + "Iodomethane": + "Iodomethane", + "Formonitrile": + "Formonitrile", + "Chloroethane": + "Chloroethane", + "Chloroethene": + "Chloroethene", + "Acetonitrile": + "Acetonitrile", + "Dichloromethane": + "Dichloromethane", + "Methylene_Chloride": + "Methylene Chloride", + "Oxirane": + "Oxirane", + "Bromoform": + "Bromoform", + "1_1_Dichloroethane": + "1,1-Dichloroethane", + "1_1_Dichloroethylene": + "1,1-Dichloroethylene", + "Carbonyl_Dichloride": + "Carbonyl Dichloride", + "2_Methyloxirane": + "2-Methyloxirane", + "1_2_3_4_5_5_Hexachlorocyclopenta_1_3_Diene": + "1,2,3,4,5,5-Hexachlorocyclopenta-1,3-Diene", + "Dimethyl_Sulfate": + "Dimethyl Sulfate", + "3_5_5_Trimethylcyclohex_2_En_1_One": + "3,5,5-Trimethylcyclohex-2-En-1-One", + "1_2_Dichloropropane": + "1,2-Dichloropropane", + "1_1_2_Trichloroethane": + "1,1,2-Trichloroethane", + "1_1_2_Trichloroethene": + "1,1,2-Trichloroethene", + "Prop_2_Enamide": + "Prop-2-Enamide", + "Prop_2_Enoic_Acid": + "Prop-2-Enoic Acid", + "1_1_2_2_Tetrachloroethane": + "1,1,2,2-Tetrachloroethane", + "2_Nitropropane": + "2-Nitropropane", + "Methyl_2_Methylprop_2_Enoate": + "Methyl 2-Methylprop-2-Enoate", + "Quintobenzene": + "Quintobenzene", + "Dibutyl_Benzene_1_2_Dicarboxylate": + "Dibutyl Benzene-1,2-Dicarboxylate", + "2_Benzofuran_1_3_Dione": + "2-Benzofuran-1,3-Dione", + "9H_Carbazole": + "9H-Carbazole", + "1_1_2_3_4_4_Hexachlorobuta_1_3_Diene": + "1,1,2,3,4,4-Hexachlorobuta-1,3-Diene", + "2_3_4_5_6_Pentachlorophenol": + "2,3,4,5,6-Pentachlorophenol", + "2_4_6_Trichlorophenol": + "2,4,6-Trichlorophenol", + "1_Methylnaphthalene": + "1-Methylnaphthalene", + "Quinoline": + "Quinoline", + "2_Chloronaphthalene": + "2-Chloronaphthalene", + "1_1_Biphenyl": + "1,1'-Biphenyl", + "2_2_4_Dichlorophenoxy_Acetic_Acid": + "2-(2,4-Dichlorophenoxy)Acetic Acid", + "2_Methylphenol": + "2-Methylphenol", + "2_Methylaniline": + "2-Methylaniline", + "2_Phenyloxirane": + "2-Phenyloxirane", + "Cumene": + "Cumene", + "Nitrobenzene": + "Nitrobenzene", + "4_Nitrophenol": + "4-Nitrophenol", + "Ethyl_Benzene": + "Ethyl Benzene", + "Methylene_Diphenyl_Diisocyanate_Mdi": + "Methylene Diphenyl Diisocyanate (Mdi)", + "4_Methylphenol": + "4-Methylphenol", + "1_4_Dichlorobenzene": + "1,4-Dichlorobenzene", + "Cyclohexa_2_5_Diene_1_4_Dione": + "Cyclohexa-2,5-Diene-1,4-Dione", + "2_Ethyloxirane": + "2-Ethyloxirane", + "L_Chloro_2_3_Epoxypropane": + "L-Chloro-2,3-Epoxypropane", + "Dibromoethane": + "Dibromoethane", + "3_Chloroprop_1_Ene": + "3-Chloroprop-1-Ene", + "1_2_Dichloroethane": + "1,2-Dichloroethane", + "Prop_2_Enenitrile": + "Prop-2-Enenitrile", + "Ethane_1_2_Diol": + "Ethane-1,2-Diol", + "Ethenyl_Acetate": + "Ethenyl Acetate", + "Hexone": + "Hexone", + "Furan_2_5_Dione": + "Furan-2,5-Dione", + "3_Methylphenol": + "3-Methylphenol", + "Chlorobenzene": + "Chlorobenzene", + "Phenol": + "Phenol", + "2_Methoxyethanol": + "2-Methoxyethanol", + "2_Ethoxyethanol": + "2-Ethoxyethanol", + "2_Ethoxyethyl_Acetate": + "2-Ethoxyethyl Acetate", + "2_2_Hydroxyethylamino_Ethanol": + "2-(2-Hydroxyethylamino)Ethanol", + "2_2_Methoxyethoxy_Ethanol": + "2-(2-Methoxyethoxy)Ethanol", + "2_2_Ethoxyethoxy_Ethanol": + "2-(2-Ethoxyethoxy)Ethanol", + "2_Butoxyethyl_Acetate": + "2-Butoxyethyl Acetate", + "2_2_Ethoxyethoxy_Ethyl_Acetate": + "2-(2-Ethoxyethoxy)Ethyl Acetate", + "2_2_2_Hydroxyethoxy_Ethoxy_Ethanol": + "2-[2-(2-Hydroxyethoxy)Ethoxy]Ethanol", + "2_2_Butoxyethoxy_Ethanol": + "2-(2-Butoxyethoxy)Ethanol", + "2_2_Hexoxyethoxy_Ethanol": + "2-(2-Hexoxyethoxy)Ethanol", + "Bis_2_Ethylhexyl_Benzene_1_2_Dicarboxylate": + "Bis(2-Ethylhexyl) Benzene-1,2-Dicarboxylate", + "1_2_3_4_5_6_Hexachlorobenzene": + "1,2,3,4,5,6-Hexachlorobenzene", + "Benzene_1_2_Diol": + "Benzene-1,2-Diol", + "1_2_4_Trichlorobenzene": + "1,2,4-Trichlorobenzene", + "1_Methyl_2_4_Dinitrobenzene": + "1-Methyl-2,4-Dinitrobenzene", + "N_N_Diethylethanamine": + "N,N-Diethylethanamine", + "N_N_Dimethylaniline": + "N,N-Dimethylaniline", + "2_Phenoxyethanol": + "2-Phenoxyethanol", + "Benzene_1_4_Diol": + "Benzene-1,4-Diol", + "1_4_Diethyleneoxide": + "1,4-Diethyleneoxide", + "2_2_Butoxyethoxy_Ethyl_Acetate": + "2-(2-Butoxyethoxy)Ethyl Acetate", + "2_Chlorobuta_1_3_Diene": + "2-Chlorobuta-1,3-Diene", + "Perchloroethylene": + "Perchloroethylene", + "Dimethyl_Benzene_1_2_Dicarboxylate": + "Dimethyl Benzene-1,2-Dicarboxylate", + "Dibenzofurans": + "Dibenzofurans", + "2_Trichloromethylsulfanyl_3A_4_7_7A_Tetrahydroisoindole_1_3_Dione": + "2-(Trichloromethylsulfanyl)-3A,4,7,7A-Tetrahydroisoindole-1,3-Dione", + "Ethyl_Prop_2_Enoate": + "Ethyl Prop-2-Enoate", + "Azanidylidenemethylideneazanide": + "Azanidylidenemethylideneazanide", + "Benzo_E_Pyrene": + "Benzo[E]Pyrene", + "Benzo_C_Phenanthrene": + "Benzo(C)Phenanthrene", + "Perylene": + "Perylene", + "Benzo_G_H_I_Fluoranthene": + "Benzo(G,H,I)Fluoranthene", + "Benzo_A_Fluoranthene": + "Benzo(A)Fluoranthene", + "Benzo_J_Fluoranthene": + "Benzo[J]Fluoranthene", + "Hydrazine": + "Hydrazine", + "Carbonyl_Sulfide": + "Carbonyl Sulfide", + "2_Chloro_1_Phenylethanone": + "2-Chloro-1-Phenylethanone", + "Tert_Butyl_Acetate": + "Tert-butyl Acetate", + "1_3_Dichloroprop_1_Ene": + "1,3-Dichloroprop-1-Ene", + "2_4_Diisocyanato_1_Methylbenzene": + "2,4-Diisocyanato-1-Methylbenzene", + "9_Methyl_Anthracene": + "9-Methyl Anthracene", + "1_6_Diisocyanatohexane": + "1,6-Diisocyanatohexane", + "1_Methylphenanthrene": + "1-Methylphenanthrene", + "1_2_Ethoxyethoxy_2_Methoxyethane": + "1-(2-Ethoxyethoxy)-2-Methoxyethane", + "Cresols_Cresylic_Acid_Isomers_And_Mixture": + "Cresols/Cresylic Acid (Isomers And Mixture)", + "Polychlorinated_Biphenyls_Aroclors": + "Polychlorinated Biphenyls (Aroclors)", + "Trifluralin": + "Trifluralin", + "1_Chloro_4_4_Chlorophenyl_Benzene": + "1-Chloro-4-(4-Chlorophenyl)Benzene", + "1_2_3_4_5_Pentachloro_6_2_3_4_5_6_Pentachlorophenyl_Benzene": + "1,2,3,4,5-Pentachloro-6-(2,3,4,5,6-Pentachlorophenyl)Benzene", + "1_Chloro_2_Phenylbenzene": + "1-Chloro-2-Phenylbenzene", + "1_Methylpyrene": + "1-Methylpyrene", + "12_Methylbenz_A_Anthracene": + "12-Methylbenz(A)Anthracene", + "2_Methylphenanthrene": + "2-Methylphenanthrene", + "2_Propoxyethanol": + "2-Propoxyethanol", + "5_Methylchrysene": + "5-Methylchrysene", + "2_4_Dichloro_1_4_Chlorophenyl_Benzene": + "2,4-Dichloro-1-(4-Chlorophenyl)Benzene", + "Beryllium": + "Beryllium", + "Tetrachlorotitanium": + "Tetrachlorotitanium", + "Chlorane": + "Chlorane", + "Fluorane": + "Fluorane", + "Sulfane": + "Sulfane", + "Phosphane": + "Phosphane", + "1_2_3_4_5_Pentachloro_6_Phenylbenzene": + "1,2,3,4,5-Pentachloro-6-Phenylbenzene", + "1_2_3_4_5_Pentachloro_6_2_Chlorophenyl_Benzene": + "1,2,3,4,5-Pentachloro-6-(2-Chlorophenyl)Benzene", + "2_Chloro_1_4_Dimethoxy_3_Methylanthracene_9_10_Dione": + "2-Chloro-1,4-Dimethoxy-3-Methylanthracene-9,10-Dione", + "1_2_3_4_Tetrachloro_5_Phenylbenzene": + "1,2,3,4-Tetrachloro-5-Phenylbenzene", + "1_2_3_4_5_Pentachloro_6_2_3_Dichlorophenyl_Benzene": + "1,2,3,4,5-Pentachloro-6-(2,3-Dichlorophenyl)Benzene", + "6_Methylchrysene": + "6-Methylchrysene", + "Benzofluoranthenes": + "Benzofluoranthenes", + "8_Methylbenzo_E_Pyrene": + "8-Methylbenzo[E]Pyrene", + 'HAP': + 'HazardousAirPollutants', + 'GHG': + 'GreenhouseGas', + 'CAP': + 'CriteriaAirPollutants', + 'Kootenai Tribe of Idaho': + 88183, + 'Nez Perce Tribe of Idaho': + 88182, + 'Shoshone-Bannock Tribes of the Fort Hall Reservation of Idaho': + 88180, + 'Coeur dAlene Tribe of the Coeur dAlene Reservation, Idaho': + 88181, + 'Northern Cheyenne Tribe of the Northern Cheyenne Indian Reservation, Montana': + 88207, + 'Morongo Band of Cahuilla Mission Indians of the Morongo Reservation, California': + 88582, + 'TON': + 'Ton', + 'LB': + 'Pound' +} + +replace_source_metadata = { + "1": "External Combustion", + "2": "Internal Combustion Engines", + "3": "Industrial Processes", + "4": "Chemical Evaporation", + "4": "Petroleum And Solvent Evaporation", + "5": "Waste Disposal", + "6": "MACT Source Categories", + "7": "Very Misc", + "21": "Stationary Source Fuel Combustion", + "22": "Mobile Sources", + "23": "Industrial Processes", + "24": "Solvent Utilization", + "25": "Storage And Transport", + "26": "Waste Disposal Treatment And Recovery", + "27": "Natural Sources", + "28": "Miscellaneous Area Sources", + "29": "Very Misc", + "32": "Industrial Processes", + "33": "LPG Distribution", + "44": "Brick Kilns", + "55": "Domestic Ammonia" +} diff --git a/scripts/us_epa/national_emissions_inventory/download.py b/scripts/us_epa/national_emissions_inventory/download.py new file mode 100644 index 0000000000..5cd74c2a58 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/download.py @@ -0,0 +1,74 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +""" +This Python Script downloads the EPA files, into the input_files folder to be +made available for further processing. +""" +import os +import urllib.request +import zipfile +import shutil +import subprocess + +_DOWNLOAD_PATH = os.path.join(os.path.dirname((__file__)), 'input_files') + + +def download_files(INPUT_URLS, folders) -> None: + """ + This Method calls the download function from the commons directory + to download all the input files. + + Args: + None + + Returns: + None + """ + + if not os.path.exists(_DOWNLOAD_PATH): + os.mkdir(_DOWNLOAD_PATH) + os.chdir(_DOWNLOAD_PATH) + for url in INPUT_URLS: + year = url.split("/")[5] + # Download and unzip files. + zip_path, _ = urllib.request.urlretrieve(url) + if "2017neiJan_facility_process" in url: + subprocess.run(["unzip", zip_path]) + point2017 = os.listdir() + for file in point2017: + os.rename(file, year + file) + else: + zipdata = zipfile.ZipFile(zip_path) + zipinfos = zipdata.infolist() + for zipinfo in zipinfos: + # This will do the renaming + zipinfo.filename = year + '_' + zipinfo.filename + zipdata.extract(zipinfo) + + +# Move files in specific folders to input_files folder + for folder in folders: + files = os.listdir(os.path.join(_DOWNLOAD_PATH, folder)) + for file in files: + if file.endswith(".csv"): + file_name = os.path.join(_DOWNLOAD_PATH, folder, file) + shutil.move(file_name, _DOWNLOAD_PATH) + os.rmdir(os.path.join(_DOWNLOAD_PATH, folder)) + + files = os.listdir(_DOWNLOAD_PATH) + # Delete metadata files present in the folder. + for file in files: + if file.endswith(".txt") or file.endswith(".xlsx") or file.endswith( + ".pdf") or "tribes" in file: + os.remove(os.path.join(_DOWNLOAD_PATH, file)) diff --git a/scripts/us_epa/national_emissions_inventory/download_config.py b/scripts/us_epa/national_emissions_inventory/download_config.py new file mode 100644 index 0000000000..1bafdfd573 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/download_config.py @@ -0,0 +1,63 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +nonpoint_input_urls = [ + "https://gaftp.epa.gov/air/nei/2020/data_summaries/2020neiMar_nonpoint.zip", + "https://gaftp.epa.gov/air/nei/2017/data_summaries/2017v1/2017neiApr_nonpoint.zip", + "https://gaftp.epa.gov/air/nei/2014/data_summaries/2014v2/2014neiv2_nonpoint.zip", + "https://gaftp.epa.gov/air/nei/2011/data_summaries/2011v2/2011neiv2_nonpoint.zip", + "https://gaftp.epa.gov/air/nei/2008/data_summaries/2008neiv3_nonpoint.zip" + +] + +nonpoint_folders = ['2014_2014neiv2_nonpoint', '2008_2008neiv3_nonpoint', '2020_2020nei_nonpoint'] + +nonroad_input_urls = [ + "https://gaftp.epa.gov/air/nei/2020/data_summaries/2020nei_nonroad_byregion.zip", + "https://gaftp.epa.gov/air/nei/2017/data_summaries/2017v1/2017neiApr_nonroad_byregions.zip", + "https://gaftp.epa.gov/air/nei/2014/data_summaries/2014v2/2014neiv2_nonroad_byregions.zip", + "https://gaftp.epa.gov/air/nei/2011/data_summaries/2011v2/2011neiv2_nonroad_byregions.zip", + "https://gaftp.epa.gov/air/nei/2008/data_summaries/2008neiv3_nonroad_byregions.zip" +] + + + +nonroad_folders = [ + '2014_2014neiv2_nonroad_byregions', '2008_2008neiv3_nonroad_byregions', '2020_2020nei_nonroad_byregions' +] + +onroad_input_urls = [ + "https://gaftp.epa.gov/air/nei/2020/data_summaries/2020nei_onroad_byregion.zip", + "https://gaftp.epa.gov/air/nei/2017/data_summaries/2017v1/2017neiApr_onroad_byregions.zip", + "https://gaftp.epa.gov/air/nei/2014/data_summaries/2014v2/2014neiv2_onroad_byregions.zip", + "https://gaftp.epa.gov/air/nei/2011/data_summaries/2011v2/2011neiv2_onroad_byregions.zip", + "https://gaftp.epa.gov/air/nei/2008/data_summaries/2008neiv3_onroad_byregions.zip" +] +onroad_folders = [ + '2014_2014neiv2_onroad_byregions', '2008_2008neiv3_onroad_byregions', '2020_2020nei_onroad_byregions' +] +point_input_urls = [ + "https://gaftp.epa.gov/air/nei/2020/data_summaries/2020nei_facility_process_byregions.zip", + "https://gaftp.epa.gov/air/nei/2017/data_summaries/2017v1/2017neiJan_facility_process_byregions.zip", + "https://gaftp.epa.gov/air/nei/2014/data_summaries/2014v2/2014neiv2_facility_process_byregions.zip", + "https://gaftp.epa.gov/air/nei/2011/data_summaries/2011v2/2011neiv2_facility_process_byregions.zip", + "https://gaftp.epa.gov/air/nei/2008/data_summaries/2008neiv3_facility_process_byregions.zip" +] +point_folders = ['2014_2014neiv2_facility_process_byregions', '2020_2020nei_facility_process_byregions'] +event_urls = [ + "https://gaftp.epa.gov/air/nei/2020/data_summaries/Facility%20Level%20by%20Pollutant.zip", + "https://gaftp.epa.gov/air/nei/2017/data_summaries/2017v1/2017neiApr_eventfire_countyscc.zip", + "https://gaftp.epa.gov/air/nei/2014/data_summaries/2014v2/2014neiv2_eventfire_countyscc.zip", + "https://gaftp.epa.gov/air/nei/2011/data_summaries/2011v2/2011neiv2_eventfire_countyscc_caphap.zip", +] diff --git a/scripts/us_epa/national_emissions_inventory/download_input_files.py b/scripts/us_epa/national_emissions_inventory/download_input_files.py new file mode 100644 index 0000000000..3b66d07951 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/download_input_files.py @@ -0,0 +1,39 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +""" +This Python Script downloads the EPA files for NonRoad Emissions, +into the input_files folder to be made available for further processing. +""" +import os +import sys + +_COMMON_PATH = os.path.abspath(os.path.dirname(__file__)) +sys.path.insert(1, _COMMON_PATH) +from download import download_files +from download_config import * + +if (sys.argv[1].lower() == 'point'): + INPUT_URLS = point_input_urls + folders = point_folders +elif (sys.argv[1].lower() == 'nonpoint'): + INPUT_URLS = nonpoint_input_urls + folders = nonpoint_folders +elif (sys.argv[1].lower() == 'onroad'): + INPUT_URLS = onroad_input_urls + folders = onroad_folders +else: + INPUT_URLS = nonroad_input_urls + folders = nonroad_folders + +download_files(INPUT_URLS, folders) \ No newline at end of file diff --git a/scripts/us_epa/national_emissions_inventory/download_input_files_all.py b/scripts/us_epa/national_emissions_inventory/download_input_files_all.py new file mode 100644 index 0000000000..9663746aab --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/download_input_files_all.py @@ -0,0 +1,32 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +""" +This Python Script downloads the EPA files for NonRoad Emissions, +into the input_files folder to be made available for further processing. +""" +import os +import sys +import ssl + +ssl._create_default_https_context = ssl._create_unverified_context + +_COMMON_PATH = os.path.abspath(os.path.dirname(__file__)) +sys.path.insert(1, _COMMON_PATH) +from download import download_files +from download_config import * + +INPUT_URLS = point_input_urls + nonpoint_input_urls + onroad_input_urls + nonroad_input_urls + event_urls +folders = point_folders + nonpoint_folders + onroad_folders + nonroad_folders + +download_files(INPUT_URLS, folders) \ No newline at end of file diff --git a/scripts/us_epa/national_emissions_inventory/path/to/venv/lib64 b/scripts/us_epa/national_emissions_inventory/path/to/venv/lib64 new file mode 120000 index 0000000000..7951405f85 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/path/to/venv/lib64 @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/scripts/us_epa/national_emissions_inventory/process.py b/scripts/us_epa/national_emissions_inventory/process.py new file mode 100644 index 0000000000..1192df048b --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/process.py @@ -0,0 +1,330 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +""" +This Python Script Load the datasets, cleans it +and generates cleaned CSV, MCF, TMCF file. +""" + +import os +import sys +from sre_constants import IN +from absl import app, flags +import pandas as pd +import numpy as np + +sys.path.insert( + 1, os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../../')) + +from util.statvar_dcid_generator import get_statvar_dcid + +sys.path.insert(1, os.path.dirname(os.path.abspath(__file__))) + +from config import * + +FLAGS = flags.FLAGS +default_input_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), + "input_files") +flags.DEFINE_string("input_path", default_input_path, "Import Data File's List") + +_MCF_TEMPLATE = ("Node: dcid:{statvar}\n" + "name: \"Annual Amount Emissions {statvar_name}\"\n" + "typeOf: dcs:StatisticalVariable\n" + "populationType: dcs:Emissions\n" + "measurementQualifier: dcs:Annual{scc}" + "{pollutant}{emission_type}\n" + "statType: dcs:measuredValue\n" + "measuredProperty: dcs:amount\n") + +_TMCF_TEMPLATE = ("Node: E:national_emissions->E0\n" + "typeOf: dcs:StatVarObservation\n" + "variableMeasured: C:national_emissions->SV\n" + "measurementMethod: C:national_emissions->" + "Measurement_Method\n" + "observationAbout: C:national_emissions->geo_Id\n" + "observationDate: C:national_emissions->year\n" + "unit: Ton\n" + "observationPeriod: \"P1Y\"\n" + "value: C:national_emissions->observation\n") + +TRIBAL_GEOCODE_START_RANGE = 80000 + + +class USAirEmissionTrends: + """ + This Class has requried methods to generate Cleaned CSV, + MCF and TMCF Files. + """ + + def __init__(self, input_files: list, csv_file_path: str, + mcf_file_path: str, tmcf_file_path: str) -> None: + self._input_files = input_files + self._cleaned_csv_file_path = csv_file_path + self._mcf_file_path = mcf_file_path + self._tmcf_file_path = tmcf_file_path + self.final_df = pd.DataFrame(columns=[ + 'geo_Id', 'year', 'SV', 'observation', 'unit', 'Measurement_Method' + ]) + self.final_mcf_template = "" + + def _data_standardize(self, df: pd.DataFrame, + column_name: str) -> pd.DataFrame: + """ + Replaces values of a single column into true values + from metadata and returns the DF. + Args: + df (pd.DataFrame): df as the input, to change column values, + column_name (str): column_name as a string, which has to be changed + Returns: + df (pd.DataFrame): modified df as output + """ + df = df.replace({column_name: replace_metadata}) + return df + + def _regularize_columns(self, df: pd.DataFrame, + file_path: str) -> pd.DataFrame: + """ + Reads the file for national emissions data and regularizes the files into a + single structure so that it can be processed at once. This includes dropping + additional columns, renaming the columns and adding the columns with null if + not present. + Args: + df (pd.DataFrame): provides the df as input + file_path (str): path to excel file as the input + Returns: + df (pd.DataFrame): provides the regularized df as output + """ + if '2008' in file_path or '2011' in file_path: + df.rename(columns=replacement_08_11, inplace=True) + df['pollutant type(s)'] = 'nan' + if 'event' in file_path: + df['emissions type code'] = '' + elif 'process' in file_path: + df = df.dropna(subset=['fips code']) + df['emissions type code'] = '' + if '2008' in file_path: + df['year'] = '2008' + else: + df['year'] = '2011' + elif '2017' in file_path: + if 'Event' in file_path: + df['pollutant type(s)'] = 'nan' + elif 'point' in file_path: + if 'unknown' in file_path or '678910' in file_path: + df.rename(columns=replacement_point_17, inplace=True) + df['emissions type code'] = '' + df['year'] = '2017' + elif 'tribes' in file_path: + df.rename(columns=replacement_tribes, inplace=True) + df = self._data_standardize(df, 'fips code') + df['pollutant type(s)'] = 'nan' + df['year'] = '2014' + else: + df.rename(columns=replacement_14, inplace=True) + if 'event' in file_path or 'process' in file_path: + df['emissions type code'] = '' + df['pollutant type(s)'] = 'nan' + df['year'] = '2014' + df = df[df_columns] + return df + + def _national_emissions(self, file_path: str) -> pd.DataFrame: + """ + Reads the file for national emissions data and cleans it for concatenation + in Final CSV. + Args: + file_path (str): path to excel file as the input + Returns: + df (pd.DataFrame): provides the cleaned df as output + """ + df = pd.read_csv(file_path, header=0, low_memory=False) + df = self._regularize_columns(df, file_path) + df['pollutant code'] = df['pollutant code'].astype(str) + df['geo_Id'] = ([f'{x:05}' for x in df['fips code']]) + + # Convert geo_Id to numeric and filter based on range + df['geo_Id'] = pd.to_numeric(df['geo_Id'], errors='coerce') # Convert to numeric, invalid parsing will be set as NaN + df = df[df['geo_Id'] <= TRIBAL_GEOCODE_START_RANGE] + # + # Remove if Tribal Details are needed + # + df['geo_Id'] = df['geo_Id'].astype(float).astype(int) + df = df.drop(df[df.geo_Id > TRIBAL_GEOCODE_START_RANGE].index) + df['geo_Id'] = ([f'{x:05}' for x in df['geo_Id']]) + df['geo_Id'] = df['geo_Id'].astype(str) + # + # Remove if Tribal Details are needed + # + df['scc'] = df['scc'].astype(str) + df['scc'] = np.where(df['scc'].str.len() == 10, df['scc'].str[0:2], + df['scc'].str[0]) + df['geo_Id'] = 'geoId/' + df['geo_Id'] + df.rename(columns=replacement_17, inplace=True) + df_pollutants = df[df['pollutant code'].isin(pollutants)] + df_pollutants = self._data_standardize(df_pollutants, 'pollutant code') + df['pollutant code'] = '' + df = pd.concat([df, df_pollutants]) + df = self._data_standardize(df, 'unit') + df['scc_name'] = df['scc'].astype(str) + df = df.replace({'scc_name': replace_source_metadata}) + df['scc_name'] = df['scc_name'].str.replace(' ', '') + df['SV'] = ('Annual_Amount_Emissions_' + + df['pollutant code'].astype(str) + '_SCC_' + + df['scc'].astype(str)) + '_' + df['scc_name'] + + df['Measurement_Method'] = 'dcAggregate/EPA_NationalEmissionInventory' + df['SV'] = df['SV'].str.replace('_nan', '').str.replace('__', '_') + df = df.drop(columns=drop_df) + df = df.drop(df[df['observation'] == '.'].index) + df['observation'] = df['observation'].astype(float) + return df + + def _mcf_property_generator(self) -> None: + """ + This method generates mcf properties w.r.t + the SVs present. + Args: + None + Returns: + None + """ + + sv_list = self.final_df["SV"].to_list() + sv_list = list(set(sv_list)) + sv_list.sort() + for sv in sv_list: + pollutant = code = '' + sv_property = sv.split("_") + source = '\nepaSccCode: dcs:EPA_SCC/' + sv_property[-2] + scc_name = sv_property[-1] + scc_name = scc_name + " (" + sv_property[-2] + ")" + pollutant_start = 3 if sv_property[3] != 'SCC' else None + if sv_property[3] in [ + 'Exhaust', 'Evaporation', 'Refueling', 'BName', 'TName', + 'Cruise', 'Maneuvering', 'ReducedSpeedZone', 'Hotelling' + ]: + code = "emissionTypeCode: dcs:" + sv_property[3] + scc_name = scc_name + ", " + sv_property[3] + pollutant_start = 4 if sv_property[4] != 'SCC' else None + + pollutant_name = '' + pollutant_value = '' + if pollutant_start != None: + for i in sv_property[pollutant_start:-3]: + pollutant = pollutant + i + '_' + pollutant_value = '\nemittedThing: dcs:' + pollutant.rstrip('_') + pollutant_name = replace_metadata[pollutant.rstrip('_')] + ", " + self.final_mcf_template += _MCF_TEMPLATE.format( + statvar=sv, + scc=source, + pollutant=pollutant_value, + statvar_name=pollutant_name + scc_name, + emission_type=code) + "\n" + + def _process(self): + """ + This Method processes the input files to generate + the final df. + Args: + None + Returns: + None + """ + for file_path in self._input_files: + df = self._national_emissions(file_path) + self.final_df = pd.concat([self.final_df, df]) + + self.final_df = self.final_df.sort_values( + by=['geo_Id', 'year', 'SV', 'Measurement_Method', 'observation']) + self.final_df['observation'].replace('', np.nan, inplace=True) + self.final_df.dropna(subset=['observation'], inplace=True) + self.final_df['observation'] = np.where( + self.final_df['unit'] == 'Pound', + self.final_df['observation'] / 2000, self.final_df['observation']) + self.final_df = self.final_df.groupby( + ['geo_Id', 'year', 'Measurement_Method', 'SV']).sum().reset_index() + + def generate_tmcf(self) -> None: + """ + This method generates TMCF file w.r.t + dataframe headers and defined TMCF template. + Args: + None + Returns: + None + """ + # Writing Genereated TMCF to local path. + with open(self._tmcf_file_path, 'w+', encoding='utf-8') as f_out: + f_out.write(_TMCF_TEMPLATE.rstrip('\n')) + + def generate_mcf(self) -> None: + """ + This method generates MCF file w.r.t + dataframe headers and defined MCF template + Args: + None + Returns: + None + """ + + self._mcf_property_generator() + + # Writing Genereated MCF to local path. + with open(self._mcf_file_path, 'w+', encoding='utf-8') as f_out: + f_out.write(self.final_mcf_template.rstrip('\n')) + + def generate_csv(self) -> None: + """ + This method generates CSV file w.r.t + input_files folder. + Args: + None + Returns: + None + """ + # Creating Output Directory + output_path = os.path.dirname(self._cleaned_csv_file_path) + if not os.path.exists(output_path): + os.mkdir(output_path) + + self._process() + + self.final_df.to_csv(self._cleaned_csv_file_path, index=False) + + +def main(_): + input_path = FLAGS.input_path + try: + ip_files = os.listdir(input_path) + except: + print("Run the download script first.\n") + sys.exit(1) + ip_files = [input_path + os.sep + file for file in ip_files] + output_file_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), + "output") + # Defining Output Files + csv_name = "national_emissions.csv" + mcf_name = "national_emissions.mcf" + tmcf_name = "national_emissions.tmcf" + cleaned_csv_path = os.path.join(output_file_path, csv_name) + mcf_path = os.path.join(output_file_path, mcf_name) + tmcf_path = os.path.join(output_file_path, tmcf_name) + loader = USAirEmissionTrends(ip_files, cleaned_csv_path, mcf_path, + tmcf_path) + loader.generate_csv() + loader.generate_mcf() + loader.generate_tmcf() + + +if __name__ == "__main__": + app.run(main) \ No newline at end of file diff --git a/scripts/us_epa/national_emissions_inventory/process_test.py b/scripts/us_epa/national_emissions_inventory/process_test.py new file mode 100644 index 0000000000..49e707377f --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/process_test.py @@ -0,0 +1,108 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +""" +Script to automate the testing for US Air Pollution process script. +""" + +import os +import unittest +import sys +import tempfile +# module_dir is the path to where this test is running from. +MODULE_DIR = os.path.dirname(__file__) +sys.path.insert(0, MODULE_DIR) +# pylint: disable=wrong-import-position +from process import USAirEmissionTrends +# pylint: enable=wrong-import-position + +TEST_DATASET_DIR = os.path.join(MODULE_DIR, "test_data", "datasets") +EXPECTED_FILES_DIR = os.path.join(MODULE_DIR, "test_data", "expected_files") +OUTPUT_DATA_DIR = os.path.join(MODULE_DIR, "test_output_data") + + +class TestProcess(unittest.TestCase): + """ + TestPreprocess is inherting unittest class + properties which further requried for unit testing. + The test will be conducted for US Air Pollution Sample Datasets, + It will be generating CSV, MCF and TMCF files based on the sample input. + Comparing the data with the expected files. + """ + _TEST_DATA_FILES = os.listdir(TEST_DATASET_DIR) + _IP_DATA = [ + os.path.join(TEST_DATASET_DIR, file_name) + for file_name in _TEST_DATA_FILES + ] + + def __init__(self, methodName: str = ...) -> None: + super().__init__(methodName) + + with tempfile.TemporaryDirectory() as tmp_dir: + cleaned_csv_file_path = os.path.join(tmp_dir, "data.csv") + mcf_file_path = os.path.join(tmp_dir, "test_census.mcf") + tmcf_file_path = os.path.join(tmp_dir, "test_census.tmcf") + + base = USAirEmissionTrends(self._IP_DATA, cleaned_csv_file_path, + mcf_file_path, tmcf_file_path) + base.generate_csv() + base.generate_mcf() + base.generate_tmcf() + + with open(mcf_file_path, encoding="UTF-8") as mcf_file: + self.actual_mcf_data = mcf_file.read() + + with open(tmcf_file_path, encoding="UTF-8") as tmcf_file: + self.actual_tmcf_data = tmcf_file.read() + + with open(cleaned_csv_file_path, encoding="utf-8-sig") as csv_file: + self.actual_csv_data = csv_file.read() + + def test_mcf_tmcf_files(self): + """ + This method is required to test between output generated + preprocess script and excepted output files like MCF File + """ + expected_mcf_file_path = os.path.join(EXPECTED_FILES_DIR, + "national_emissions.mcf") + + expected_tmcf_file_path = os.path.join(EXPECTED_FILES_DIR, + "national_emissions.tmcf") + + with open(expected_mcf_file_path, + encoding="UTF-8") as expected_mcf_file: + expected_mcf_data = expected_mcf_file.read() + + with open(expected_tmcf_file_path, + encoding="UTF-8") as expected_tmcf_file: + expected_tmcf_data = expected_tmcf_file.read() + + self.assertEqual(expected_mcf_data.strip(), + self.actual_mcf_data.strip()) + self.assertEqual(expected_tmcf_data.strip(), + self.actual_tmcf_data.strip()) + + def test_observation_data(self): + """ + This method is required to test between output generated + preprocess script and excepted output files like CSV + """ + expected_csv_file_path = os.path.join(EXPECTED_FILES_DIR, + "national_emissions.csv") + + with open(expected_csv_file_path, + encoding="utf-8") as expected_csv_file: + expected_csv_data = expected_csv_file.read() + + self.assertEqual(expected_csv_data.strip(), + self.actual_csv_data.strip()) diff --git a/scripts/us_epa/national_emissions_inventory/scc_list/SCCDownload.xlsx b/scripts/us_epa/national_emissions_inventory/scc_list/SCCDownload.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..b404dcda9eddfa1c1be1bd3104554f249fd3ae7c GIT binary patch literal 548274 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%0DbGQBQX*O;&%3Gt%c&qY5oQmi}}z7 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%0Af}7&yb~ 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


9_5h13Wk3F}JU+fT7#f;rlkt36C>1&&7T0 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 Iex0WO4|_*W?*IS* literal 0 HcmV?d00001 diff --git a/scripts/us_epa/national_emissions_inventory/scc_node_gen.py b/scripts/us_epa/national_emissions_inventory/scc_node_gen.py new file mode 100644 index 0000000000..fdb59399e6 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/scc_node_gen.py @@ -0,0 +1,95 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import pandas as pd +import numpy as np +import os + +_SCHEMA_TEMPLATE = ("Node: dcid:EPA_SCC/{pv1}\n" + "typeOf: dcs:EpaSccCodeEnum\n{pv2}" + "name: \"{pv3}\"\n") + + +def make_schema(df, level): + """ + Generates MCF file for the schema of SCCs according + to the DF provided. + + Args: + df (pd.DataFrame): df as the input, to generate SCC schema. + level (str): A string indicating what level of SCCs are provided. + Returns: + None + """ + df = df.drop_duplicates() + df = df.rename( + columns={ + df.columns[0]: "code", + df.columns[1]: "name", + df.columns[2]: "specialization" + }) + final_schema = '' + for ind in df.index: + e1 = df['code'][ind] + e3 = df['name'][ind] + if df['specialization'][ind] == '': + e2 = '' + else: + e2 = "specializationOf: dcid:" + df['specialization'][ind] + "\n" + final_schema += _SCHEMA_TEMPLATE.format(pv1=e1, pv2=e2, pv3=e3) + "\n" + output_file_name = "scc" + level + ".mcf" + output_file_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), + "output", output_file_name) + with open(output_file_path, 'w+', encoding='utf-8') as f_out: + f_out.write(final_schema.rstrip('\n')) + + +if __name__ == "__main__": + input_file_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), + "scc_list") + input_file_name = "SCCDownload.xlsx" + + df = pd.read_excel(os.path.join(input_file_path, input_file_name)) + + # Seperate SCC Levels based on Length of String + # Length = 8 : L1 - 1 digit + # L2 - L1 + 2 digits + # L3 - L2 + 3 digits + # L4 - L3 + 2 digits + # Length = 10 : L1 - 2 digits + # L2 - L1 + 2 digits + # L3 - L2 + 3 digits + # L4 - L3 + 3 digits + df['SCC_L4'] = df['SCC'].astype(str) + df['SCC_L1'] = np.where(df['SCC_L4'].str.len() == 8, df['SCC_L4'].str[:1], + df['SCC_L4'].str[:2]) + df['SCC_L2'] = np.where(df['SCC_L4'].str.len() == 8, df['SCC_L4'].str[:3], + df['SCC_L4'].str[:4]) + df['SCC_L3'] = np.where(df['SCC_L4'].str.len() == 8, df['SCC_L4'].str[:6], + df['SCC_L4'].str[:7]) + + # Remove if specialization needed at L1 + df['data category'] = '' + # + # Calls to the above Function for different Levels of Schema + scc_level = [ + 'scc level one', 'scc level one', 'scc level one', 'scc level four' + ] + for i in range(1, 5): + level = 'L' + str(i) + scc_code = 'SCC_L' + str(i) + specialization = 'data category' if i == 1 else 'SCC_L' + str(i - 1) + df_temp = df[[scc_code, scc_level[i - 1], specialization]] + make_schema(df_temp, level) + df[scc_code] = 'EPA_SCC/' + df[scc_code] diff --git a/scripts/us_epa/national_emissions_inventory/test_data/datasets/2008NEIv3_onroad4.csv b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2008NEIv3_onroad4.csv new file mode 100644 index 0000000000..1748456a78 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2008NEIv3_onroad4.csv @@ -0,0 +1,1000 @@ +state_and_county_fips_code,tribal_name,st_usps_cd,county_name,data_category_cd,scc,emissions_type_code,aircraft_engine_type_cd,emissions_op_type_code,data_set_short_name,pollutant_cd,description,total_emissions,uom +"45091","","SC","York","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",251.062,"LB" +"28015","","MS","Carroll","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",117.5124,"LB" +"21015","","KY","Boone","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",348.412,"LB" +"13297","","GA","Walton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",34.2886,"LB" +"13029","","GA","Bryan","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",291.286,"LB" +"13145","","GA","Harris","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",161.0588,"LB" +"47039","","TN","Decatur","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",29.0318,"LB" +"12039","","FL","Gadsden","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",430.188,"LB" +"47001","","TN","Anderson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",134.6364,"LB" +"13207","","GA","Monroe","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",2107.6,"LB" +"37081","","NC","Guilford","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",429.09,"LB" +"01035","","AL","Conecuh","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",293.286,"LB" +"45083","","SC","Spartanburg","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",424.858,"LB" +"45023","","SC","Chester","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",761.918,"LB" +"21213","","KY","Simpson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",143.6806,"LB" +"37195","","NC","Wilson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",410.594,"LB" +"13011","","GA","Banks","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",100.5254,"LB" +"13225","","GA","Peach","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",623.976,"LB" +"45023","","SC","Chester","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",241.778,"LB" +"21203","","KY","Rockcastle","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",237.2,"LB" +"45007","","SC","Anderson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",510.104,"LB" +"13301","","GA","Warren","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",357.178,"LB" +"47061","","TN","Grundy","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",58.0988,"LB" +"21151","","KY","Madison","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",489.394,"LB" +"47037","","TN","Davidson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",145.7064,"LB" +"47039","","TN","Decatur","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",108.3748,"LB" +"21067","","KY","Fayette","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",288.166,"LB" +"01087","","AL","Macon","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",371.632,"LB" +"37141","","NC","Pender","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",137.5104,"LB" +"13143","","GA","Haralson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",110.8572,"LB" +"47047","","TN","Fayette","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",83.1164,"LB" +"37097","","NC","Iredell","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",457.938,"LB" +"13039","","GA","Camden","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",445.58,"LB" +"21117","","KY","Kenton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",27.8136,"LB" +"12023","","FL","Columbia","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",587.02,"LB" +"21239","","KY","Woodford","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",80.3994,"LB" +"37181","","NC","Vance","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",72.5902,"LB" +"13075","","GA","Cook","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",267.9,"LB" +"37171","","NC","Surry","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",156.9082,"LB" +"13265","","GA","Taliaferro","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",265.838,"LB" +"28029","","MS","Copiah","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",883.402,"LB" +"13133","","GA","Greene","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",144.5218,"LB" +"21061","","KY","Edmonson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",84.085,"LB" +"47171","","TN","Unicoi","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",85.083,"LB" +"47013","","TN","Campbell","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",666.108,"LB" +"21043","","KY","Carter","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1021.14,"LB" +"21041","","KY","Carroll","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",465.424,"LB" +"13289","","GA","Twiggs","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",518.762,"LB" +"01063","","AL","Greene","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",849.806,"LB" +"47077","","TN","Henderson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",149.2474,"LB" +"37097","","NC","Iredell","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1153.474,"LB" +"12035","","FL","Flagler","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",59.0968,"LB" +"28113","","MS","Pike","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",179.5888,"LB" +"01043","","AL","Cullman","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1290.738,"LB" +"13175","","GA","Laurens","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",213.216,"LB" +"12003","","FL","Baker","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",307.388,"LB" +"12081","","FL","Manatee","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",391.354,"LB" +"47045","","TN","Dyer","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",27.344,"LB" +"28035","","MS","Forrest","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",120.2192,"LB" +"45049","","SC","Hampton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",87.1982,"LB" +"45045","","SC","Greenville","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",24.618,"LB" +"21125","","KY","Laurel","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",616.544,"LB" +"47001","","TN","Anderson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",420.094,"LB" +"13127","","GA","Glynn","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",600.548,"LB" +"28089","","MS","Madison","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",214.968,"LB" +"12003","","FL","Baker","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",980.19,"LB" +"47147","","TN","Robertson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",879.248,"LB" +"28149","","MS","Warren","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",596.084,"LB" +"13171","","GA","Lamar","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",62.8306,"LB" +"45071","","SC","Newberry","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1067.66,"LB" +"45041","","SC","Florence","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",597.002,"LB" +"28043","","MS","Grenada","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",124.5682,"LB" +"21223","","KY","Trimble","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",23.0536,"LB" +"12031","","FL","Duval","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",212.97,"LB" +"13287","","GA","Turner","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",744.068,"LB" +"13207","","GA","Monroe","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",632.774,"LB" +"01035","","AL","Conecuh","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",933.338,"LB" +"12113","","FL","Santa Rosa","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",457.236,"LB" +"28121","","MS","Rankin","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",162.7896,"LB" +"01009","","AL","Blount","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",386.92,"LB" +"37151","","NC","Randolph","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",117.6178,"LB" +"01015","","AL","Calhoun","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",41.2816,"LB" +"21117","","KY","Kenton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",63.855,"LB" +"47081","","TN","Hickman","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",287.06,"LB" +"37057","","NC","Davidson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",202.316,"LB" +"45063","","SC","Lexington","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",293.15,"LB" +"13103","","GA","Effingham","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",142.5768,"LB" +"21211","","KY","Shelby","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",712.172,"LB" +"47113","","TN","Madison","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",444.546,"LB" +"21103","","KY","Henry","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",139.945,"LB" +"13051","","GA","Chatham","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",411.762,"LB" +"12011","","FL","Broward","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",291.64,"LB" +"37115","","NC","Madison","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",101.0464,"LB" +"13175","","GA","Laurens","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",713.304,"LB" +"45039","","SC","Fairfield","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",276.286,"LB" +"45071","","SC","Newberry","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",337.894,"LB" +"28033","","MS","DeSoto","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",889.19,"LB" +"13199","","GA","Meriwether","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",65.7846,"LB" +"21067","","KY","Fayette","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",874.776,"LB" +"13021","","GA","Bibb","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",280.676,"LB" +"12109","","FL","St. Johns","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",445.788,"LB" +"45055","","SC","Kershaw","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",809.034,"LB" +"28163","","MS","Yazoo","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",294.058,"LB" +"37061","","NC","Duplin","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",137.6096,"LB" +"28109","","MS","Pearl River","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",851.372,"LB" +"37051","","NC","Cumberland","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",470.128,"LB" +"13073","","GA","Columbia","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",131.9536,"LB" +"01073","","AL","Jefferson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",917.2,"LB" +"21047","","KY","Christian","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",213.372,"LB" +"12057","","FL","Hillsborough","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",49.476,"LB" +"47075","","TN","Haywood","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",138.5492,"LB" +"28109","","MS","Pearl River","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",266.76,"LB" +"12009","","FL","Brevard","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",825.814,"LB" +"45015","","SC","Berkeley","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",525.44,"LB" +"21209","","KY","Scott","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",230.536,"LB" +"45033","","SC","Dillon","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",864.97,"LB" +"12001","","FL","Alachua","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",326.814,"LB" +"12091","","FL","Okaloosa","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",767.862,"LB" +"28061","","MS","Jasper","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",108.1688,"LB" +"01087","","AL","Macon","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1178.38,"LB" +"13139","","GA","Hall","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",31.0024,"LB" +"01013","","AL","Butler","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1060.324,"LB" +"13031","","GA","Bulloch","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",175.8374,"LB" +"13225","","GA","Peach","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",186.9594,"LB" +"45017","","SC","Calhoun","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1001.616,"LB" +"21077","","KY","Gallatin","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",172.3788,"LB" +"12063","","FL","Jackson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1341.094,"LB" +"21099","","KY","Hart","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",216.492,"LB" +"13127","","GA","Glynn","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",178.7208,"LB" +"13211","","GA","Morgan","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",264.264,"LB" +"47163","","TN","Sullivan","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",23.1994,"LB" +"13029","","GA","Bryan","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",978.84,"LB" +"12089","","FL","Nassau","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",529.648,"LB" +"13147","","GA","Hart","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",30.5582,"LB" +"13021","","GA","Bibb","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",84.131,"LB" +"28113","","MS","Pike","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",571.39,"LB" +"13103","","GA","Effingham","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",42.4344,"LB" +"28101","","MS","Newton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",814.072,"LB" +"13255","","GA","Spalding","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",167.0338,"LB" +"47107","","TN","McMinn","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",263.918,"LB" +"13217","","GA","Newton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",79.1556,"LB" +"01097","","AL","Mobile","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",721.274,"LB" +"13283","","GA","Treutlen","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",103.2004,"LB" +"47005","","TN","Benton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",191.811,"LB" +"47035","","TN","Cumberland","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",844.19,"LB" +"47159","","TN","Smith","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",419.554,"LB" +"13143","","GA","Haralson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",365.856,"LB" +"28051","","MS","Holmes","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",585.058,"LB" +"01103","","AL","Morgan","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",573.638,"LB" +"13297","","GA","Walton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",113.9058,"LB" +"13107","","GA","Emanuel","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",58.9726,"LB" +"21139","","KY","Livingston","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",47.4482,"LB" +"28029","","MS","Copiah","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",278.022,"LB" +"13179","","GA","Liberty","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",649.412,"LB" +"21227","","KY","Warren","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",695.088,"LB" +"37085","","NC","Harnett","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",155.6602,"LB" +"13255","","GA","Spalding","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",50.3386,"LB" +"21213","","KY","Simpson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",439.758,"LB" +"47163","","TN","Sullivan","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",72.2934,"LB" +"01117","","AL","Shelby","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",104.8208,"LB" +"47013","","TN","Campbell","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",214.488,"LB" +"01121","","AL","Talladega","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",748.138,"LB" +"21221","","KY","Trigg","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",130.3536,"LB" +"47065","","TN","Hamilton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",73.3778,"LB" +"13153","","GA","Houston","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",918.19,"LB" +"12115","","FL","Sarasota","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1411.24,"LB" +"28023","","MS","Clarke","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",223.14,"LB" +"13093","","GA","Dooly","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",938.66,"LB" +"37023","","NC","Burke","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",29.6504,"LB" +"45053","","SC","Jasper","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",442.778,"LB" +"47147","","TN","Robertson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",287.216,"LB" +"13057","","GA","Cherokee","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",99.2372,"LB" +"12113","","FL","Santa Rosa","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",143.553,"LB" +"12023","","FL","Columbia","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1873.21,"LB" +"21185","","KY","Oldham","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",84.1818,"LB" +"12083","","FL","Marion","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",785.158,"LB" +"47125","","TN","Montgomery","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",52.6652,"LB" +"21019","","KY","Boyd","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",112.0218,"LB" +"28137","","MS","Tate","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",149.0184,"LB" +"47031","","TN","Coffee","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",871.462,"LB" +"01003","","AL","Baldwin","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",765.988,"LB" +"13083","","GA","Dade","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",205.954,"LB" +"28059","","MS","Jackson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",506.81,"LB" +"13079","","GA","Crawford","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",13.18768,"LB" +"13189","","GA","McDuffie","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",112.5422,"LB" +"12009","","FL","Brevard","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",257.28,"LB" +"21139","","KY","Livingston","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",145.1438,"LB" +"01021","","AL","Chilton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1208.91,"LB" +"13077","","GA","Coweta","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",286.008,"LB" +"13087","","GA","Decatur","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",74.9802,"LB" +"37063","","NC","Durham","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",65.7182,"LB" +"47179","","TN","Washington","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",39.3536,"LB" +"47113","","TN","Madison","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",119.042,"LB" +"01017","","AL","Chambers","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",195.8862,"LB" +"37063","","NC","Durham","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",32.7048,"LB" +"47003","","TN","Bedford","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",4.68296,"LB" +"47017","","TN","Carroll","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",12.392,"LB" +"13153","","GA","Houston","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",275.056,"LB" +"01043","","AL","Cullman","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",410.074,"LB" +"45059","","SC","Laurens","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",844.592,"LB" +"13157","","GA","Jackson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",388.412,"LB" +"37111","","NC","McDowell","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",137.3252,"LB" +"21009","","KY","Barren","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",270.056,"LB" +"47125","","TN","Montgomery","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",196.1902,"LB" +"13157","","GA","Jackson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1287.744,"LB" +"47189","","TN","Wilson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",190.2586,"LB" +"13073","","GA","Columbia","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",440.764,"LB" +"28121","","MS","Rankin","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",516.872,"LB" +"45073","","SC","Oconee","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",174.1524,"LB" +"47123","","TN","Monroe","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",251.316,"LB" +"21073","","KY","Franklin","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",418.516,"LB" +"01003","","AL","Baldwin","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",2441.28,"LB" +"01117","","AL","Shelby","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",341.938,"LB" +"45015","","SC","Berkeley","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",165.8352,"LB" +"01083","","AL","Limestone","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",985.026,"LB" +"28097","","MS","Montgomery","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",318.292,"LB" +"45079","","SC","Richland","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",265.876,"LB" +"01053","","AL","Escambia","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",776.38,"LB" +"37149","","NC","Polk","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",108.6028,"LB" +"21033","","KY","Caldwell","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",81.6358,"LB" +"12079","","FL","Madison","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",423.464,"LB" +"37191","","NC","Wayne","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",18.65856,"LB" +"21235","","KY","Whitley","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",255.168,"LB" +"37101","","NC","Johnston","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",554.948,"LB" +"01119","","AL","Sumter","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",719.544,"LB" +"13285","","GA","Troup","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",399.876,"LB" +"47171","","TN","Unicoi","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",262.78,"LB" +"01125","","AL","Tuscaloosa","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1785.596,"LB" +"13039","","GA","Camden","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1498.844,"LB" +"47043","","TN","Dickson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",387.692,"LB" +"13015","","GA","Bartow","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1530.666,"LB" +"37185","","NC","Warren","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",56.596,"LB" +"12131","","FL","Walton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1121.278,"LB" +"21125","","KY","Laurel","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",202.97,"LB" +"47187","","TN","Williamson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",103.4562,"LB" +"28137","","MS","Tate","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",469.91,"LB" +"47187","","TN","Williamson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",282.336,"LB" +"45035","","SC","Dorchester","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1279.592,"LB" +"28073","","MS","Lamar","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",309.11,"LB" +"47077","","TN","Henderson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",457.728,"LB" +"45003","","SC","Aiken","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",938.406,"LB" +"37127","","NC","Nash","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",243.438,"LB" +"47055","","TN","Giles","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",284.408,"LB" +"12089","","FL","Nassau","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",166.0432,"LB" +"37089","","NC","Henderson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",29.2134,"LB" +"12071","","FL","Lee","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",226.726,"LB" +"01055","","AL","Etowah","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",91.4072,"LB" +"13151","","GA","Henry","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",328.5,"LB" +"12101","","FL","Pasco","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",194.81,"LB" +"13313","","GA","Whitfield","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",269.596,"LB" +"13211","","GA","Morgan","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",879.192,"LB" +"47011","","TN","Bradley","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",433.294,"LB" +"01017","","AL","Chambers","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",62.1494,"LB" +"28061","","MS","Jasper","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",343.372,"LB" +"47149","","TN","Rutherford","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",37.2124,"LB" +"21211","","KY","Shelby","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",233.904,"LB" +"47085","","TN","Humphreys","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",250.764,"LB" +"45007","","SC","Anderson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1607.054,"LB" +"37111","","NC","McDowell","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",375.814,"LB" +"45027","","SC","Clarendon","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",318.502,"LB" +"12015","","FL","Charlotte","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",164.9458,"LB" +"01083","","AL","Limestone","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",313.258,"LB" +"47093","","TN","Knox","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",180.0136,"LB" +"47115","","TN","Marion","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",279.708,"LB" +"47105","","TN","Loudon","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",271.34,"LB" +"13057","","GA","Cherokee","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",46.5506,"LB" +"01103","","AL","Morgan","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",182.1836,"LB" +"28075","","MS","Lauderdale","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",373.43,"LB" +"28043","","MS","Grenada","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",393.568,"LB" +"01049","","AL","DeKalb","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",201.744,"LB" +"37057","","NC","Davidson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",101.0322,"LB" +"13227","","GA","Pickens","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",23.1608,"LB" +"47123","","TN","Monroe","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",80.0522,"LB" +"13129","","GA","Gordon","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",327.426,"LB" +"37101","","NC","Johnston","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1479.916,"LB" +"13087","","GA","Decatur","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",22.2962,"LB" +"37185","","NC","Warren","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",156.1166,"LB" +"47035","","TN","Cumberland","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",271.58,"LB" +"01001","","AL","Autauga","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",237.338,"LB" +"37083","","NC","Halifax","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",506.972,"LB" +"21185","","KY","Oldham","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",25.052,"LB" +"47093","","TN","Knox","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",564.69,"LB" +"21093","","KY","Hardin","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",688.834,"LB" +"37141","","NC","Pender","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",381.256,"LB" +"21011","","KY","Bath","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",422.842,"LB" +"21009","","KY","Barren","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",88.406,"LB" +"12085","","FL","Martin","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",234.344,"LB" +"13097","","GA","Douglas","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",159.2766,"LB" +"28047","","MS","Harrison","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1283.552,"LB" +"28045","","MS","Hancock","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",318.428,"LB" +"13045","","GA","Carroll","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",242.172,"LB" +"13077","","GA","Coweta","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",611.064,"LB" +"45021","","SC","Cherokee","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1027.232,"LB" +"37163","","NC","Sampson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",267.884,"LB" +"13013","","GA","Barrow","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",53.6172,"LB" +"45045","","SC","Greenville","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",77.5012,"LB" +"01029","","AL","Cleburne","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",932.684,"LB" +"47107","","TN","McMinn","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",829.04,"LB" +"12063","","FL","Jackson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",420.296,"LB" +"12115","","FL","Sarasota","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",437.622,"LB" +"37087","","NC","Haywood","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",296.602,"LB" +"12081","","FL","Manatee","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",121.493,"LB" +"01013","","AL","Butler","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",333.822,"LB" +"21239","","KY","Woodford","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",244.222,"LB" +"12033","","FL","Escambia","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",83.026,"LB" +"37197","","NC","Yadkin","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",92.4124,"LB" +"01021","","AL","Chilton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",382.612,"LB" +"21205","","KY","Rowan","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",625.454,"LB" +"21103","","KY","Henry","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",425.246,"LB" +"47145","","TN","Roane","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",153.6244,"LB" +"37123","","NC","Montgomery","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",12.09744,"LB" +"21173","","KY","Montgomery","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",119.2576,"LB" +"21019","","KY","Boyd","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",340.084,"LB" +"47105","","TN","Loudon","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",851.686,"LB" +"21029","","KY","Bullitt","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",107.4836,"LB" +"47045","","TN","Dyer","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",102.3324,"LB" +"12109","","FL","St. Johns","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1423.448,"LB" +"47145","","TN","Roane","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",481.204,"LB" +"28085","","MS","Lincoln","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",716.26,"LB" +"37059","","NC","Davie","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",100.0418,"LB" +"37085","","NC","Harnett","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",58.3326,"LB" +"13035","","GA","Butts","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",139.7094,"LB" +"37135","","NC","Orange","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",237.884,"LB" +"37001","","NC","Alamance","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",115.9596,"LB" +"13043","","GA","Candler","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",354.41,"LB" +"21227","","KY","Warren","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",227.164,"LB" +"12035","","FL","Flagler","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",188.856,"LB" +"21081","","KY","Grant","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",732.018,"LB" +"45053","","SC","Jasper","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1410.148,"LB" +"47115","","TN","Marion","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",874.554,"LB" +"45029","","SC","Colleton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1175.288,"LB" +"01053","","AL","Escambia","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",243.998,"LB" +"37023","","NC","Burke","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",78.6446,"LB" +"47075","","TN","Haywood","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",425.77,"LB" +"21123","","KY","Larue","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",128.9576,"LB" +"12121","","FL","Suwannee","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1193.97,"LB" +"12039","","FL","Gadsden","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1371.44,"LB" +"45049","","SC","Hampton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",277.578,"LB" +"47117","","TN","Marshall","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",49.1702,"LB" +"45021","","SC","Cherokee","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",326.578,"LB" +"12119","","FL","Sumter","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1194.132,"LB" +"21047","","KY","Christian","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",652.59,"LB" +"37191","","NC","Wayne","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",49.7678,"LB" +"12127","","FL","Volusia","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",411.908,"LB" +"12061","","FL","Indian River","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",709.208,"LB" +"01049","","AL","DeKalb","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",631.022,"LB" +"13121","","GA","Fulton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",106.0608,"LB" +"21041","","KY","Carroll","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",153.2086,"LB" +"13313","","GA","Whitfield","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",892.232,"LB" +"37115","","NC","Madison","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",37.2588,"LB" +"12047","","FL","Hamilton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1176.584,"LB" +"12031","","FL","Duval","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",77.2646,"LB" +"12065","","FL","Jefferson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",250.122,"LB" +"01063","","AL","Greene","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",267.756,"LB" +"13121","","GA","Fulton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",49.552,"LB" +"37127","","NC","Nash","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",582.188,"LB" +"37123","","NC","Montgomery","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",33.3552,"LB" +"28085","","MS","Lincoln","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",225.5,"LB" +"12015","","FL","Charlotte","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",533.072,"LB" +"13081","","GA","Crisp","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",762.884,"LB" +"12001","","FL","Alachua","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1044.672,"LB" +"47029","","TN","Cocke","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",130.541,"LB" +"13191","","GA","McIntosh","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1099.176,"LB" +"01121","","AL","Talladega","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",237.432,"LB" +"45073","","SC","Oconee","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",55.2402,"LB" +"21157","","KY","Marshall","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",126.069,"LB" +"13179","","GA","Liberty","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",193.1192,"LB" +"13265","","GA","Taliaferro","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",79.817,"LB" +"47037","","TN","Davidson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",398.564,"LB" +"12053","","FL","Hernando","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",471.29,"LB" +"13013","","GA","Barrow","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",177.4662,"LB" +"28075","","MS","Lauderdale","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1183.272,"LB" +"21143","","KY","Lyon","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",671.836,"LB" +"01125","","AL","Tuscaloosa","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",564.036,"LB" +"28161","","MS","Yalobusha","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",134.869,"LB" +"28045","","MS","Hancock","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1016.988,"LB" +"28067","","MS","Jones","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",189.021,"LB" +"47063","","TN","Hamblen","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",252.854,"LB" +"28049","","MS","Hinds","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",430.482,"LB" +"21093","","KY","Hardin","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",226.038,"LB" +"45035","","SC","Dorchester","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",403.8,"LB" +"12133","","FL","Washington","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",216.684,"LB" +"12033","","FL","Escambia","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",26.0398,"LB" +"01051","","AL","Elmore","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",286.276,"LB" +"21099","","KY","Hart","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",661.118,"LB" +"37155","","NC","Robeson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",637.4,"LB" +"13147","","GA","Hart","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",101.6172,"LB" +"13189","","GA","McDuffie","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",375.438,"LB" +"21123","","KY","Larue","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",42.2884,"LB" +"37087","","NC","Haywood","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",113.6302,"LB" +"45039","","SC","Fairfield","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",871.93,"LB" +"01001","","AL","Autauga","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",751.078,"LB" +"13045","","GA","Carroll","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",798.894,"LB" +"13283","","GA","Treutlen","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",345.662,"LB" +"47157","","TN","Shelby","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",417.29,"LB" +"12085","","FL","Martin","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",756.524,"LB" +"37135","","NC","Orange","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",631.658,"LB" +"37195","","NC","Wilson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",154.036,"LB" +"21145","","KY","McCracken","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",42.0026,"LB" +"47061","","TN","Grundy","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",181.5022,"LB" +"21081","","KY","Grant","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",241.192,"LB" +"13171","","GA","Lamar","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",208.79,"LB" +"37131","","NC","Northampton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",66.4064,"LB" +"01085","","AL","Lowndes","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",234.87,"LB" +"13151","","GA","Henry","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",153.5022,"LB" +"45055","","SC","Kershaw","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",256.236,"LB" +"12119","","FL","Sumter","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",372.304,"LB" +"01029","","AL","Cleburne","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",297.666,"LB" +"13083","","GA","Dade","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",679.116,"LB" +"13035","","GA","Butts","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",463.716,"LB" +"01051","","AL","Elmore","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",90.2716,"LB" +"12073","","FL","Leon","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",66.9762,"LB" +"37001","","NC","Alamance","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",43.7048,"LB" +"37151","","NC","Randolph","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",44.2766,"LB" +"45061","","SC","Lee","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",179.6988,"LB" +"37181","","NC","Vance","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",200.026,"LB" +"28035","","MS","Forrest","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",382.884,"LB" +"45027","","SC","Clarendon","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1007.012,"LB" +"28073","","MS","Lamar","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",97.0476,"LB" +"21011","","KY","Bath","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",139.419,"LB" +"13301","","GA","Warren","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",107.1414,"LB" +"12127","","FL","Volusia","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1320.248,"LB" +"21235","","KY","Whitley","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",775.274,"LB" +"01009","","AL","Blount","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",122.6036,"LB" +"12053","","FL","Hernando","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",146.9394,"LB" +"12057","","FL","Hillsborough","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",130.6998,"LB" +"21077","","KY","Gallatin","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",523.422,"LB" +"37083","","NC","Halifax","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",183.5268,"LB" +"45031","","SC","Darlington","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",370.84,"LB" +"13119","","GA","Franklin","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",296.944,"LB" +"37081","","NC","Guilford","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",244.092,"LB" +"13023","","GA","Bleckley","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",13.30388,"LB" +"37045","","NC","Cleveland","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",104.0034,"LB" +"12073","","FL","Leon","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",213.846,"LB" +"47011","","TN","Bradley","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",137.9352,"LB" +"12101","","FL","Pasco","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",625.17,"LB" +"13185","","GA","Lowndes","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",232.662,"LB" +"13011","","GA","Banks","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",333.926,"LB" +"13107","","GA","Emanuel","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",197.6034,"LB" +"37149","","NC","Polk","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",298.05,"LB" +"47063","","TN","Hamblen","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",80.7364,"LB" +"45031","","SC","Darlington","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",117.511,"LB" +"47059","","TN","Greene","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",748.212,"LB" +"13051","","GA","Chatham","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",122.6284,"LB" +"13093","","GA","Dooly","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",280.82,"LB" +"21029","","KY","Bullitt","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",362.096,"LB" +"47003","","TN","Bedford","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",14.70334,"LB" +"12061","","FL","Indian River","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",220.284,"LB" +"37171","","NC","Surry","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",414.59,"LB" +"28067","","MS","Jones","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",601.336,"LB" +"12021","","FL","Collier","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",643.09,"LB" +"13079","","GA","Crawford","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",3.95492,"LB" +"45075","","SC","Orangeburg","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",578.394,"LB" +"47159","","TN","Smith","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",136.7514,"LB" +"01081","","AL","Lee","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",46.5444,"LB" +"13119","","GA","Franklin","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",987.056,"LB" +"13047","","GA","Catoosa","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",122.58,"LB" +"21223","","KY","Trimble","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",7.58806,"LB" +"12065","","FL","Jefferson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",798.304,"LB" +"21015","","KY","Boone","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",151.954,"LB" +"28097","","MS","Montgomery","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",100.7448,"LB" +"12083","","FL","Marion","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",245.246,"LB" +"01115","","AL","St. Clair","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",669.708,"LB" +"37051","","NC","Cumberland","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",176.0804,"LB" +"21143","","KY","Lyon","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",219.632,"LB" +"21205","","KY","Rowan","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",206.432,"LB" +"12059","","FL","Holmes","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",198.3278,"LB" +"12105","","FL","Polk","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",621.652,"LB" +"13277","","GA","Tift","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",274.72,"LB" +"28047","","MS","Harrison","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",402.734,"LB" +"13047","","GA","Catoosa","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",406.06,"LB" +"37059","","NC","Davie","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",200.366,"LB" +"47081","","TN","Hickman","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",76.9834,"LB" +"47047","","TN","Fayette","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",298.18,"LB" +"12121","","FL","Suwannee","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",374.362,"LB" +"37089","","NC","Henderson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",76.8372,"LB" +"12021","","FL","Collier","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",2086.64,"LB" +"47017","","TN","Carroll","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",3.31988,"LB" +"28107","","MS","Panola","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",796.746,"LB" +"37131","","NC","Northampton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",183.471,"LB" +"13287","","GA","Turner","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",222.222,"LB" +"45063","","SC","Lexington","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",926.144,"LB" +"45029","","SC","Colleton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",369.706,"LB" +"28149","","MS","Warren","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",187.716,"LB" +"47085","","TN","Humphreys","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",81.7686,"LB" +"12047","","FL","Hamilton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",368.978,"LB" +"37045","","NC","Cleveland","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",277.12,"LB" +"37071","","NC","Gaston","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",31.7038,"LB" +"47055","","TN","Giles","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",76.2088,"LB" +"13097","","GA","Douglas","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",74.6708,"LB" +"21043","","KY","Carter","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",336.76,"LB" +"01101","","AL","Montgomery","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",336.898,"LB" +"45003","","SC","Aiken","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",296.806,"LB" +"45079","","SC","Richland","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",840.518,"LB" +"13075","","GA","Cook","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",898.138,"LB" +"37155","","NC","Robeson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",238.616,"LB" +"28015","","MS","Carroll","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",371.518,"LB" +"21145","","KY","McCracken","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",128.5192,"LB" +"37077","","NC","Granville","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",164.5664,"LB" +"47179","","TN","Washington","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",122.6064,"LB" +"45033","","SC","Dillon","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",274.184,"LB" +"47149","","TN","Rutherford","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",101.7522,"LB" +"01101","","AL","Montgomery","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1070.466,"LB" +"28123","","MS","Scott","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",228.624,"LB" +"13129","","GA","Gordon","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1085.436,"LB" +"47031","","TN","Coffee","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",278.104,"LB" +"12105","","FL","Polk","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",193.6544,"LB" +"47065","","TN","Hamilton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",23.3716,"LB" +"13023","","GA","Bleckley","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",44.4686,"LB" +"28033","","MS","DeSoto","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",281.78,"LB" +"13191","","GA","McIntosh","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",326.896,"LB" +"28101","","MS","Newton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",256.932,"LB" +"45061","","SC","Lee","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",566.66,"LB" +"45059","","SC","Laurens","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",267.796,"LB" +"28161","","MS","Yalobusha","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",425.64,"LB" +"21151","","KY","Madison","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",161.0294,"LB" +"28163","","MS","Yazoo","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",92.9322,"LB" +"47119","","TN","Maury","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",80.6474,"LB" +"13227","","GA","Pickens","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",7.0209,"LB" +"13133","","GA","Greene","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",481.116,"LB" +"21073","","KY","Franklin","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",137.5178,"LB" +"37035","","NC","Catawba","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",89.1052,"LB" +"12133","","FL","Washington","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",691.184,"LB" +"12071","","FL","Lee","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",70.0722,"LB" +"47157","","TN","Shelby","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1145.422,"LB" +"13081","","GA","Crisp","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",227.964,"LB" +"21221","","KY","Trigg","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",398.6,"LB" +"13145","","GA","Harris","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",535.206,"LB" +"13217","","GA","Newton","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",262.722,"LB" +"21209","","KY","Scott","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",699.81,"LB" +"37197","","NC","Yadkin","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",253.958,"LB" +"45085","","SC","Sumter","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",363.97,"LB" +"13043","","GA","Candler","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",105.713,"LB" +"45085","","SC","Sumter","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",115.223,"LB" +"13015","","GA","Bartow","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",462.492,"LB" +"37077","","NC","Granville","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",330.21,"LB" +"47141","","TN","Putnam","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",273.564,"LB" +"28059","","MS","Jackson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1614.268,"LB" +"01073","","AL","Jefferson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",281.234,"LB" +"45083","","SC","Spartanburg","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1337.02,"LB" +"45041","","SC","Florence","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",189.0784,"LB" +"37163","","NC","Sampson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",96.904,"LB" +"45017","","SC","Calhoun","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",316.85,"LB" +"47117","","TN","Marshall","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",183.3768,"LB" +"47119","","TN","Maury","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",300.926,"LB" +"47005","","TN","Benton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",51.382,"LB" +"12131","","FL","Walton","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",352.434,"LB" +"47189","","TN","Wilson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",69.6048,"LB" +"12079","","FL","Madison","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1350.638,"LB" +"37071","","NC","Gaston","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",18.98296,"LB" +"12011","","FL","Broward","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",819.29,"LB" +"13199","","GA","Meriwether","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",218.032,"LB" +"28051","","MS","Holmes","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",184.8034,"LB" +"01055","","AL","Etowah","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",287.43,"LB" +"13185","","GA","Lowndes","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",780.202,"LB" +"47029","","TN","Cocke","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",407.81,"LB" +"21203","","KY","Rockcastle","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",719.758,"LB" +"47089","","TN","Jefferson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",271.71,"LB" +"47059","","TN","Greene","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",239.46,"LB" +"13139","","GA","Hall","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",102.471,"LB" +"01085","","AL","Lowndes","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",746.662,"LB" +"45091","","SC","York","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",79.8018,"LB" +"12059","","FL","Holmes","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",632.884,"LB" +"21049","","KY","Clark","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",133.739,"LB" +"01081","","AL","Lee","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",146.9214,"LB" +"28123","","MS","Scott","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",724.758,"LB" +"13289","","GA","Twiggs","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",155.327,"LB" +"21173","","KY","Montgomery","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",361.5,"LB" +"47021","","TN","Cheatham","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",126.8686,"LB" +"13285","","GA","Troup","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1326.366,"LB" +"37035","","NC","Catawba","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",33.5784,"LB" +"12091","","FL","Okaloosa","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",241.36,"LB" +"21049","","KY","Clark","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",405.676,"LB" +"21157","","KY","Marshall","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",385.924,"LB" +"13277","","GA","Tift","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",920.338,"LB" +"28089","","MS","Madison","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",681.566,"LB" +"28023","","MS","Clarke","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",70.3284,"LB" +"28107","","MS","Panola","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",252.56,"LB" +"47021","","TN","Cheatham","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",472.98,"LB" +"21111","","KY","Jefferson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",35.8894,"LB" +"47043","","TN","Dickson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",104.0668,"LB" +"01097","","AL","Mobile","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",226.19,"LB" +"21061","","KY","Edmonson","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",27.5184,"LB" +"21033","","KY","Caldwell","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",26.7074,"LB" +"01115","","AL","St. Clair","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",2108.54,"LB" +"47089","","TN","Jefferson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",852.144,"LB" +"01119","","AL","Sumter","ON","2201001110","E","","","2008EPAMOBILE","100414","Ethyl Benzene",226.726,"LB" +"37061","","NC","Duplin","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",380.986,"LB" +"13031","","GA","Bulloch","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",589.864,"LB" +"01015","","AL","Calhoun","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",129.6512,"LB" +"21111","","KY","Jefferson","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",85.2582,"LB" +"47141","","TN","Putnam","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",856.002,"LB" +"28049","","MS","Hinds","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1367.394,"LB" +"45075","","SC","Orangeburg","ON","2201001110","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1829.69,"LB" +"37069","","NC","Franklin","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",263.86,"LB" +"13123","","GA","Gilmer","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",398.384,"LB" +"47185","","TN","White","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",206.554,"LB" +"13127","","GA","Glynn","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",325.944,"LB" +"47043","","TN","Dickson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",7.7622,"LB" +"37045","","NC","Cleveland","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",112.0788,"LB" +"13221","","GA","Oglethorpe","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",64.729,"LB" +"47003","","TN","Bedford","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",218.702,"LB" +"01039","","AL","Covington","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",254.212,"LB" +"01053","","AL","Escambia","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",208.768,"LB" +"01083","","AL","Limestone","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",506.832,"LB" +"21079","","KY","Garrard","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",157.312,"LB" +"01037","","AL","Coosa","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",347.746,"LB" +"37149","","NC","Polk","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",135.8644,"LB" +"47077","","TN","Henderson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",6.25028,"LB" +"28007","","MS","Attala","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",123.7586,"LB" +"01103","","AL","Morgan","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",210.982,"LB" +"01101","","AL","Montgomery","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",454.428,"LB" +"12045","","FL","Gulf","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",96.5044,"LB" +"21161","","KY","Mason","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",55.5154,"LB" +"37049","","NC","Craven","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",224.118,"LB" +"37067","","NC","Forsyth","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",33.0232,"LB" +"12089","","FL","Nassau","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",323.616,"LB" +"01005","","AL","Barbour","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",134.9816,"LB" +"13097","","GA","Douglas","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",11.69376,"LB" +"37109","","NC","Lincoln","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",244.044,"LB" +"13271","","GA","Telfair","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",199.1764,"LB" +"28001","","MS","Adams","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",214.092,"LB" +"01077","","AL","Lauderdale","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",314.104,"LB" +"47053","","TN","Gibson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",275.442,"LB" +"13261","","GA","Sumter","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",405.822,"LB" +"37029","","NC","Camden","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",86.7106,"LB" +"13263","","GA","Talbot","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",53.5494,"LB" +"37035","","NC","Catawba","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",204.148,"LB" +"13313","","GA","Whitfield","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",74.7268,"LB" +"12131","","FL","Walton","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",737.412,"LB" +"13009","","GA","Baldwin","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",390.954,"LB" +"28085","","MS","Lincoln","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",276.69,"LB" +"21077","","KY","Gallatin","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",101.2686,"LB" +"28131","","MS","Stone","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",244.36,"LB" +"37087","","NC","Haywood","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",3.94046,"LB" +"45005","","SC","Allendale","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",37.521,"LB" +"21143","","KY","Lyon","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",52.2914,"LB" +"21025","","KY","Breathitt","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",78.4746,"LB" +"28017","","MS","Chickasaw","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",75.8488,"LB" +"47153","","TN","Sequatchie","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",251.878,"LB" +"13101","","GA","Echols","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",3.53168,"LB" +"21095","","KY","Harlan","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",199.548,"LB" +"21139","","KY","Livingston","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",59.945,"LB" +"21001","","KY","Adair","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",83.6824,"LB" +"28021","","MS","Claiborne","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",96.7106,"LB" +"47015","","TN","Cannon","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",79.8586,"LB" +"28093","","MS","Marshall","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",898.29,"LB" +"13015","","GA","Bartow","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1002.472,"LB" +"28001","","MS","Adams","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",114.307,"LB" +"21135","","KY","Lewis","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",87.005,"LB" +"13129","","GA","Gordon","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",197.8046,"LB" +"45083","","SC","Spartanburg","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",40.386,"LB" +"21027","","KY","Breckinridge","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",240.102,"LB" +"12001","","FL","Alachua","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",562.83,"LB" +"37119","","NC","Mecklenburg","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",66.1526,"LB" +"12083","","FL","Marion","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",2198.96,"LB" +"37013","","NC","Beaufort","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",162.4348,"LB" +"28011","","MS","Bolivar","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",291.452,"LB" +"13179","","GA","Liberty","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",86.5266,"LB" +"01059","","AL","Franklin","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",308.646,"LB" +"47061","","TN","Grundy","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",.331072,"LB" +"13231","","GA","Pike","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",93.775,"LB" +"01111","","AL","Randolph","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",72.1528,"LB" +"47139","","TN","Polk","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",380.582,"LB" +"37105","","NC","Lee","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",122.8802,"LB" +"13025","","GA","Brantley","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",124.2012,"LB" +"28003","","MS","Alcorn","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",395.092,"LB" +"45013","","SC","Beaufort","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",338.546,"LB" +"12107","","FL","Putnam","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",365.856,"LB" +"12065","","FL","Jefferson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",239.654,"LB" +"01017","","AL","Chambers","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",329.454,"LB" +"37091","","NC","Hertford","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",17.11148,"LB" +"21119","","KY","Knott","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",213.6,"LB" +"12009","","FL","Brevard","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",422.936,"LB" +"47019","","TN","Carter","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",38.01,"LB" +"28117","","MS","Prentiss","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",262.518,"LB" +"12063","","FL","Jackson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",720.854,"LB" +"13189","","GA","McDuffie","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",86.506,"LB" +"21101","","KY","Henderson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",232.256,"LB" +"13075","","GA","Cook","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",70.8208,"LB" +"01025","","AL","Clarke","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",612.036,"LB" +"37193","","NC","Wilkes","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",215.008,"LB" +"28047","","MS","Harrison","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",280.4,"LB" +"47133","","TN","Overton","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",169.6092,"LB" +"13209","","GA","Montgomery","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",28.8428,"LB" +"28031","","MS","Covington","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",620.41,"LB" +"47127","","TN","Moore","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",58.95,"LB" +"21233","","KY","Webster","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",67.788,"LB" +"45075","","SC","Orangeburg","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",310.938,"LB" +"37149","","NC","Polk","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",64.9504,"LB" +"37027","","NC","Caldwell","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",53.0284,"LB" +"37089","","NC","Henderson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",55.7506,"LB" +"47113","","TN","Madison","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",334.904,"LB" +"37103","","NC","Jones","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",105.2686,"LB" +"47149","","TN","Rutherford","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",151.376,"LB" +"12081","","FL","Manatee","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",235.638,"LB" +"37031","","NC","Carteret","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",175.5234,"LB" +"47179","","TN","Washington","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",81.4282,"LB" +"01043","","AL","Cullman","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",251.586,"LB" +"37199","","NC","Yancey","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",78.103,"LB" +"47181","","TN","Wayne","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",39.2276,"LB" +"21235","","KY","Whitley","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",299.54,"LB" +"01001","","AL","Autauga","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",121.1056,"LB" +"12101","","FL","Pasco","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",639.202,"LB" +"21159","","KY","Martin","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",165.2074,"LB" +"01019","","AL","Cherokee","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",65.51,"LB" +"47161","","TN","Stewart","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",80.868,"LB" +"13017","","GA","Ben Hill","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",42.3784,"LB" +"37117","","NC","Martin","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",82.306,"LB" +"21067","","KY","Fayette","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",78.176,"LB" +"13249","","GA","Schley","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",27.6614,"LB" +"13195","","GA","Madison","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",79.8578,"LB" +"12031","","FL","Duval","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",254.252,"LB" +"45077","","SC","Pickens","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",81.8506,"LB" +"37049","","NC","Craven","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",456.542,"LB" +"13263","","GA","Talbot","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",108.4024,"LB" +"21225","","KY","Union","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",62.0964,"LB" +"47065","","TN","Hamilton","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",224.342,"LB" +"01041","","AL","Crenshaw","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",252.394,"LB" +"21183","","KY","Ohio","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",111.2518,"LB" +"47107","","TN","McMinn","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",135.6946,"LB" +"21087","","KY","Green","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",144.5182,"LB" +"21197","","KY","Powell","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",65.5266,"LB" +"45043","","SC","Georgetown","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",282.476,"LB" +"37083","","NC","Halifax","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",25.6266,"LB" +"01105","","AL","Perry","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",123.7814,"LB" +"45045","","SC","Greenville","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",439.648,"LB" +"28105","","MS","Oktibbeha","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",163.6134,"LB" +"01101","","AL","Montgomery","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",849.426,"LB" +"47009","","TN","Blount","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",285.868,"LB" +"28093","","MS","Marshall","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1665.34,"LB" +"37075","","NC","Graham","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",4.84372,"LB" +"37057","","NC","Davidson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",58.4006,"LB" +"12041","","FL","Gilchrist","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",155.8532,"LB" +"13269","","GA","Taylor","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",65.3272,"LB" +"13119","","GA","Franklin","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",45.311,"LB" +"37089","","NC","Henderson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",27.693,"LB" +"13105","","GA","Elbert","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",255.324,"LB" +"13293","","GA","Upson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",134.304,"LB" +"45037","","SC","Edgefield","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",167.2224,"LB" +"37085","","NC","Harnett","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",172.0824,"LB" +"47049","","TN","Fentress","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",95.345,"LB" +"13281","","GA","Towns","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",175.79,"LB" +"21107","","KY","Hopkins","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",133.3252,"LB" +"37093","","NC","Hoke","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",50.2784,"LB" +"21221","","KY","Trigg","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",134.1412,"LB" +"01129","","AL","Washington","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",236.948,"LB" +"47103","","TN","Lincoln","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",186.4856,"LB" +"28077","","MS","Lawrence","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",31.6614,"LB" +"13291","","GA","Union","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",171.1758,"LB" +"12023","","FL","Columbia","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",425.71,"LB" +"37099","","NC","Jackson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",189.4678,"LB" +"13027","","GA","Brooks","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",77.6988,"LB" +"21093","","KY","Hardin","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",224.35,"LB" +"47105","","TN","Loudon","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",175.2404,"LB" +"47103","","TN","Lincoln","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",349.954,"LB" +"13085","","GA","Dawson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",166.9354,"LB" +"13321","","GA","Worth","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",246.62,"LB" +"28145","","MS","Union","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",367.72,"LB" +"28063","","MS","Jefferson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",182.5624,"LB" +"13177","","GA","Lee","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",140.1512,"LB" +"21239","","KY","Woodford","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",127.8624,"LB" +"21037","","KY","Campbell","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",106.9242,"LB" +"21017","","KY","Bourbon","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",110.2968,"LB" +"21227","","KY","Warren","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",495.822,"LB" +"47007","","TN","Bledsoe","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",71.6686,"LB" +"47147","","TN","Robertson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",2.01944,"LB" +"21089","","KY","Greenup","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",92.8898,"LB" +"28007","","MS","Attala","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",66.5024,"LB" +"13239","","GA","Quitman","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",91.1426,"LB" +"37127","","NC","Nash","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",265.572,"LB" +"21055","","KY","Crittenden","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",40.2228,"LB" +"12015","","FL","Charlotte","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",141.2868,"LB" +"28055","","MS","Issaquena","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",28.0376,"LB" +"13031","","GA","Bulloch","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",294.306,"LB" +"37163","","NC","Sampson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",164.2168,"LB" +"01123","","AL","Tallapoosa","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",298.562,"LB" +"21133","","KY","Letcher","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",148.6938,"LB" +"12093","","FL","Okeechobee","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",158.4254,"LB" +"01113","","AL","Russell","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",188.779,"LB" +"28151","","MS","Washington","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",269.596,"LB" +"13053","","GA","Chattahoochee","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",105.941,"LB" +"21075","","KY","Fulton","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",28.1588,"LB" +"47147","","TN","Robertson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",4.0467,"LB" +"13123","","GA","Gilmer","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",198.8384,"LB" +"13319","","GA","Wilkinson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",142.4106,"LB" +"01019","","AL","Cherokee","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",121.299,"LB" +"21045","","KY","Casey","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",103.0018,"LB" +"28033","","MS","DeSoto","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1813.826,"LB" +"13241","","GA","Rabun","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",316.52,"LB" +"12123","","FL","Taylor","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",128.7966,"LB" +"37093","","NC","Hoke","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",105.763,"LB" +"13285","","GA","Troup","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",139.7328,"LB" +"47111","","TN","Macon","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",82.4892,"LB" +"13003","","GA","Atkinson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",233.16,"LB" +"45019","","SC","Charleston","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",691.046,"LB" +"37033","","NC","Caswell","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",65.1648,"LB" +"28133","","MS","Sunflower","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",338.194,"LB" +"37101","","NC","Johnston","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",680.298,"LB" +"21131","","KY","Leslie","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",72.6874,"LB" +"47121","","TN","Meigs","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",8.64048,"LB" +"13315","","GA","Wilcox","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",37.0806,"LB" +"01059","","AL","Franklin","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",166.5904,"LB" +"47177","","TN","Warren","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",295.992,"LB" +"28009","","MS","Benton","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",445.818,"LB" +"37101","","NC","Johnston","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",380.816,"LB" +"28075","","MS","Lauderdale","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",319.972,"LB" +"13297","","GA","Walton","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",144.3762,"LB" +"01039","","AL","Covington","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",135.6812,"LB" +"45051","","SC","Horry","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1105.362,"LB" +"01105","","AL","Perry","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",66.2964,"LB" +"12086","","FL","Miami-Dade","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",141.8084,"LB" +"45023","","SC","Chester","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",92.3172,"LB" +"28153","","MS","Wayne","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",191.1262,"LB" +"28053","","MS","Humphreys","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",209.144,"LB" +"37047","","NC","Columbus","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",205.038,"LB" +"13183","","GA","Long","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",68.872,"LB" +"13051","","GA","Chatham","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",85.3368,"LB" +"45013","","SC","Beaufort","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",631.932,"LB" +"37169","","NC","Stokes","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",80.634,"LB" +"47113","","TN","Madison","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",145.3294,"LB" +"12097","","FL","Osceola","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1084.02,"LB" +"12019","","FL","Clay","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",776.976,"LB" +"47017","","TN","Carroll","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",244.716,"LB" +"37159","","NC","Rowan","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",57.5768,"LB" +"13239","","GA","Quitman","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",44.7318,"LB" +"13233","","GA","Polk","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",248.004,"LB" +"13029","","GA","Bryan","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",344,"LB" +"37191","","NC","Wayne","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",71.2648,"LB" +"47169","","TN","Trousdale","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",25.4218,"LB" +"47187","","TN","Williamson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",104.315,"LB" +"13005","","GA","Bacon","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",55.3302,"LB" +"01057","","AL","Fayette","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",58.9364,"LB" +"37007","","NC","Anson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",235.11,"LB" +"13211","","GA","Morgan","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",134.3036,"LB" +"13279","","GA","Toombs","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",309.806,"LB" +"13091","","GA","Dodge","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",103.5872,"LB" +"21033","","KY","Caldwell","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",42.1856,"LB" +"47001","","TN","Anderson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",67.9,"LB" +"37079","","NC","Greene","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",27.7564,"LB" +"12119","","FL","Sumter","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",349.458,"LB" +"21163","","KY","Meade","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",141.4522,"LB" +"21091","","KY","Hancock","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",96.6202,"LB" +"12097","","FL","Osceola","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",573.572,"LB" +"37011","","NC","Avery","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",55.6022,"LB" +"13033","","GA","Burke","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",231.016,"LB" +"28103","","MS","Noxubee","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",153.787,"LB" +"21199","","KY","Pulaski","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",454.056,"LB" +"37169","","NC","Stokes","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",39.4102,"LB" +"01095","","AL","Marshall","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",363.602,"LB" +"21097","","KY","Harrison","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",149.384,"LB" +"21021","","KY","Boyle","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",135.9888,"LB" +"37105","","NC","Lee","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",252.844,"LB" +"13097","","GA","Douglas","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",15.1918,"LB" +"37081","","NC","Guilford","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",192.1066,"LB" +"45019","","SC","Charleston","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",370.914,"LB" +"12121","","FL","Suwannee","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",556.18,"LB" +"13257","","GA","Stephens","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",311.362,"LB" +"21209","","KY","Scott","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",237.224,"LB" +"37073","","NC","Gates","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",121.9042,"LB" +"21195","","KY","Pike","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",742.288,"LB" +"21219","","KY","Todd","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",76.3288,"LB" +"37153","","NC","Richmond","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",354.968,"LB" +"13131","","GA","Grady","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",156.5826,"LB" +"47045","","TN","Dyer","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",311.24,"LB" +"37153","","NC","Richmond","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",169.9688,"LB" +"28155","","MS","Webster","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",208.302,"LB" +"37141","","NC","Pender","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",126.5846,"LB" +"01085","","AL","Lowndes","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",135.307,"LB" +"37039","","NC","Cherokee","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",119.8494,"LB" +"12109","","FL","St. Johns","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",724.98,"LB" +"21073","","KY","Franklin","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",82.2014,"LB" +"12065","","FL","Jefferson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",127.7186,"LB" +"28113","","MS","Pike","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",179.707,"LB" +"28087","","MS","Lowndes","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",901.242,"LB" +"47185","","TN","White","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",110.7364,"LB" +"21181","","KY","Nicholas","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",43.2556,"LB" +"28159","","MS","Winston","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",182.346,"LB" +"01071","","AL","Jackson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",370.022,"LB" +"21161","","KY","Mason","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",110.2702,"LB" +"37159","","NC","Rowan","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",110.1112,"LB" +"13229","","GA","Pierce","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",125.9618,"LB" +"13139","","GA","Hall","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",268.646,"LB" +"37063","","NC","Durham","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",7.20054,"LB" +"37185","","NC","Warren","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",32.346,"LB" +"01069","","AL","Houston","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",651.408,"LB" +"21163","","KY","Meade","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",282.048,"LB" +"28089","","MS","Madison","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",154.0498,"LB" +"01097","","AL","Mobile","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",420.66,"LB" +"28035","","MS","Forrest","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",804.534,"LB" +"28113","","MS","Pike","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",96.0298,"LB" +"47133","","TN","Overton","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",316.76,"LB" +"13251","","GA","Screven","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",140.272,"LB" +"12017","","FL","Citrus","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1031.976,"LB" +"21105","","KY","Hickman","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",30.7094,"LB" +"13163","","GA","Jefferson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",318.3,"LB" +"13237","","GA","Putnam","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",119.7864,"LB" +"37125","","NC","Moore","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",75.7564,"LB" +"47115","","TN","Marion","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",202.612,"LB" +"47015","","TN","Cannon","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",149.8106,"LB" +"13081","","GA","Crisp","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",148.904,"LB" +"12079","","FL","Madison","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",136.1908,"LB" +"37173","","NC","Swain","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",104.6182,"LB" +"01035","","AL","Conecuh","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",251.21,"LB" +"28139","","MS","Tippah","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",138.57,"LB" +"13009","","GA","Baldwin","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",192.4462,"LB" +"45051","","SC","Horry","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",596.448,"LB" +"45017","","SC","Calhoun","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",59.6532,"LB" +"37165","","NC","Scotland","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",98.7254,"LB" +"21159","","KY","Martin","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",82.985,"LB" +"37133","","NC","Onslow","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",236.454,"LB" +"13201","","GA","Miller","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",28.254,"LB" +"21147","","KY","McCreary","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",222.818,"LB" +"37061","","NC","Duplin","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",236.156,"LB" +"21145","","KY","McCracken","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",231.9,"LB" +"01103","","AL","Morgan","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",391.15,"LB" +"01001","","AL","Autauga","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",65.0322,"LB" +"47131","","TN","Obion","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",160.8928,"LB" +"28115","","MS","Pontotoc","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",108.8592,"LB" +"13061","","GA","Clay","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",16.81208,"LB" +"21023","","KY","Bracken","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",54.241,"LB" +"13211","","GA","Morgan","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",273.274,"LB" +"21029","","KY","Bullitt","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",155.3718,"LB" +"28097","","MS","Montgomery","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",80.7938,"LB" +"01065","","AL","Hale","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",23.3114,"LB" +"37097","","NC","Iredell","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",36.9506,"LB" +"12021","","FL","Collier","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",287.288,"LB" +"21203","","KY","Rockcastle","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",173.7668,"LB" +"28125","","MS","Sharkey","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",163.2654,"LB" +"13175","","GA","Laurens","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",432.456,"LB" +"01015","","AL","Calhoun","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",426.258,"LB" +"13259","","GA","Stewart","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",95.3448,"LB" +"45007","","SC","Anderson","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",80.27,"LB" +"21175","","KY","Morgan","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",140.6392,"LB" +"12077","","FL","Liberty","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",136.8788,"LB" +"28003","","MS","Alcorn","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",732.224,"LB" +"47081","","TN","Hickman","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1.997156,"LB" +"01041","","AL","Crenshaw","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",135.1234,"LB" +"47125","","TN","Montgomery","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",73.4486,"LB" +"21209","","KY","Scott","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",119.282,"LB" +"28053","","MS","Humphreys","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",111.9306,"LB" +"45067","","SC","Marion","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",168.3366,"LB" +"28089","","MS","Madison","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",82.5792,"LB" +"28157","","MS","Wilkinson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",111.4984,"LB" +"13053","","GA","Chattahoochee","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",215.28,"LB" +"13045","","GA","Carroll","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",748.674,"LB" +"37033","","NC","Caswell","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",136.4278,"LB" +"01055","","AL","Etowah","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",368.376,"LB" +"37073","","NC","Gates","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",57.592,"LB" +"28045","","MS","Hancock","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",111.8052,"LB" +"12029","","FL","Dixie","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",195.9456,"LB" +"21133","","KY","Letcher","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",294.718,"LB" +"01099","","AL","Monroe","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",75.9206,"LB" +"37063","","NC","Durham","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",9.9179,"LB" +"01009","","AL","Blount","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",243.198,"LB" +"28055","","MS","Issaquena","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",14.99818,"LB" +"45025","","SC","Chesterfield","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",373.68,"LB" +"28081","","MS","Lee","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",558.53,"LB" +"47035","","TN","Cumberland","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",130.8194,"LB" +"12035","","FL","Flagler","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",271.32,"LB" +"47143","","TN","Rhea","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",262.964,"LB" +"28019","","MS","Choctaw","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",.530132,"LB" +"13057","","GA","Cherokee","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",109.7094,"LB" +"28021","","MS","Claiborne","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",180.9658,"LB" +"45003","","SC","Aiken","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",79.5312,"LB" +"37029","","NC","Camden","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",41.1928,"LB" +"28119","","MS","Quitman","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",96.6,"LB" +"21143","","KY","Lyon","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",104.7158,"LB" +"13219","","GA","Oconee","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",58.6814,"LB" +"28163","","MS","Yazoo","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",317.982,"LB" +"37187","","NC","Washington","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",73.9352,"LB" +"45079","","SC","Richland","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",237.844,"LB" +"12129","","FL","Wakulla","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",534.53,"LB" +"37197","","NC","Yadkin","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",316.192,"LB" +"37127","","NC","Nash","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",140.8678,"LB" +"28015","","MS","Carroll","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",138.3428,"LB" +"01003","","AL","Baldwin","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",1825.83,"LB" +"45081","","SC","Saluda","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",52.6008,"LB" +"37183","","NC","Wake","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",23.1664,"LB" +"12029","","FL","Dixie","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",104.269,"LB" +"21067","","KY","Fayette","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",155.4932,"LB" +"21229","","KY","Washington","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",143.1104,"LB" +"12109","","FL","St. Johns","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",386.22,"LB" +"21119","","KY","Knott","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",107.4112,"LB" +"28103","","MS","Noxubee","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",286.55,"LB" +"01073","","AL","Jefferson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",223.704,"LB" +"45063","","SC","Lexington","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",297.738,"LB" +"21207","","KY","Russell","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",108.5046,"LB" +"01037","","AL","Coosa","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",187.2686,"LB" +"01109","","AL","Pike","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",257.364,"LB" +"47055","","TN","Giles","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",57.6668,"LB" +"13069","","GA","Coffee","ON","2201001130","X","","","2008EPAMOBILE","100414","Ethyl Benzene",310.968,"LB" +"13151","","GA","Henry","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",54.3238,"LB" +"47097","","TN","Lauderdale","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",90.4834,"LB" +"13149","","GA","Heard","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",48.9978,"LB" +"28139","","MS","Tippah","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",74.7692,"LB" +"13137","","GA","Habersham","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",212.396,"LB" +"13317","","GA","Wilkes","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",79.4456,"LB" +"37007","","NC","Anson","ON","2201001130","E","","","2008EPAMOBILE","100414","Ethyl Benzene",112.4258,"LB" diff --git a/scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_2011neiv2_eventfires_countyscc.csv b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_2011neiv2_eventfires_countyscc.csv new file mode 100644 index 0000000000..76cfacad63 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_2011neiv2_eventfires_countyscc.csv @@ -0,0 +1,1881 @@ +state_and_county_fips_code,st_usps_cd,county_name,scc,SCC_Level_One,SCC_Level_Two,SCC_Level_Three,SCC_Level_Four,EI_Sector,pollutant_cd,description,total_emissions,uom +23027,ME,Waldo,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.126147,LB +09005,CT,Litchfield,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.6768,LB +23003,ME,Aroostook,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,75.79738,LB +33009,NH,Grafton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.0638678,LB +23007,ME,Franklin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,29.2526,LB +50011,VT,Franklin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,37.0324,LB +09015,CT,Windham,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,25.7285334,LB +23011,ME,Kennebec,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.0049514,LB +33015,NH,Rockingham,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,23.64178,LB +50015,VT,Lamoille,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.3545932,LB +23031,ME,York,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.90668994,LB +33009,NH,Grafton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,8.990764,LB +44007,RI,Providence,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.5108882,LB +50021,VT,Rutland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,14.60588,LB +09001,CT,Fairfield,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.017116,LB +33013,NH,Merrimack,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.7474,LB +50007,VT,Chittenden,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,12.9567162,LB +50027,VT,Windsor,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.5028396,LB +33013,NH,Merrimack,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.26147,LB +50017,VT,Orange,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,38.5294,LB +25011,MA,Franklin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,75.5688,LB +23031,ME,York,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,196.73625,LB +23009,ME,Hancock,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,221.80222,LB +33007,NH,Coos,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,80.391274,LB +50019,VT,Orleans,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.57808,LB +50011,VT,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.9678206,LB +25023,MA,Plymouth,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,471.2141,LB +50017,VT,Orange,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.936618,LB +50025,VT,Windham,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,100.9138,LB +23011,ME,Kennebec,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,106.8356,LB +09005,CT,Litchfield,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,98.61368772,LB +09009,CT,New Haven,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,18.80596142,LB +23005,ME,Cumberland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.35834888,LB +44009,RI,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,48.1354,LB +50005,VT,Caledonia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.083260134,LB +09013,CT,Tolland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,20.5377286,LB +09011,CT,New London,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,17.2919756,LB +23017,ME,Oxford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,51.443817,LB +23017,ME,Oxford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,123.43002,LB +23027,ME,Waldo,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,67.5746,LB +44003,RI,Kent,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.16260068,LB +33011,NH,Hillsborough,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,30.6336,LB +44005,RI,Newport,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.1128376,LB +50025,VT,Windham,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.01543486,LB +09007,CT,Middlesex,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.5925426,LB +23003,ME,Aroostook,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.1805262,LB +23025,ME,Somerset,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.9884402,LB +23019,ME,Penobscot,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.97155572,LB +23025,ME,Somerset,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,184.3184,LB +44009,RI,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.12318226,LB +50023,VT,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.877978,LB +50021,VT,Rutland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.27892,LB +50001,VT,Addison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4.557898,LB +25007,MA,Dukes,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,906.6898,LB +25009,MA,Essex,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.6768,LB +23029,ME,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.8667528,LB +23001,ME,Androscoggin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.80599148,LB +44007,RI,Providence,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,257.4112,LB +09003,CT,Hartford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.4901972,LB +23007,ME,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.6463026,LB +23029,ME,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,162.872114,LB +25027,MA,Worcester,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,102.4994,LB +23021,ME,Piscataquis,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,108.22162,LB +23023,ME,Sagadahoc,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.0540834,LB +34031,NJ,Passaic,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.699603,LB +34037,NJ,Sussex,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.216619,LB +34015,NJ,Gloucester,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.3962,LB +34007,NJ,Camden,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,268.1728,LB +36117,NY,Wayne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.95959392,LB +36113,NY,Warren,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,12.79004226,LB +36029,NY,Erie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.0048274,LB +36007,NY,Broome,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.4287572,LB +36057,NY,Montgomery,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.7239416,LB +36075,NY,Oswego,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.1575624,LB +36039,NY,Greene,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.1437152,LB +36095,NY,Schoharie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.6108712,LB +36019,NY,Clinton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,20.2288356,LB +36041,NY,Hamilton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.0832468,LB +36053,NY,Madison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,39.5692,LB +72023,PR,Cabo Rojo,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.630941,LB +36043,NY,Herkimer,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.0259566,LB +34013,NJ,Essex,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.0638678,LB +36091,NY,Saratoga,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,37.7844,LB +36109,NY,Tompkins,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5978,LB +36021,NY,Columbia,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,67.3662,LB +36055,NY,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6842,LB +36049,NY,Lewis,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,13.4206,LB +34025,NJ,Monmouth,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,16.2622362,LB +34019,NJ,Hunterdon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.068252,LB +36005,NY,Bronx,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.3161764,LB +36045,NY,Jefferson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.7521136,LB +36077,NY,Otsego,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.0010354,LB +36093,NY,Schenectady,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.8050844,LB +36023,NY,Cortland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.497652,LB +36099,NY,Seneca,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.8682706,LB +36029,NY,Erie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,78.9506,LB +36011,NY,Cayuga,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,32.1852,LB +36075,NY,Oswego,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,40.0058,LB +36009,NY,Cattaraugus,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,75.7682,LB +34029,NJ,Ocean,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,152.054208,LB +34011,NJ,Cumberland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,72.3978454,LB +34035,NJ,Somerset,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.1384504,LB +34041,NJ,Warren,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,86.612,LB +36059,NY,Nassau,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,17.34804058,LB +36101,NY,Steuben,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.5892744,LB +36001,NY,Albany,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.933664,LB +36063,NY,Niagara,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.7916862,LB +36083,NY,Rensselaer,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,24.04435618,LB +36067,NY,Onondaga,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.2552447,LB +36091,NY,Saratoga,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.5959656,LB +36015,NY,Chemung,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.1964144,LB +36089,NY,St. Lawrence,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,101.5892,LB +36117,NY,Wayne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,57.761,LB +36023,NY,Cortland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,31.2292,LB +36095,NY,Schoharie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,37.7844,LB +34011,NJ,Cumberland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,950.036,LB +36071,NY,Orange,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,60.07817938,LB +36047,NY,Kings,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,35.2686602,LB +36081,NY,Queens,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.9997388,LB +36061,NY,New York,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.646398,LB +36049,NY,Lewis,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.4505864,LB +36121,NY,Wyoming,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.5619138,LB +36101,NY,Steuben,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,117.235,LB +36107,NY,Tioga,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.7440358,LB +34033,NJ,Salem,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8652,LB +36015,NY,Chemung,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,65.9428,LB +36103,NY,Suffolk,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,205.9774,LB +36041,NY,Hamilton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,75.1836,LB +36071,NY,Orange,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5978,LB +36099,NY,Seneca,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,20.3932,LB +36073,NY,Orleans,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,20.3976,LB +36063,NY,Niagara,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5678,LB +34027,NJ,Morris,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.1679932,LB +34001,NJ,Atlantic,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,34.920277,LB +36089,NY,St. Lawrence,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,59.529122,LB +36103,NY,Suffolk,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,84.68208518,LB +36055,NY,Monroe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,186.98436072,LB +36109,NY,Tompkins,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.0658138,LB +36097,NY,Schuyler,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.007542,LB +36013,NY,Chautauqua,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.803928,LB +36021,NY,Columbia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.3316252,LB +36119,NY,Westchester,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.1601156,LB +36123,NY,Yates,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.3488558,LB +36093,NY,Schenectady,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8908,LB +36105,NY,Sullivan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,75.5688,LB +72123,PR,Salinas,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,125.5262,LB +34035,NJ,Somerset,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.9644,LB +34029,NJ,Ocean,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,964.1702,LB +34021,NJ,Mercer,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,155.0638,LB +34025,NJ,Monmouth,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,187.271,LB +36087,NY,Rockland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,23.49186678,LB +36025,NY,Delaware,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.7829546,LB +36069,NY,Ontario,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,15.871451,LB +36105,NY,Sullivan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,18.6460004,LB +36033,NY,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.4784096,LB +72147,PR,Vieques,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,29.5223,LB +34007,NJ,Camden,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,38.9229012,LB +34023,NJ,Middlesex,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.0678764,LB +34027,NJ,Morris,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,460.9694,LB +34005,NJ,Burlington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,776.3762,LB +36115,NY,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.536564,LB +36111,NY,Ulster,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,18.758696,LB +36037,NY,Genesee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.8236546,LB +36065,NY,Oneida,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.8541088,LB +36009,NY,Cattaraugus,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.1616312,LB +36035,NY,Fulton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.1001712,LB +36031,NY,Essex,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.2590524,LB +36053,NY,Madison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.9682966,LB +36003,NY,Allegany,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.355381,LB +36011,NY,Cayuga,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.0847582,LB +36027,NY,Dutchess,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,200.5612,LB +34041,NJ,Warren,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.064435,LB +34003,NJ,Bergen,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.4650076,LB +36003,NY,Allegany,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,142.1004,LB +36065,NY,Oneida,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,129.2178,LB +34005,NJ,Burlington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,318.6544916,LB +34001,NJ,Atlantic,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,212.1502,LB +36027,NY,Dutchess,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,22.5087882,LB +36085,NY,Richmond,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.8861178,LB +36079,NY,Putnam,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.4963608,LB +36051,NY,Livingston,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.16085648,LB +36073,NY,Orleans,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.2074632,LB +36037,NY,Genesee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.934,LB +36045,NY,Jefferson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,141.6496,LB +42107,PA,Schuylkill,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.99131662,LB +42025,PA,Carbon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.3292312,LB +42029,PA,Chester,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.5309634,LB +42033,PA,Clearfield,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.25636916,LB +42079,PA,Luzerne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,119.16637896,LB +42001,PA,Adams,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.41979058,LB +51087,VA,Henrico,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.189648,LB +51041,VA,Chesterfield,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,48.698104,LB +51177,VA,Spotsylvania,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.559868,LB +51167,VA,Russell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,85.4574784,LB +51133,VA,Northumberland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.0149358,LB +51075,VA,Goochland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,442.6774726,LB +51163,VA,Rockbridge,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,531.6702,LB +51053,VA,Dinwiddie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,977.39132,LB +51165,VA,Rockingham,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,289.3102,LB +51091,VA,Highland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,190.4802,LB +51131,VA,Northampton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,253.8457,LB +51113,VA,Madison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,254.29,LB +54011,WV,Cabell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,20.8641746,LB +54041,WV,Lewis,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.5637352,LB +54023,WV,Grant,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.7044614,LB +54013,WV,Calhoun,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.048652,LB +54039,WV,Kanawha,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2030.9634,LB +54075,WV,Pocahontas,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,259.8358,LB +54047,WV,McDowell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1760.13958,LB +54005,WV,Boone,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2060.11744,LB +42063,PA,Indiana,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,77.6922,LB +51153,VA,Prince William,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,42.509878,LB +51091,VA,Highland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,17.77432,LB +51149,VA,Prince George,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,113.05248,LB +51710,VA,Norfolk city,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,24.563,LB +51147,VA,Prince Edward,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,314.2976,LB +51125,VA,Nelson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,72.31,LB +54091,WV,Taylor,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,91.2986,LB +54051,WV,Marshall,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,173.511,LB +24009,MD,Calvert,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.71141,LB +42125,PA,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5372,LB +42039,PA,Crawford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6842,LB +51095,VA,James city,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.5894674,LB +51730,VA,Petersburg city,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,46.816,LB +54023,WV,Grant,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,58.1988,LB +51105,VA,Lee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2353.33454,LB +51049,VA,Cumberland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.5754792,LB +51051,VA,Dickenson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,55.9254706,LB +51193,VA,Westmoreland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.8998962,LB +51109,VA,Louisa,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1201.3274832,LB +51089,VA,Henry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,299.547762,LB +51097,VA,King and Queen,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.520948,LB +51011,VA,Appomattox,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,17.7107456,LB +51037,VA,Charlotte,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,16.686602,LB +51179,VA,Stafford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,285.8912,LB +51540,VA,Charlottesville city,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.9878,LB +51137,VA,Orange,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,26.693364,LB +51153,VA,Prince William,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,973.8366,LB +51181,VA,Surry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,431.85244,LB +51590,VA,Danville city,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,26.97266,LB +54019,WV,Fayette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,208.1004714,LB +54025,WV,Greenbrier,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,464.508,LB +24027,MD,Howard,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.04335,LB +24029,MD,Kent,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.874052,LB +42103,PA,Pike,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.2056242,LB +42041,PA,Cumberland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.0101847,LB +42109,PA,Snyder,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,70.9934,LB +51171,VA,Shenandoah,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,185.5868,LB +51025,VA,Brunswick,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,96.25044,LB +51063,VA,Floyd,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,135.6854,LB +51121,VA,Montgomery,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,231.1896,LB +54001,WV,Barbour,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.693634,LB +24047,MD,Worcester,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,46.81628,LB +42081,PA,Lycoming,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,127.4588,LB +42043,PA,Dauphin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.210022,LB +42049,PA,Erie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.4654,LB +51009,VA,Amherst,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,73.5018,LB +24037,MD,St. Mary's,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.4185546,LB +24017,MD,Charles,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,23.5039444,LB +24013,MD,Carroll,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.281316,LB +24019,MD,Dorchester,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2221.89694,LB +42077,PA,Lehigh,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.63079064,LB +42009,PA,Bedford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,33.8094964,LB +42005,PA,Armstrong,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,28.022334,LB +42043,PA,Dauphin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1442.024,LB +42019,PA,Butler,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,122.694,LB +42099,PA,Perry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,32.4822,LB +42045,PA,Delaware,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,643.3388,LB +51147,VA,Prince Edward,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,30.6871212,LB +51025,VA,Brunswick,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,86.6564626,LB +51185,VA,Tazewell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,86.4102912,LB +51081,VA,Greensville,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.391204,LB +51057,VA,Essex,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,563.61316,LB +51137,VA,Orange,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,783.3882,LB +51097,VA,King and Queen,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,468.3536,LB +51051,VA,Dickenson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,488.5516,LB +51001,VA,Accomack,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,186.0106,LB +51045,VA,Craig,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,208.1812,LB +51550,VA,Chesapeake city,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3153.65742,LB +51159,VA,Richmond,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,73.21846,LB +51169,VA,Scott,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,436.6732,LB +54035,WV,Jackson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,63.7083448,LB +54063,WV,Monroe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,27.74041,LB +54089,WV,Summers,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,55.823706,LB +54019,WV,Fayette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1094.3312,LB +54081,WV,Raleigh,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1070.616,LB +42021,PA,Cambria,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.92394376,LB +51085,VA,Hanover,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.657956,LB +51077,VA,Grayson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,89.420028,LB +51191,VA,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,203.3994,LB +51007,VA,Amelia,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,354.43752,LB +54083,WV,Randolph,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,327.272428,LB +24013,MD,Carroll,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,80.0452,LB +42015,PA,Bradford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,27.279,LB +42083,PA,McKean,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,40.0518,LB +42075,PA,Lebanon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.0754904,LB +42021,PA,Cambria,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,43.1018,LB +51187,VA,Warren,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,46.1914,LB +10005,DE,Sussex,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.0894,LB +24015,MD,Cecil,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.004065,LB +24029,MD,Kent,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,167.39632,LB +24039,MD,Somerset,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,47.0018,LB +42057,PA,Fulton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,18.056625,LB +42131,PA,Wyoming,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.948826,LB +42065,PA,Jefferson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,34.927,LB +42077,PA,Lehigh,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.7392,LB +51083,VA,Halifax,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,50.4539136,LB +51141,VA,Patrick,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,23.145202,LB +51043,VA,Clarke,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.0581758,LB +51171,VA,Shenandoah,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,614.764905,LB +51175,VA,Southampton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,961.9041,LB +51033,VA,Caroline,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,930.08306,LB +51117,VA,Mecklenburg,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,570.86288,LB +51141,VA,Patrick,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,382.6786,LB +51177,VA,Spotsylvania,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,80.8354,LB +51047,VA,Culpeper,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,90.0674,LB +51131,VA,Northampton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,22.88268,LB +51105,VA,Lee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,613.3974,LB +51195,VA,Wise,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,771.417368,LB +54059,WV,Mingo,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2633.5115078,LB +54099,WV,Wayne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,381.1800314,LB +54045,WV,Logan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,206.7956864,LB +54053,WV,Mason,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,29.5203718,LB +54109,WV,Wyoming,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,535.3046,LB +54053,WV,Mason,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,230.5992,LB +54101,WV,Webster,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,687.1674,LB +42055,PA,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,34.2151076,LB +42113,PA,Sullivan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.160963,LB +42001,PA,Adams,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,96.968,LB +42079,PA,Luzerne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,335.8176,LB +51121,VA,Montgomery,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,37.535018,LB +51015,VA,Augusta,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,327.4758622,LB +51149,VA,Prince George,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,33.916102,LB +51173,VA,Smyth,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,31.945298,LB +51181,VA,Surry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,21.154656,LB +51099,VA,King George,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.82604,LB +51103,VA,Lancaster,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.8927964,LB +51099,VA,King George,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,232.79272,LB +54083,WV,Randolph,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.61096,LB +54031,WV,Hardy,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,371.787,LB +42065,PA,Jefferson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.2272796,LB +42017,PA,Bucks,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.928092,LB +42095,PA,Northampton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6272,LB +42093,PA,Montour,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.227368,LB +42029,PA,Chester,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5978,LB +51101,VA,King William,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.834656,LB +51115,VA,Mathews,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.0491094,LB +51017,VA,Bath,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,24.8012,LB +51155,VA,Pulaski,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.50958,LB +51590,VA,Danville city,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,29.8118,LB +54001,WV,Barbour,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,91.522,LB +10001,DE,Kent,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,106.834508,LB +24019,MD,Dorchester,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4028.8602644,LB +24041,MD,Talbot,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.2112648,LB +24043,MD,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,97.079,LB +42067,PA,Juniata,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,23.12319,LB +42027,PA,Centre,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,248.2214,LB +51113,VA,Madison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,15.691436,LB +51029,VA,Buckingham,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,59.2396852,LB +51069,VA,Frederick,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.5173136,LB +51165,VA,Rockingham,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6591.1355936,LB +51036,VA,Charles city,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.5246252,LB +51187,VA,Warren,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3147.7597814,LB +51119,VA,Middlesex,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,157.8072704,LB +51075,VA,Goochland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,228.4326,LB +51029,VA,Buckingham,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,599.2402,LB +51065,VA,Fluvanna,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,687.2144,LB +51085,VA,Hanover,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,144.02848,LB +51107,VA,Loudoun,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,28.16876,LB +51059,VA,Fairfax,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,136.9612,LB +51183,VA,Sussex,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,691.58572,LB +51083,VA,Halifax,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4521.7882,LB +51081,VA,Greensville,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,390.77012,LB +51049,VA,Cumberland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,978.4824,LB +51101,VA,King William,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,91.1386,LB +54039,WV,Kanawha,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1453.3033898,LB +54055,WV,Mercer,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,100.2909094,LB +54007,WV,Braxton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.5197808,LB +54045,WV,Logan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1207.39958,LB +54003,WV,Berkeley,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8908,LB +54055,WV,Mercer,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,527.845,LB +54043,WV,Lincoln,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1048.36004,LB +24033,MD,Prince George's,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,362.7914,LB +24041,MD,Talbot,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,14.37072,LB +42069,PA,Lackawanna,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.028038,LB +42049,PA,Erie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,15.2493734,LB +42083,PA,McKean,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,16.60046,LB +51045,VA,Craig,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,407.248134,LB +51550,VA,Chesapeake city,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,73.7268,LB +51023,VA,Botetourt,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,85.13,LB +54085,WV,Ritchie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.781596,LB +54065,WV,Morgan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,20.89112,LB +54099,WV,Wayne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,143.4574,LB +42107,PA,Schuylkill,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,99.3526,LB +42013,PA,Blair,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,85.8332,LB +42047,PA,Elk,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,54.506,LB +42063,PA,Indiana,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.82671224,LB +51700,VA,Newport News city,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,61.0422,LB +51021,VA,Bland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,60.6626,LB +54091,WV,Taylor,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.56734,LB +54069,WV,Ohio,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,86.2244,LB +54015,WV,Clay,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,72.2886,LB +10005,DE,Sussex,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,216.494884,LB +24021,MD,Frederick,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.9300076,LB +24003,MD,Anne Arundel,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,46.5754,LB +54093,WV,Tucker,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,245.0536,LB +54067,WV,Nicholas,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,881.0992,LB +54095,WV,Tyler,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,63.1138,LB +24011,MD,Caroline,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,73.202,LB +24033,MD,Prince George's,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,423.4218,LB +24037,MD,St. Mary's,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,166.666,LB +42039,PA,Crawford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.253734,LB +42071,PA,Lancaster,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.6796,LB +42129,PA,Westmoreland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.3934,LB +51089,VA,Henry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,251.5604,LB +51195,VA,Wise,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,280.2596,LB +51107,VA,Loudoun,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,108.1226,LB +54073,WV,Pleasants,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.012152,LB +54087,WV,Roane,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.887598,LB +54079,WV,Putnam,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,85.993,LB +54071,WV,Pendleton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,119.1526,LB +24003,MD,Anne Arundel,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,526.066,LB +24005,MD,Baltimore,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +42035,PA,Clinton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +42073,PA,Lawrence,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +51163,VA,Rockbridge,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,59.4407,LB +51077,VA,Grayson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,259.6808,LB +51041,VA,Chesterfield,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,64.8022,LB +51185,VA,Tazewell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,85.993,LB +51159,VA,Richmond,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,281.292,LB +54063,WV,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,74.4314,LB +24045,MD,Wicomico,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,54.809972,LB +24031,MD,Montgomery,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,46.2898,LB +42027,PA,Centre,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.17367152,LB +42081,PA,Lycoming,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,39.0955216,LB +42121,PA,Venango,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.38561,LB +42111,PA,Somerset,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1092.4428,LB +24001,MD,Allegany,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,50.5028,LB +42087,PA,Mifflin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.073678,LB +51059,VA,Fairfax,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.03698532,LB +51063,VA,Floyd,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.29242,LB +51595,VA,Emporia city,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.329122,LB +51199,VA,York,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,45.738,LB +51139,VA,Page,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,125.7614,LB +54071,WV,Pendleton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.432226,LB +54017,WV,Doddridge,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,68.1136,LB +24045,MD,Wicomico,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.6758146,LB +24047,MD,Worcester,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,57.433692,LB +24017,MD,Charles,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,259.5596,LB +42097,PA,Northumberland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.483402738,LB +42133,PA,York,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.09287978,LB +42099,PA,Perry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.4573436,LB +42011,PA,Berks,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.18621192,LB +42047,PA,Elk,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,86.97142,LB +42075,PA,Lebanon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,91.4896,LB +42119,PA,Union,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,133.4142,LB +42041,PA,Cumberland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.7392,LB +51003,VA,Albemarle,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,817.6541846,LB +51065,VA,Fluvanna,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,108.9627558,LB +51169,VA,Scott,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,137.855202,LB +51157,VA,Rappahannock,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,239.77473,LB +51061,VA,Fauquier,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,308.220663,LB +51143,VA,Pittsylvania,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,66.029416,LB +51031,VA,Campbell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,107.848344,LB +51023,VA,Botetourt,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,36.3700476,LB +51067,VA,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,283.589796,LB +51175,VA,Southampton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,36.215526,LB +51033,VA,Caroline,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3592.853343,LB +51127,VA,New Kent,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,78.5952656,LB +51005,VA,Alleghany,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,62.787738,LB +51191,VA,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,32.963982,LB +51003,VA,Albemarle,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,268.0052,LB +51031,VA,Campbell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,729.1268,LB +51095,VA,James city,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,95.58154,LB +51061,VA,Fauquier,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,733.999,LB +51145,VA,Powhatan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,276.4054,LB +51115,VA,Mathews,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,39.34936,LB +51027,VA,Buchanan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,490.1202,LB +51109,VA,Louisa,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,611.7832,LB +51133,VA,Northumberland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,394.45396,LB +51071,VA,Giles,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,124.0036,LB +51139,VA,Page,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,512.7735062,LB +54109,WV,Wyoming,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,553.2527694,LB +54005,WV,Boone,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3009.3009448,LB +54057,WV,Mineral,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.880718,LB +54015,WV,Clay,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,291.293159,LB +54025,WV,Greenbrier,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.5291286,LB +54101,WV,Webster,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.141987,LB +24011,MD,Caroline,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.0516346,LB +24043,MD,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.9879342,LB +24005,MD,Baltimore,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,28.4024918,LB +42031,PA,Clarion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.8644294,LB +42011,PA,Berks,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,331.024,LB +42115,PA,Susquehanna,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,198.2354,LB +42133,PA,York,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,197.9206,LB +42069,PA,Lackawanna,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,269.4864,LB +51117,VA,Mecklenburg,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,91.4932444,LB +51007,VA,Amelia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,16.3083346,LB +51079,VA,Greene,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.5940386,LB +51035,VA,Carroll,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,55.9936146,LB +51125,VA,Nelson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,59.3333834,LB +51011,VA,Appomattox,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,853.1842,LB +51111,VA,Lunenburg,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,854.83172,LB +51019,VA,Bedford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,116.32,LB +51069,VA,Frederick,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,336.2006,LB +51093,VA,Isle of Wight,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,45.26634,LB +51127,VA,New Kent,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,40.2016,LB +54049,WV,Marion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.69312,LB +54061,WV,Monongalia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,17.3403722,LB +54067,WV,Nicholas,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.6885148,LB +54097,WV,Upshur,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.610294,LB +54031,WV,Hardy,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,24.227298,LB +54077,WV,Preston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,263.9786,LB +54103,WV,Wetzel,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1066.8134,LB +10003,DE,New Castle,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,64.363716,LB +24039,MD,Somerset,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,24.4043354,LB +42051,PA,Fayette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,162.878,LB +51770,VA,Roanoke city,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.36117,LB +51161,VA,Roanoke,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.7945714,LB +51093,VA,Isle of Wight,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.163424,LB +51810,VA,Virginia Beach city,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,347.49684748,LB +51035,VA,Carroll,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,213.8044,LB +51119,VA,Middlesex,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,130.699,LB +54007,WV,Braxton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,351.1482,LB +24001,MD,Allegany,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.9594038,LB +42061,PA,Huntingdon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,16.7181541,LB +42071,PA,Lancaster,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.6637694,LB +42013,PA,Blair,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.0326,LB +42051,PA,Fayette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.4307284,LB +42003,PA,Allegheny,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,117.3396,LB +51111,VA,Lunenburg,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,44.5392406,LB +51135,VA,Nottoway,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.6990274,LB +51073,VA,Gloucester,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,852.38988,LB +51179,VA,Stafford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.991598,LB +51027,VA,Buchanan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,585.85247,LB +51145,VA,Powhatan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,30.5391956,LB +51047,VA,Culpeper,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,38.5338564,LB +51053,VA,Dinwiddie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,148.476823,LB +51143,VA,Pittsylvania,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1438.0752,LB +51037,VA,Charlotte,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1910.39712,LB +51135,VA,Nottoway,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1268.366,LB +51009,VA,Amherst,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,153.568498,LB +51057,VA,Essex,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,21.2092262,LB +51073,VA,Gloucester,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,47.0178,LB +51800,VA,Suffolk city,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2235.15249,LB +51067,VA,Franklin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,363.0354,LB +51019,VA,Bedford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,308.618244,LB +54043,WV,Lincoln,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,236.071153,LB +54003,WV,Berkeley,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.3841174,LB +54027,WV,Hampshire,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,38.55085,LB +54107,WV,Wood,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.894574,LB +54075,WV,Pocahontas,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.9239092,LB +54081,WV,Raleigh,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,604.6773132,LB +54079,WV,Putnam,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,71.5612512,LB +54047,WV,McDowell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2228.0449314,LB +54077,WV,Preston,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.06118,LB +54059,WV,Mingo,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1977.6924,LB +24025,MD,Harford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,24.5248,LB +42105,PA,Potter,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.96582,LB +42053,PA,Forest,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,21.077528,LB +42025,PA,Carbon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,111.512,LB +42017,PA,Bucks,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +51001,VA,Accomack,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.1208504,LB +51015,VA,Augusta,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,127.2116,LB +51167,VA,Russell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,279.4778,LB +51017,VA,Bath,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,340.585,LB +51197,VA,Wythe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,366.5952,LB +51036,VA,Charles city,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,40.6122,LB +54021,WV,Gilmer,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.635028,LB +54033,WV,Harrison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.6429772,LB +54105,WV,Wirt,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.672198,LB +24031,MD,Montgomery,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,284.7788,LB +24035,MD,Queen Anne's,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,26.801,LB +42117,PA,Tioga,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,23.5864,LB +42089,PA,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,246.667,LB +42109,PA,Snyder,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.64435,LB +42067,PA,Juniata,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,143.8538,LB +42121,PA,Venango,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,70.6326,LB +51021,VA,Bland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.47548,LB +51640,VA,Galax city,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8392,LB +51193,VA,Westmoreland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,140.9244,LB +51680,VA,Lynchburg city,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.8264,LB +51155,VA,Pulaski,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.7392,LB +54011,WV,Cabell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.6396,LB +54089,WV,Summers,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +28159,MS,Winston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5084.89284,LB +28005,MS,Amite,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,469.737086,LB +28141,MS,Tishomingo,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,48.97539,LB +28147,MS,Walthall,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,400.39537,LB +28095,MS,Monroe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,102.265808,LB +28107,MS,Panola,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,65.220584,LB +28057,MS,Itawamba,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,34.302286,LB +28013,MS,Calhoun,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,68.193058,LB +28079,MS,Leake,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,175.6209214,LB +28011,MS,Bolivar,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1281.42676,LB +28129,MS,Smith,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3366.252066,LB +28103,MS,Noxubee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3745.57612,LB +28049,MS,Hinds,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,786.24924,LB +28069,MS,Kemper,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6460.3675,LB +28013,MS,Calhoun,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1105.07128,LB +28033,MS,DeSoto,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,164.8946,LB +28135,MS,Tallahatchie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,789.02306,LB +28001,MS,Adams,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,567.44008,LB +28143,MS,Tunica,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1268.7272,LB +47151,TN,Scott,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,378.7130882,LB +47109,TN,McNairy,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,138.5979262,LB +47093,TN,Knox,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,44.280892,LB +47073,TN,Hawkins,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,44.843200128,LB +47161,TN,Stewart,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,31.831176,LB +47063,TN,Hamblen,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,29.010868,LB +47003,TN,Bedford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,278.5392,LB +47077,TN,Henderson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,873.3752,LB +47047,TN,Fayette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,664.95508,LB +47113,TN,Madison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,495.863,LB +47033,TN,Crockett,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6842,LB +47021,TN,Cheatham,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,209.7086,LB +47159,TN,Smith,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,258.3892,LB +47065,TN,Hamilton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,437.6956,LB +47027,TN,Clay,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,31.4018,LB +45013,SC,Beaufort,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,105.54873524,LB +45003,SC,Aiken,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,109.65292699,LB +45019,SC,Charleston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2744.9159063,LB +45043,SC,Georgetown,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5303.2042966,LB +45067,SC,Marion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,21.06997,LB +45073,SC,Oconee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.85923846,LB +45049,SC,Hampton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,186.8116158,LB +45051,SC,Horry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3013.7916478,LB +45091,SC,York,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,34.78997468,LB +45053,SC,Jasper,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5374.7905428,LB +45079,SC,Richland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1780.0434852,LB +45059,SC,Laurens,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1551.0973214,LB +45069,SC,Marlboro,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,606.24652274,LB +12055,FL,Highlands,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,620.9838186,LB +12003,FL,Baker,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2542.8667807,LB +12015,FL,Charlotte,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,24710.2909,LB +12033,FL,Escambia,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2299.5238,LB +12021,FL,Collier,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10114.685448,LB +12121,FL,Suwannee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,641.05789402,LB +12069,FL,Lake,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6619.43144,LB +12125,FL,Union,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1911.20184,LB +12013,FL,Calhoun,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,347.89990516,LB +12115,FL,Sarasota,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6477.86192,LB +12073,FL,Leon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5107.9111714,LB +12077,FL,Liberty,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,131.38554298,LB +12117,FL,Seminole,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.52474362,LB +12111,FL,St. Lucie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1663.07466,LB +21105,KY,Hickman,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.329062,LB +21233,KY,Webster,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,23.312774,LB +21137,KY,Lincoln,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,22.356508,LB +21169,KY,Metcalfe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,195.9768,LB +21191,KY,Pendleton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,168.477,LB +21131,KY,Leslie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,254.255,LB +21049,KY,Clark,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.024,LB +47105,TN,Loudon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.1904,LB +21007,KY,Ballard,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.277356,LB +21039,KY,Carlisle,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.52632,LB +47113,TN,Madison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,12.250934,LB +47177,TN,Warren,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.5846784,LB +47037,TN,Davidson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.6008,LB +47151,TN,Scott,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,143.387,LB +47057,TN,Grainger,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,29.689492,LB +47025,TN,Claiborne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,441.4759934,LB +47077,TN,Henderson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,89.794896,LB +47039,TN,Decatur,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,69.841579,LB +47065,TN,Hamilton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,400.204809,LB +47131,TN,Obion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,27.7597936,LB +47001,TN,Anderson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.805216,LB +47141,TN,Putnam,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,302.8606766,LB +47173,TN,Union,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,41.0431114,LB +47091,TN,Johnson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,104.4378,LB +47069,TN,Hardeman,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,810.91286,LB +47057,TN,Grainger,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,117.3278,LB +47079,TN,Henry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,537.648,LB +47103,TN,Lincoln,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,237.4618,LB +47099,TN,Lawrence,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,334.7724,LB +47175,TN,Van Buren,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,760.5672,LB +47063,TN,Hamblen,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.225,LB +47049,TN,Fentress,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,277.6948,LB +45047,SC,Greenwood,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.11003148,LB +45015,SC,Berkeley,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1283.2800722,LB +45009,SC,Bamberg,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,50.95652886,LB +45007,SC,Anderson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,24.76628244,LB +45025,SC,Chesterfield,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1370.5019953,LB +45039,SC,Fairfield,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1144.7879522,LB +45059,SC,Laurens,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,58.88913014,LB +45089,SC,Williamsburg,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4896.25293,LB +45073,SC,Oconee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,625.1093618,LB +45077,SC,Pickens,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,527.5683862,LB +45081,SC,Saluda,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1181.9540981,LB +12127,FL,Volusia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4286.6232785,LB +12113,FL,Santa Rosa,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,9761.82488,LB +12029,FL,Dixie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4387.9458,LB +12065,FL,Jefferson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,7810.87106,LB +12111,FL,St. Lucie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,107.78147034,LB +12047,FL,Hamilton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2669.38126,LB +12113,FL,Santa Rosa,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2771.8741473,LB +12089,FL,Nassau,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,84.87814102,LB +12051,FL,Hendry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4117.50754,LB +12057,FL,Hillsborough,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4538.97032,LB +12095,FL,Orange,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1978.4709321,LB +12001,FL,Alachua,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5131.21928,LB +12077,FL,Liberty,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,11299.43214,LB +12087,FL,Monroe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1046.2257318,LB +21209,KY,Scott,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +47005,TN,Benton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,407.6796,LB +47125,TN,Montgomery,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,616.5228,LB +21077,KY,Gallatin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.255472,LB +47089,TN,Jefferson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.12834,LB +47047,TN,Fayette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.977682,LB +01095,AL,Marshall,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,127.8769929,LB +01065,AL,Hale,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,100.4159094,LB +01129,AL,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1093.0772202,LB +01017,AL,Chambers,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,358.917152,LB +01001,AL,Autauga,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,153.4179938,LB +01047,AL,Dallas,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,427.70062762,LB +01083,AL,Limestone,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,182.7869086,LB +01005,AL,Barbour,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,13588.15598,LB +01097,AL,Mobile,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3493.05404,LB +01003,AL,Baldwin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2161.76966,LB +01057,AL,Fayette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1979.95504,LB +01063,AL,Greene,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2250.47998,LB +01109,AL,Pike,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4643.77648,LB +01027,AL,Clay,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6857.19926,LB +01073,AL,Jefferson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1850.7226,LB +01031,AL,Coffee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3317.74904,LB +01085,AL,Lowndes,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2245.17486,LB +01125,AL,Tuscaloosa,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4693.0232,LB +01127,AL,Walker,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6841.2022,LB +21119,KY,Knott,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2510.3309698,LB +21215,KY,Spencer,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.04376,LB +21053,KY,Clinton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,25.49803,LB +21195,KY,Pike,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3089.536372,LB +21043,KY,Carter,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,180.94766,LB +21131,KY,Leslie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1293.831418,LB +21125,KY,Laurel,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,31.859718,LB +21115,KY,Johnson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,667.19591,LB +21141,KY,Logan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.539814,LB +21151,KY,Madison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,89.737832,LB +21085,KY,Grayson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,244.907756,LB +21221,KY,Trigg,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,957.27742,LB +21175,KY,Morgan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,258.557,LB +21071,KY,Floyd,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1597.2416,LB +21069,KY,Fleming,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.7806,LB +21193,KY,Perry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1338.0398,LB +21051,KY,Clay,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,693.9886,LB +21001,KY,Adair,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,273.1106,LB +21177,KY,Muhlenberg,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1311.3226,LB +28003,MS,Alcorn,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,47.056368,LB +28117,MS,Prentiss,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,54.386048,LB +28001,MS,Adams,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.594964,LB +28155,MS,Webster,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,75.044478,LB +28019,MS,Choctaw,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4069.06116,LB +28037,MS,Franklin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3633.1498,LB +28061,MS,Jasper,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3173.28152,LB +28153,MS,Wayne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1827.08903,LB +28003,MS,Alcorn,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,896.5469,LB +28077,MS,Lawrence,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,421.29292,LB +28007,MS,Attala,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2682.39306,LB +28145,MS,Union,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,795.40796,LB +28081,MS,Lee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,414.99272,LB +28131,MS,Stone,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,79.13706,LB +28115,MS,Pontotoc,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1403.33086,LB +47121,TN,Meigs,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,96.551828,LB +47135,TN,Perry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,479.8181606,LB +47107,TN,McMinn,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,133.010562,LB +47155,TN,Sevier,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,59.3489324,LB +47099,TN,Lawrence,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,59.2783676,LB +47013,TN,Campbell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1126.4553592,LB +47007,TN,Bledsoe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,406.8583922,LB +47163,TN,Sullivan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.8027442,LB +47101,TN,Lewis,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,344.7353076,LB +47163,TN,Sullivan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1519.8366,LB +47139,TN,Polk,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2282.884,LB +47129,TN,Morgan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,521.3368,LB +47149,TN,Rutherford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,229.08896,LB +47095,TN,Lake,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,139.74704,LB +47131,TN,Obion,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,329.8334,LB +47145,TN,Roane,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,108.6042,LB +45029,SC,Colleton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,978.67971,LB +45005,SC,Allendale,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,36.287171338,LB +45037,SC,Edgefield,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.63692898,LB +45043,SC,Georgetown,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,928.74682948,LB +45017,SC,Calhoun,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,39.30136192,LB +45015,SC,Berkeley,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,8309.5545081,LB +45045,SC,Greenville,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,639.90994396,LB +45083,SC,Spartanburg,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,98.7938114,LB +45069,SC,Marlboro,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,308.86238568,LB +45075,SC,Orangeburg,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,347.84225128,LB +45063,SC,Lexington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,18.87380866,LB +45057,SC,Lancaster,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,33.81873382,LB +45055,SC,Kershaw,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,454.99973874,LB +12033,FL,Escambia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,203.05792076,LB +12105,FL,Polk,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1915.9272601,LB +12065,FL,Jefferson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5867.8679462,LB +12115,FL,Sarasota,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,177.58873872,LB +12039,FL,Gadsden,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,11552.42674,LB +12029,FL,Dixie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,91.43601252,LB +12079,FL,Madison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5851.407,LB +12005,FL,Bay,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,429.90992554,LB +12019,FL,Clay,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,468.72109728,LB +12071,FL,Lee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,296.76654114,LB +12051,FL,Hendry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1070.1320738,LB +12023,FL,Columbia,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4901.07684,LB +12131,FL,Walton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,225.15139994,LB +12041,FL,Gilchrist,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,416.76383556,LB +12027,FL,DeSoto,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1114.83214,LB +12109,FL,St. Johns,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1194.68144,LB +12009,FL,Brevard,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,7535.12794,LB +12017,FL,Citrus,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3314.59446,LB +12021,FL,Collier,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,8655.2312,LB +12017,FL,Citrus,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,320.89754516,LB +12045,FL,Gulf,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,852.60519836,LB +12061,FL,Indian River,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,512.3754575,LB +12117,FL,Seminole,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,702.35378,LB +12035,FL,Flagler,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,335.8515,LB +21113,KY,Jessamine,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,56.9212,LB +21013,KY,Bell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,185.6974,LB +21157,KY,Marshall,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,117.0184,LB +21091,KY,Hancock,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.7806,LB +47165,TN,Sumner,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.182546,LB +47027,TN,Clay,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.803126,LB +47007,TN,Bledsoe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,550.0128,LB +47117,TN,Marshall,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,474.841,LB +21165,KY,Menifee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,64.502338,LB +21187,KY,Owen,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.24716,LB +21087,KY,Green,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.720014,LB +21217,KY,Taylor,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,143.4256,LB +47105,TN,Loudon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.92886,LB +47091,TN,Johnson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,127.2636,LB +01069,AL,Houston,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,294.6074894,LB +01101,AL,Montgomery,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,401.6846022,LB +01003,AL,Baldwin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4162.0729826,LB +01019,AL,Cherokee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4566.5948534,LB +01085,AL,Lowndes,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,317.04921888,LB +01063,AL,Greene,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,552.4650062,LB +01099,AL,Monroe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,613.94149324,LB +01025,AL,Clarke,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1568.7105056,LB +01029,AL,Cleburne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3886.848708,LB +01121,AL,Talladega,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,7308.62446,LB +01103,AL,Morgan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,499.285,LB +01119,AL,Sumter,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2011.20348,LB +01007,AL,Bibb,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5392.50828,LB +01071,AL,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2018.8458,LB +21129,KY,Lee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,582.627052,LB +21071,KY,Floyd,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1040.523314,LB +21159,KY,Martin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1998.636422,LB +21179,KY,Nelson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,48.776036,LB +21061,KY,Edmonson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.519816,LB +21177,KY,Muhlenberg,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,33.85136,LB +21075,KY,Fulton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.04156,LB +21183,KY,Ohio,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,140.82368,LB +21143,KY,Lyon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,384.702252,LB +21083,KY,Graves,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,27.600538,LB +21227,KY,Warren,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,773.6032,LB +21159,KY,Martin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1640.8746,LB +21139,KY,Livingston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,213.963,LB +21149,KY,McLean,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,117.5574,LB +21125,KY,Laurel,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,109.1534,LB +21133,KY,Letcher,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,510.0342,LB +21115,KY,Johnson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,616.3596,LB +21225,KY,Union,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,515.257,LB +28065,MS,Jefferson Davis,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,213.0586366,LB +28157,MS,Wilkinson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,244.170994,LB +28089,MS,Madison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,168.564964,LB +28139,MS,Tippah,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,56.963638,LB +28043,MS,Grenada,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,25.42895,LB +28113,MS,Pike,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,125.73322,LB +28015,MS,Carroll,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,137.887076,LB +28063,MS,Jefferson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,18.753966,LB +28135,MS,Tallahatchie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,146.721855,LB +28097,MS,Montgomery,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.874894,LB +28017,MS,Chickasaw,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.207584,LB +28111,MS,Perry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4051.2943,LB +28017,MS,Chickasaw,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2142.9331,LB +28047,MS,Harrison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,774.54928,LB +28039,MS,George,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,681.96294,LB +28105,MS,Oktibbeha,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1454.9242,LB +28163,MS,Yazoo,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1325.86332,LB +28071,MS,Lafayette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2443.01676,LB +28139,MS,Tippah,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,219.30664,LB +28097,MS,Montgomery,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1265.4382,LB +28047,MS,Harrison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,713.9209684,LB +28053,MS,Humphreys,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,661.94304,LB +28043,MS,Grenada,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,773.66136,LB +47183,TN,Weakley,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,66.74759414,LB +47053,TN,Gibson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.71962052,LB +47005,TN,Benton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,98.328504,LB +47081,TN,Hickman,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,135.6084068,LB +47023,TN,Chester,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,95.506168,LB +47051,TN,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,16.9504236,LB +47085,TN,Humphreys,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,208.8562972,LB +47157,TN,Shelby,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,39.993897,LB +47179,TN,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,24.664912,LB +47011,TN,Bradley,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.6491808,LB +47133,TN,Overton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,104.496002,LB +47181,TN,Wayne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,775.4312,LB +47025,TN,Claiborne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,235.309,LB +47081,TN,Hickman,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,854.6126,LB +47085,TN,Humphreys,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1015.3128,LB +47071,TN,Hardin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1109.5844,LB +47035,TN,Cumberland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1785.9858,LB +47109,TN,McNairy,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,691.2151,LB +47045,TN,Dyer,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,322.51104,LB +47147,TN,Robertson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,240.0962,LB +45011,SC,Barnwell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,101.00781716,LB +45027,SC,Clarendon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,256.97063806,LB +45039,SC,Fairfield,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,17.55149402,LB +45041,SC,Florence,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1569.6053839,LB +45003,SC,Aiken,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1252.8994596,LB +45029,SC,Colleton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4729.9216787,LB +45011,SC,Barnwell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1619.9137594,LB +45013,SC,Beaufort,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2072.7047669,LB +45037,SC,Edgefield,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1029.838458,LB +45021,SC,Cherokee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,425.31863624,LB +45001,SC,Abbeville,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1546.9574853,LB +45071,SC,Newberry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.13954148,LB +45065,SC,McCormick,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.8210722,LB +45049,SC,Hampton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2799.5947869,LB +45085,SC,Sumter,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,971.86859436,LB +45057,SC,Lancaster,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,347.77606556,LB +12099,FL,Palm Beach,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2638.1801266,LB +12123,FL,Taylor,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,147.07250174,LB +12109,FL,St. Johns,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1075.532699,LB +12055,FL,Highlands,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,8942.744,LB +12131,FL,Walton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,9725.23608,LB +12067,FL,Lafayette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,151.0405051,LB +12133,FL,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,894.86924416,LB +12085,FL,Martin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1323.2768374,LB +12031,FL,Duval,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1075.48168,LB +12125,FL,Union,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,473.5050545,LB +12119,FL,Sumter,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4188.8755,LB +12067,FL,Lafayette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1746.00186,LB +21069,KY,Fleming,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,46.724476,LB +21221,KY,Trigg,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,85.764436,LB +21107,KY,Hopkins,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,183.3784,LB +47087,TN,Jackson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,12.862492,LB +47083,TN,Houston,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,153.0619964,LB +47097,TN,Lauderdale,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.858504,LB +47185,TN,White,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,602.2552,LB +47187,TN,Williamson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,183.6528,LB +12103,FL,Pinellas,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.5074006,LB +21055,KY,Crittenden,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.822536,LB +21103,KY,Henry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.38624,LB +21169,KY,Metcalfe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.01556,LB +21237,KY,Wolfe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,301.8182,LB +21035,KY,Calloway,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,135.8922,LB +21109,KY,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,97.3238,LB +28125,MS,Sharkey,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.241636,LB +47187,TN,Williamson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.374628,LB +47173,TN,Union,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,192.055,LB +01111,AL,Randolph,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,470.8444948,LB +01109,AL,Pike,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,325.51484772,LB +01097,AL,Mobile,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3513.9636052,LB +01061,AL,Geneva,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,388.2581074,LB +01103,AL,Morgan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,150.9473294,LB +01089,AL,Madison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,61.1353844,LB +01005,AL,Barbour,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,677.5029782,LB +01007,AL,Bibb,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1169.9051944,LB +01133,AL,Winston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,10942.8872,LB +01041,AL,Crenshaw,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5591.04676,LB +01045,AL,Dale,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4083.80798,LB +01113,AL,Russell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6427.03526,LB +01009,AL,Blount,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1452.7074,LB +01111,AL,Randolph,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3557.0162,LB +01115,AL,St. Clair,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4008.1326,LB +01055,AL,Etowah,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,780.26284,LB +01019,AL,Cherokee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2002.5292,LB +21203,KY,Rockcastle,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,370.235272,LB +21051,KY,Clay,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1773.335506,LB +21139,KY,Livingston,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.671868,LB +21175,KY,Morgan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,349.748614,LB +21045,KY,Casey,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,80.96296,LB +21059,KY,Daviess,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,370.9096,LB +21027,KY,Breckinridge,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,626.4128,LB +21007,KY,Ballard,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,92.4216,LB +21151,KY,Madison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,117.4652,LB +21039,KY,Carlisle,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.6028,LB +21003,KY,Allen,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,83.1984,LB +28127,MS,Simpson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,74.87517,LB +28051,MS,Holmes,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,279.126392,LB +28025,MS,Clay,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,15.814812,LB +28037,MS,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,183.335606,LB +28121,MS,Rankin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,271.095978,LB +28099,MS,Neshoba,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,30.049204,LB +28067,MS,Jones,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,104.772954,LB +28059,MS,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1279.10632,LB +28073,MS,Lamar,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1245.26804,LB +28041,MS,Greene,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1486.10396,LB +28065,MS,Jefferson Davis,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,901.97062,LB +28109,MS,Pearl River,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,716.495982,LB +28099,MS,Neshoba,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2092.41616,LB +28057,MS,Itawamba,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1758.64528,LB +28087,MS,Lowndes,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,744.62944,LB +28161,MS,Yalobusha,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1461.98482,LB +28079,MS,Leake,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3131.1485,LB +28041,MS,Greene,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,59.65296,LB +28117,MS,Prentiss,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,528.41882,LB +28151,MS,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1830.3616,LB +28083,MS,Leflore,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1790.77656,LB +47123,TN,Monroe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,75.738838,LB +47115,TN,Marion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,545.7643088,LB +47143,TN,Rhea,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,236.8793152,LB +47175,TN,Van Buren,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,212.089832,LB +47153,TN,Sequatchie,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,87.81266,LB +47055,TN,Giles,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,143.0726518,LB +47017,TN,Carroll,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,32.4710058,LB +47071,TN,Hardin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,259.2956364,LB +47069,TN,Hardeman,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,92.744866,LB +47111,TN,Macon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.879944,LB +47079,TN,Henry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,98.9291892,LB +47119,TN,Maury,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,34.3614288,LB +47021,TN,Cheatham,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.430207,LB +47039,TN,Decatur,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,532.1626,LB +47061,TN,Grundy,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,437.5314,LB +47073,TN,Hawkins,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,106.062,LB +47183,TN,Weakley,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,282.4442,LB +47107,TN,McMinn,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,557.3308,LB +47009,TN,Blount,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,149.9262,LB +47067,TN,Hancock,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,259.1198,LB +45045,SC,Greenville,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,35.7704793,LB +45001,SC,Abbeville,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,42.06322062,LB +45041,SC,Florence,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,146.20580128,LB +45023,SC,Chester,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,638.32747016,LB +45035,SC,Dorchester,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,879.69458284,LB +45017,SC,Calhoun,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,485.23624672,LB +45047,SC,Greenwood,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1187.8046457,LB +45089,SC,Williamsburg,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,261.47625002,LB +45081,SC,Saluda,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.585336718,LB +45085,SC,Sumter,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,127.3708022,LB +45075,SC,Orangeburg,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2294.9970095,LB +45087,SC,Union,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,719.99246274,LB +12049,FL,Hardee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2019.3577619,LB +12107,FL,Putnam,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1546.0984544,LB +12081,FL,Manatee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5269.24972,LB +12119,FL,Sumter,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,316.05623076,LB +12101,FL,Pasco,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5120.1259,LB +12003,FL,Baker,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6998.81818,LB +12007,FL,Bradford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3460.4978713,LB +12086,FL,Miami-Dade,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5212.7923017,LB +12091,FL,Okaloosa,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,11125.0654,LB +12043,FL,Glades,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,489.0156674,LB +12091,FL,Okaloosa,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,481.64249792,LB +12086,FL,Miami-Dade,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1643.7686,LB +12095,FL,Orange,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4606.13684,LB +12085,FL,Martin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1549.0486,LB +12011,FL,Broward,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,483.14638102,LB +12093,FL,Okeechobee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5399.5982,LB +21081,KY,Grant,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.032146,LB +21033,KY,Caldwell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,30.372716,LB +21111,KY,Jefferson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.18828,LB +21087,KY,Green,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,112.8782,LB +21203,KY,Rockcastle,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,178.3314,LB +28071,MS,Lafayette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,33.87681,LB +47127,TN,Moore,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.259108,LB +47043,TN,Dickson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,593.4686,LB +47111,TN,Macon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,458.4144,LB +21227,KY,Warren,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.055952,LB +21085,KY,Grayson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,245.5922,LB +21155,KY,Marion,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,96.9202,LB +21171,KY,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,31.6472,LB +21229,KY,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.6008,LB +28163,MS,Yazoo,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.34051,LB +28119,MS,Quitman,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.36642,LB +47171,TN,Unicoi,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.513988,LB +47075,TN,Haywood,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.14862,LB +01121,AL,Talladega,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2063.4066934,LB +01039,AL,Covington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,397.6608622,LB +01071,AL,Jackson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,360.212335,LB +01037,AL,Coosa,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,545.0955044,LB +01073,AL,Jefferson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4925.202277,LB +01013,AL,Butler,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3556.5853,LB +01131,AL,Wilcox,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4779.6814,LB +01023,AL,Choctaw,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3843.0672,LB +01053,AL,Escambia,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3343.02534,LB +01129,AL,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3072.9336,LB +01017,AL,Chambers,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5491.9478,LB +01087,AL,Macon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3939.24552,LB +01011,AL,Bullock,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,7971.6806,LB +01105,AL,Perry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2622.7188,LB +01059,AL,Franklin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1591.14018,LB +21217,KY,Taylor,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,30.40176,LB +21011,KY,Bath,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.653918,LB +21063,KY,Elliott,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.338018,LB +21147,KY,McCreary,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,174.524496,LB +21035,KY,Calloway,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.94448,LB +21107,KY,Hopkins,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,186.531498,LB +21171,KY,Monroe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,135.475922,LB +21187,KY,Owen,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,85.993,LB +21167,KY,Mercer,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,102.9012,LB +21183,KY,Ohio,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,595.4764,LB +21075,KY,Fulton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,287.722,LB +21231,KY,Wayne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,363.17309,LB +45031,SC,Darlington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,132.2089262,LB +45021,SC,Cherokee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,18.64216672,LB +45027,SC,Clarendon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1524.064277,LB +45009,SC,Bamberg,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1408.5590221,LB +45055,SC,Kershaw,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,87.33841354,LB +45077,SC,Pickens,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,24.96718102,LB +45061,SC,Lee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,218.67071468,LB +45051,SC,Horry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2028.1868136,LB +45063,SC,Lexington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,237.34184126,LB +45065,SC,McCormick,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1384.3386345,LB +12069,FL,Lake,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1924.3869394,LB +12083,FL,Marion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1152.5204867,LB +12015,FL,Charlotte,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,168.82365094,LB +12129,FL,Wakulla,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,601.46189898,LB +12031,FL,Duval,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,296.7480424,LB +12005,FL,Bay,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5291.7384,LB +12075,FL,Levy,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2469.5359592,LB +12063,FL,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,7331.841,LB +12001,FL,Alachua,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1054.4951753,LB +12105,FL,Polk,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,14330.02006,LB +12093,FL,Okeechobee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1967.7710816,LB +12019,FL,Clay,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2472.75634,LB +12089,FL,Nassau,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1789.924,LB +12075,FL,Levy,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2708.00066,LB +12039,FL,Gadsden,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2461.6922502,LB +12059,FL,Holmes,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,310.0225067,LB +12103,FL,Pinellas,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,252.57894,LB +12037,FL,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1705.7616112,LB +21225,KY,Union,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.287974,LB +21145,KY,McCracken,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.16895,LB +21111,KY,Jefferson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,110.2434,LB +47189,TN,Wilson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.0412224,LB +47053,TN,Gibson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,512.1766,LB +47167,TN,Tipton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,122.6484,LB +47041,TN,DeKalb,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,261.5132,LB +21207,KY,Russell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,47.30216,LB +21201,KY,Robertson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.7474,LB +21105,KY,Hickman,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,136.1122,LB +21077,KY,Gallatin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,105.6466,LB +01059,AL,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,183.3275358,LB +01125,AL,Tuscaloosa,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,718.8494192,LB +01087,AL,Macon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1192.5509941,LB +01051,AL,Elmore,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,368.5711626,LB +01075,AL,Lamar,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,58.9720946,LB +01057,AL,Fayette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,235.76913164,LB +01033,AL,Colbert,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,428.7110168,LB +01131,AL,Wilcox,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,83.67824434,LB +01113,AL,Russell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1304.7913854,LB +01091,AL,Marengo,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,282.246376,LB +01055,AL,Etowah,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,233.701404,LB +01107,AL,Pickens,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,124.5452794,LB +01081,AL,Lee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4942.9344,LB +01025,AL,Clarke,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5098.60488,LB +01001,AL,Autauga,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2835.9291,LB +01093,AL,Marion,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1519.14166,LB +01051,AL,Elmore,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3422.99328,LB +01021,AL,Chilton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3715.24418,LB +01065,AL,Hale,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3783.90472,LB +01015,AL,Calhoun,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4078.91178,LB +21237,KY,Wolfe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,254.087446,LB +21099,KY,Hart,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,29.316926,LB +21197,KY,Powell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,162.516186,LB +21019,KY,Boyd,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,79.53233,LB +21163,KY,Meade,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.296842,LB +21001,KY,Adair,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.24626,LB +21057,KY,Cumberland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,157.066468,LB +21205,KY,Rowan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,27.438208,LB +21195,KY,Pike,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3700.66944,LB +21119,KY,Knott,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,255.8366,LB +21153,KY,Magoffin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,173.1474,LB +21093,KY,Hardin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,974.2026,LB +21235,KY,Whitley,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2221.2088,LB +21179,KY,Nelson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,86.72356,LB +21147,KY,McCreary,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3348.8316,LB +21129,KY,Lee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,172.2182,LB +21121,KY,Knox,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,244.454,LB +21165,KY,Menifee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,167.468586,LB +21047,KY,Christian,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,627.024,LB +21005,KY,Anderson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.7474,LB +21055,KY,Crittenden,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,412.7832,LB +28059,MS,Jackson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,561.27246874,LB +28101,MS,Newton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,69.910924,LB +28153,MS,Wayne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,232.1717768,LB +28061,MS,Jasper,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,419.397788,LB +28159,MS,Winston,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,203.452764,LB +28007,MS,Attala,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,590.810728,LB +28115,MS,Pontotoc,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,54.019064,LB +28069,MS,Kemper,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,261.55045,LB +28019,MS,Choctaw,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.97437,LB +28151,MS,Washington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.6630232,LB +28131,MS,Stone,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1594.27786,LB +28107,MS,Panola,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1466.81362,LB +28109,MS,Pearl River,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1055.63904,LB +28031,MS,Covington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1477.6019,LB +28063,MS,Jefferson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1196.06768,LB +28029,MS,Copiah,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1976.90728,LB +28051,MS,Holmes,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2486.75838,LB +28089,MS,Madison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1446.02814,LB +28119,MS,Quitman,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,719.8694,LB +21009,KY,Barren,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.598416,LB +21053,KY,Clinton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,157.773,LB +28161,MS,Yalobusha,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,36.514448,LB +47101,TN,Lewis,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,159.9844,LB +01117,AL,Shelby,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,578.29810006,LB +01127,AL,Walker,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,887.1826516,LB +01027,AL,Clay,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1003.5434862,LB +01015,AL,Calhoun,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1359.1510788,LB +01105,AL,Perry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,166.4989522,LB +01067,AL,Henry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,350.3616068,LB +01045,AL,Dale,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,178.7881064,LB +01115,AL,St. Clair,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,437.6061842,LB +01029,AL,Cleburne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2905.2525962,LB +01077,AL,Lauderdale,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,581.74536,LB +01039,AL,Covington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5070.81938,LB +01035,AL,Conecuh,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4521.04532,LB +01101,AL,Montgomery,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3503.92032,LB +01049,AL,DeKalb,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1226.3832,LB +01117,AL,Shelby,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1681.8572,LB +01089,AL,Madison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,767.3054,LB +01077,AL,Lauderdale,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,498.212276,LB +21013,KY,Bell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2761.633984,LB +21093,KY,Hardin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,22.335766,LB +21109,KY,Jackson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,473.213236,LB +21153,KY,Magoffin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2270.755774,LB +21095,KY,Harlan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1218.010508,LB +21173,KY,Montgomery,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.299428,LB +21199,KY,Pulaski,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,65.98118,LB +21033,KY,Caldwell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,409.5966,LB +21009,KY,Barren,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,148.6016,LB +21123,KY,Larue,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.482034,LB +21141,KY,Logan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,194.2838,LB +21095,KY,Harlan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,316.4208,LB +21135,KY,Lewis,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,167.0736,LB +28091,MS,Marion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,175.184713,LB +28021,MS,Claiborne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,71.639696,LB +28087,MS,Lowndes,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,21.277216,LB +28023,MS,Clarke,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,154.264088,LB +28035,MS,Forrest,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1864.044346,LB +28095,MS,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2076.17552,LB +28121,MS,Rankin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2440.5312,LB +28127,MS,Simpson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,832.13762,LB +28113,MS,Pike,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,272.11608,LB +28067,MS,Jones,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1176.84682,LB +28009,MS,Benton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1142.84846,LB +28137,MS,Tate,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,397.30844,LB +28027,MS,Coahoma,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,876.039,LB +28125,MS,Sharkey,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,726.39596,LB +28103,MS,Noxubee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,83.09296,LB +47103,TN,Lincoln,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,84.2608976,LB +47059,TN,Greene,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,319.323398,LB +47041,TN,DeKalb,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,25.8505264,LB +47117,TN,Marshall,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.1868072,LB +47029,TN,Cocke,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,37.7887648,LB +47043,TN,Dickson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,46.561954,LB +47019,TN,Carter,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,366.413,LB +47055,TN,Giles,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,351.5766,LB +47011,TN,Bradley,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1191.5628,LB +47121,TN,Meigs,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,404.1,LB +47135,TN,Perry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,470.4844,LB +47097,TN,Lauderdale,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,202.9584,LB +47133,TN,Overton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,778.0452,LB +47171,TN,Unicoi,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.7806,LB +01013,AL,Butler,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,400.0687054,LB +01011,AL,Bullock,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,681.168123,LB +01053,AL,Escambia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1151.9784706,LB +01035,AL,Conecuh,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,462.3344556,LB +01049,AL,DeKalb,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1030.474033,LB +01081,AL,Lee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,691.798721,LB +01021,AL,Chilton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,323.3596176,LB +01079,AL,Lawrence,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4149.3512108,LB +01107,AL,Pickens,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6318.28692,LB +01061,AL,Geneva,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2339.699716,LB +01123,AL,Tallapoosa,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,12311.85046,LB +01033,AL,Colbert,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,651.311,LB +01037,AL,Coosa,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6545.22886,LB +21193,KY,Perry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2230.980053,LB +21121,KY,Knox,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1450.584852,LB +21235,KY,Whitley,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3941.341198,LB +21011,KY,Bath,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,195.7652,LB +21025,KY,Breathitt,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,672.048,LB +21031,KY,Butler,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,662.6772,LB +21163,KY,Meade,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.2544,LB +21135,KY,Lewis,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,180.289616,LB +28123,MS,Scott,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,48.422792,LB +28105,MS,Oktibbeha,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.317474,LB +28081,MS,Lee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,164.87994,LB +28077,MS,Lawrence,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,144.27669,LB +28075,MS,Lauderdale,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,54.931212,LB +28123,MS,Scott,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3312.64952,LB +28101,MS,Newton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2042.36998,LB +28075,MS,Lauderdale,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5454.77958,LB +28045,MS,Hancock,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2942.97684,LB +28157,MS,Wilkinson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1183.37086,LB +28085,MS,Lincoln,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1181.57796,LB +28015,MS,Carroll,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,747.0678,LB +28073,MS,Lamar,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,150.555212,LB +28133,MS,Sunflower,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2118.26104,LB +28055,MS,Issaquena,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,873.45296,LB +28155,MS,Webster,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3611.5648,LB +28111,MS,Perry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,186.063435,LB +47061,TN,Grundy,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,288.6992766,LB +47145,TN,Roane,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,127.1734072,LB +47015,TN,Cannon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.0949888,LB +47049,TN,Fentress,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,126.959016,LB +47185,TN,White,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,103.5595,LB +47009,TN,Blount,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,593.369456,LB +47075,TN,Haywood,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,397.4826,LB +47119,TN,Maury,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,610.3294,LB +47017,TN,Carroll,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,853.997,LB +47153,TN,Sequatchie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,512.6808,LB +47157,TN,Shelby,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,276.6072,LB +47177,TN,Warren,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,680.31,LB +45025,SC,Chesterfield,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,73.406474036,LB +45023,SC,Chester,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.99904428,LB +45033,SC,Dillon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,151.70223185,LB +45019,SC,Charleston,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3623.2234447,LB +45031,SC,Darlington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,938.29666546,LB +45007,SC,Anderson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,575.78373498,LB +45005,SC,Allendale,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1397.4615475,LB +45033,SC,Dillon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,645.5105528,LB +45053,SC,Jasper,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,637.36055076,LB +45079,SC,Richland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,117.33627611,LB +45091,SC,York,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,797.75580892,LB +45083,SC,Spartanburg,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,303.53972976,LB +45071,SC,Newberry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,746.28303776,LB +12057,FL,Hillsborough,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,271.9732539,LB +12129,FL,Wakulla,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,8037.66158,LB +12101,FL,Pasco,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,122.66297606,LB +12023,FL,Columbia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5294.6850671,LB +12063,FL,Jackson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3809.5874161,LB +12133,FL,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4453.14262,LB +12081,FL,Manatee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,56.01442006,LB +12027,FL,DeSoto,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,372.88096814,LB +12037,FL,Franklin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,13698.23464,LB +12043,FL,Glades,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,7214.70792,LB +12127,FL,Volusia,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4480.81212,LB +12053,FL,Hernando,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,114.69737464,LB +12061,FL,Indian River,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1990.0059,LB +12121,FL,Suwannee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4251.93006,LB +12047,FL,Hamilton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1401.272267,LB +12035,FL,Flagler,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2670.0165953,LB +21157,KY,Marshall,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,18.50984,LB +21027,KY,Breckinridge,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.220542,LB +21199,KY,Pulaski,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,25.52896,LB +21097,KY,Harrison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,131.5004,LB +21061,KY,Edmonson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,174.6176,LB +21101,KY,Henderson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,145.8024,LB +21089,KY,Greenup,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,97.6714,LB +21219,KY,Todd,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.7392,LB +28137,MS,Tate,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.17438,LB +47037,TN,Davidson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.749973,LB +47033,TN,Crockett,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.572892,LB +47059,TN,Greene,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.1352786,LB +47013,TN,Campbell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,233.17,LB +47141,TN,Putnam,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,56.827,LB +47165,TN,Sumner,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,433.9532,LB +47143,TN,Rhea,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,195.4814,LB +47137,TN,Pickett,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5978,LB +47087,TN,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,157.4742,LB +01023,AL,Choctaw,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,351.7721972,LB +01041,AL,Crenshaw,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,189.77269454,LB +01133,AL,Winston,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1201.8365128,LB +01093,AL,Marion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,491.3797756,LB +01123,AL,Tallapoosa,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,912.7080366,LB +01043,AL,Cullman,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,182.5926562,LB +01119,AL,Sumter,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,88.2757806,LB +01031,AL,Coffee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,322.443358,LB +01009,AL,Blount,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,546.7520634,LB +01079,AL,Lawrence,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2519.59506,LB +01047,AL,Dallas,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6623.48276,LB +01067,AL,Henry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3243.39492,LB +01099,AL,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,5045.75208,LB +01091,AL,Marengo,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4755.31746,LB +01069,AL,Houston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1797.7867,LB +01095,AL,Marshall,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2650.6696,LB +01043,AL,Cullman,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3917.025,LB +01075,AL,Lamar,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,694.35906,LB +01083,AL,Limestone,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,498.5044,LB +21133,KY,Letcher,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1090.409888,LB +21089,KY,Greenup,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1243.343064,LB +21025,KY,Breathitt,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1081.348454,LB +21065,KY,Estill,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,113.929794,LB +21127,KY,Lawrence,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,178.979982,LB +21189,KY,Owsley,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,844.12236,LB +21079,KY,Garrard,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,42.7682,LB +21155,KY,Marion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.88347,LB +21101,KY,Henderson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.681326,LB +21145,KY,McCracken,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,396.6696,LB +21045,KY,Casey,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,406.1514,LB +21029,KY,Bullitt,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,177.4716,LB +21231,KY,Wayne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,105.7934,LB +21233,KY,Webster,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,229.5908,LB +21083,KY,Graves,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,842.3386,LB +21099,KY,Hart,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,473.7874,LB +28031,MS,Covington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,185.667862,LB +28029,MS,Copiah,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,222.426644,LB +28129,MS,Smith,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,345.969038,LB +28085,MS,Lincoln,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,295.34073,LB +28049,MS,Hinds,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,37.835042,LB +28091,MS,Marion,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,625.754,LB +28023,MS,Clarke,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,4085.14974,LB +28021,MS,Claiborne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,944.85414,LB +28093,MS,Marshall,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2398.52934,LB +28005,MS,Amite,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1890.5942,LB +28149,MS,Warren,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,623.58014,LB +28025,MS,Clay,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1289.1884,LB +28141,MS,Tishomingo,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,527.34714,LB +28147,MS,Walthall,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,539.1072,LB +28045,MS,Hancock,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,725.548566,LB +47035,TN,Cumberland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,254.1668462,LB +47181,TN,Wayne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,280.24170602,LB +47139,TN,Polk,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,63.875984,LB +47031,TN,Coffee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.564938,LB +47129,TN,Morgan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2837.287353,LB +47067,TN,Hancock,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,88.2533052,LB +47045,TN,Dyer,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,26.7865072,LB +47123,TN,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2053.6266,LB +47189,TN,Wilson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,299.7238,LB +47161,TN,Stewart,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,631.4944,LB +47115,TN,Marion,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,831.5682,LB +47029,TN,Cocke,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,985.9182,LB +47051,TN,Franklin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,537.188,LB +47031,TN,Coffee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,483.8862,LB +47023,TN,Chester,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,232.9398,LB +47093,TN,Knox,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,64.62734,LB +45035,SC,Dorchester,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1623.1658044,LB +45087,SC,Union,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,28.6817454,LB +45061,SC,Lee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,609.9459877,LB +45067,SC,Marion,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1079.276389,LB +12009,FL,Brevard,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4285.9348982,LB +12041,FL,Gilchrist,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1911.743,LB +12097,FL,Osceola,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,20314.29092,LB +12013,FL,Calhoun,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3406.7634,LB +12083,FL,Marion,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,8452.79076,LB +12097,FL,Osceola,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2177.5231224,LB +12059,FL,Holmes,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2064.55796,LB +12107,FL,Putnam,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2792.71966,LB +12099,FL,Palm Beach,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,13476.97616,LB +12073,FL,Leon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,7149.60198,LB +12071,FL,Lee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1266.99662,LB +12079,FL,Madison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1056.530375,LB +12007,FL,Bradford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,963.38996,LB +12123,FL,Taylor,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3806.62762,LB +12053,FL,Hernando,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3775.41784,LB +12049,FL,Hardee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1564.60178,LB +12045,FL,Gulf,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3478.407,LB +12011,FL,Broward,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1974.96972,LB +12087,FL,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2190.7138,LB +21015,KY,Boone,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,450.1368,LB +21123,KY,Larue,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,263.6024,LB +47159,TN,Smith,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,39.72116,LB +47155,TN,Sevier,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,146.59394,LB +21029,KY,Bullitt,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.150426,LB +21181,KY,Nicholas,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.6944,LB +21067,KY,Fayette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.2492,LB +21103,KY,Henry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,94.5714,LB +21137,KY,Lincoln,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,84.4602,LB +21215,KY,Spencer,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,101.804,LB +28033,MS,DeSoto,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.307542,LB +28093,MS,Marshall,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.94298,LB +47003,TN,Bedford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.639352,LB +47083,TN,Houston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1002.062,LB +27125,MN,Red Lake,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,380.5998,LB +27015,MN,Brown,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,131.1796,LB +39131,OH,Pike,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,82.22123352,LB +39175,OH,Wyandot,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.337,LB +39077,OH,Huron,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,102.3894,LB +39159,OH,Union,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,76.7954,LB +55115,WI,Shawano,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.40363121,LB +55129,WI,Washburn,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.78230302,LB +55055,WI,Jefferson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.6357052,LB +55021,WI,Columbia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.60713158,LB +55043,WI,Grant,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.9772147,LB +55119,WI,Taylor,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.59014176,LB +55057,WI,Juneau,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,613.29698628,LB +55055,WI,Jefferson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,161.58406,LB +55025,WI,Dane,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,468.077602,LB +55081,WI,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,566.70128,LB +55133,WI,Waukesha,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,544.6118,LB +55123,WI,Vernon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,134.4028,LB +55031,WI,Douglas,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,402.36236,LB +55129,WI,Washburn,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,144.01998,LB +17015,IL,Carroll,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,125.391,LB +17039,IL,De Witt,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,137.3088,LB +18071,IN,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,148.63162,LB +18075,IN,Jay,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.4512,LB +18111,IN,Newton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,112.84962,LB +18049,IN,Fulton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.4234,LB +18031,IN,Decatur,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5062,LB +26031,MI,Cheboygan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,73.37802,LB +26009,MI,Antrim,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,52.0968,LB +26053,MI,Gogebic,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.1902,LB +26011,MI,Arenac,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,55.3906,LB +26113,MI,Missaukee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,288.07642,LB +26067,MI,Ionia,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,43.34238,LB +26053,MI,Gogebic,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,47.0108,LB +27011,MN,Big Stone,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.70644,LB +27147,MN,Steele,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,187.66118,LB +27095,MN,Mille Lacs,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,140.9018,LB +27143,MN,Sibley,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,143.74634,LB +39067,OH,Harrison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.51984,LB +39079,OH,Jackson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.2811706,LB +39073,OH,Hocking,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,143.1782,LB +55109,WI,St. Croix,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.262454,LB +17085,IL,Jo Daviess,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,319.7306,LB +17045,IL,Edgar,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6842,LB +18021,IN,Clay,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.510392,LB +18053,IN,Grant,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8652,LB +17079,IL,Jasper,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.0476,LB +18113,IN,Noble,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5978,LB +26029,MI,Charlevoix,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,11.96054,LB +26143,MI,Roscommon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,23.28986,LB +26061,MI,Houghton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,125.6264,LB +27171,MN,Wright,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.02128,LB +26055,MI,Grand Traverse,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,58.08112,LB +27009,MN,Benton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,70.7956,LB +39047,OH,Fayette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.0637288,LB +39141,OH,Ross,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6272,LB +39145,OH,Scioto,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,491.3274,LB +55073,WI,Marathon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,64.91,LB +55039,WI,Fond du Lac,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,78.86638,LB +55093,WI,Pierce,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,62.2588,LB +55077,WI,Marquette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.59672483,LB +55031,WI,Douglas,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.901772582,LB +55007,WI,Bayfield,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,25.254843,LB +55125,WI,Vilas,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.602919956,LB +55041,WI,Forest,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.45568754,LB +55073,WI,Marathon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.736838144,LB +55113,WI,Sawyer,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.8635355,LB +55017,WI,Chippewa,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.71533768,LB +55113,WI,Sawyer,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,183.39524,LB +55127,WI,Walworth,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,296.3062,LB +55139,WI,Winnebago,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,105.0082,LB +55091,WI,Pepin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.9022,LB +17141,IL,Ogle,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.2750586,LB +17025,IL,Clay,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.79544,LB +17145,IL,Perry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,7.69184,LB +17107,IL,Logan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.4234,LB +18165,IN,Vermillion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.81058,LB +18005,IN,Bartholomew,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,937.1352,LB +18115,IN,Ohio,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,71.1968,LB +18045,IN,Fountain,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6842,LB +26003,MI,Alger,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.4036666,LB +26031,MI,Cheboygan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.9206,LB +26159,MI,Van Buren,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,132.80686,LB +26007,MI,Alpena,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,76.5078,LB +26151,MI,Sanilac,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,53.996,LB +26099,MI,Macomb,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.9514,LB +27161,MN,Waseca,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,30.50274,LB +27153,MN,Todd,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,194.9804,LB +55141,WI,Wood,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,242.16,LB +18019,IN,Clark,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,77.47302,LB +18127,IN,Porter,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8392,LB +18027,IN,Daviess,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,77.5176,LB +26115,MI,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2.060454,LB +26013,MI,Baraga,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.1656636,LB +26047,MI,Emmet,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.64052,LB +27165,MN,Watonwan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8614,LB +39013,OH,Belmont,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.5288,LB +39057,OH,Greene,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,96.986,LB +39081,OH,Jefferson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,85.6936,LB +39083,OH,Knox,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5678,LB +55033,WI,Dunn,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.336182,LB +17163,IL,St. Clair,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.21608572,LB +17199,IL,Williamson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.661461,LB +17145,IL,Perry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,242.4302,LB +17055,IL,Franklin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,469.0542,LB +17065,IL,Hamilton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,140.2896,LB +17049,IL,Effingham,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,96.7462,LB +17043,IL,DuPage,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,697.29232,LB +17037,IL,DeKalb,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,75.6612,LB +17095,IL,Knox,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,520.3804,LB +17141,IL,Ogle,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,392.5166,LB +17125,IL,Mason,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,439.46026,LB +17185,IL,Wabash,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,121.0134,LB +17161,IL,Rock Island,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,199.351,LB +17077,IL,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,339.07086,LB +18071,IN,Jackson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,24.700842,LB +18079,IN,Jennings,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.7531886,LB +18001,IN,Adams,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.4763362,LB +18003,IN,Allen,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.5101,LB +18099,IN,Marshall,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.510304,LB +18137,IN,Ripley,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,369.62734,LB +18013,IN,Brown,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,383.263,LB +18131,IN,Pulaski,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,77.1082,LB +18151,IN,Steuben,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.3834636,LB +18039,IN,Elkhart,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,77.5682,LB +18025,IN,Crawford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,279.10014,LB +26077,MI,Kalamazoo,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,6.177594,LB +26015,MI,Barry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.94838,LB +26127,MI,Oceana,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.5679344,LB +26137,MI,Otsego,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.71031158,LB +26137,MI,Otsego,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,289.3276,LB +27077,MN,Lake of the Woods,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,440.55667691,LB +27021,MN,Cass,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.704500388,LB +27141,MN,Sherburne,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.10479336,LB +27071,MN,Koochiching,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.37318322,LB +27047,MN,Freeborn,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,258.14002,LB +27011,MN,Big Stone,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,462.783872,LB +27063,MN,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,613.29046,LB +27145,MN,Stearns,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.01304,LB +27055,MN,Houston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,206.894366,LB +27013,MN,Blue Earth,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,128.04234,LB +27117,MN,Pipestone,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,97.648992,LB +27017,MN,Carlton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.42638862,LB +27081,MN,Lincoln,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.94299,LB +27057,MN,Hubbard,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,241.34254,LB +27079,MN,Le Sueur,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,124.4098,LB +27135,MN,Roseau,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2422.7684,LB +27031,MN,Cook,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.079561692,LB +39059,OH,Guernsey,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.6054458,LB +39053,OH,Gallia,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6842,LB +39075,OH,Holmes,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5062,LB +55057,WI,Juneau,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.403346642,LB +55075,WI,Marinette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,36.490506892,LB +55067,WI,Langlade,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.35215356,LB +55047,WI,Green Lake,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.830413284,LB +55141,WI,Wood,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.85171102,LB +55095,WI,Polk,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.129078446,LB +55053,WI,Jackson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.598643248,LB +55065,WI,Lafayette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,26.3412,LB +55059,WI,Kenosha,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,26.2896,LB +55097,WI,Portage,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,181.32206,LB +55095,WI,Polk,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,264.8464,LB +17179,IL,Tazewell,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.577332,LB +17075,IL,Iroquois,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.0474582,LB +17129,IL,Menard,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,243.5252,LB +17171,IL,Scott,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8392,LB +18119,IN,Owen,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,29.08904,LB +18143,IN,Scott,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,56.7606,LB +18037,IN,Dubois,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8392,LB +26155,MI,Shiawassee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,52.3746,LB +26107,MI,Mecosta,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,29.7916,LB +27037,MN,Dakota,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.253086,LB +27051,MN,Grant,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,41.547734,LB +39113,OH,Montgomery,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.4234,LB +17183,IL,Vermilion,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6842,LB +17003,IL,Alexander,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,158.921,LB +17035,IL,Cumberland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +17027,IL,Clinton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,28.8414,LB +18047,IN,Franklin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.51878,LB +18165,IN,Vermillion,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,26.4602,LB +18167,IN,Vigo,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,81.9152,LB +18043,IN,Floyd,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,58.8092,LB +18183,IN,Whitley,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8652,LB +26101,MI,Manistee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,40.01198,LB +39109,OH,Miami,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +55011,WI,Buffalo,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,63.052,LB +55015,WI,Calumet,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,154.1378,LB +17003,IL,Alexander,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,22.746721,LB +17137,IL,Morgan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,54.9961606,LB +17183,IL,Vermilion,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,16.7887996,LB +17151,IL,Pope,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,472.610266,LB +17097,IL,Lake,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,561.0958,LB +17023,IL,Clark,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,193.9036,LB +17153,IL,Pulaski,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,287.723,LB +17075,IL,Iroquois,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,63.3172,LB +17061,IL,Greene,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,97.90466,LB +17197,IL,Will,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,365.867152,LB +18117,IN,Orange,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.8826598,LB +18123,IN,Perry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.772142,LB +18069,IN,Huntington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +18173,IN,Warrick,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,182.1972,LB +26069,MI,Iosco,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,583.293602,LB +26111,MI,Midland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,10.3023524,LB +26043,MI,Dickinson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,17.02123,LB +26165,MI,Wexford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.455804,LB +26079,MI,Kalkaska,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.352694,LB +26039,MI,Crawford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,407.68982,LB +26025,MI,Calhoun,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,155.5552,LB +26163,MI,Wayne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,259.0892,LB +26033,MI,Chippewa,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,131.68268,LB +26085,MI,Lake,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,119.8434,LB +27097,MN,Morrison,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,95.093099942,LB +27069,MN,Kittson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8861.2655481,LB +27159,MN,Wadena,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.0254238,LB +27007,MN,Beltrami,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,78.227054096,LB +27083,MN,Lyon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,351.159194,LB +27163,MN,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,110.6472,LB +27071,MN,Koochiching,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2432.1096,LB +27153,MN,Todd,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,21.9827676,LB +27021,MN,Cass,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,2522.781,LB +27061,MN,Itasca,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1353.807,LB +27059,MN,Isanti,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,60.8282,LB +27105,MN,Nobles,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,253.318388,LB +39063,OH,Hancock,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.1644,LB +55023,WI,Crawford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.70269354,LB +55051,WI,Iron,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.20979822,LB +55135,WI,Waupaca,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.889952662,LB +55083,WI,Oconto,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,18.44508,LB +55115,WI,Shawano,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,110.03002,LB +55105,WI,Rock,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,182.4476,LB +55069,WI,Lincoln,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,41.516,LB +55037,WI,Florence,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,721.5336,LB +55119,WI,Taylor,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,74.99946,LB +17001,IL,Adams,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.772732,LB +17203,IL,Woodford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,102.975,LB +17173,IL,Shelby,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,191.0922,LB +17137,IL,Morgan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8652,LB +17063,IL,Grundy,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,112.223,LB +17177,IL,Stephenson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,68.9016,LB +17081,IL,Jefferson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,216.866,LB +18037,IN,Dubois,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,13.2361814,LB +26089,MI,Leelanau,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,74.8342,LB +39019,OH,Carroll,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.17328,LB +39009,OH,Athens,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,254.8914,LB +55003,WI,Ashland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.67396156,LB +55111,WI,Sauk,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,140.4074,LB +55053,WI,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,68.24944,LB +55131,WI,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,131.0156,LB +55005,WI,Barron,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,87.8764,LB +17035,IL,Cumberland,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.28354632,LB +17159,IL,Richland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.73,LB +18063,IN,Hendricks,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.3664,LB +26083,MI,Keweenaw,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.329155,LB +26029,MI,Charlevoix,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.242476,LB +27157,MN,Wabasha,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,39.2853296,LB +27143,MN,Sibley,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.87848,LB +39105,OH,Meigs,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.0842146,LB +39119,OH,Muskingum,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.511482,LB +39125,OH,Paulding,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.6842,LB +39111,OH,Monroe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,87.139,LB +39029,OH,Columbiana,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,85.0792,LB +17127,IL,Massac,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,8.6261122,LB +17149,IL,Pike,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.028992,LB +17203,IL,Woodford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,92.5419472,LB +17051,IL,Fayette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,546.9184,LB +17191,IL,Wayne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,140.6556,LB +17103,IL,Lee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,501.3458,LB +18043,IN,Floyd,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.824904,LB +18051,IN,Gibson,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.0720222,LB +18061,IN,Harrison,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,202.5506,LB +18137,IN,Ripley,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,39.6308,LB +18175,IN,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,356.40654,LB +18135,IN,Randolph,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.2492,LB +18147,IN,Spencer,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,169.9388,LB +18133,IN,Putnam,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.5784,LB +26119,MI,Montmorency,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,270.7639092,LB +26125,MI,Oakland,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,261.84628,LB +26007,MI,Alpena,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.352594,LB +26001,MI,Alcona,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,19.9858408,LB +26035,MI,Clare,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,17.7504496,LB +26103,MI,Marquette,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,111.994603,LB +27075,MN,Lake,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1068.8115634,LB +27043,MN,Faribault,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,79.13764,LB +27111,MN,Otter Tail,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1625.884304,LB +27151,MN,Swift,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.32262,LB +27133,MN,Rock,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,224.40024,LB +27025,MN,Chisago,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.54329644,LB +27029,MN,Clearwater,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,525.34269629,LB +27001,MN,Aitkin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,429.60652,LB +27019,MN,Carver,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,141.15336,LB +39087,OH,Lawrence,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.458798,LB +39163,OH,Vinton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,85.6936,LB +39119,OH,Muskingum,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,217.5256,LB +55021,WI,Columbia,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,277.293892,LB +55001,WI,Adams,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,249.2711098,LB +55078,WI,Menominee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.12412488,LB +55013,WI,Burnett,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,5.493791338,LB +55007,WI,Bayfield,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1038.995026,LB +55043,WI,Grant,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,238.0712,LB +55023,WI,Crawford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,124.731,LB +55099,WI,Price,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,717.8748,LB +55009,WI,Brown,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.8386,LB +55041,WI,Forest,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,144.978,LB +17117,IL,Macoupin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,220.5972,LB +17189,IL,Washington,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,24.7742,LB +18091,IN,La Porte,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.3840482,LB +18069,IN,Huntington,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.0945998,LB +18049,IN,Fulton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.3201732,LB +18089,IN,Lake,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,77.8216,LB +26075,MI,Jackson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,119.354796,LB +26139,MI,Ottawa,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,8.26032,LB +26097,MI,Mackinac,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.463794,LB +26019,MI,Benzie,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,34.8486,LB +26129,MI,Ogemaw,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,28.8734,LB +27025,MN,Chisago,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,43.99276,LB +39051,OH,Fulton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.1174342,LB +39051,OH,Fulton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.5234,LB +39135,OH,Preble,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,186.9752,LB +39155,OH,Trumbull,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,76.938,LB +55075,WI,Marinette,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,39.26856,LB +55025,WI,Dane,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.92899292,LB +55137,WI,Waushara,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,83.9324,LB +17009,IL,Brown,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.677876,LB +17037,IL,DeKalb,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,2.55472,LB +17041,IL,Douglas,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5978,LB +18109,IN,Morgan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.405148,LB +18063,IN,Hendricks,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.3818164,LB +18057,IN,Hamilton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.254038,LB +18015,IN,Carroll,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.3157954,LB +18107,IN,Montgomery,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.063799,LB +18129,IN,Posey,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5372,LB +18103,IN,Miami,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +39111,OH,Monroe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,25.288,LB +55027,WI,Dodge,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.3006392,LB +17085,IL,Jo Daviess,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,3.161924,LB +17181,IL,Union,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,516.45738,LB +17123,IL,Marshall,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,97.9676,LB +17157,IL,Randolph,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,138.2154,LB +17091,IL,Kankakee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,102.5232,LB +17179,IL,Tazewell,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,50.9324,LB +17109,IL,McDonough,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,237.2348,LB +17029,IL,Coles,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,219.681,LB +17101,IL,Lawrence,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,52.721,LB +17099,IL,La Salle,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,232.026,LB +18153,IN,Sullivan,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,33.22246,LB +18105,IN,Monroe,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,18.4626114,LB +18031,IN,Decatur,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.022964,LB +18113,IN,Noble,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.1997494,LB +18157,IN,Tippecanoe,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,102.9734,LB +26153,MI,Schoolcraft,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,165.20196,LB +26051,MI,Gladwin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,27.9009652,LB +26039,MI,Crawford,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,642.9858802,LB +26135,MI,Oscoda,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.755438,LB +26135,MI,Oscoda,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,184.707856,LB +26085,MI,Lake,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,214.117962,LB +26105,MI,Mason,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,47.613578,LB +26023,MI,Branch,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,188.5006,LB +26127,MI,Oceana,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,103.65602,LB +27135,MN,Roseau,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,33467.677213,LB +27001,MN,Aitkin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,65.348439694,LB +27141,MN,Sherburne,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,186.1737008,LB +27139,MN,Scott,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,121.67276,LB +27121,MN,Pope,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,588.79268,LB +27041,MN,Douglas,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,369.86266,LB +27051,MN,Grant,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,896.98492,LB +27093,MN,Meeker,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,297.372998,LB +27119,MN,Polk,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1995.75703,LB +27005,MN,Becker,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,3814.65957,LB +27167,MN,Wilkin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,621.96856,LB +27039,MN,Dodge,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,65.24276,LB +27087,MN,Mahnomen,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,589.88844,LB +27073,MN,Lac qui Parle,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,713.6585082,LB +27069,MN,Kittson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,1861.23636,LB +27115,MN,Pine,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,318.4846,LB +27171,MN,Wright,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,78.25,LB +27017,MN,Carlton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,137.55234,LB +27129,MN,Renville,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,456.54188,LB +17111,IL,McHenry,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,177.2378,LB +17163,IL,St. Clair,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,77.5436,LB +18117,IN,Orange,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,167.5762,LB +18181,IN,White,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.4784,LB +18099,IN,Marshall,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5678,LB +26011,MI,Arenac,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.315978,LB +26067,MI,Ionia,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.847484,LB +26065,MI,Ingham,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.5058,LB +55045,WI,Green,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,104.6188,LB +18029,IN,Dearborn,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.278706,LB +18125,IN,Pike,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.5352076,LB +18081,IN,Johnson,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,70.7272,LB +18149,IN,Starke,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,51.5784,LB +18151,IN,Steuben,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.8908,LB +26059,MI,Hillsdale,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.892,LB +27091,MN,Martin,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,11.8954406,LB +27085,MN,McLeod,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.043662,LB +39157,OH,Tuscarawas,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.75769,LB +39091,OH,Logan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,25.712,LB +55078,WI,Menominee,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,6.91816,LB +17091,IL,Kankakee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.5346386,LB +17099,IL,La Salle,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.5952734,LB +17111,IL,McHenry,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.255196,LB +17007,IL,Boone,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.47074,LB +17105,IL,Livingston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,277.1978,LB +17057,IL,Fulton,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,546.5066,LB +17089,IL,Kane,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,474.53256,LB +17165,IL,Saline,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,283.9526,LB +17115,IL,Macon,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,76.8224,LB +18019,IN,Clark,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,14.1033614,LB +18087,IN,Lagrange,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.019066,LB +18023,IN,Clinton,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.66688,LB +18133,IN,Putnam,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,20.2750618,LB +18083,IN,Knox,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,153.8024,LB +18029,IN,Dearborn,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,192.9324,LB +18101,IN,Martin,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,174.2898,LB +18125,IN,Pike,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,168.2938,LB +26077,MI,Kalamazoo,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,158.129816,LB +26005,MI,Allegan,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,125.921966,LB +26003,MI,Alger,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,85.16366,LB +26141,MI,Presque Isle,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,9.4017614,LB +26143,MI,Roscommon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.7315346,LB +26121,MI,Muskegon,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,0.1047886,LB +26041,MI,Delta,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,4.867841,LB +26091,MI,Lenawee,2810001000,Miscellaneous Area Sources,Other Combustion,Forest Wildfires,Wildfires,Fires - Wildfires,106423,p-Xylene,1.4131364,LB +26001,MI,Alcona,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,18.80906,LB +26041,MI,Delta,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,183.412238,LB +26093,MI,Livingston,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,78.3298,LB +26165,MI,Wexford,2811015000,Miscellaneous Area Sources,Other Combustion - as Event,Prescribed Forest Burning,Unspecified Burn Method,Fires - Prescribed Fires,106423,p-Xylene,115.9491,LB diff --git a/scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_nonroad_5.csv b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_nonroad_5.csv new file mode 100644 index 0000000000..b10f1671dc --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_nonroad_5.csv @@ -0,0 +1,2362 @@ +state_and_county_fips_code,tribal_name,st_usps_cd,county_name,data_category_cd,scc,emissions_type_code,aircraft_engine_type_cd,emissions_op_type_code,data_set_short_name,pollutant_cd,description,total_emissions,uom +"26111","","MI","Midland","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.994742,"LB" +"26153","","MI","Schoolcraft","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"39169","","OH","Wayne","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.73652,"LB" +"27079","","MN","Le Sueur","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2156.48,"LB" +"26101","","MI","Manistee","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",66.5434,"LB" +"27001","","MN","Aitkin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.18076,"LB" +"18087","","IN","Lagrange","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6896,"LB" +"27005","","MN","Becker","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.88744,"LB" +"17019","","IL","Champaign","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"26043","","MI","Dickinson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.16816,"LB" +"27169","","MN","Winona","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.894308,"LB" +"17007","","IL","Boone","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"27141","","MN","Sherburne","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.13576,"LB" +"27055","","MN","Houston","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.6769,"LB" +"17031","","IL","Cook","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",165.5484,"LB" +"17043","","IL","DuPage","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4437.08,"LB" +"27037","","MN","Dakota","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.88162,"LB" +"27139","","MN","Scott","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2156.48,"LB" +"39103","","OH","Medina","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6696.3,"LB" +"26113","","MI","Missaukee","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.45376,"LB" +"26111","","MI","Midland","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"39069","","OH","Henry","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.04146,"LB" +"26071","","MI","Iron","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"26091","","MI","Lenawee","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.81826,"LB" +"55029","","WI","Door","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4546.7,"LB" +"18121","","IN","Parke","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.23846,"LB" +"39171","","OH","Williams","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"18105","","IN","Monroe","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",47.1928,"LB" +"26153","","MI","Schoolcraft","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.81532,"LB" +"26021","","MI","Berrien","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7639.38,"LB" +"18123","","IN","Perry","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.26668,"LB" +"55007","","WI","Bayfield","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.88362,"LB" +"55013","","WI","Burnett","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.70322,"LB" +"17069","","IL","Hardin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.14114,"LB" +"26107","","MI","Mecosta","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.968368,"LB" +"18141","","IN","St. Joseph","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3448,"LB" +"26073","","MI","Isabella","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.991762,"LB" +"55021","","WI","Columbia","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",43.1606,"LB" +"39013","","OH","Belmont","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.6576,"LB" +"55061","","WI","Kewaunee","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"18059","","IN","Hancock","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.18036,"LB" +"18121","","IN","Parke","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"55117","","WI","Sheboygan","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.50012,"LB" +"27075","","MN","Lake","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2156.48,"LB" +"39059","","OH","Guernsey","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.23092,"LB" +"55043","","WI","Grant","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.4239,"LB" +"26129","","MI","Ogemaw","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6548.04,"LB" +"27137","","MN","St. Louis","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",14556.24,"LB" +"39137","","OH","Putnam","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"39107","","OH","Mercer","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.690858,"LB" +"39139","","OH","Richland","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.70728,"LB" +"27005","","MN","Becker","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",25.3596,"LB" +"26127","","MI","Oceana","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",23.7332,"LB" +"26097","","MI","Mackinac","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"17081","","IL","Jefferson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"26105","","MI","Mason","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",17.69868,"LB" +"27099","","MN","Mower","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.8845,"LB" +"39063","","OH","Hancock","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.37298,"LB" +"18063","","IN","Hendricks","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.18552,"LB" +"55033","","WI","Dunn","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.6714,"LB" +"26163","","MI","Wayne","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.76462,"LB" +"55115","","WI","Shawano","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.659546,"LB" +"26101","","MI","Manistee","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",17.75094,"LB" +"26129","","MI","Ogemaw","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",44.8682,"LB" +"26165","","MI","Wexford","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.87968,"LB" +"26095","","MI","Luce","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.907964,"LB" +"18005","","IN","Bartholomew","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"39123","","OH","Ottawa","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",55.4298,"LB" +"17111","","IL","McHenry","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.27242,"LB" +"17149","","IL","Pike","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.81928,"LB" +"27139","","MN","Scott","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.7425,"LB" +"39089","","OH","Licking","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3826.46,"LB" +"39113","","OH","Montgomery","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.33754,"LB" +"17075","","IL","Iroquois","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.3497,"LB" +"17083","","IL","Jersey","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1109.272,"LB" +"55135","","WI","Waupaca","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.6953,"LB" +"27061","","MN","Itasca","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4312.96,"LB" +"39003","","OH","Allen","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"17201","","IL","Winnebago","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",16.442,"LB" +"18165","","IN","Vermillion","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"55077","","WI","Marquette","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.04902,"LB" +"18001","","IN","Adams","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"27031","","MN","Cook","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",26.0102,"LB" +"17019","","IL","Champaign","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.14998,"LB" +"17203","","IL","Woodford","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",17.85136,"LB" +"26157","","MI","Tuscola","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"26137","","MI","Otsego","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"17125","","IL","Mason","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.14504,"LB" +"55059","","WI","Kenosha","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1007.226,"LB" +"27061","","MN","Itasca","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.86002,"LB" +"39029","","OH","Columbiana","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.0552,"LB" +"39119","","OH","Muskingum","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.38556,"LB" +"27059","","MN","Isanti","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.66316,"LB" +"18169","","IN","Wabash","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.82112,"LB" +"55095","","WI","Polk","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3536.32,"LB" +"39085","","OH","Lake","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.25636,"LB" +"39173","","OH","Wood","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.687232,"LB" +"27163","","MN","Washington","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2156.48,"LB" +"39117","","OH","Morrow","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"27077","","MN","Lake of the Woods","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",43.4994,"LB" +"27111","","MN","Otter Tail","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",38.3538,"LB" +"18087","","IN","Lagrange","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",50.4228,"LB" +"55073","","WI","Marathon","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.65551,"LB" +"27025","","MN","Chisago","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1617.36,"LB" +"17131","","IL","Mercer","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.11186,"LB" +"18155","","IN","Switzerland","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"18053","","IN","Grant","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.16072,"LB" +"55053","","WI","Jackson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.21948,"LB" +"55039","","WI","Fond du Lac","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",16.39216,"LB" +"55031","","WI","Douglas","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.43538,"LB" +"26053","","MI","Gogebic","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.82264,"LB" +"17155","","IL","Putnam","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.11702,"LB" +"39135","","OH","Preble","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.41304,"LB" +"26029","","MI","Charlevoix","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",35.383,"LB" +"55031","","WI","Douglas","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.76076,"LB" +"26051","","MI","Gladwin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"18097","","IN","Marion","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",27.5684,"LB" +"39029","","OH","Columbiana","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5739.7,"LB" +"26025","","MI","Calhoun","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"55127","","WI","Walworth","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.95174,"LB" +"55103","","WI","Richland","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"55111","","WI","Sauk","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.7751,"LB" +"39021","","OH","Champaign","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"26077","","MI","Kalamazoo","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.88872,"LB" +"26007","","MI","Alpena","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.2889,"LB" +"55035","","WI","Eau Claire","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.2314,"LB" +"18165","","IN","Vermillion","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.56914,"LB" +"26065","","MI","Ingham","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",31.1648,"LB" +"18177","","IN","Wayne","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.36744,"LB" +"18071","","IN","Jackson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"17179","","IL","Tazewell","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",26.9346,"LB" +"18003","","IN","Allen","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5746.66,"LB" +"26147","","MI","St. Clair","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.48938,"LB" +"18105","","IN","Monroe","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.03846,"LB" +"39129","","OH","Pickaway","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.35214,"LB" +"26063","","MI","Huron","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.928,"LB" +"18167","","IN","Vigo","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"55135","","WI","Waupaca","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4041.5,"LB" +"27001","","MN","Aitkin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.1764,"LB" +"55079","","WI","Milwaukee","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1510.836,"LB" +"39061","","OH","Hamilton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.01906,"LB" +"18157","","IN","Tippecanoe","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.5355,"LB" +"18001","","IN","Adams","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.16308,"LB" +"55133","","WI","Waukesha","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.85098,"LB" +"39149","","OH","Shelby","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"18065","","IN","Henry","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.17152,"LB" +"17167","","IL","Sangamon","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",56.9566,"LB" +"26107","","MI","Mecosta","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"27017","","MN","Carlton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.30346,"LB" +"39157","","OH","Tuscarawas","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"17001","","IL","Adams","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3366.3,"LB" +"18013","","IN","Brown","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.00546,"LB" +"18063","","IN","Hendricks","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"26125","","MI","Oakland","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",111.4986,"LB" +"27091","","MN","Martin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.891892,"LB" +"39129","","OH","Pickaway","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.706584,"LB" +"55007","","WI","Bayfield","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3031.14,"LB" +"17021","","IL","Christian","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"39055","","OH","Geauga","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",33.1742,"LB" +"27037","","MN","Dakota","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.781716,"LB" +"26149","","MI","St. Joseph","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",12.08074,"LB" +"27163","","MN","Washington","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.54894,"LB" +"18123","","IN","Perry","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.21264,"LB" +"26045","","MI","Eaton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.00132,"LB" +"17077","","IL","Jackson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.22966,"LB" +"18027","","IN","Daviess","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.99604,"LB" +"26093","","MI","Livingston","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.5779,"LB" +"55005","","WI","Barron","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3536.32,"LB" +"39071","","OH","Highland","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"17003","","IL","Alexander","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.24976,"LB" +"17057","","IL","Fulton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.13946,"LB" +"18097","","IN","Marion","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.57722,"LB" +"17195","","IL","Whiteside","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"27111","","MN","Otter Tail","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.35684,"LB" +"18117","","IN","Orange","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.22654,"LB" +"39069","","OH","Henry","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"18011","","IN","Boone","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.04238,"LB" +"39075","","OH","Holmes","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.03302,"LB" +"55125","","WI","Vilas","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",85.3484,"LB" +"26111","","MI","Midland","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.66174,"LB" +"39083","","OH","Knox","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"26083","","MI","Keweenaw","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.89586,"LB" +"26017","","MI","Bay","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.68216,"LB" +"39033","","OH","Crawford","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.96012,"LB" +"55087","","WI","Outagamie","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.31592,"LB" +"27021","","MN","Cass","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",88.9832,"LB" +"55069","","WI","Lincoln","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",12.07408,"LB" +"17103","","IL","Lee","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2244.2,"LB" +"17203","","IL","Woodford","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.25706,"LB" +"26031","","MI","Cheboygan","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.67988,"LB" +"27101","","MN","Murray","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"55067","","WI","Langlade","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1515.564,"LB" +"55101","","WI","Racine","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1007.226,"LB" +"55105","","WI","Rock","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.64548,"LB" +"27057","","MN","Hubbard","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4312.96,"LB" +"55005","","WI","Barron","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.9598,"LB" +"17087","","IL","Johnson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.4754,"LB" +"27067","","MN","Kandiyohi","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.3139,"LB" +"27065","","MN","Kanabec","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.2948,"LB" +"26067","","MI","Ionia","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.52072,"LB" +"26049","","MI","Genesee","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.00798,"LB" +"18047","","IN","Franklin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.60254,"LB" +"17143","","IL","Peoria","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2244.2,"LB" +"39143","","OH","Sandusky","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.14292,"LB" +"18051","","IN","Gibson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.53372,"LB" +"27153","","MN","Todd","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"18073","","IN","Jasper","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.7385,"LB" +"17081","","IL","Jefferson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.18932,"LB" +"18057","","IN","Hamilton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"39077","","OH","Huron","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.36164,"LB" +"18075","","IN","Jay","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.16406,"LB" +"18147","","IN","Spencer","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.37738,"LB" +"27009","","MN","Benton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.876552,"LB" +"39095","","OH","Lucas","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.98142,"LB" +"18077","","IN","Jefferson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.21656,"LB" +"26027","","MI","Cass","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"26035","","MI","Clare","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"27049","","MN","Goodhue","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.3153,"LB" +"17135","","IL","Montgomery","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.61706,"LB" +"26107","","MI","Mecosta","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.52124,"LB" +"55069","","WI","Lincoln","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2020.76,"LB" +"26043","","MI","Dickinson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"27027","","MN","Clay","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.97116,"LB" +"27123","","MN","Ramsey","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1617.36,"LB" +"26063","","MI","Huron","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.1224,"LB" +"18071","","IN","Jackson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.04138,"LB" +"55121","","WI","Trempealeau","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.30104,"LB" +"39081","","OH","Jefferson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.1198,"LB" +"27021","","MN","Cass","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",15095.36,"LB" +"17083","","IL","Jersey","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.18582,"LB" +"39031","","OH","Coshocton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.682128,"LB" +"18075","","IN","Jay","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.9687,"LB" +"39093","","OH","Lorain","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6696.3,"LB" +"26139","","MI","Ottawa","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"55121","","WI","Trempealeau","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.846236,"LB" +"17089","","IL","Kane","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2218.54,"LB" +"17121","","IL","Marion","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.62318,"LB" +"26127","","MI","Oceana","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",13096.06,"LB" +"39119","","OH","Muskingum","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"55083","","WI","Oconto","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2525.94,"LB" +"17113","","IL","McLean","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"39079","","OH","Jackson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"17095","","IL","Knox","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.65968,"LB" +"39063","","OH","Hancock","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"26019","","MI","Benzie","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",29.2432,"LB" +"17039","","IL","De Witt","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"55035","","WI","Eau Claire","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.841332,"LB" +"26019","","MI","Benzie","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4365.36,"LB" +"18127","","IN","Porter","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6817.16,"LB" +"27101","","MN","Murray","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.884998,"LB" +"55117","","WI","Sheboygan","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.998,"LB" +"18127","","IN","Porter","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",43.4576,"LB" +"17039","","IL","De Witt","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.14638,"LB" +"27055","","MN","Houston","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.34776,"LB" +"17119","","IL","Madison","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.45584,"LB" +"26087","","MI","Lapeer","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",54.7732,"LB" +"26085","","MI","Lake","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.93242,"LB" +"55117","","WI","Sheboygan","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3031.14,"LB" +"26005","","MI","Allegan","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",39.021,"LB" +"26055","","MI","Grand Traverse","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"39171","","OH","Williams","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.02108,"LB" +"39057","","OH","Greene","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"39157","","OH","Tuscarawas","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.679124,"LB" +"17135","","IL","Montgomery","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"26087","","MI","Lapeer","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",14.02612,"LB" +"26039","","MI","Crawford","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"26005","","MI","Allegan","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"39007","","OH","Ashtabula","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",71.8572,"LB" +"39025","","OH","Clermont","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.83242,"LB" +"26155","","MI","Shiawassee","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"27105","","MN","Nobles","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"27075","","MN","Lake","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",12.01784,"LB" +"18041","","IN","Fayette","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.36812,"LB" +"27097","","MN","Morrison","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1617.36,"LB" +"39103","","OH","Medina","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",47.4392,"LB" +"17049","","IL","Effingham","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"17089","","IL","Kane","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.5453,"LB" +"55075","","WI","Marinette","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"18053","","IN","Grant","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"55041","","WI","Forest","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",2.90698,"LB" +"27031","","MN","Cook","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4852.08,"LB" +"26065","","MI","Ingham","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.01258,"LB" +"26149","","MI","St. Joseph","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6548.04,"LB" +"17131","","IL","Mercer","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.62056,"LB" +"27053","","MN","Hennepin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.34532,"LB" +"39101","","OH","Marion","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"17097","","IL","Lake","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",82.7046,"LB" +"18021","","IN","Clay","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"18157","","IN","Tippecanoe","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3448,"LB" +"27059","","MN","Isanti","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"39023","","OH","Clark","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.07088,"LB" +"18035","","IN","Delaware","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.98114,"LB" +"17055","","IL","Franklin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"27001","","MN","Aitkin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3234.72,"LB" +"17099","","IL","La Salle","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6732.58,"LB" +"26105","","MI","Mason","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",66.3006,"LB" +"18057","","IN","Hamilton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.18246,"LB" +"26123","","MI","Newaygo","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.6002,"LB" +"27007","","MN","Beltrami","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.87238,"LB" +"27145","","MN","Stearns","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",17.0214,"LB" +"17137","","IL","Morgan","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.53754,"LB" +"17073","","IL","Henry","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.22582,"LB" +"39169","","OH","Wayne","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"55057","","WI","Juneau","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.20946,"LB" +"27049","","MN","Goodhue","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3234.72,"LB" +"39019","","OH","Carroll","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"26067","","MI","Ionia","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.984984,"LB" +"26115","","MI","Monroe","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.47228,"LB" +"27047","","MN","Freeborn","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"55039","","WI","Fond du Lac","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2525.94,"LB" +"18047","","IN","Franklin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.20612,"LB" +"26025","","MI","Calhoun","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.00516,"LB" +"27047","","MN","Freeborn","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.887882,"LB" +"27161","","MN","Waseca","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"39145","","OH","Scioto","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",38.2594,"LB" +"18021","","IN","Clay","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.15982,"LB" +"26161","","MI","Washtenaw","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",45.8562,"LB" +"27141","","MN","Sherburne","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.64278,"LB" +"55045","","WI","Green","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"55097","","WI","Portage","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3031.14,"LB" +"55047","","WI","Green Lake","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"18143","","IN","Scott","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"39097","","OH","Madison","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.695568,"LB" +"39065","","OH","Hardin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.686634,"LB" +"55019","","WI","Clark","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"55115","","WI","Shawano","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1010.378,"LB" +"55021","","WI","Columbia","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6567.44,"LB" +"26091","","MI","Lenawee","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.16688,"LB" +"18035","","IN","Delaware","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.17288,"LB" +"17129","","IL","Menard","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"17191","","IL","Wayne","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.85282,"LB" +"26023","","MI","Branch","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.78362,"LB" +"39091","","OH","Logan","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",42.308,"LB" +"27003","","MN","Anoka","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.5424,"LB" +"39129","","OH","Pickaway","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"17085","","IL","Jo Daviess","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"39005","","OH","Ashland","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",10522.76,"LB" +"18127","","IN","Porter","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.85432,"LB" +"17113","","IL","McLean","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.00952,"LB" +"17183","","IL","Vermilion","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.30638,"LB" +"27157","","MN","Wabasha","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.5537,"LB" +"26041","","MI","Delta","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"17043","","IL","DuPage","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.10236,"LB" +"27087","","MN","Mahnomen","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.43228,"LB" +"18099","","IN","Marshall","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"26153","","MI","Schoolcraft","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.38192,"LB" +"55001","","WI","Adams","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1515.564,"LB" +"26073","","MI","Isabella","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.72124,"LB" +"55075","","WI","Marinette","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.07614,"LB" +"39123","","OH","Ottawa","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7652.92,"LB" +"17025","","IL","Clay","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2244.2,"LB" +"18065","","IN","Henry","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"26049","","MI","Genesee","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.6581,"LB" +"27019","","MN","Carver","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.86886,"LB" +"55007","","WI","Bayfield","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",17.71952,"LB" +"17125","","IL","Mason","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.11818,"LB" +"55099","","WI","Price","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"17021","","IL","Christian","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.40002,"LB" +"27035","","MN","Crow Wing","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",42.1888,"LB" +"26137","","MI","Otsego","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.86554,"LB" +"26093","","MI","Livingston","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4365.36,"LB" +"26019","","MI","Benzie","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.87572,"LB" +"18047","","IN","Franklin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"27041","","MN","Douglas","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3234.72,"LB" +"26103","","MI","Marquette","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.914274,"LB" +"39167","","OH","Washington","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.41148,"LB" +"18147","","IN","Spencer","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.28024,"LB" +"39105","","OH","Meigs","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.51844,"LB" +"39023","","OH","Clark","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"39091","","OH","Logan","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.12422,"LB" +"55081","","WI","Monroe","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1515.564,"LB" +"17201","","IL","Winnebago","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.15908,"LB" +"27091","","MN","Martin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"55133","","WI","Waukesha","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.21802,"LB" +"27017","","MN","Carlton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"55139","","WI","Winnebago","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.680432,"LB" +"26163","","MI","Wayne","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"27095","","MN","Mille Lacs","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.60038,"LB" +"27065","","MN","Kanabec","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"39091","","OH","Logan","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5739.7,"LB" +"26039","","MI","Crawford","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.75842,"LB" +"39131","","OH","Pike","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.12752,"LB" +"39033","","OH","Crawford","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"39019","","OH","Carroll","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.85348,"LB" +"27171","","MN","Wright","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.80472,"LB" +"55027","","WI","Dodge","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.52676,"LB" +"18151","","IN","Steuben","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",14.82342,"LB" +"26005","","MI","Allegan","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.03882,"LB" +"55069","","WI","Lincoln","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.28666,"LB" +"27109","","MN","Olmsted","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.4188,"LB" +"26085","","MI","Lake","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"26071","","MI","Iron","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.87166,"LB" +"17069","","IL","Hardin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.2253,"LB" +"17063","","IL","Grundy","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.78286,"LB" +"18015","","IN","Carroll","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.16408,"LB" +"27009","","MN","Benton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"18011","","IN","Boone","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"26131","","MI","Ontonagon","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.909524,"LB" +"39005","","OH","Ashland","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",75.7652,"LB" +"55001","","WI","Adams","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.5222,"LB" +"26017","","MI","Bay","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.991702,"LB" +"17019","","IL","Champaign","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.20112,"LB" +"27145","","MN","Stearns","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2695.6,"LB" +"39073","","OH","Hocking","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3826.46,"LB" +"17111","","IL","McHenry","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3327.8,"LB" +"18019","","IN","Clark","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.36978,"LB" +"39117","","OH","Morrow","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.36046,"LB" +"39065","","OH","Hardin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.06316,"LB" +"39093","","OH","Lorain","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.78794,"LB" +"39111","","OH","Monroe","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.699798,"LB" +"55039","","WI","Fond du Lac","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.23854,"LB" +"39041","","OH","Delaware","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4783.08,"LB" +"55057","","WI","Juneau","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",16.22878,"LB" +"17131","","IL","Mercer","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"39079","","OH","Jackson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.11768,"LB" +"55055","","WI","Jefferson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2020.76,"LB" +"18091","","IN","La Porte","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",24.9096,"LB" +"55137","","WI","Waushara","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2525.94,"LB" +"18173","","IN","Warrick","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.2915,"LB" +"55053","","WI","Jackson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"17051","","IL","Fayette","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.56062,"LB" +"55061","","WI","Kewaunee","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.830444,"LB" +"39119","","OH","Muskingum","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.3754,"LB" +"55099","","WI","Price","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.816492,"LB" +"39011","","OH","Auglaize","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.413,"LB" +"39053","","OH","Gallia","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.724236,"LB" +"55073","","WI","Marathon","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.13422,"LB" +"39123","","OH","Ottawa","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.48774,"LB" +"39051","","OH","Fulton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.94072,"LB" +"39167","","OH","Washington","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"17191","","IL","Wayne","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"55123","","WI","Vernon","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1010.378,"LB" +"55061","","WI","Kewaunee","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.03502,"LB" +"39089","","OH","Licking","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.7206,"LB" +"26021","","MI","Berrien","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",14.18352,"LB" +"27071","","MN","Koochiching","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.700188,"LB" +"39049","","OH","Franklin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"39131","","OH","Pike","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"55091","","WI","Pepin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.84553,"LB" +"18165","","IN","Vermillion","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.21052,"LB" +"17025","","IL","Clay","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.5864,"LB" +"55067","","WI","Langlade","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.047,"LB" +"26089","","MI","Leelanau","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.7958,"LB" +"17027","","IL","Clinton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"27027","","MN","Clay","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1617.36,"LB" +"39171","","OH","Williams","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.8028,"LB" +"17091","","IL","Kankakee","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.64686,"LB" +"39049","","OH","Franklin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.60116,"LB" +"27019","","MN","Carver","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"26077","","MI","Kalamazoo","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.0328,"LB" +"55135","","WI","Waupaca","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",25.3748,"LB" +"39095","","OH","Lucas","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.683384,"LB" +"55033","","WI","Dunn","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1010.378,"LB" +"39095","","OH","Lucas","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"26103","","MI","Marquette","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.88738,"LB" +"18045","","IN","Fountain","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.19098,"LB" +"17179","","IL","Tazewell","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.40322,"LB" +"26151","","MI","Sanilac","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4365.36,"LB" +"39065","","OH","Hardin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"26125","","MI","Oakland","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",28.5492,"LB" +"27109","","MN","Olmsted","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.885634,"LB" +"26103","","MI","Marquette","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"26069","","MI","Iosco","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"18005","","IN","Bartholomew","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.41314,"LB" +"17005","","IL","Bond","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.71646,"LB" +"26017","","MI","Bay","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"27087","","MN","Mahnomen","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.727538,"LB" +"55111","","WI","Sauk","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",26.713,"LB" +"55123","","WI","Vernon","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.683526,"LB" +"18059","","IN","Hancock","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"39167","","OH","Washington","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.83428,"LB" +"27163","","MN","Washington","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.61422,"LB" +"55107","","WI","Rusk","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.824526,"LB" +"17157","","IL","Randolph","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"17125","","IL","Mason","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"26039","","MI","Crawford","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",36.797,"LB" +"26059","","MI","Hillsdale","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",31.612,"LB" +"27025","","MN","Chisago","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.26036,"LB" +"55101","","WI","Racine","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.48194,"LB" +"55059","","WI","Kenosha","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.484428,"LB" +"26007","","MI","Alpena","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.89184,"LB" +"39169","","OH","Wayne","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.34658,"LB" +"26115","","MI","Monroe","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7639.38,"LB" +"26081","","MI","Kent","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",61.8312,"LB" +"18169","","IN","Wabash","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.15436,"LB" +"55059","","WI","Kenosha","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",5.9286,"LB" +"27147","","MN","Steele","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.772688,"LB" +"39013","","OH","Belmont","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"27157","","MN","Wabasha","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2156.48,"LB" +"26159","","MI","Van Buren","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",31.7122,"LB" +"27025","","MN","Chisago","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.64908,"LB" +"26129","","MI","Ogemaw","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.77452,"LB" +"18085","","IN","Kosciusko","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",10344,"LB" +"18093","","IN","Lawrence","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"18013","","IN","Brown","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5746.66,"LB" +"17051","","IL","Fayette","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.18136,"LB" +"26133","","MI","Osceola","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.5384,"LB" +"18107","","IN","Montgomery","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.1769,"LB" +"39025","","OH","Clermont","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.33936,"LB" +"55109","","WI","St. Croix","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.02776,"LB" +"39149","","OH","Shelby","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.691784,"LB" +"18019","","IN","Clark","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.52072,"LB" +"18015","","IN","Carroll","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"26155","","MI","Shiawassee","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",23.4322,"LB" +"27053","","MN","Hennepin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.5776,"LB" +"26029","","MI","Charlevoix","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.71956,"LB" +"27169","","MN","Winona","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"26163","","MI","Wayne","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.9616,"LB" +"17087","","IL","Johnson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.45876,"LB" +"39031","","OH","Coshocton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.99456,"LB" +"26051","","MI","Gladwin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.1785,"LB" +"55109","","WI","St. Croix","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.24186,"LB" +"18111","","IN","Newton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",35.2438,"LB" +"17021","","IL","Christian","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.16894,"LB" +"55097","","WI","Portage","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.99402,"LB" +"55011","","WI","Buffalo","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"55005","","WI","Barron","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.80472,"LB" +"55139","","WI","Winnebago","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.36516,"LB" +"39037","","OH","Darke","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.690782,"LB" +"39077","","OH","Huron","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.75078,"LB" +"39083","","OH","Knox","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.34634,"LB" +"17167","","IL","Sangamon","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6732.58,"LB" +"18091","","IN","La Porte","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.39244,"LB" +"18051","","IN","Gibson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"18053","","IN","Grant","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.87952,"LB" +"17173","","IL","Shelby","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.3285,"LB" +"39003","","OH","Allen","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.1618,"LB" +"27099","","MN","Mower","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"39073","","OH","Hocking","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",29.376,"LB" +"17027","","IL","Clinton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.20262,"LB" +"17055","","IL","Franklin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.21618,"LB" +"26133","","MI","Osceola","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.90184,"LB" +"27061","","MN","Itasca","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",25.1822,"LB" +"26035","","MI","Clare","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",37.7334,"LB" +"26043","","MI","Dickinson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.935672,"LB" +"17057","","IL","Fulton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"27027","","MN","Clay","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.61832,"LB" +"17199","","IL","Williamson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.67142,"LB" +"39037","","OH","Darke","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"17137","","IL","Morgan","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"55025","","WI","Dane","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2525.94,"LB" +"26165","","MI","Wexford","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.2076,"LB" +"39151","","OH","Stark","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.698,"LB" +"27055","","MN","Houston","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1617.36,"LB" +"27035","","MN","Crow Wing","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.29354,"LB" +"17003","","IL","Alexander","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"55105","","WI","Rock","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2020.76,"LB" +"17081","","IL","Jefferson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.61574,"LB" +"27117","","MN","Pipestone","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.42326,"LB" +"55063","","WI","La Crosse","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2020.76,"LB" +"39051","","OH","Fulton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.35648,"LB" +"17113","","IL","McLean","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.13064,"LB" +"27117","","MN","Pipestone","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"18177","","IN","Wayne","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"27007","","MN","Beltrami","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3234.72,"LB" +"39117","","OH","Morrow","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.00962,"LB" +"17025","","IL","Clay","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.3887,"LB" +"26083","","MI","Keweenaw","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"39001","","OH","Adams","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.714484,"LB" +"17077","","IL","Jackson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.31506,"LB" +"26055","","MI","Grand Traverse","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.90444,"LB" +"18077","","IN","Jefferson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.70298,"LB" +"26143","","MI","Roscommon","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"39067","","OH","Harrison","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.2182,"LB" +"39137","","OH","Putnam","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.688998,"LB" +"27137","","MN","St. Louis","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",82.0352,"LB" +"27003","","MN","Anoka","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.66422,"LB" +"39099","","OH","Mahoning","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"27019","","MN","Carver","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.775504,"LB" +"39061","","OH","Hamilton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.2626,"LB" +"17063","","IL","Grundy","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2218.54,"LB" +"17117","","IL","Macoupin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.64574,"LB" +"17163","","IL","St. Clair","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1109.272,"LB" +"26061","","MI","Houghton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.898062,"LB" +"26009","","MI","Antrim","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.955466,"LB" +"39007","","OH","Ashtabula","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",18.13328,"LB" +"39069","","OH","Henry","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.687642,"LB" +"39027","","OH","Clinton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.3088,"LB" +"55105","","WI","Rock","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.42868,"LB" +"55079","","WI","Milwaukee","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.95814,"LB" +"39097","","OH","Madison","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.1668,"LB" +"26015","","MI","Barry","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.9994,"LB" +"18085","","IN","Kosciusko","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",77.5076,"LB" +"27105","","MN","Nobles","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.5168,"LB" +"55031","","WI","Douglas","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1515.564,"LB" +"55017","","WI","Chippewa","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",12.67796,"LB" +"18085","","IN","Kosciusko","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",19.263,"LB" +"17091","","IL","Kankakee","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"26047","","MI","Emmet","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.71048,"LB" +"17091","","IL","Kankakee","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.11966,"LB" +"17111","","IL","McHenry","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.9452,"LB" +"27141","","MN","Sherburne","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1617.36,"LB" +"55099","","WI","Price","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",2.97808,"LB" +"18013","","IN","Brown","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",46.8754,"LB" +"39165","","OH","Warren","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.992,"LB" +"55071","","WI","Manitowoc","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.49448,"LB" +"39027","","OH","Clinton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.95328,"LB" +"17049","","IL","Effingham","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.60762,"LB" +"17119","","IL","Madison","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4437.08,"LB" +"17027","","IL","Clinton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.80624,"LB" +"27137","","MN","St. Louis","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",22.875,"LB" +"26049","","MI","Genesee","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"17031","","IL","Cook","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",25513.2,"LB" +"27049","","MN","Goodhue","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.5014,"LB" +"39151","","OH","Stark","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",47.8834,"LB" +"39155","","OH","Trumbull","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"27013","","MN","Blue Earth","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.887064,"LB" +"39139","","OH","Richland","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",27.7024,"LB" +"27101","","MN","Murray","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.48036,"LB" +"26027","","MI","Cass","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",39.9356,"LB" +"26041","","MI","Delta","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.87566,"LB" +"55011","","WI","Buffalo","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.319,"LB" +"55071","","WI","Manitowoc","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1515.564,"LB" +"55021","","WI","Columbia","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.00712,"LB" +"27053","","MN","Hennepin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3234.72,"LB" +"55055","","WI","Jefferson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.32268,"LB" +"18057","","IN","Hamilton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.13184,"LB" +"17197","","IL","Will","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.92428,"LB" +"17001","","IL","Adams","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",27.9662,"LB" +"26113","","MI","Missaukee","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"27051","","MN","Grant","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"17157","","IL","Randolph","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.22114,"LB" +"27003","","MN","Anoka","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2156.48,"LB" +"18111","","IN","Newton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.63344,"LB" +"26059","","MI","Hillsdale","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4365.36,"LB" +"27013","","MN","Blue Earth","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.45146,"LB" +"55119","","WI","Taylor","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.821478,"LB" +"55003","","WI","Ashland","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.8155,"LB" +"17061","","IL","Greene","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.52746,"LB" +"17181","","IL","Union","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.72448,"LB" +"27139","","MN","Scott","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.55648,"LB" +"27045","","MN","Fillmore","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"55075","","WI","Marinette","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.827152,"LB" +"39025","","OH","Clermont","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"17007","","IL","Boone","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.07538,"LB" +"17011","","IL","Bureau","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.6277,"LB" +"18167","","IN","Vigo","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.45606,"LB" +"55125","","WI","Vilas","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",14650.44,"LB" +"55131","","WI","Washington","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1510.836,"LB" +"17087","","IL","Johnson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2244.2,"LB" +"18019","","IN","Clark","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"26047","","MI","Emmet","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4365.36,"LB" +"26061","","MI","Houghton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.70912,"LB" +"27047","","MN","Freeborn","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.42374,"LB" +"39027","","OH","Clinton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"55101","","WI","Racine","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",5.86772,"LB" +"26091","","MI","Lenawee","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"39135","","OH","Preble","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.87996,"LB" +"18155","","IN","Switzerland","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.2208,"LB" +"55013","","WI","Burnett","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2525.94,"LB" +"27077","","MN","Lake of the Woods","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.91546,"LB" +"27095","","MN","Mille Lacs","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.744144,"LB" +"18121","","IN","Parke","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.95752,"LB" +"26073","","MI","Isabella","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"26161","","MI","Washtenaw","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6548.04,"LB" +"26053","","MI","Gogebic","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"26033","","MI","Chippewa","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.73442,"LB" +"26037","","MI","Clinton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.00838,"LB" +"26061","","MI","Houghton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"26015","","MI","Barry","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"26083","","MI","Keweenaw","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.57174,"LB" +"55041","","WI","Forest","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.810416,"LB" +"55131","","WI","Washington","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.65352,"LB" +"55071","","WI","Manitowoc","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.01936,"LB" +"17017","","IL","Cass","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.15548,"LB" +"26071","","MI","Iron","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.81526,"LB" +"27097","","MN","Morrison","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.63862,"LB" +"55103","","WI","Richland","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.847626,"LB" +"39035","","OH","Cuyahoga","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.02444,"LB" +"18041","","IN","Fayette","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.19448,"LB" +"39113","","OH","Montgomery","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"17017","","IL","Cass","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.29868,"LB" +"18135","","IN","Randolph","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"55045","","WI","Green","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.85733,"LB" +"17015","","IL","Carroll","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"26023","","MI","Branch","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"18039","","IN","Elkhart","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",25.4438,"LB" +"26031","","MI","Cheboygan","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"39111","","OH","Monroe","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"39111","","OH","Monroe","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.33866,"LB" +"55057","","WI","Juneau","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2525.94,"LB" +"18065","","IN","Henry","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.08782,"LB" +"26009","","MI","Antrim","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"26155","","MI","Shiawassee","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.0095,"LB" +"18033","","IN","De Kalb","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3448,"LB" +"55055","","WI","Jefferson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.40492,"LB" +"55129","","WI","Washburn","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.7764,"LB" +"17017","","IL","Cass","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"27097","","MN","Morrison","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.21504,"LB" +"55043","","WI","Grant","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.5844,"LB" +"39101","","OH","Marion","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.677708,"LB" +"55067","","WI","Langlade","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.46392,"LB" +"55077","","WI","Marquette","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.5274,"LB" +"55023","","WI","Crawford","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"27171","","MN","Wright","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3234.72,"LB" +"27051","","MN","Grant","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.27818,"LB" +"27169","","MN","Winona","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.47564,"LB" +"55073","","WI","Marathon","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1010.378,"LB" +"55029","","WI","Door","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",27.4728,"LB" +"17173","","IL","Shelby","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"18003","","IN","Allen","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.7639,"LB" +"26099","","MI","Macomb","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.63388,"LB" +"18155","","IN","Switzerland","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.6619,"LB" +"26011","","MI","Arenac","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"27129","","MN","Renville","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.44462,"LB" +"39081","","OH","Jefferson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"18073","","IN","Jasper","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.15182,"LB" +"27091","","MN","Martin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.52432,"LB" +"26075","","MI","Jackson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",10913.4,"LB" +"17049","","IL","Effingham","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.18044,"LB" +"18045","","IN","Fountain","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.27908,"LB" +"55047","","WI","Green Lake","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.83992,"LB" +"26021","","MI","Berrien","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",55.834,"LB" +"18027","","IN","Daviess","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"18077","","IN","Jefferson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"26097","","MI","Mackinac","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.677,"LB" +"27087","","MN","Mahnomen","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"39001","","OH","Adams","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"27103","","MN","Nicollet","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.886814,"LB" +"26069","","MI","Iosco","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.9191,"LB" +"17163","","IL","St. Clair","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.56292,"LB" +"39055","","OH","Geauga","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.30086,"LB" +"17051","","IL","Fayette","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"17149","","IL","Pike","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2244.2,"LB" +"27103","","MN","Nicollet","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.45502,"LB" +"26041","","MI","Delta","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.23856,"LB" +"17039","","IL","De Witt","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.0981,"LB" +"26037","","MI","Clinton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"55109","","WI","St. Croix","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3031.14,"LB" +"27099","","MN","Mower","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.40354,"LB" +"39053","","OH","Gallia","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"39049","","OH","Franklin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.4132,"LB" +"39057","","OH","Greene","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.9695,"LB" +"17005","","IL","Bond","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.19346,"LB" +"55091","","WI","Pepin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.3058,"LB" +"55081","","WI","Monroe","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.52412,"LB" +"39133","","OH","Portage","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",12436,"LB" +"27067","","MN","Kandiyohi","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2156.48,"LB" +"18151","","IN","Steuben","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",58.2024,"LB" +"27035","","MN","Crow Wing","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7008.56,"LB" +"26033","","MI","Chippewa","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.658,"LB" +"26097","","MI","Mackinac","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.74472,"LB" +"26069","","MI","Iosco","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.69596,"LB" +"18135","","IN","Randolph","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.97672,"LB" +"18051","","IN","Gibson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.5204,"LB" +"18081","","IN","Johnson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.39066,"LB" +"39073","","OH","Hocking","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.80012,"LB" +"39067","","OH","Harrison","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.06672,"LB" +"39031","","OH","Coshocton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"39097","","OH","Madison","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"18021","","IN","Clay","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.41978,"LB" +"17005","","IL","Bond","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"26113","","MI","Missaukee","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.956878,"LB" +"26099","","MI","Macomb","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4365.36,"LB" +"26145","","MI","Saginaw","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"39055","","OH","Geauga","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4783.08,"LB" +"26099","","MI","Macomb","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",29.8752,"LB" +"27041","","MN","Douglas","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.38386,"LB" +"27045","","MN","Fillmore","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.98604,"LB" +"17117","","IL","Macoupin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"27153","","MN","Todd","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.42912,"LB" +"26031","","MI","Cheboygan","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",35.5328,"LB" +"27009","","MN","Benton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.34874,"LB" +"26095","","MI","Luce","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.8911,"LB" +"55091","","WI","Pepin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"17191","","IL","Wayne","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.20196,"LB" +"55063","","WI","La Crosse","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.38826,"LB" +"26157","","MI","Tuscola","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.49276,"LB" +"17007","","IL","Boone","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.1593,"LB" +"55047","","WI","Green Lake","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.21674,"LB" +"55081","","WI","Monroe","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.70972,"LB" +"39155","","OH","Trumbull","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.3192,"LB" +"18143","","IN","Scott","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.21744,"LB" +"18095","","IN","Madison","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",35.9524,"LB" +"26047","","MI","Emmet","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",27.736,"LB" +"26145","","MI","Saginaw","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.00822,"LB" +"18033","","IN","De Kalb","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.43392,"LB" +"26123","","MI","Newaygo","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"55137","","WI","Waushara","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.19106,"LB" +"26065","","MI","Ingham","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4365.36,"LB" +"17203","","IL","Woodford","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2244.2,"LB" +"39035","","OH","Cuyahoga","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"18173","","IN","Warrick","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"39057","","OH","Greene","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.3756,"LB" +"26003","","MI","Alger","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.907458,"LB" +"39005","","OH","Ashland","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",18.4309,"LB" +"17121","","IL","Marion","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.19044,"LB" +"18095","","IN","Madison","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4597.34,"LB" +"39075","","OH","Holmes","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.914,"LB" +"39085","","OH","Lake","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"27131","","MN","Rice","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.26334,"LB" +"17163","","IL","St. Clair","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.866294,"LB" +"55129","","WI","Washburn","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3536.32,"LB" +"55003","","WI","Ashland","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",2.9744,"LB" +"39137","","OH","Putnam","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.09038,"LB" +"55129","","WI","Washburn","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.78828,"LB" +"17015","","IL","Carroll","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.09404,"LB" +"26055","","MI","Grand Traverse","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.1642,"LB" +"39043","","OH","Erie","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.41266,"LB" +"18105","","IN","Monroe","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5746.66,"LB" +"18063","","IN","Hendricks","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.1918,"LB" +"17001","","IL","Adams","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.49888,"LB" +"26007","","MI","Alpena","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"26075","","MI","Jackson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",78.0624,"LB" +"55023","","WI","Crawford","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.85642,"LB" +"55079","","WI","Milwaukee","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.231,"LB" +"18113","","IN","Noble","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"17141","","IL","Ogle","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",66.7026,"LB" +"18135","","IN","Randolph","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.1684,"LB" +"55113","","WI","Sawyer","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",15.62014,"LB" +"26059","","MI","Hillsdale","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.0371,"LB" +"17075","","IL","Iroquois","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3366.3,"LB" +"55087","","WI","Outagamie","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.674964,"LB" +"55085","","WI","Oneida","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.51076,"LB" +"17097","","IL","Lake","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",21.0208,"LB" +"55131","","WI","Washington","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.20316,"LB" +"17155","","IL","Putnam","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.71098,"LB" +"55033","","WI","Dunn","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.41692,"LB" +"17199","","IL","Williamson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3366.3,"LB" +"17103","","IL","Lee","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",16.79208,"LB" +"55119","","WI","Taylor","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.01086,"LB" +"17083","","IL","Jersey","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.841514,"LB" +"26139","","MI","Ottawa","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",38.192,"LB" +"39173","","OH","Wood","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"55063","","WI","La Crosse","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",12.98976,"LB" +"18171","","IN","Warren","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.1906,"LB" +"55113","","WI","Sawyer","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",9598.58,"LB" +"26011","","MI","Arenac","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.04822,"LB" +"17011","","IL","Bureau","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"17093","","IL","Kendall","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",29.0654,"LB" +"18099","","IN","Marshall","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",17.19926,"LB" +"39053","","OH","Gallia","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.74382,"LB" +"39041","","OH","Delaware","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.48104,"LB" +"26133","","MI","Osceola","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"18147","","IN","Spencer","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"26081","","MI","Kent","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",8730.7,"LB" +"55111","","WI","Sauk","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4041.5,"LB" +"26011","","MI","Arenac","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.9472,"LB" +"55053","","WI","Jackson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.839382,"LB" +"18141","","IN","St. Joseph","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",25.4334,"LB" +"26077","","MI","Kalamazoo","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2182.68,"LB" +"55107","","WI","Rusk","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.10036,"LB" +"26117","","MI","Montcalm","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"18141","","IN","St. Joseph","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.40356,"LB" +"27077","","MN","Lake of the Woods","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7547.68,"LB" +"39071","","OH","Highland","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.811,"LB" +"39155","","OH","Trumbull","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.54844,"LB" +"26023","","MI","Branch","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.00576,"LB" +"27129","","MN","Renville","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.882304,"LB" +"26045","","MI","Eaton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.75088,"LB" +"55045","","WI","Green","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.43832,"LB" +"39133","","OH","Portage","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",87.4134,"LB" +"39153","","OH","Summit","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",67.8154,"LB" +"27007","","MN","Beltrami","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.1456,"LB" +"27115","","MN","Pine","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.70108,"LB" +"27065","","MN","Kanabec","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.872284,"LB" +"17167","","IL","Sangamon","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.03948,"LB" +"17099","","IL","La Salle","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",51.8954,"LB" +"55119","","WI","Taylor","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"17061","","IL","Greene","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.17652,"LB" +"17173","","IL","Shelby","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.16466,"LB" +"26027","","MI","Cass","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.10942,"LB" +"55017","","WI","Chippewa","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.33696,"LB" +"18097","","IN","Marion","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3448,"LB" +"27111","","MN","Otter Tail","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6469.44,"LB" +"18137","","IN","Ripley","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.10564,"LB" +"55103","","WI","Richland","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.35692,"LB" +"17161","","IL","Rock Island","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5610.5,"LB" +"39143","","OH","Sandusky","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5739.7,"LB" +"17085","","IL","Jo Daviess","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.07466,"LB" +"39083","","OH","Knox","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.92394,"LB" +"18033","","IN","De Kalb","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",26.0796,"LB" +"18161","","IN","Union","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"39103","","OH","Medina","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.71348,"LB" +"17097","","IL","Lake","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",13311.26,"LB" +"26015","","MI","Barry","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",39.033,"LB" +"39107","","OH","Mercer","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.1174,"LB" +"17201","","IL","Winnebago","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2244.2,"LB" +"39011","","OH","Auglaize","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3826.46,"LB" +"18027","","IN","Daviess","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.24532,"LB" +"39023","","OH","Clark","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.29528,"LB" +"39021","","OH","Champaign","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.687504,"LB" +"39043","","OH","Erie","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",33.9554,"LB" +"18163","","IN","Vanderburgh","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.29322,"LB" +"26037","","MI","Clinton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.8411,"LB" +"27109","","MN","Olmsted","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"17129","","IL","Menard","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.33008,"LB" +"27117","","MN","Pipestone","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.879884,"LB" +"39081","","OH","Jefferson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.06278,"LB" +"17043","","IL","DuPage","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.9808,"LB" +"26035","","MI","Clare","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.85598,"LB" +"39013","","OH","Belmont","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.0907,"LB" +"17073","","IL","Henry","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2244.2,"LB" +"55025","","WI","Dane","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",16.84136,"LB" +"17055","","IL","Franklin","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.06008,"LB" +"26137","","MI","Otsego","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.1158,"LB" +"55029","","WI","Door","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.47524,"LB" +"26045","","MI","Eaton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"39033","","OH","Crawford","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.678808,"LB" +"39133","","OH","Portage","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",21.6588,"LB" +"26009","","MI","Antrim","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.31954,"LB" +"55139","","WI","Winnebago","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1010.378,"LB" +"55121","","WI","Trempealeau","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"55083","","WI","Oconto","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.47392,"LB" +"18171","","IN","Warren","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"39153","","OH","Summit","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",16.70774,"LB" +"39079","","OH","Jackson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.2046,"LB" +"39145","","OH","Scioto","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.59382,"LB" +"17157","","IL","Randolph","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.23008,"LB" +"39107","","OH","Mercer","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"18059","","IN","Hancock","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.18592,"LB" +"27105","","MN","Nobles","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.88785,"LB" +"39019","","OH","Carroll","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.3555,"LB" +"17181","","IL","Union","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.26358,"LB" +"26151","","MI","Sanilac","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.92122,"LB" +"17075","","IL","Iroquois","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",26.3114,"LB" +"18011","","IN","Boone","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.17778,"LB" +"55027","","WI","Dodge","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.71308,"LB" +"27079","","MN","Le Sueur","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.74692,"LB" +"18181","","IN","White","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",17.69764,"LB" +"18107","","IN","Montgomery","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.08018,"LB" +"18177","","IN","Wayne","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.46566,"LB" +"39067","","OH","Harrison","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"17143","","IL","Peoria","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",17.81022,"LB" +"18081","","IN","Johnson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.5145,"LB" +"55097","","WI","Portage","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.68476,"LB" +"26165","","MI","Wexford","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"39093","","OH","Lorain","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",47.8076,"LB" +"17015","","IL","Carroll","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.53526,"LB" +"39061","","OH","Hamilton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"26143","","MI","Roscommon","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.91906,"LB" +"17129","","IL","Menard","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.161,"LB" +"26089","","MI","Leelanau","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6548.04,"LB" +"26063","","MI","Huron","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"55019","","WI","Clark","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.827688,"LB" +"39101","","OH","Marion","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.94844,"LB" +"18073","","IN","Jasper","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"18081","","IN","Johnson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"39145","","OH","Scioto","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4783.08,"LB" +"17141","","IL","Ogle","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",16.70056,"LB" +"39003","","OH","Allen","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.37794,"LB" +"39143","","OH","Sandusky","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",42.2794,"LB" +"27041","","MN","Douglas","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.21096,"LB" +"39071","","OH","Highland","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.40812,"LB" +"39041","","OH","Delaware","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",35.8482,"LB" +"18163","","IN","Vanderburgh","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"18113","","IN","Noble","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.5312,"LB" +"17073","","IL","Henry","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",17.28972,"LB" +"26121","","MI","Muskegon","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",67.9072,"LB" +"26117","","MI","Montcalm","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",38.7786,"LB" +"39109","","OH","Miami","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.02306,"LB" +"55085","","WI","Oneida","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",23.5972,"LB" +"27021","","MN","Cass","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",24.1784,"LB" +"39037","","OH","Darke","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.16032,"LB" +"26135","","MI","Oscoda","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.84978,"LB" +"39051","","OH","Fulton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"55087","","WI","Outagamie","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1010.378,"LB" +"18167","","IN","Vigo","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.9863,"LB" +"17183","","IL","Vermilion","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.41986,"LB" +"26131","","MI","Ontonagon","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"26127","","MI","Oceana","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",89.8528,"LB" +"17117","","IL","Macoupin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.18596,"LB" +"39165","","OH","Warren","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"17199","","IL","Williamson","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",30.5468,"LB" +"39029","","OH","Columbiana","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",41.6758,"LB" +"18039","","IN","Elkhart","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3448,"LB" +"27131","","MN","Rice","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.65874,"LB" +"27057","","MN","Hubbard","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.8838,"LB" +"39149","","OH","Shelby","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.17364,"LB" +"26033","","MI","Chippewa","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"26117","","MI","Montcalm","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.9447,"LB" +"55035","","WI","Eau Claire","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"26087","","MI","Lapeer","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7639.38,"LB" +"26131","","MI","Ontonagon","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.84582,"LB" +"26159","","MI","Van Buren","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.06872,"LB" +"26147","","MI","St. Clair","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",36.581,"LB" +"27123","","MN","Ramsey","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.6737,"LB" +"55127","","WI","Walworth","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3031.14,"LB" +"26029","","MI","Charlevoix","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"27067","","MN","Kandiyohi","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.49688,"LB" +"17183","","IL","Vermilion","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2244.2,"LB" +"18117","","IN","Orange","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.88696,"LB" +"39059","","OH","Guernsey","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",44.101,"LB" +"18123","","IN","Perry","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"18045","","IN","Fountain","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"17061","","IL","Greene","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"26159","","MI","Van Buren","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4365.36,"LB" +"17143","","IL","Peoria","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.26178,"LB" +"17141","","IL","Ogle","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",8976.78,"LB" +"17069","","IL","Hardin","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"18041","","IN","Fayette","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"17057","","IL","Fulton","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.06796,"LB" +"18111","","IN","Newton","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4597.34,"LB" +"17077","","IL","Jackson","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"18093","","IN","Lawrence","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.44036,"LB" +"39089","","OH","Licking","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.75922,"LB" +"26053","","MI","Gogebic","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.90812,"LB" +"26121","","MI","Muskegon","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",17.89792,"LB" +"26145","","MI","Saginaw","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.53492,"LB" +"39113","","OH","Montgomery","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.57288,"LB" +"26067","","MI","Ionia","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"27045","","MN","Fillmore","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.77828,"LB" +"39131","","OH","Pike","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.5254,"LB" +"18107","","IN","Montgomery","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"18161","","IN","Union","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.82346,"LB" +"18003","","IN","Allen","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",44.0188,"LB" +"17149","","IL","Pike","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.33424,"LB" +"39105","","OH","Meigs","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.710836,"LB" +"27161","","MN","Waseca","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.887382,"LB" +"17031","","IL","Cook","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",40.9602,"LB" +"26135","","MI","Oscoda","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.0686,"LB" +"27147","","MN","Steele","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"55027","","WI","Dodge","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1515.564,"LB" +"55095","","WI","Polk","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",22.5422,"LB" +"39063","","OH","Hancock","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.99032,"LB" +"39105","","OH","Meigs","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",956.616,"LB" +"26101","","MI","Manistee","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",9822.04,"LB" +"39011","","OH","Auglaize","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.7574,"LB" +"39135","","OH","Preble","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"39099","","OH","Mahoning","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.00898,"LB" +"39021","","OH","Champaign","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.09022,"LB" +"26085","","MI","Lake","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.88804,"LB" +"27071","","MN","Koochiching","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.25596,"LB" +"26003","","MI","Alger","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"26095","","MI","Luce","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1091.34,"LB" +"26157","","MI","Tuscola","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.99346,"LB" +"55041","","WI","Forest","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"39139","","OH","Richland","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3826.46,"LB" +"17093","","IL","Kendall","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.11478,"LB" +"55013","","WI","Burnett","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.14238,"LB" +"55107","","WI","Rusk","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"17003","","IL","Alexander","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.5624,"LB" +"17095","","IL","Knox","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"39151","","OH","Stark","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6696.3,"LB" +"27157","","MN","Wabasha","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.92242,"LB" +"55113","","WI","Sawyer","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",58.3608,"LB" +"18087","","IN","Lagrange","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",12.7692,"LB" +"55127","","WI","Walworth","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.10784,"LB" +"17085","","IL","Jo Daviess","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.22052,"LB" +"26161","","MI","Washtenaw","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.47332,"LB" +"18099","","IN","Marshall","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.27886,"LB" +"26105","","MI","Mason","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",9822.04,"LB" +"26139","","MI","Ottawa","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.9894,"LB" +"17135","","IL","Montgomery","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.18742,"LB" +"17095","","IL","Knox","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.11498,"LB" +"39109","","OH","Miami","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.29082,"LB" +"39001","","OH","Adams","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.56198,"LB" +"18181","","IN","White","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"18173","","IN","Warrick","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.55054,"LB" +"27161","","MN","Waseca","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.4175,"LB" +"17063","","IL","Grundy","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.5768,"LB" +"18171","","IN","Warren","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.18514,"LB" +"26135","","MI","Oscoda","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3274.02,"LB" +"55085","","WI","Oneida","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4041.5,"LB" +"17121","","IL","Marion","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"55011","","WI","Buffalo","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.848504,"LB" +"39043","","OH","Erie","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4783.08,"LB" +"17161","","IL","Rock Island","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",43.3646,"LB" +"17179","","IL","Tazewell","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3366.3,"LB" +"27013","","MN","Blue Earth","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"27115","","MN","Pine","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1617.36,"LB" +"18113","","IN","Noble","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.1364,"LB" +"17195","","IL","Whiteside","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.45062,"LB" +"39007","","OH","Ashtabula","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",10522.76,"LB" +"55019","","WI","Clark","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.08056,"LB" +"55083","","WI","Oconto","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.14736,"LB" +"18075","","IN","Jay","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"39059","","OH","Guernsey","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5739.7,"LB" +"18005","","IN","Bartholomew","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.90604,"LB" +"17119","","IL","Madison","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",33.852,"LB" +"27153","","MN","Todd","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.729126,"LB" +"55125","","WI","Vilas","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",23.5602,"LB" +"27171","","MN","Wright","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.27426,"LB" +"55137","","WI","Waushara","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.99832,"LB" +"26121","","MI","Muskegon","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",9822.04,"LB" +"18035","","IN","Delaware","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"55133","","WI","Waukesha","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1510.836,"LB" +"55017","","WI","Chippewa","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2020.76,"LB" +"55001","","WI","Adams","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.75358,"LB" +"18151","","IN","Steuben","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",8045.32,"LB" +"17197","","IL","Will","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5546.34,"LB" +"18181","","IN","White","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.31802,"LB" +"55023","","WI","Crawford","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",3.39676,"LB" +"27075","","MN","Lake","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.38958,"LB" +"27057","","MN","Hubbard","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",25.2462,"LB" +"26093","","MI","Livingston","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",29.6794,"LB" +"55025","","WI","Dane","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.25984,"LB" +"27145","","MN","Stearns","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.40812,"LB" +"27079","","MN","Le Sueur","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.54608,"LB" +"27071","","MN","Koochiching","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"17011","","IL","Bureau","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.11664,"LB" +"17093","","IL","Kendall","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4437.08,"LB" +"55043","","WI","Grant","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2020.76,"LB" +"55077","","WI","Marquette","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3031.14,"LB" +"18015","","IN","Carroll","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.89952,"LB" +"26123","","MI","Newaygo","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.92446,"LB" +"18091","","IN","La Porte","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3448,"LB" +"55123","","WI","Vernon","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.4794,"LB" +"18161","","IN","Union","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.39258,"LB" +"17197","","IL","Will","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",36.4976,"LB" +"39165","","OH","Warren","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.879,"LB" +"39099","","OH","Mahoning","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.6416,"LB" +"17161","","IL","Rock Island","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.5988,"LB" +"17099","","IL","La Salle","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",12.68816,"LB" +"18071","","IN","Jackson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.41516,"LB" +"26051","","MI","Gladwin","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.94872,"LB" +"18143","","IN","Scott","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",9.69446,"LB" +"17181","","IL","Union","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"27005","","MN","Becker","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4312.96,"LB" +"27059","","MN","Isanti","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.755254,"LB" +"27131","","MN","Rice","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1617.36,"LB" +"26075","","MI","Jackson","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",20.04,"LB" +"55003","","WI","Ashland","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",505.188,"LB" +"39085","","OH","Lake","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.33006,"LB" +"26025","","MI","Calhoun","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.60416,"LB" +"27095","","MN","Mille Lacs","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"18001","","IN","Adams","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",8.90572,"LB" +"17089","","IL","Kane","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.3691,"LB" +"18137","","IN","Ripley","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2298.66,"LB" +"39077","","OH","Huron","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"26003","","MI","Alger","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.72066,"LB" +"18169","","IN","Wabash","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"18163","","IN","Vanderburgh","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.5901,"LB" +"26089","","MI","Leelanau","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",43.649,"LB" +"18157","","IN","Tippecanoe","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",27.135,"LB" +"39109","","OH","Miami","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1913.23,"LB" +"39173","","OH","Wood","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.00746,"LB" +"39075","","OH","Holmes","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2869.86,"LB" +"27115","","MN","Pine","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.59416,"LB" +"26151","","MI","Sanilac","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",29.82,"LB" +"55115","","WI","Shawano","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.206,"LB" +"27017","","MN","Carlton","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.7117,"LB" +"39157","","OH","Tuscarawas","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.98764,"LB" +"27129","","MN","Renville","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"17195","","IL","Whiteside","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.09586,"LB" +"17137","","IL","Morgan","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.1742,"LB" +"26143","","MI","Roscommon","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.89778,"LB" +"27051","","MN","Grant","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.869984,"LB" +"39153","","OH","Summit","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",9566.16,"LB" +"27103","","MN","Nicollet","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",539.12,"LB" +"55095","","WI","Polk","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.85448,"LB" +"18039","","IN","Elkhart","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.40398,"LB" +"18117","","IN","Orange","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1149.332,"LB" +"18095","","IN","Madison","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.70938,"LB" +"26125","","MI","Oakland","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",16370.08,"LB" +"39035","","OH","Cuyahoga","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.0028,"LB" +"18137","","IN","Ripley","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.41778,"LB" +"18093","","IN","Lawrence","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.43612,"LB" +"17103","","IL","Lee","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.18552,"LB" +"27123","","MN","Ramsey","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",10.3002,"LB" +"26115","","MI","Monroe","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",54.0326,"LB" +"26081","","MI","Kent","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",15.98078,"LB" +"26147","","MI","St. Clair","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5456.68,"LB" +"27037","","MN","Dakota","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1078.24,"LB" +"27147","","MN","Steele","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.81818,"LB" +"17155","","IL","Putnam","NR","2260001010","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1122.1,"LB" +"26149","","MI","St. Joseph","NR","2260001010","E","","","2011EPAMOBILE","100414","Ethyl Benzene",47.51,"LB" +"27031","","MN","Cook","NR","2260001010","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.56428,"LB" +"55035","","WI","Eau Claire","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",54.2816,"LB" +"26097","","MI","Mackinac","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",500.724,"LB" +"26053","","MI","Gogebic","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6660,"LB" +"27151","","MN","Swift","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",55.1824,"LB" +"18131","","IN","Pulaski","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",279.852,"LB" +"26113","","MI","Missaukee","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7828.44,"LB" +"18099","","IN","Marshall","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",82.2286,"LB" +"18113","","IN","Noble","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1186.41,"LB" +"27129","","MN","Renville","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1120.098,"LB" +"26139","","MI","Ottawa","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",467.37,"LB" +"55121","","WI","Trempealeau","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",189.277,"LB" +"26101","","MI","Manistee","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",261.61,"LB" +"27119","","MN","Polk","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2230.82,"LB" +"27067","","MN","Kandiyohi","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3168.5,"LB" +"39029","","OH","Columbiana","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.04832,"LB" +"39103","","OH","Medina","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",33.342,"LB" +"55111","","WI","Sauk","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",17.75084,"LB" +"55019","","WI","Clark","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2711.36,"LB" +"27059","","MN","Isanti","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",261.074,"LB" +"27089","","MN","Marshall","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",904.434,"LB" +"18091","","IN","La Porte","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.86654,"LB" +"55099","","WI","Price","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",280.756,"LB" +"18111","","IN","Newton","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",271.72,"LB" +"55035","","WI","Eau Claire","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.4196,"LB" +"55021","","WI","Columbia","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1717.194,"LB" +"39007","","OH","Ashtabula","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",887.058,"LB" +"27161","","MN","Waseca","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",84.5118,"LB" +"27091","","MN","Martin","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",993.942,"LB" +"55063","","WI","La Crosse","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",44.57,"LB" +"27095","","MN","Mille Lacs","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",24.6164,"LB" +"26001","","MI","Alcona","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",535.05,"LB" +"26083","","MI","Keweenaw","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",51761.2,"LB" +"27157","","MN","Wabasha","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",15.43618,"LB" +"27141","","MN","Sherburne","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5770.14,"LB" +"27121","","MN","Pope","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1119.246,"LB" +"26035","","MI","Clare","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3738.96,"LB" +"55095","","WI","Polk","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",113.3388,"LB" +"27007","","MN","Beltrami","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",24.5728,"LB" +"26137","","MI","Otsego","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",50.7874,"LB" +"26001","","MI","Alcona","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",10048.44,"LB" +"55027","","WI","Dodge","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.86364,"LB" +"39125","","OH","Paulding","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",48.3922,"LB" +"26057","","MI","Gratiot","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2804.22,"LB" +"55091","","WI","Pepin","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",128.7796,"LB" +"27055","","MN","Houston","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",47.288,"LB" +"27147","","MN","Steele","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",132.8254,"LB" +"55105","","WI","Rock","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",32.2798,"LB" +"27047","","MN","Freeborn","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1792.674,"LB" +"27133","","MN","Rock","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",223.338,"LB" +"39055","","OH","Geauga","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.88318,"LB" +"17091","","IL","Kankakee","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",206.936,"LB" +"17103","","IL","Lee","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",9322.98,"LB" +"26105","","MI","Mason","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",227.764,"LB" +"27009","","MN","Benton","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",20.7696,"LB" +"55007","","WI","Bayfield","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5964.98,"LB" +"27077","","MN","Lake of the Woods","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.70276,"LB" +"39005","","OH","Ashland","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1685.406,"LB" +"27029","","MN","Clearwater","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.1433,"LB" +"27117","","MN","Pipestone","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",30.0058,"LB" +"26087","","MI","Lapeer","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1285.266,"LB" +"27099","","MN","Mower","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",122.0694,"LB" +"26063","","MI","Huron","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",36.3216,"LB" +"27041","","MN","Douglas","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3774.58,"LB" +"26005","","MI","Allegan","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1051.584,"LB" +"27125","","MN","Red Lake","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",392.12,"LB" +"55051","","WI","Iron","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",621.368,"LB" +"55063","","WI","La Crosse","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",813.408,"LB" +"26067","","MI","Ionia","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",20.9816,"LB" +"55081","","WI","Monroe","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",23.1754,"LB" +"27063","","MN","Jackson","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",36.8386,"LB" +"55097","","WI","Portage","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",14.34828,"LB" +"26011","","MI","Arenac","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",392.34,"LB" +"26001","","MI","Alcona","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",109.1604,"LB" +"27169","","MN","Winona","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",111.8114,"LB" +"18033","","IN","De Kalb","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",16.19102,"LB" +"26137","","MI","Otsego","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",248.562,"LB" +"55061","","WI","Kewaunee","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",48.6486,"LB" +"26023","","MI","Branch","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",27.7216,"LB" +"27103","","MN","Nicollet","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.932,"LB" +"26085","","MI","Lake","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",10165.32,"LB" +"26003","","MI","Alger","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",11917.92,"LB" +"27035","","MN","Crow Wing","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",69.5278,"LB" +"27021","","MN","Cass","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4181.2,"LB" +"27011","","MN","Big Stone","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.2762,"LB" +"26139","","MI","Ottawa","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.36656,"LB" +"26117","","MI","Montcalm","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1869.48,"LB" +"55013","","WI","Burnett","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5603.48,"LB" +"26103","","MI","Marquette","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",18.1197,"LB" +"27101","","MN","Murray","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",41.0926,"LB" +"39125","","OH","Paulding","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4435.28,"LB" +"27165","","MN","Watonwan","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.70938,"LB" +"26093","","MI","Livingston","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",701.052,"LB" +"26011","","MI","Arenac","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6776.88,"LB" +"27051","","MN","Grant","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",476.512,"LB" +"55033","","WI","Dunn","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",122.4288,"LB" +"27153","","MN","Todd","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2399.6,"LB" +"27143","","MN","Sibley","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.34276,"LB" +"27089","","MN","Marshall","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.85622,"LB" +"55055","","WI","Jefferson","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1174.92,"LB" +"55015","","WI","Calumet","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",111.851,"LB" +"26155","","MI","Shiawassee","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",18.3848,"LB" +"27165","","MN","Watonwan","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",602.67,"LB" +"39123","","OH","Ottawa","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",138.0712,"LB" +"55001","","WI","Adams","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",47.5152,"LB" +"18183","","IN","Whitley","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",119.3094,"LB" +"26089","","MI","Leelanau","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",60.3682,"LB" +"39123","","OH","Ottawa","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",23.7282,"LB" +"27123","","MN","Ramsey","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",297.756,"LB" +"27129","","MN","Renville","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.41714,"LB" +"26011","","MI","Arenac","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",74.4326,"LB" +"27139","","MN","Scott","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5405.3,"LB" +"18073","","IN","Jasper","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1864.362,"LB" +"27019","","MN","Carver","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3703.84,"LB" +"27107","","MN","Norman","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",502.084,"LB" +"27133","","MN","Rock","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.5878,"LB" +"55113","","WI","Sawyer","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5422.72,"LB" +"55093","","WI","Pierce","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2440.22,"LB" +"27007","","MN","Beltrami","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2775.54,"LB" +"27131","","MN","Rice","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2991.2,"LB" +"27161","","MN","Waseca","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.03614,"LB" +"26027","","MI","Cass","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",141.3714,"LB" +"26103","","MI","Marquette","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",87.262,"LB" +"26067","","MI","Ionia","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1869.48,"LB" +"18091","","IN","La Porte","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",508.462,"LB" +"27039","","MN","Dodge","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1019.514,"LB" +"55049","","WI","Iowa","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",222.258,"LB" +"55081","","WI","Monroe","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",118.837,"LB" +"26029","","MI","Charlevoix","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",48.6472,"LB" +"26123","","MI","Newaygo","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2336.84,"LB" +"27161","","MN","Waseca","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1065.546,"LB" +"26109","","MI","Menominee","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4673.7,"LB" +"26129","","MI","Ogemaw","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",308.856,"LB" +"27125","","MN","Red Lake","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",27.5478,"LB" +"27093","","MN","Meeker","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",19.40718,"LB" +"55067","","WI","Langlade","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",211.4,"LB" +"27039","","MN","Dodge","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",80.2652,"LB" +"39143","","OH","Sandusky","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",15.83478,"LB" +"39173","","OH","Wood","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",46.9732,"LB" +"17015","","IL","Carroll","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",20310.8,"LB" +"27173","","MN","Yellow Medicine","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",556.64,"LB" +"39173","","OH","Wood","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.83484,"LB" +"39169","","OH","Wayne","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.9424,"LB" +"55043","","WI","Grant","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",19.95822,"LB" +"26063","","MI","Huron","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3271.6,"LB" +"26019","","MI","Benzie","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7010.52,"LB" +"27053","","MN","Hennepin","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",147.7504,"LB" +"27097","","MN","Morrison","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",273.602,"LB" +"39103","","OH","Medina","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.97814,"LB" +"26003","","MI","Alger","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",126.3442,"LB" +"26043","","MI","Dickinson","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",231.31,"LB" +"26059","","MI","Hillsdale","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",153.91,"LB" +"26047","","MI","Emmet","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3622.12,"LB" +"26085","","MI","Lake","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",578.048,"LB" +"55139","","WI","Winnebago","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.7732,"LB" +"55107","","WI","Rusk","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",301.64,"LB" +"39171","","OH","Williams","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",150.8922,"LB" +"39055","","OH","Geauga","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",975.762,"LB" +"27075","","MN","Lake","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1505.4,"LB" +"18087","","IN","Lagrange","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1581.882,"LB" +"17037","","IL","DeKalb","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",233.058,"LB" +"17093","","IL","Kendall","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",281.888,"LB" +"27063","","MN","Jackson","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",450.086,"LB" +"27061","","MN","Itasca","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",42.212,"LB" +"55137","","WI","Waushara","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",41.8042,"LB" +"26025","","MI","Calhoun","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",50.1988,"LB" +"17177","","IL","Stephenson","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",77.7154,"LB" +"27127","","MN","Redwood","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.37526,"LB" +"55125","","WI","Vilas","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",194.822,"LB" +"26095","","MI","Luce","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",829.456,"LB" +"27067","","MN","Kandiyohi","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",28.995,"LB" +"55023","","WI","Crawford","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",315.192,"LB" +"26043","","MI","Dickinson","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4323.18,"LB" +"27059","","MN","Isanti","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3433.62,"LB" +"55137","","WI","Waushara","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",208.82,"LB" +"27129","","MN","Renville","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",90.4998,"LB" +"55103","","WI","Richland","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4970.82,"LB" +"27113","","MN","Pennington","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",73.407,"LB" +"55069","","WI","Lincoln","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2982.5,"LB" +"55071","","WI","Manitowoc","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",12.03128,"LB" +"39077","","OH","Huron","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",96.6812,"LB" +"55029","","WI","Door","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3163.24,"LB" +"55135","","WI","Waupaca","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1717.194,"LB" +"26153","","MI","Schoolcraft","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",142.0738,"LB" +"27141","","MN","Sherburne","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",54.5102,"LB" +"26165","","MI","Wexford","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",41.1292,"LB" +"55037","","WI","Florence","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",17623.8,"LB" +"55041","","WI","Forest","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",93.271,"LB" +"27105","","MN","Nobles","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",60.3262,"LB" +"55129","","WI","Washburn","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",56.0188,"LB" +"26135","","MI","Oscoda","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",133.0464,"LB" +"27045","","MN","Fillmore","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.937,"LB" +"27065","","MN","Kanabec","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1439.766,"LB" +"55029","","WI","Door","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",34.6736,"LB" +"26051","","MI","Gladwin","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4323.18,"LB" +"27035","","MN","Crow Wing","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",550.176,"LB" +"26157","","MI","Tuscola","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1986.324,"LB" +"27121","","MN","Pope","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",88.9782,"LB" +"27081","","MN","Lincoln","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",197.7654,"LB" +"26135","","MI","Oscoda","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",692.88,"LB" +"55011","","WI","Buffalo","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6507.24,"LB" +"26021","","MI","Berrien","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",701.052,"LB" +"26051","","MI","Gladwin","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",47.3104,"LB" +"27023","","MN","Chippewa","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",665.754,"LB" +"27083","","MN","Lyon","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",714.342,"LB" +"55003","","WI","Ashland","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",55.5028,"LB" +"55027","","WI","Dodge","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1084.542,"LB" +"26015","","MI","Barry","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",22.5666,"LB" +"27153","","MN","Todd","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",21.9088,"LB" +"55021","","WI","Columbia","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",98.2072,"LB" +"26039","","MI","Crawford","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",85.2286,"LB" +"17015","","IL","Carroll","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",1382.4,"LB" +"39007","","OH","Ashtabula","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",52.5516,"LB" +"55107","","WI","Rusk","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5874.6,"LB" +"27049","","MN","Goodhue","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",25.0306,"LB" +"27101","","MN","Murray","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",499.528,"LB" +"27095","","MN","Mille Lacs","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",198.5118,"LB" +"26013","","MI","Baraga","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",13320.06,"LB" +"55055","","WI","Jefferson","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",67.2692,"LB" +"55117","","WI","Sheboygan","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",40.894,"LB" +"26005","","MI","Allegan","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",64.4276,"LB" +"26105","","MI","Mason","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4089.48,"LB" +"55087","","WI","Outagamie","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.4298,"LB" +"55113","","WI","Sawyer","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",274.12,"LB" +"55083","","WI","Oconto","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",26.1046,"LB" +"26033","","MI","Chippewa","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3037.9,"LB" +"27107","","MN","Norman","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.45598,"LB" +"26043","","MI","Dickinson","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",44.5888,"LB" +"39103","","OH","Medina","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",532.232,"LB" +"26025","","MI","Calhoun","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",817.896,"LB" +"26013","","MI","Baraga","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",136.721,"LB" +"55043","","WI","Grant","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1807.572,"LB" +"26117","","MI","Montcalm","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",20.8544,"LB" +"26127","","MI","Oceana","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",47.6958,"LB" +"27043","","MN","Faribault","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",787.65,"LB" +"55067","","WI","Langlade","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",44.9314,"LB" +"55077","","WI","Marquette","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6145.74,"LB" +"26111","","MI","Midland","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1402.11,"LB" +"55053","","WI","Jackson","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4699.68,"LB" +"27001","","MN","Aitkin","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",315.16,"LB" +"27125","","MN","Red Lake","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.44118,"LB" +"27025","","MN","Chisago","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",390.798,"LB" +"26071","","MI","Iron","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",91.4264,"LB" +"39169","","OH","Wayne","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",51.3004,"LB" +"17085","","IL","Jo Daviess","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",164.9594,"LB" +"26055","","MI","Grand Traverse","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",15.69878,"LB" +"26119","","MI","Montmorency","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",118.0966,"LB" +"27037","","MN","Dakota","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",83.3996,"LB" +"18151","","IN","Steuben","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",19.20044,"LB" +"27153","","MN","Todd","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",171.5002,"LB" +"18033","","IN","De Kalb","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",95.1184,"LB" +"18131","","IN","Pulaski","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",47.5742,"LB" +"27155","","MN","Traverse","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",280.452,"LB" +"26113","","MI","Missaukee","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",85.079,"LB" +"26059","","MI","Hillsdale","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",27.6588,"LB" +"18151","","IN","Steuben","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1694.874,"LB" +"26075","","MI","Jackson","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",701.052,"LB" +"27005","","MN","Becker","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",215.53,"LB" +"26093","","MI","Livingston","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.8892,"LB" +"27007","","MN","Beltrami","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",190.8156,"LB" +"18131","","IN","Pulaski","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4124.2,"LB" +"26025","","MI","Calhoun","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.28584,"LB" +"26131","","MI","Ontonagon","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",748.658,"LB" +"27085","","MN","McLeod","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2465.24,"LB" +"55047","","WI","Green Lake","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",254.706,"LB" +"39051","","OH","Fulton","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",140.2564,"LB" +"26119","","MI","Montmorency","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",11100.06,"LB" +"26155","","MI","Shiawassee","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1635.792,"LB" +"17093","","IL","Kendall","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5316.5,"LB" +"27015","","MN","Brown","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",112.5894,"LB" +"27135","","MN","Roseau","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",134.5372,"LB" +"39169","","OH","Wayne","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",798.348,"LB" +"55023","","WI","Crawford","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",58.665,"LB" +"27085","","MN","McLeod","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",194.7092,"LB" +"55099","","WI","Price","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",59.506,"LB" +"26037","","MI","Clinton","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",108.2966,"LB" +"26131","","MI","Ontonagon","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",15189.54,"LB" +"55127","","WI","Walworth","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.14842,"LB" +"18091","","IN","La Porte","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",31.609,"LB" +"39039","","OH","Defiance","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2217.64,"LB" +"27105","","MN","Nobles","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.81088,"LB" +"27083","","MN","Lyon","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.73704,"LB" +"18111","","IN","Newton","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",45.7112,"LB" +"27167","","MN","Wilkin","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",566.018,"LB" +"26035","","MI","Clare","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",217.902,"LB" +"55011","","WI","Buffalo","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",69.1202,"LB" +"55123","","WI","Vernon","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",33.8498,"LB" +"55017","","WI","Chippewa","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",16.8517,"LB" +"26041","","MI","Delta","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3037.9,"LB" +"55015","","WI","Calumet","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",23.6046,"LB" +"26045","","MI","Eaton","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1051.584,"LB" +"26045","","MI","Eaton","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.92004,"LB" +"55141","","WI","Wood","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1174.92,"LB" +"55075","","WI","Marinette","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2078.7,"LB" +"55141","","WI","Wood","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",61.7468,"LB" +"26041","","MI","Delta","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",32.234,"LB" +"55078","","WI","Menominee","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",19521.78,"LB" +"17103","","IL","Lee","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",616.006,"LB" +"26015","","MI","Barry","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",122.1498,"LB" +"55049","","WI","Iowa","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3886.28,"LB" +"55037","","WI","Florence","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",874.144,"LB" +"26063","","MI","Huron","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",181.925,"LB" +"27169","","MN","Winona","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.54872,"LB" +"18049","","IN","Fulton","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",183.4486,"LB" +"26113","","MI","Missaukee","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",448.03,"LB" +"26147","","MI","St. Clair","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",37.8052,"LB" +"27043","","MN","Faribault","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",65.2112,"LB" +"26045","","MI","Eaton","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",63.7586,"LB" +"27115","","MN","Pine","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",230.316,"LB" +"26053","","MI","Gogebic","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",66.5448,"LB" +"26105","","MI","Mason","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",46.0662,"LB" +"55043","","WI","Grant","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",106.8636,"LB" +"27089","","MN","Marshall","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",64.2352,"LB" +"27093","","MN","Meeker","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",157.13,"LB" +"27123","","MN","Ramsey","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3731.12,"LB" +"55121","","WI","Trempealeau","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3344,"LB" +"55087","","WI","Outagamie","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.89978,"LB" +"55051","","WI","Iron","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",134.419,"LB" +"27163","","MN","Washington","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",78.3186,"LB" +"55087","","WI","Outagamie","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",542.272,"LB" +"26055","","MI","Grand Traverse","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1402.11,"LB" +"26069","","MI","Iosco","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4323.18,"LB" +"27081","","MN","Lincoln","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.846968,"LB" +"27099","","MN","Mower","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1547.172,"LB" +"27031","","MN","Cook","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",57.4296,"LB" +"55093","","WI","Pierce","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",25.2284,"LB" +"39123","","OH","Ottawa","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2128.94,"LB" +"55117","","WI","Sheboygan","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.01646,"LB" +"26027","","MI","Cass","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2220,"LB" +"26107","","MI","Mecosta","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2804.22,"LB" +"27071","","MN","Koochiching","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",106.8746,"LB" +"27087","","MN","Mahnomen","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.5328,"LB" +"26151","","MI","Sanilac","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",28.4936,"LB" +"55097","","WI","Portage","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1355.676,"LB" +"27123","","MN","Ramsey","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",36.0654,"LB" +"27131","","MN","Rice","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",28.4808,"LB" +"27003","","MN","Anoka","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",1096.97,"LB" +"27047","","MN","Freeborn","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",142.6844,"LB" +"26009","","MI","Antrim","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4907.38,"LB" +"26165","","MI","Wexford","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",210.86,"LB" +"27037","","MN","Dakota","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",696.162,"LB" +"27021","","MN","Cass","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",37.93,"LB" +"55123","","WI","Vernon","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",173.5702,"LB" +"27025","","MN","Chisago","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4902.36,"LB" +"39051","","OH","Fulton","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",23.2434,"LB" +"55001","","WI","Adams","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",244.832,"LB" +"27033","","MN","Cottonwood","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",50.892,"LB" +"27147","","MN","Steele","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",15.9848,"LB" +"27119","","MN","Polk","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",19.57906,"LB" +"27055","","MN","Houston","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.82248,"LB" +"55111","","WI","Sauk","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",94.0556,"LB" +"27143","","MN","Sibley","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",71.309,"LB" +"55011","","WI","Buffalo","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",371.128,"LB" +"55031","","WI","Douglas","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",21.2382,"LB" +"27069","","MN","Kittson","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",32.9766,"LB" +"55063","","WI","La Crosse","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.73194,"LB" +"26117","","MI","Montcalm","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",114.0144,"LB" +"55053","","WI","Jackson","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",49.4272,"LB" +"27061","","MN","Itasca","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4711.42,"LB" +"27055","","MN","Houston","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",587.328,"LB" +"18085","","IN","Kosciusko","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",734.448,"LB" +"27051","","MN","Grant","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",35.2462,"LB" +"27171","","MN","Wright","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",612.946,"LB" +"18049","","IN","Fulton","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2711.8,"LB" +"18151","","IN","Steuben","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",106.1282,"LB" +"27159","","MN","Wadena","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",61.0932,"LB" +"27017","","MN","Carlton","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",25.3582,"LB" +"17091","","IL","Kankakee","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2996.66,"LB" +"27131","","MN","Rice","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",238.044,"LB" +"55005","","WI","Barron","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",20.1872,"LB" +"26003","","MI","Alger","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",565.578,"LB" +"55033","","WI","Dunn","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2259.46,"LB" +"26143","","MI","Roscommon","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",260.188,"LB" +"55061","","WI","Kewaunee","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4428.56,"LB" +"55021","","WI","Columbia","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",18.79258,"LB" +"17015","","IL","Carroll","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",228.062,"LB" +"55078","","WI","Menominee","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",979.876,"LB" +"18085","","IN","Kosciusko","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",48.6986,"LB" +"55031","","WI","Douglas","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",95.954,"LB" +"17103","","IL","Lee","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",105.2382,"LB" +"27029","","MN","Clearwater","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",47.8956,"LB" +"27047","","MN","Freeborn","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",17.19312,"LB" +"26029","","MI","Charlevoix","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4440.02,"LB" +"39039","","OH","Defiance","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",24.344,"LB" +"27037","","MN","Dakota","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",8684.64,"LB" +"55139","","WI","Winnebago","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",542.272,"LB" +"26039","","MI","Crawford","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7945.26,"LB" +"27075","","MN","Lake","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.8885,"LB" +"55137","","WI","Waushara","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3886.28,"LB" +"27173","","MN","Yellow Medicine","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.2047,"LB" +"55039","","WI","Fond du Lac","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",903.786,"LB" +"39069","","OH","Henry","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",33.2564,"LB" +"26083","","MI","Keweenaw","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",545.096,"LB" +"26041","","MI","Delta","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",160.1772,"LB" +"26165","","MI","Wexford","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3738.96,"LB" +"26135","","MI","Oscoda","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",12385.32,"LB" +"26111","","MI","Midland","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",83.3276,"LB" +"27133","","MN","Rock","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.1167,"LB" +"55069","","WI","Lincoln","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",145.5476,"LB" +"27003","","MN","Anoka","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",131.8384,"LB" +"55039","","WI","Fond du Lac","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",50.3914,"LB" +"55047","","WI","Green Lake","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4699.68,"LB" +"55085","","WI","Oneida","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",114.6896,"LB" +"55023","","WI","Crawford","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5332.34,"LB" +"55103","","WI","Richland","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",290.06,"LB" +"27105","","MN","Nobles","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",720.306,"LB" +"27119","","MN","Polk","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",162.7608,"LB" +"39055","","OH","Geauga","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",59.1496,"LB" +"27033","","MN","Cottonwood","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.81218,"LB" +"26095","","MI","Luce","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",173.5728,"LB" +"27083","","MN","Lyon","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",59.5918,"LB" +"55003","","WI","Ashland","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5422.72,"LB" +"27167","","MN","Wilkin","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.11618,"LB" +"27159","","MN","Wadena","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",877.158,"LB" +"26031","","MI","Cheboygan","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",46.3838,"LB" +"26031","","MI","Cheboygan","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",227.182,"LB" +"26021","","MI","Berrien","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.14372,"LB" +"26091","","MI","Lenawee","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.243,"LB" +"27039","","MN","Dodge","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.70778,"LB" +"27023","","MN","Chippewa","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",54.3188,"LB" +"27149","","MN","Stevens","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",574.542,"LB" +"55129","","WI","Washburn","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5513.1,"LB" +"27145","","MN","Stearns","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",9766.38,"LB" +"26109","","MI","Menominee","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",244.97,"LB" +"27065","","MN","Kanabec","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.54226,"LB" +"55135","","WI","Waupaca","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",90.849,"LB" +"55017","","WI","Chippewa","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1626.816,"LB" +"26009","","MI","Antrim","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",271.16,"LB" +"26089","","MI","Leelanau","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",292.082,"LB" +"27043","","MN","Faribault","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.56222,"LB" +"18073","","IN","Jasper","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",126.4802,"LB" +"26149","","MI","St. Joseph","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",117.5178,"LB" +"27073","","MN","Lac qui Parle","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",24.1966,"LB" +"55041","","WI","Forest","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",9128.22,"LB" +"55065","","WI","Lafayette","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5513.1,"LB" +"27109","","MN","Olmsted","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",297.556,"LB" +"26095","","MI","Luce","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",16591.62,"LB" +"39069","","OH","Henry","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",201.388,"LB" +"18099","","IN","Marshall","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1242.906,"LB" +"55085","","WI","Oneida","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2440.22,"LB" +"27057","","MN","Hubbard","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1914.57,"LB" +"39029","","OH","Columbiana","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",798.348,"LB" +"27139","","MN","Scott","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",51.5884,"LB" +"26137","","MI","Otsego","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4790.54,"LB" +"27149","","MN","Stevens","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.21748,"LB" +"55119","","WI","Taylor","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4609.3,"LB" +"27077","","MN","Lake of the Woods","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",770.604,"LB" +"27015","","MN","Brown","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1365.6,"LB" +"26009","","MI","Antrim","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",53.892,"LB" +"26133","","MI","Osceola","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",283.974,"LB" +"55075","","WI","Marinette","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",104.7016,"LB" +"27155","","MN","Traverse","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.55824,"LB" +"26075","","MI","Jackson","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.91418,"LB" +"55109","","WI","St. Croix","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",73.2008,"LB" +"17037","","IL","DeKalb","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",41.0994,"LB" +"26115","","MI","Monroe","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",48.4094,"LB" +"27087","","MN","Mahnomen","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.4886,"LB" +"55069","","WI","Lincoln","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",30.6206,"LB" +"26159","","MI","Van Buren","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",95.5484,"LB" +"27147","","MN","Steele","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1681.002,"LB" +"27101","","MN","Murray","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.69678,"LB" +"55117","","WI","Sheboygan","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",813.408,"LB" +"39171","","OH","Williams","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2306.34,"LB" +"27137","","MN","St. Louis","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",128.8876,"LB" +"55045","","WI","Green","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",29.1852,"LB" +"27005","","MN","Becker","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",27.6512,"LB" +"27045","","MN","Fillmore","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1020.366,"LB" +"26119","","MI","Montmorency","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",609.29,"LB" +"26071","","MI","Iron","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",461.802,"LB" +"27091","","MN","Martin","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",83.3378,"LB" +"26083","","MI","Keweenaw","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",2353.7,"LB" +"27173","","MN","Yellow Medicine","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",45.6624,"LB" +"26029","","MI","Charlevoix","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",230.418,"LB" +"26073","","MI","Isabella","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",20.7662,"LB" +"27045","","MN","Fillmore","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",84.3552,"LB" +"26147","","MI","St. Clair","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",701.052,"LB" +"26069","","MI","Iosco","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",47.2902,"LB" +"27093","","MN","Meeker","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2093.58,"LB" +"55035","","WI","Eau Claire","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",994.164,"LB" +"55095","","WI","Polk","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2078.7,"LB" +"26047","","MI","Emmet","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",39.298,"LB" +"55091","","WI","Pepin","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",697.966,"LB" +"26057","","MI","Gratiot","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",31.3998,"LB" +"27017","","MN","Carlton","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",190.8042,"LB" +"27135","","MN","Roseau","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",17.4165,"LB" +"27137","","MN","St. Louis","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",14321.76,"LB" +"18099","","IN","Marshall","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",14.29098,"LB" +"55091","","WI","Pepin","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",12291.48,"LB" +"26027","","MI","Cass","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",25.602,"LB" +"27145","","MN","Stearns","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",91.8104,"LB" +"39171","","OH","Williams","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",25.1284,"LB" +"27117","","MN","Pipestone","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",375.072,"LB" +"27073","","MN","Lac qui Parle","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",294.942,"LB" +"26085","","MI","Lake","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",112.96,"LB" +"55037","","WI","Florence","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",182.6972,"LB" +"55109","","WI","St. Croix","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.96348,"LB" +"39069","","OH","Henry","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3016,"LB" +"27149","","MN","Stevens","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",42.9754,"LB" +"27069","","MN","Kittson","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.10228,"LB" +"27031","","MN","Cook","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",985.416,"LB" +"26061","","MI","Houghton","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",34.1508,"LB" +"55057","","WI","Juneau","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",38.9296,"LB" +"55061","","WI","Kewaunee","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",216.178,"LB" +"26035","","MI","Clare","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",41.0092,"LB" +"26107","","MI","Mecosta","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",162.5728,"LB" +"26133","","MI","Osceola","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4907.38,"LB" +"26159","","MI","Van Buren","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1518.954,"LB" +"55075","","WI","Marinette","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",22.2198,"LB" +"26147","","MI","St. Clair","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.96534,"LB" +"27025","","MN","Chisago","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",46.476,"LB" +"27097","","MN","Morrison","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3454.06,"LB" +"26103","","MI","Marquette","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1752.636,"LB" +"55078","","WI","Menominee","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",206.252,"LB" +"27063","","MN","Jackson","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.25016,"LB" +"55055","","WI","Jefferson","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.03398,"LB" +"17007","","IL","Boone","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",461.838,"LB" +"55013","","WI","Burnett","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",56.9466,"LB" +"55005","","WI","Barron","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1988.328,"LB" +"55125","","WI","Vilas","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",42.1608,"LB" +"27111","","MN","Otter Tail","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4968,"LB" +"55119","","WI","Taylor","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",46.9232,"LB" +"39147","","OH","Seneca","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1507.992,"LB" +"39043","","OH","Erie","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.00942,"LB" +"39005","","OH","Ashland","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",108.763,"LB" +"26019","","MI","Benzie","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",78.7834,"LB" +"55073","","WI","Marathon","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",36.1748,"LB" +"27031","","MN","Cook","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.31616,"LB" +"17085","","IL","Jo Daviess","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",958.394,"LB" +"27011","","MN","Big Stone","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.3887,"LB" +"27019","","MN","Carver","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",34.997,"LB" +"27051","","MN","Grant","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.34336,"LB" +"18085","","IN","Kosciusko","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.46064,"LB" +"26087","","MI","Lapeer","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",79.2426,"LB" +"26079","","MI","Kalkaska","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6893.7,"LB" +"26071","","MI","Iron","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",9113.7,"LB" +"26061","","MI","Houghton","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3271.6,"LB" +"55129","","WI","Washburn","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",284.112,"LB" +"26097","","MI","Mackinac","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",10048.44,"LB" +"26067","","MI","Ionia","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",107.6282,"LB" +"26019","","MI","Benzie","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",384.338,"LB" +"26057","","MI","Gratiot","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",168.9722,"LB" +"26159","","MI","Van Buren","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",17.56486,"LB" +"55019","","WI","Clark","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",27.8648,"LB" +"26087","","MI","Lapeer","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",14.41376,"LB" +"39143","","OH","Sandusky","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",94.7508,"LB" +"27073","","MN","Lac qui Parle","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.73644,"LB" +"26131","","MI","Ontonagon","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",156.88,"LB" +"26157","","MI","Tuscola","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",120.51,"LB" +"27167","","MN","Wilkin","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",42.2662,"LB" +"39051","","OH","Fulton","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2128.94,"LB" +"55123","","WI","Vernon","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3163.24,"LB" +"26033","","MI","Chippewa","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",31.533,"LB" +"27151","","MN","Swift","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",695.586,"LB" +"26089","","MI","Leelanau","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5374.76,"LB" +"26149","","MI","St. Joseph","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",21.3514,"LB" +"27099","","MN","Mower","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",14.7733,"LB" +"55077","","WI","Marquette","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",66.5622,"LB" +"55039","","WI","Fond du Lac","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.93388,"LB" +"55073","","WI","Marathon","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.52404,"LB" +"26141","","MI","Presque Isle","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",8178.96,"LB" +"26127","","MI","Oceana","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4206.32,"LB" +"27027","","MN","Clay","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",150.0628,"LB" +"27019","","MN","Carver","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",296.464,"LB" +"55045","","WI","Green","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2620.98,"LB" +"18149","","IN","Starke","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2485.82,"LB" +"55071","","WI","Manitowoc","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1084.542,"LB" +"26107","","MI","Mecosta","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",30.874,"LB" +"55057","","WI","Juneau","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",199.0048,"LB" +"26109","","MI","Menominee","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",49.4694,"LB" +"55107","","WI","Rusk","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",60.7566,"LB" +"18087","","IN","Lagrange","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",18.02882,"LB" +"27065","","MN","Kanabec","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",107.521,"LB" +"26007","","MI","Alpena","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",40.4616,"LB" +"27113","","MN","Pennington","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1054.464,"LB" +"27027","","MN","Clay","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1978.506,"LB" +"39005","","OH","Ashland","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",18.8697,"LB" +"55127","","WI","Walworth","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",56.7554,"LB" +"39147","","OH","Seneca","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",16.81274,"LB" +"27095","","MN","Mille Lacs","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2649.38,"LB" +"27079","","MN","Le Sueur","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",167.0816,"LB" +"26123","","MI","Newaygo","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",135.543,"LB" +"26053","","MI","Gogebic","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",326.206,"LB" +"55003","","WI","Ashland","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",258.856,"LB" +"27053","","MN","Hennepin","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",1224.892,"LB" +"55119","","WI","Taylor","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",223.82,"LB" +"17093","","IL","Kendall","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",51.194,"LB" +"26129","","MI","Ogemaw","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5374.76,"LB" +"27163","","MN","Washington","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",642.496,"LB" +"27103","","MN","Nicollet","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",949.614,"LB" +"55141","","WI","Wood","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",12.34404,"LB" +"55067","","WI","Langlade","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4338.18,"LB" +"26037","","MI","Clinton","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1752.636,"LB" +"26123","","MI","Newaygo","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",26.1758,"LB" +"17141","","IL","Ogle","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",71.1124,"LB" +"26073","","MI","Isabella","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",112.8892,"LB" +"27115","","MN","Pine","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",29.5176,"LB" +"26033","","MI","Chippewa","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",151.3446,"LB" +"27165","","MN","Watonwan","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",50.51,"LB" +"26141","","MI","Presque Isle","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",426.472,"LB" +"55065","","WI","Lafayette","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",60.9008,"LB" +"55051","","WI","Iron","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",13285.68,"LB" +"27041","","MN","Douglas","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",35.0426,"LB" +"55111","","WI","Sauk","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1626.816,"LB" +"55093","","WI","Pierce","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",132.0968,"LB" +"27075","","MN","Lake","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",94.9042,"LB" +"39043","","OH","Erie","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",72.1284,"LB" +"18149","","IN","Starke","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",28.4258,"LB" +"27155","","MN","Traverse","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.2,"LB" +"27127","","MN","Redwood","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",74.3674,"LB" +"55031","","WI","Douglas","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2078.7,"LB" +"26079","","MI","Kalkaska","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",74.0946,"LB" +"27009","","MN","Benton","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",170.804,"LB" +"26157","","MI","Tuscola","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",22.0124,"LB" +"55127","","WI","Walworth","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",994.164,"LB" +"55047","","WI","Green Lake","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",50.8752,"LB" +"55099","","WI","Price","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5874.6,"LB" +"55095","","WI","Polk","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",21.2316,"LB" +"18113","","IN","Noble","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",77.4132,"LB" +"55007","","WI","Bayfield","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",281.184,"LB" +"26155","","MI","Shiawassee","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",100.5478,"LB" +"55033","","WI","Dunn","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",23.3878,"LB" +"55083","","WI","Oconto","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2440.22,"LB" +"55027","","WI","Dodge","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",59.3744,"LB" +"26115","","MI","Monroe","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",817.896,"LB" +"26153","","MI","Schoolcraft","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",13320.06,"LB" +"27035","","MN","Crow Wing","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7573.02,"LB" +"27049","","MN","Goodhue","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2615.28,"LB" +"27169","","MN","Winona","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1370.718,"LB" +"27061","","MN","Itasca","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",324.594,"LB" +"18111","","IN","Newton","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3954.7,"LB" +"27027","","MN","Clay","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",17.80614,"LB" +"27109","","MN","Olmsted","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",36.014,"LB" +"27003","","MN","Anoka","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",13822.26,"LB" +"27091","","MN","Martin","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.507,"LB" +"26061","","MI","Houghton","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",155.3496,"LB" +"26055","","MI","Grand Traverse","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",78.5014,"LB" +"27071","","MN","Koochiching","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1562.514,"LB" +"17141","","IL","Ogle","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6326.28,"LB" +"26091","","MI","Lenawee","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",67.3152,"LB" +"27135","","MN","Roseau","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2014.3,"LB" +"27111","","MN","Otter Tail","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",351.19,"LB" +"27081","","MN","Lincoln","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.69318,"LB" +"27109","","MN","Olmsted","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3741.34,"LB" +"39173","","OH","Wood","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",709.644,"LB" +"26139","","MI","Ottawa","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",27.5848,"LB" +"27057","","MN","Hubbard","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",132.2158,"LB" +"18113","","IN","Noble","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.5773,"LB" +"26015","","MI","Barry","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1986.324,"LB" +"27005","","MN","Becker","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3094.34,"LB" +"26143","","MI","Roscommon","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4556.86,"LB" +"27127","","MN","Redwood","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",891.648,"LB" +"26039","","MI","Crawford","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",444.488,"LB" +"18183","","IN","Whitley","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1807.866,"LB" +"27071","","MN","Koochiching","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.52046,"LB" +"26069","","MI","Iosco","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",240.35,"LB" +"17007","","IL","Boone","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",81.8804,"LB" +"55017","","WI","Chippewa","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",86.234,"LB" +"26151","","MI","Sanilac","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2570.54,"LB" +"27009","","MN","Benton","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2223.16,"LB" +"26059","","MI","Hillsdale","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2453.7,"LB" +"27077","","MN","Lake of the Woods","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",51.9286,"LB" +"27021","","MN","Cass","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",292.22,"LB" +"39125","","OH","Paulding","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",299.728,"LB" +"26149","","MI","St. Joseph","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1869.48,"LB" +"55077","","WI","Marquette","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",340.128,"LB" +"39077","","OH","Huron","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1507.992,"LB" +"55103","","WI","Richland","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",54.1418,"LB" +"27113","","MN","Pennington","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.19988,"LB" +"18087","","IN","Lagrange","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",100.656,"LB" +"27145","","MN","Stearns","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",771.712,"LB" +"26133","","MI","Osceola","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",53.9974,"LB" +"27059","","MN","Isanti","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",32.2538,"LB" +"27163","","MN","Washington","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",8162.94,"LB" +"26079","","MI","Kalkaska","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",373.904,"LB" +"27115","","MN","Pine","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3181.28,"LB" +"26051","","MI","Gladwin","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",254.388,"LB" +"27015","","MN","Brown","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",12.78402,"LB" +"26023","","MI","Branch","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",149.7782,"LB" +"17091","","IL","Kankakee","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",34.8514,"LB" +"27087","","MN","Mahnomen","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",398.088,"LB" +"55071","","WI","Manitowoc","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",51.8632,"LB" +"26007","","MI","Alpena","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3738.96,"LB" +"55135","","WI","Waupaca","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",18.44758,"LB" +"27001","","MN","Aitkin","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4450.56,"LB" +"26075","","MI","Jackson","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",43.0608,"LB" +"17141","","IL","Ogle","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",413.432,"LB" +"55041","","WI","Forest","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",418.056,"LB" +"27159","","MN","Wadena","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.90804,"LB" +"55029","","WI","Door","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",156.1636,"LB" +"26101","","MI","Manistee","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",52.4812,"LB" +"26093","","MI","Livingston","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",38.974,"LB" +"27079","","MN","Le Sueur","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",19.656,"LB" +"27171","","MN","Wright","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",77.9544,"LB" +"27111","","MN","Otter Tail","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",44.7742,"LB" +"26047","","MI","Emmet","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",181.6814,"LB" +"26021","","MI","Berrien","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",44.4526,"LB" +"55015","","WI","Calumet","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2169.08,"LB" +"27171","","MN","Wright","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",8225.16,"LB" +"27049","","MN","Goodhue","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",207.68,"LB" +"26073","","MI","Isabella","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1869.48,"LB" +"27157","","MN","Wabasha","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",131.9762,"LB" +"27067","","MN","Kandiyohi","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",240.892,"LB" +"27157","","MN","Wabasha","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1606.842,"LB" +"26005","","MI","Allegan","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",12.10064,"LB" +"27107","","MN","Norman","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",37.4928,"LB" +"27011","","MN","Big Stone","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",369.104,"LB" +"55045","","WI","Green","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",158.3682,"LB" +"39147","","OH","Seneca","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",99.0208,"LB" +"27041","","MN","Douglas","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",271.512,"LB" +"55115","","WI","Shawano","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",23.0146,"LB" +"26143","","MI","Roscommon","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",49.088,"LB" +"26129","","MI","Ogemaw","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",58.1738,"LB" +"39043","","OH","Erie","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1153.17,"LB" +"27013","","MN","Blue Earth","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2027.94,"LB" +"26141","","MI","Presque Isle","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",88.1368,"LB" +"18033","","IN","De Kalb","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1412.394,"LB" +"26023","","MI","Branch","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2453.7,"LB" +"55085","","WI","Oneida","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",24.8,"LB" +"55001","","WI","Adams","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4428.56,"LB" +"39039","","OH","Defiance","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",149.0966,"LB" +"27001","","MN","Aitkin","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",40.6918,"LB" +"55139","","WI","Winnebago","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.90372,"LB" +"27069","","MN","Kittson","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",474.808,"LB" +"27023","","MN","Chippewa","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.18104,"LB" +"27053","","MN","Hennepin","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",15378.78,"LB" +"55007","","WI","Bayfield","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",61.4398,"LB" +"26037","","MI","Clinton","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",19.813,"LB" +"55115","","WI","Shawano","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",110.808,"LB" +"39143","","OH","Sandusky","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1419.288,"LB" +"26013","","MI","Baraga","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",671.588,"LB" +"27143","","MN","Sibley","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",895.056,"LB" +"55097","","WI","Portage","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",69.5242,"LB" +"27029","","MN","Clearwater","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",696.438,"LB" +"26151","","MI","Sanilac","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",145.8164,"LB" +"55121","","WI","Trempealeau","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",35.5638,"LB" +"27141","","MN","Sherburne","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",449.658,"LB" +"26101","","MI","Manistee","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4673.7,"LB" +"27033","","MN","Cottonwood","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",612.9,"LB" +"55019","","WI","Clark","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",136.9052,"LB" +"18149","","IN","Starke","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",163.3898,"LB" +"26091","","MI","Lenawee","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1168.422,"LB" +"27117","","MN","Pipestone","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.49176,"LB" +"27017","","MN","Carlton","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2757.64,"LB" +"27013","","MN","Blue Earth","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",163.9732,"LB" +"18073","","IN","Jasper","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",21.5038,"LB" +"17177","","IL","Stephenson","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6992.22,"LB" +"39077","","OH","Huron","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",16.87712,"LB" +"26127","","MI","Oceana","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",240.808,"LB" +"55081","","WI","Monroe","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2169.08,"LB" +"55065","","WI","Lafayette","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",329.362,"LB" +"55053","","WI","Jackson","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",255.444,"LB" +"26097","","MI","Mackinac","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",106.1786,"LB" +"55005","","WI","Barron","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",103.858,"LB" +"26031","","MI","Cheboygan","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4323.18,"LB" +"55057","","WI","Juneau","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3615.14,"LB" +"55049","","WI","Iowa","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",42.5698,"LB" +"55105","","WI","Rock","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",542.272,"LB" +"55115","","WI","Shawano","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2169.08,"LB" +"27139","","MN","Scott","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",432.6,"LB" +"17085","","IL","Jo Daviess","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",14983.32,"LB" +"55083","","WI","Oconto","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",124.0694,"LB" +"26153","","MI","Schoolcraft","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",626.144,"LB" +"55105","","WI","Rock","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.05874,"LB" +"26115","","MI","Monroe","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.41334,"LB" +"27013","","MN","Blue Earth","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",19.12056,"LB" +"55113","","WI","Sawyer","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",55.1958,"LB" +"27103","","MN","Nicollet","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",76.9478,"LB" +"17007","","IL","Boone","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7325.16,"LB" +"27085","","MN","McLeod","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",23.0036,"LB" +"39029","","OH","Columbiana","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",52.2988,"LB" +"27137","","MN","St. Louis","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",924.612,"LB" +"27121","","MN","Pope","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.35032,"LB" +"17177","","IL","Stephenson","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",453.47,"LB" +"26007","","MI","Alpena","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",197.682,"LB" +"55013","","WI","Burnett","NR","2260001020","E","","","2011EPAMOBILE","100414","Ethyl Benzene",293.592,"LB" +"18183","","IN","Whitley","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",20.6314,"LB" +"55073","","WI","Marathon","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",723.03,"LB" +"27057","","MN","Hubbard","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",17.07194,"LB" +"39007","","OH","Ashtabula","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.79032,"LB" +"27079","","MN","Le Sueur","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2082.5,"LB" +"26111","","MI","Midland","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",15.64674,"LB" +"27097","","MN","Morrison","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",32.173,"LB" +"55109","","WI","St. Croix","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1355.676,"LB" +"17037","","IL","DeKalb","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3662.58,"LB" +"18049","","IN","Fulton","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",31.321,"LB" +"27151","","MN","Swift","NR","2260001020","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.38948,"LB" +"55125","","WI","Vilas","NR","2260001020","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4157.42,"LB" +"17191","","IL","Wayne","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.05904,"LB" +"18045","","IN","Fountain","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.0392,"LB" +"55059","","WI","Kenosha","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.325482,"LB" +"39077","","OH","Huron","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.1408,"LB" +"17197","","IL","Will","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6264.38,"LB" +"26093","","MI","Livingston","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4930.5,"LB" +"55027","","WI","Dodge","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.301,"LB" +"18137","","IN","Ripley","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2596.24,"LB" +"18035","","IN","Delaware","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"18021","","IN","Clay","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2596.24,"LB" +"39171","","OH","Williams","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3428.08,"LB" +"27099","","MN","Mower","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",643.992,"LB" +"27171","","MN","Wright","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3863.94,"LB" +"55115","","WI","Shawano","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.50739,"LB" +"18027","","IN","Daviess","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.7532,"LB" +"39123","","OH","Ottawa","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",12.31626,"LB" +"26091","","MI","Lenawee","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2465.24,"LB" +"39123","","OH","Ottawa","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",113.1734,"LB" +"39139","","OH","Richland","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4570.78,"LB" +"39041","","OH","Delaware","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.75222,"LB" +"17043","","IL","DuPage","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.47144,"LB" +"18015","","IN","Carroll","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.00632,"LB" +"55107","","WI","Rusk","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.60594,"LB" +"17025","","IL","Clay","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2534.72,"LB" +"27157","","MN","Wabasha","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",29.089,"LB" +"18051","","IN","Gibson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2596.24,"LB" +"39131","","OH","Pike","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.6928,"LB" +"26051","","MI","Gladwin","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2465.24,"LB" +"27129","","MN","Renville","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.80301,"LB" +"17141","","IL","Ogle","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",143.885,"LB" +"17119","","IL","Madison","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5011.5,"LB" +"17167","","IL","Sangamon","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7604.2,"LB" +"26009","","MI","Antrim","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",16.26554,"LB" +"39003","","OH","Allen","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2285.4,"LB" +"55099","","WI","Price","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.41004,"LB" +"27005","","MN","Becker","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5151.92,"LB" +"27131","","MN","Rice","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.5148,"LB" +"26067","","MI","Ionia","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1232.626,"LB" +"26049","","MI","Genesee","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",34.1128,"LB" +"18063","","IN","Hendricks","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"18011","","IN","Boone","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.02488,"LB" +"18113","","IN","Noble","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.980052,"LB" +"55073","","WI","Marathon","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.503088,"LB" +"18091","","IN","La Porte","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3894.38,"LB" +"55029","","WI","Door","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",58.4508,"LB" +"26003","","MI","Alger","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.748838,"LB" +"26007","","MI","Alpena","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.58104,"LB" +"26153","","MI","Schoolcraft","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",30.4998,"LB" +"55081","","WI","Monroe","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.29818,"LB" +"27169","","MN","Winona","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",643.992,"LB" +"55083","","WI","Oconto","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3017.28,"LB" +"55039","","WI","Fond du Lac","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.86404,"LB" +"18013","","IN","Brown","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6490.62,"LB" +"39129","","OH","Pickaway","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.84136,"LB" +"18111","","IN","Newton","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5192.5,"LB" +"55121","","WI","Trempealeau","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.89324,"LB" +"27103","","MN","Nicollet","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",643.992,"LB" +"26031","","MI","Cheboygan","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",79.6732,"LB" +"27045","","MN","Fillmore","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1287.982,"LB" +"18059","","IN","Hancock","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.03372,"LB" +"39051","","OH","Fulton","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.512,"LB" +"27145","","MN","Stearns","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",35.7634,"LB" +"55011","","WI","Buffalo","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",603.456,"LB" +"17073","","IL","Henry","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",36.937,"LB" +"17197","","IL","Will","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",78.952,"LB" +"26133","","MI","Osceola","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",49.767,"LB" +"26115","","MI","Monroe","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",8628.4,"LB" +"17117","","IL","Macoupin","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"39169","","OH","Wayne","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.1748,"LB" +"39077","","OH","Huron","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2285.4,"LB" +"55063","","WI","La Crosse","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",27.1704,"LB" +"18065","","IN","Henry","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.01812,"LB" +"18075","","IN","Jay","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.01002,"LB" +"26047","","MI","Emmet","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4930.5,"LB" +"55057","","WI","Juneau","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",34.039,"LB" +"55043","","WI","Grant","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2413.82,"LB" +"27031","","MN","Cook","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5795.92,"LB" +"17075","","IL","Iroquois","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",56.0846,"LB" +"26117","","MI","Montcalm","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6163.12,"LB" +"27061","","MN","Itasca","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5151.92,"LB" +"27077","","MN","Lake of the Woods","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.77658,"LB" +"18081","","IN","Johnson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2596.24,"LB" +"18065","","IN","Henry","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"39153","","OH","Summit","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",15.23338,"LB" +"17121","","IL","Marion","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.04656,"LB" +"55111","","WI","Sauk","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.1755,"LB" +"26015","","MI","Barry","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.24506,"LB" +"55077","","WI","Marquette","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",40.9456,"LB" +"17069","","IL","Hardin","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.08434,"LB" +"18073","","IN","Jasper","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"26011","","MI","Arenac","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.64104,"LB" +"55041","","WI","Forest","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",603.456,"LB" +"39027","","OH","Clinton","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3428.08,"LB" +"18053","","IN","Grant","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.00642,"LB" +"17137","","IL","Morgan","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"39101","","OH","Marion","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.530732,"LB" +"18019","","IN","Clark","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.0652,"LB" +"26011","","MI","Arenac","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",33.1786,"LB" +"55121","","WI","Trempealeau","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",603.456,"LB" +"26147","","MI","St. Clair","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6163.12,"LB" +"39035","","OH","Cuyahoga","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.58292,"LB" +"26127","","MI","Oceana","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",14791.5,"LB" +"17113","","IL","McLean","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.09182,"LB" +"18003","","IN","Allen","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.989,"LB" +"18099","","IN","Marshall","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.96666,"LB" +"17135","","IL","Montgomery","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"26097","","MI","Mackinac","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",46.8066,"LB" +"39059","","OH","Guernsey","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",89.0182,"LB" +"39149","","OH","Shelby","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1142.696,"LB" +"26081","","MI","Kent","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",135.1218,"LB" +"55097","","WI","Portage","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",39.6036,"LB" +"55067","","WI","Langlade","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.234,"LB" +"18077","","IN","Jefferson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"17015","","IL","Carroll","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.33296,"LB" +"39151","","OH","Stark","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",98.316,"LB" +"26043","","MI","Dickinson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1232.626,"LB" +"39119","","OH","Muskingum","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2285.4,"LB" +"27123","","MN","Ramsey","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.43758,"LB" +"26093","","MI","Livingston","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",65.1296,"LB" +"55019","","WI","Clark","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.75147,"LB" +"39069","","OH","Henry","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1142.696,"LB" +"17087","","IL","Johnson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2534.72,"LB" +"55105","","WI","Rock","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.13158,"LB" +"55083","","WI","Oconto","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",32.8842,"LB" +"26061","","MI","Houghton","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1232.626,"LB" +"26101","","MI","Manistee","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",147.1296,"LB" +"26085","","MI","Lake","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.62504,"LB" +"17113","","IL","McLean","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.98176,"LB" +"26037","","MI","Clinton","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",17.0625,"LB" +"26137","","MI","Otsego","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",31.7046,"LB" +"26111","","MI","Midland","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",16.77166,"LB" +"27007","","MN","Beltrami","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",40.5918,"LB" +"27115","","MN","Pine","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1931.974,"LB" +"55127","","WI","Walworth","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3620.74,"LB" +"26027","","MI","Cass","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6163.12,"LB" +"27021","","MN","Cass","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",190.5356,"LB" +"17203","","IL","Woodford","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.95892,"LB" +"26147","","MI","St. Clair","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.69228,"LB" +"27001","","MN","Aitkin","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.69292,"LB" +"39105","","OH","Meigs","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.1236,"LB" +"39091","","OH","Logan","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.24616,"LB" +"18121","","IN","Parke","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"18165","","IN","Vermillion","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"27057","","MN","Hubbard","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5151.92,"LB" +"39107","","OH","Mercer","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.544744,"LB" +"39137","","OH","Putnam","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1142.696,"LB" +"18161","","IN","Union","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",39.695,"LB" +"26021","","MI","Berrien","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",13.14288,"LB" +"17167","","IL","Sangamon","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",118.9966,"LB" +"55099","","WI","Price","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.739536,"LB" +"26039","","MI","Crawford","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.98388,"LB" +"17199","","IL","Williamson","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",62.7824,"LB" +"55053","","WI","Jackson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",603.456,"LB" +"27025","","MN","Chisago","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.41134,"LB" +"27071","","MN","Koochiching","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.5196,"LB" +"39007","","OH","Ashtabula","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",149.2586,"LB" +"17155","","IL","Putnam","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"55071","","WI","Manitowoc","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.22514,"LB" +"39149","","OH","Shelby","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.54573,"LB" +"26099","","MI","Macomb","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",65.244,"LB" +"27147","","MN","Steele","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1287.982,"LB" +"55125","","WI","Vilas","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",184.4144,"LB" +"55013","","WI","Burnett","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",33.3162,"LB" +"27057","","MN","Hubbard","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",54.1968,"LB" +"17131","","IL","Mercer","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.42742,"LB" +"17183","","IL","Vermilion","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",38.7674,"LB" +"26025","","MI","Calhoun","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2465.24,"LB" +"18053","","IN","Grant","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.9805,"LB" +"27163","","MN","Washington","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2575.96,"LB" +"55091","","WI","Pepin","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.90348,"LB" +"39081","","OH","Jefferson","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.6238,"LB" +"17195","","IL","Whiteside","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"18019","","IN","Clark","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",40.5038,"LB" +"17137","","IL","Morgan","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.02896,"LB" +"39143","","OH","Sandusky","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",86.0684,"LB" +"18165","","IN","Vermillion","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.0876,"LB" +"55103","","WI","Richland","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",603.456,"LB" +"55075","","WI","Marinette","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.7509,"LB" +"39029","","OH","Columbiana","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",85.3046,"LB" +"18155","","IN","Switzerland","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.2226,"LB" +"17027","","IL","Clinton","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.308,"LB" +"26075","","MI","Jackson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",12326.26,"LB" +"17195","","IL","Whiteside","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.16788,"LB" +"18045","","IN","Fountain","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"26153","","MI","Schoolcraft","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.4981,"LB" +"26059","","MI","Hillsdale","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.43676,"LB" +"27035","","MN","Crow Wing","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",89.8434,"LB" +"39165","","OH","Warren","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.54836,"LB" +"26037","","MI","Clinton","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1232.626,"LB" +"27055","","MN","Houston","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1931.974,"LB" +"27021","","MN","Cass","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",18031.78,"LB" +"55023","","WI","Crawford","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.03032,"LB" +"55055","","WI","Jefferson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2413.82,"LB" +"55101","","WI","Racine","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.32283,"LB" +"26063","","MI","Huron","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3697.88,"LB" +"27097","","MN","Morrison","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.4002,"LB" +"55117","","WI","Sheboygan","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3620.74,"LB" +"27003","","MN","Anoka","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.6518,"LB" +"39005","","OH","Ashland","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",155.2718,"LB" +"18057","","IN","Hamilton","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.37418,"LB" +"18085","","IN","Kosciusko","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",166.96,"LB" +"17019","","IL","Champaign","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"18077","","IN","Jefferson","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.06694,"LB" +"39007","","OH","Ashtabula","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",16.49534,"LB" +"17173","","IL","Shelby","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"18171","","IN","Warren","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"17201","","IL","Winnebago","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",35.5902,"LB" +"18013","","IN","Brown","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",98.8086,"LB" +"18087","","IN","Lagrange","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",109.213,"LB" +"26157","","MI","Tuscola","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",33.8552,"LB" +"39173","","OH","Wood","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1142.696,"LB" +"39111","","OH","Monroe","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.554274,"LB" +"27161","","MN","Waseca","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.15866,"LB" +"18071","","IN","Jackson","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",40.023,"LB" +"39109","","OH","Miami","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.99262,"LB" +"39019","","OH","Carroll","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.3508,"LB" +"55043","","WI","Grant","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.124,"LB" +"27111","","MN","Otter Tail","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.3901,"LB" +"39113","","OH","Montgomery","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.0424,"LB" +"55017","","WI","Chippewa","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2413.82,"LB" +"26155","","MI","Shiawassee","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",51.0738,"LB" +"17203","","IL","Woodford","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",37.8776,"LB" +"55001","","WI","Adams","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.4636,"LB" +"26005","","MI","Allegan","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6163.12,"LB" +"26029","","MI","Charlevoix","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6163.12,"LB" +"39111","","OH","Monroe","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.83694,"LB" +"27041","","MN","Douglas","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.72974,"LB" +"55095","","WI","Polk","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.32494,"LB" +"26091","","MI","Lenawee","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.50132,"LB" +"26155","","MI","Shiawassee","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3697.88,"LB" +"55013","","WI","Burnett","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.76156,"LB" +"18173","","IN","Warrick","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.6018,"LB" +"17011","","IL","Bureau","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.966584,"LB" +"18001","","IN","Adams","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"18147","","IN","Spencer","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"55129","","WI","Washburn","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",46.3106,"LB" +"39103","","OH","Medina","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7998.88,"LB" +"26137","","MI","Otsego","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2465.24,"LB" +"27017","","MN","Carlton","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1287.982,"LB" +"26061","","MI","Houghton","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.738656,"LB" +"39057","","OH","Greene","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3428.08,"LB" +"55091","","WI","Pepin","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",603.456,"LB" +"18167","","IN","Vigo","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.15872,"LB" +"18005","","IN","Bartholomew","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2596.24,"LB" +"17055","","IL","Franklin","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.07446,"LB" +"18111","","IN","Newton","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.01538,"LB" +"27161","","MN","Waseca","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",643.992,"LB" +"17061","","IL","Greene","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.03148,"LB" +"27055","","MN","Houston","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.441,"LB" +"55011","","WI","Buffalo","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.77366,"LB" +"39073","","OH","Hocking","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",59.4116,"LB" +"17039","","IL","De Witt","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.998812,"LB" +"18073","","IN","Jasper","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.996744,"LB" +"39109","","OH","Miami","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2285.4,"LB" +"27017","","MN","Carlton","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.5726,"LB" +"18157","","IN","Tippecanoe","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3894.38,"LB" +"18107","","IN","Montgomery","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.02394,"LB" +"27101","","MN","Murray","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.2803,"LB" +"26067","","MI","Ionia","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.832868,"LB" +"39061","","OH","Hamilton","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3428.08,"LB" +"55077","","WI","Marquette","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.59718,"LB" +"17093","","IL","Kendall","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",63.033,"LB" +"26019","","MI","Benzie","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4930.5,"LB" +"26117","","MI","Montcalm","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",84.858,"LB" +"26125","","MI","Oakland","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",244.046,"LB" +"39081","","OH","Jefferson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3428.08,"LB" +"39057","","OH","Greene","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",43.2386,"LB" +"26151","","MI","Sanilac","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",7.31118,"LB" +"26129","","MI","Ogemaw","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7395.76,"LB" +"27079","","MN","Le Sueur","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.23002,"LB" +"26065","","MI","Ingham","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4930.5,"LB" +"27147","","MN","Steele","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.29654,"LB" +"18127","","IN","Porter","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7699.7,"LB" +"17199","","IL","Williamson","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.24818,"LB" +"27087","","MN","Mahnomen","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.56651,"LB" +"39079","","OH","Jackson","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",44.8006,"LB" +"27145","","MN","Stearns","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.01142,"LB" +"39099","","OH","Mahoning","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3428.08,"LB" +"27111","","MN","Otter Tail","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",82.043,"LB" +"26045","","MI","Eaton","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",16.92032,"LB" +"39013","","OH","Belmont","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3428.08,"LB" +"39129","","OH","Pickaway","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.561504,"LB" +"18117","","IN","Orange","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.07774,"LB" +"18147","","IN","Spencer","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.3236,"LB" +"27013","","MN","Blue Earth","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",643.992,"LB" +"39157","","OH","Tuscarawas","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.532236,"LB" +"27075","","MN","Lake","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2575.96,"LB" +"17031","","IL","Cook","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",28816.2,"LB" +"55041","","WI","Forest","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.30046,"LB" +"39061","","OH","Hamilton","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.5772,"LB" +"17049","","IL","Effingham","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"17111","","IL","McHenry","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",45.9694,"LB" +"55055","","WI","Jefferson","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.10626,"LB" +"26083","","MI","Keweenaw","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1232.626,"LB" +"18047","","IN","Franklin","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"27049","","MN","Goodhue","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.84096,"LB" +"26089","","MI","Leelanau","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7395.76,"LB" +"17097","","IL","Lake","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",15034.46,"LB" +"18135","","IN","Randolph","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"27169","","MN","Winona","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.815806,"LB" +"26031","","MI","Cheboygan","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.89876,"LB" +"39021","","OH","Champaign","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.541172,"LB" +"55057","","WI","Juneau","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.83304,"LB" +"26077","","MI","Kalamazoo","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.73382,"LB" +"26065","","MI","Ingham","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",67.9568,"LB" +"27019","","MN","Carver","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1287.982,"LB" +"18113","","IN","Noble","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"18105","","IN","Monroe","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.28656,"LB" +"26073","","MI","Isabella","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1232.626,"LB" +"26121","","MI","Muskegon","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",16.53164,"LB" +"17157","","IL","Randolph","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",21.03,"LB" +"26049","","MI","Genesee","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.70694,"LB" +"27105","","MN","Nobles","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.808922,"LB" +"27095","","MN","Mille Lacs","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.99856,"LB" +"17181","","IL","Union","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.12582,"LB" +"26045","","MI","Eaton","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.850562,"LB" +"18107","","IN","Montgomery","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"18035","","IN","Delaware","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.0196,"LB" +"26149","","MI","St. Joseph","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.18238,"LB" +"26029","","MI","Charlevoix","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",8.94176,"LB" +"39027","","OH","Clinton","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",43.1744,"LB" +"39033","","OH","Crawford","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.5319,"LB" +"39153","","OH","Summit","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",139.3704,"LB" +"55071","","WI","Manitowoc","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.26658,"LB" +"26041","","MI","Delta","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",31.9132,"LB" +"27003","","MN","Anoka","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2575.96,"LB" +"55063","","WI","La Crosse","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2413.82,"LB" +"17011","","IL","Bureau","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"39037","","OH","Darke","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.544666,"LB" +"26015","","MI","Barry","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6163.12,"LB" +"26011","","MI","Arenac","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2465.24,"LB" +"39069","","OH","Henry","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.541316,"LB" +"17111","","IL","McHenry","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3758.62,"LB" +"17099","","IL","La Salle","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",11.7868,"LB" +"17097","","IL","Lake","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",182.2084,"LB" +"55131","","WI","Washington","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",18.40734,"LB" +"26003","","MI","Alger","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1232.626,"LB" +"26085","","MI","Lake","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",32.9262,"LB" +"39099","","OH","Mahoning","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.56646,"LB" +"27009","","MN","Benton","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",7.0705,"LB" +"55075","","WI","Marinette","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",6.55094,"LB" +"55071","","WI","Manitowoc","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1810.37,"LB" +"39169","","OH","Wayne","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2285.4,"LB" +"18155","","IN","Switzerland","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"26087","","MI","Lapeer","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",8628.4,"LB" +"27061","","MN","Itasca","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",6.2126,"LB" +"55097","","WI","Portage","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.53856,"LB" +"17069","","IL","Hardin","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.8406,"LB" +"39129","","OH","Pickaway","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1142.696,"LB" +"27095","","MN","Mille Lacs","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1287.982,"LB" +"27059","","MN","Isanti","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.07584,"LB" +"55095","","WI","Polk","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4224.2,"LB" +"26069","","MI","Iosco","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",32.6134,"LB" +"17179","","IL","Tazewell","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3802.08,"LB" +"17025","","IL","Clay","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.10158,"LB" +"26127","","MI","Oceana","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",21.9006,"LB" +"27019","","MN","Carver","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.37498,"LB" +"39029","","OH","Columbiana","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6856.18,"LB" +"39031","","OH","Coshocton","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.535438,"LB" +"17083","","IL","Jersey","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1252.874,"LB" +"27009","","MN","Benton","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.79688,"LB" +"55087","","WI","Outagamie","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.523822,"LB" +"26101","","MI","Manistee","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",11093.62,"LB" +"17015","","IL","Carroll","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.94209,"LB" +"27037","","MN","Dakota","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.37776,"LB" +"55087","","WI","Outagamie","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",13.3262,"LB" +"26033","","MI","Chippewa","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",46.8074,"LB" +"26107","","MI","Mecosta","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.81486,"LB" +"26031","","MI","Cheboygan","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",6163.12,"LB" +"17063","","IL","Grundy","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2505.74,"LB" +"26045","","MI","Eaton","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1232.626,"LB" +"39055","","OH","Geauga","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5713.48,"LB" +"17129","","IL","Menard","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.01464,"LB" +"39137","","OH","Putnam","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",14.43334,"LB" +"39033","","OH","Crawford","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1142.696,"LB" +"18005","","IN","Bartholomew","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",39.7742,"LB" +"26149","","MI","St. Joseph","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7395.76,"LB" +"26091","","MI","Lenawee","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",33.0554,"LB" +"27115","","MN","Pine","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.3528,"LB" +"17049","","IL","Effingham","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",20.0228,"LB" +"27051","","MN","Grant","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",643.992,"LB" +"39093","","OH","Lorain","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",97.7896,"LB" +"55137","","WI","Waushara","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3017.28,"LB" +"18173","","IN","Warrick","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1298.124,"LB" +"26061","","MI","Houghton","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",15.31468,"LB" +"27059","","MN","Isanti","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.596052,"LB" +"17021","","IL","Christian","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.6767,"LB" +"27037","","MN","Dakota","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.624256,"LB" +"26105","","MI","Mason","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",16.3157,"LB" +"26135","","MI","Oscoda","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.38462,"LB" +"55125","","WI","Vilas","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",21.3206,"LB" +"26139","","MI","Ottawa","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",83.5936,"LB" +"18075","","IN","Jay","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",19.13514,"LB" +"55129","","WI","Washburn","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",5.25438,"LB" +"55111","","WI","Sauk","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",4827.64,"LB" +"55103","","WI","Richland","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.772722,"LB" +"39083","","OH","Knox","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",28.5306,"LB" +"17157","","IL","Randolph","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1267.364,"LB" +"18173","","IN","Warrick","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.14814,"LB" +"26113","","MI","Missaukee","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",1232.626,"LB" +"39001","","OH","Adams","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",1.569926,"LB" +"39135","","OH","Preble","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",2285.4,"LB" +"17043","","IL","DuPage","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5011.5,"LB" +"39145","","OH","Scioto","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5713.48,"LB" +"18095","","IN","Madison","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",76.4992,"LB" +"26005","","MI","Allegan","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",9.28778,"LB" +"18165","","IN","Vermillion","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",2.06038,"LB" +"17179","","IL","Tazewell","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",57.048,"LB" +"17149","","IL","Pike","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",4.04258,"LB" +"26025","","MI","Calhoun","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",3.70388,"LB" +"18095","","IN","Madison","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",5192.5,"LB" +"39079","","OH","Jackson","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3428.08,"LB" +"26133","","MI","Osceola","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",3697.88,"LB" +"27035","","MN","Crow Wing","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",10.2511,"LB" +"55045","","WI","Green","NR","2260001030","R","","","2011EPAMOBILE","100414","Ethyl Benzene",.783064,"LB" +"39151","","OH","Stark","NR","2260001030","X","","","2011EPAMOBILE","100414","Ethyl Benzene",7998.88,"LB" +"26071","","MI","Iron","NR","2260001030","E","","","2011EPAMOBILE","100414","Ethyl Benzene",31.425,"LB" diff --git a/scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_process_12345.csv b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_process_12345.csv new file mode 100644 index 0000000000..28a092bb56 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2011_process_12345.csv @@ -0,0 +1,2285 @@ +eis_facility_site_id,program_system_cd,alt_agency_id,eis_emissions_unit_id,agency_unit_id,unit_type_cd,eis_emissions_process_id,agency_process_id,scc,region_cd,st_usps_cd,county_name,state_and_county_fips_code,tribal_name,facility_site_name,naics_cd,facility_source_description,unit_status_code,design_capacity,dc_unit_of_measure,facility_site_status_cd,latitude_msr,longitude_msr,location_address_text,locality,addr_state_cd,address_postal_code,emissions_op_type_code,emissions_calc_method_desc,emissions_comment,data_set_short_name,pollutant_cd,description,total_emissions,uom +8106111,"NCDAQ","3702700054",4803913,"G-2","100",17975714,"3","10200903","04","NC","Caldwell","37027","","Kincaid Furniture Company, Inc. - Plant No. 1",337122,"","OP",46.7,"E6BTU/HR","OP",35.858611,-81.506111,"168 Main Street","Hudson","NC","28638","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00963312,"LB" +7331511,"KYDAQ","2100700002",9779113,"009","100",106754714,"6","10200901","04","KY","Ballard","21007","","Newpage Corp",322121,"Pulp and Paper Plant","OP",,"","OP",36.944409,-89.07988,"1724 Fort Jefferson Hill Rd","Wickliffe","KY","42087","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0028444,"LB" +7974711,"MEDEP","2300300017",2969413,"002","100",125934514,"002-2","10200902","01","ME","Aroostook","23003","","COLUMBIA FOREST PRODUCTS INC",321211,"Wood Board Manufacturing Plant","OP",15,"E6BTU/HR","OP",46.702011,-68.043337,"395 MISSILE ST","NEWPORT","ME","04769-2084","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00350728,"LB" +5606611,"KYDAQ","2100900009",22825613,"004","100",38668514,"1","10200902","04","KY","Barren","21009","","Dickerson Lumber",321920,"","OP",,"","OP",36.949444,-85.845556,"11820 Burksville Rd","Glasgow","KY","42141","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +4737211,"PADEP","421090001",27902813,"031","100",93184914,"1","10200903","03","PA","Snyder","42109","","WOOD MODE INC/KREAMER PLT",337110,"Woodwork, Furniture, Millwork Manufacturing","OP",10.2,"E6BTU/HR","OP",40.80407,-76.96337,"1 2ND ST","KREAMER","PA","17833","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001384602,"LB" +8333711,"SCDHEC","0160-0004",69798713,"011","100",96713914,"1","10200908","04","SC","Allendale","45005","","COLLUMS LUMBER MILL INC",321113,"Lumber/Sawmill","OP",27,"E6BTU/HR","OP",33.020614,-81.313424,"1723 BARNWELL RD","ALLENDALE","SC","29810","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.006448,"LB" +5971511,"KYDAQ","2123100010",73292113,"EP06","100",107656714,"1","10200903","04","KY","Wayne","21231","","Monticello Flooring & Lbr",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",28.7,"E6BTU/HR","OP",36.861389,-84.841667,"1925 N Main St","Monticello (Wayne)","KY","42633","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0044264,"LB" +14677511,"OHEPA","0238000150",89738713,"B003","100",121670614,"10200908","10200908","05","OH","Holmes","39075","","Schrocks Woodcrafts Inc Plant 2 (0238000150)",337110,"","OP",15.6,"E6BTU/HR","OP",40.54472,-81.75166,"4981 TWP RD 401","WALNUT CREEK","OH","44687","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.001834,"LB" +2655111,"GADNR","15700014",65518713,"WLDRY","999",139250514,"WDP-F","10100902","04","GA","Jackson","13157","","Huber Engineered Woods, LLC",321219,"Wood Board Manufacturing Plant","OP",150,"E6BTU/HR","OP",34.1612,-83.4329,"1442 Highway 334","Commerce","GA","30529","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1275426,"LB" +7984011,"MSDEQ","2812900002",5593813,"022","100",27809714,"1","10200902","04","MS","Smith","28129","","Georgia-Pacific Wood Products LLC, Taylorsville",321212,"Wood Board Manufacturing Plant","OP",169,"E6BTU/HR","OP",31.8392,-89.4659,"Highway 28 West","Taylorsville","MS","39168","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",0,"LB" +7442011,"ADEM","S005",10841613,"X001","100",61098014,"01","10200902","04","AL","Chilton","01021","","West Fraser Inc",321113,"Lumber/Sawmill","OP",119,"E6BTU/HR","OP",32.762913,-86.882667,"7475 Highway 22 West","Maplesville","AL","36750","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0262664,"LB" +14677211,"OHEPA","0238000004",89737413,"B007","100",121669114,"10200908","10200908","05","OH","Holmes","39075","","HOLMES BY-PRODUCTS INC. (0238000004)",311119,"","OP",30,"E6BTU/HR","OP",40.57778,-81.73889,"3175 TWP RD 411","Millersburg","OH","44654","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.02099,"LB" +8162811,"MNPCA","2716300001",79721413,"EU620","999",102995314,"EU620PD001","10200908","05","MN","Washington","27163","","Andersen - Main",321911,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",45.02528,-92.77952,"100 4th Ave N","Bayport","MN","55003","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.01169,"LB" +6654911,"SCDHEC","1900-0143",99914713,"005","100",139822514,"1","10300902","04","SC","Richland","45079","","USC COLUMBIA CAMPUS ENERGY FACILITY",61131,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",33.994057,-81.038664,"743 GREENE ST","COLUMBIA","SC","29201","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011SCDHEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00030826,"LB" +7853011,"MSDEQ","2801900005",2832613,"004","100",27513014,"1","10200902","04","MS","Choctaw","28019","","Southeastern Timber Products LLC, Ackerman Plant",321113,"Lumber/Sawmill","OP",,"","OP",33.301111,-89.207508,"240 PCA Road","Ackerman","MS","39735","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.444408,"LB" +8047511,"NCDAQ","3705700149",6370813,"G-27","100",17791414,"3","10200906","04","NC","Davidson","37057","","Thomasville Furniture Industries, Inc. - Plant C/M/W/SB",337122,"","OP",,"","OP",35.8842,-80.075,"405 East Main Street","Thomasville","NC","27360","R","S/L/T Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.0031,"LB" +8122711,"NCDAQ","3704700036",4691813,"G-77","100",17918914,"43","10200908","04","NC","Columbus","37047","","International Paper - Riegelwood Mill",322121,"Pulp and Paper Plant","OP",,"","OP",34.3522,-78.2125,"865 John L Riegel Road","Riegelwood","NC","28456","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.14661,"LB" +7378911,"NCDAQ","3705700179",10521013,"G-87","100",17605114,"14","10200905","04","NC","Davidson","37057","","Lexington Furniture Industries Inc., Plant 5",337122,"","OP",28.4,"E6BTU/HR","OP",35.786111,-80.291953,"1893 Brown Street","Lexington","NC","27292","R","S/L/T Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00774,"LB" +2655111,"GADNR","15700014",65518713,"WLDRY","999",90847114,"WDH","10100902","04","GA","Jackson","13157","","Huber Engineered Woods, LLC",321219,"Wood Board Manufacturing Plant","OP",150,"E6BTU/HR","OP",34.1612,-83.4329,"1442 Highway 334","Commerce","GA","30529","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0408444,"LB" +5662411,"MEDEP","2300300076",19625013,"001","100",129289414,"001-1","10200902","01","ME","Aroostook","23003","","MAINE WOODS CO",113310,"","OP",28.8,"E6BTU/HR","OP",46.755278,-68.5025,"92 FISH LAKE RD","PORTAGE","ME","04768","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0258136,"LB" +14564311,"NHDES","3301700058",88263813,"002","100",119789514,"1","10200903","01","NH","Strafford","33017","","MIDDLETON BUILDING SUPPLY",321113,"Lumber/Sawmill","OP",27.5,"E6BTU/HR","OP",43.4675,-71.0619,"ROUTE 153","MIDDLETON","NH","03887","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00452368,"LB" +7688411,"WIDNR","157073290",11375213,"B20","100",66222614,"02","10300903","05","WI","Sauk","55111","","Reedsburg Hardwoods",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",14.3,"E6BTU/HR","OP",43.5215,-89.9853,"1580 Laukant St","Reedsburg","WI","53959","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.01693,"LB" +4120611,"SCDHEC","0560-0244",34983313,"001","100",14868714,"3","10200907","04","SC","Charleston","45019","","COGEN SOUTH",221118,"Electricity Generation via Combustion","OP",1340,"E6BTU/HR","OP",32.8995,-79.9667,"5600 VIRGINIA AVE","NORTH CHARLESTON","SC","29406","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.434,"LB" +5662411,"MEDEP","2300300076",19625013,"001","100",129289614,"001-2","10200902","01","ME","Aroostook","23003","","MAINE WOODS CO",113310,"","OP",28.8,"E6BTU/HR","OP",46.755278,-68.5025,"92 FISH LAKE RD","PORTAGE","ME","04768","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0000000000834872,"LB" +6153511,"WIDNR","735057950",16203913,"B03","100",66986714,"B03-01","10200902","05","WI","Lincoln","55069","","Louisiana-Pacific Corporation-Tomahawk",321219,"Wood Board Manufacturing Plant","OP",30,"E6BTU/HR","OP",45.4527,-89.7137,"Business Us Highway 51 South","Tomahawk","WI","54487","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.005,"LB" +6188011,"MNPCA","2700700019",15252913,"EU003","100",29302914,"EU003PD001","10200901","05","MN","Beltrami","27007","","Norbord Minnesota",321219,"Wood Board Manufacturing Plant","OP",45,"E3LB/HR","OP",47.511061,-95.082497,"4409 Northwood Rd NW","Solway","MN","56678","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00000825,"LB" +6454711,"MNPCA","2700900011",16566613,"EU006","100",27224714,"EU006PD002","10200901","05","MN","Benton","27009","","Verso Paper Corp - Sartell Mill",322121,"Pulp and Paper Plant","OP",315,"E3LB/HR","OP",45.619724,-94.20093,"100 E Sartell St","Sartell","MN","56377","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.08738,"LB" +7838011,"MNPCA","2713700015",2841413,"EU003","100",27443014,"EU003PD003","10100903","05","MN","St. Louis","27137","","Minnesota Power Inc - Hibbard Renewable Energy Ctr",221112,"Electricity Generation via Combustion","OP",590,"E6BTU/HR","OP",46.7355,-92.1522,"4913 Main St","Duluth","MN","55807","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.13692,"LB" +5909511,"MIDEQ","A0749",23279313,"EU0088","100",28421214,"10300903","10300903","05","MI","Cass","26027","","AMERIWOOD INDUSTRIES",337122,"","OP",,"","OP",41.9814,-86.106,"202 Spaulding Street","DOWAGIAC","MI","49047","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.002309,"LB" +4663611,"INDEM","00013",27972113,"001","100",123888514,"01","10200903","05","IN","Harrison","18061","","CHILD CRAFT LLC",321999,"","PS",,"","PS",38.30231,-86.10454,"1010 KELLER DRIVE","NEW SALISBURY","IN","47161","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000239858,"LB" +6415011,"MDDOE","039-0055",88023913,"039-0055-3-0010","100",119444714,"10300902-1","10300902","03","MD","Somerset","24039","","Eastern Correctional Institution",922140,"Institutional (school, hospital, prison, etc.)","OP",40,"E6BTU/HR","OP",38.156224,-75.703247,"30420 Revells Neck Rd","Westover","MD","21871","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MDDOE submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0323378,"LB" +8231811,"MSDEQ","2815300004",5664213,"001","100",25364114,"1","10200902","04","MS","Wayne","28153","","Hood Industries Inc, Waynesboro",321113,"Lumber/Sawmill","OP",100,"E6BTU/HR","OP",31.653353,-88.628617,"915 Industrial Park Road","Waynesboro","MS","39367","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.359894,"LB" +8232711,"MSDEQ","2807700007",5642413,"010","100",24771214,"1","10200902","04","MS","Lawrence","28077","","Georgia Pacific Monticello LLC",32213,"Pulp and Paper Plant","OP",917,"E6BTU/HR","OP",31.625853,-90.0839,"604 N A Sandifer Hwy","Monticello","MS","39654","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.138717,"LB" +7000911,"WIDNR","469034170",14236913,"B26","100",66528014,"01","10200903","05","WI","Waupaca","55135","","Marion Plywood",321211,"Wood Board Manufacturing Plant","OP",25.9,"E6BTU/HR","OP",44.6691,-88.8829,"222 South Parkview Ave","Marion","WI","54950","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.03611,"LB" +4779411,"SCDHEC","0640-0013",31834413,"002","100",11934014,"1","10200902","04","SC","Chester","45023","","CHESTER PLYWOOD",321212,"Wood Board Manufacturing Plant","OP",210,"E6BTU/HR","OP",34.733363,-81.143457,"1445 LANCASTER HWY","CHESTER","SC","29706","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.13156,"LB" +3884811,"PADEP","420750038",37132613,"031","100",14294214,"1","10100903","03","PA","Lebanon","42075","","WEABER INC/SOUTH ANNVILLE TWP",321912,"Lumber/Sawmill","OP",46,"E6BTU/HR","OP",40.25885,-76.50928,"1231 MOUNT WILSON RD","LEBANON","PA","17042-4785","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.105994,"LB" +5753611,"MIDEQ","N2454",20399413,"EU0002","100",30652214,"10100903","10100903","05","MI","Allegan","26005","","Wolverine Hardwoods Inc.",321912,"Lumber/Sawmill","OP",,"","OP",42.512963,-85.819529,"2810 113TH AVENUE","ALLEGAN","MI","49010","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.0008843,"LB" +2657611,"GADNR","27500008",65544913,"B2","100",90885214,"B2","10200902","04","GA","Thomas","13275","","Hood Industries, Inc.",321113,"Lumber/Sawmill","OP",28.8,"E6BTU/HR","OP",30.697989,-83.987342,"1033 S Reynolds Street","Metcalf","GA","31792","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01374326,"LB" +7617511,"WIDNR","866029890",12229513,"B20","100",66301514,"01","10200903","05","WI","Washburn","55129","","Birchwood Lumber And Veneer Co",321211,"Wood Board Manufacturing Plant","OP",10,"E6BTU/HR","OP",45.6608,-91.5465,"600 E Highway 48","Birchwood","WI","54817","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00083,"LB" +6373511,"NYDEC","5163400022",15954113,"U00001","100",20642614,"002FP","10100903","02","NY","Franklin","36033","","BORALEX NEW YORK LP",221112,"Electricity Generation via Combustion","OP",,"","OP",44.893505,-74.072151,"7019 ST RTE 374","CHATEAUGAY","NY","12920","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.07,"LB" +7828911,"NCDAQ","3715100084",2204413,"G-1","100",19274214,"1","10200908","04","NC","Randolph","37151","","Quality Veneer Company",321211,"","OP",,"","ONRE",35.8416,-79.566783,"237 Teague Avenue","Liberty","NC","27298","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000642208,"LB" +8142411,"MADEP","1180035",90725613,"10","100",123025714,"1","10200908","01","MA","Worcester","25027","","SEAMAN PAPER COMPANY",322121,"Pulp and Paper Plant","OP",29.9,"E6BTU/HR","OP",42.59513,-72.052772,"51 MAIN ST","OTTER RIVER","MA","01436-0000","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00040973,"LB" +14563111,"NHDES","3300900029",88257213,"001","100",119780414,"1","10100902","01","NH","Grafton","33009","","INDECK ENERGY - ALEXANDRIA LLC",221118,"Electricity Generation via Combustion","OP",250,"E6BTU/HR","OP",43.561236,-71.780832,"151 SMITH RIVER ROAD","ALEXANDRIA","NH","03222","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.169976,"LB" +7250011,"INDEM","00103",7450713,"001","100",141449614,"001-01","10200907","05","IN","Elkhart","18039","","SUPREME CORPORATION",336211,"","OP",,"","OP",41.5504,-85.7789,"2572 E Kercher Rd","Goshen","IN","46526","R","USEPA Emission Factor (no Control Efficiency used)","Per Region 5 Request","2011INDEM","100027","4-Nitrophenol",.00077,"LB" +6274511,"MNPCA","2704900005",15819713,"EU001","270",144116014,"EU001PD004","10100902","05","MN","Goodhue","27049","","Xcel Energy - Red Wing Generating Plant",221118,"Municipal Waste Combustor","OP",138,"E3LB/HR","OP",44.5691,-92.5165,"801 E 5th St","Red Wing","MN","55066","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0004272,"LB" +7102011,"MNPCA","2709700019",102425213,"EU006","999",143882714,"EU006PD001","10300902","05","MN","Morrison","27097","","St Gabriels Hospital",62211,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",45.96796,-94.36258,"815 SE 2nd St","Little Falls","MN","56345","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.002354,"LB" +6217511,"VADEQ","30616",16509913,"2","100",613414,"1","10200908","03","VA","Appomattox","51011","","Thomasville Furniture Ind Inc-Va Operations",337122,"","PS",68.5,"E6BTU/HR","PS",37.36331,-78.83764,"Rts 460 & 24","Appomattox","VA","24522","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0032543,"LB" +2971811,"TNDEC","0099",38232513,"WB","100",11611414,"01","10200903","04","TN","Loudon","47105","","KIMBERLY CLARK CORPORATION STEAM PLANT",22133,"Steam/Heating Facility","PS",126,"E6BTU/HR","OP",35.77111,-84.33277,"5897 SUGARLIMB ROAD","LOUDON","TN","37774","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.085812,"LB" +4758811,"SCDHEC","1040-0003",32072713,"015","100",11687514,"4","10200902","04","SC","Florence","45041","","ROCKTENN CP LLC",322110,"Pulp and Paper Plant","OP",343,"E6BTU/HR","OP",34.151538,-79.559201,"7320 PAPER MILL RD","FLORENCE","SC","29506","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.336,"LB" +8010511,"NCDAQ","3719100058",4033913,"G-25","100",18616814,"1","10200908","04","NC","Wayne","37191","","Georgia - Pacific Plywood/CNS - Dudley",321212,"Wood Board Manufacturing Plant","OP",254,"E6BTU/HR","OP",35.2617,-78.0353,"139 Brewington Road","Dudley","NC","28333","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.13617,"LB" +8232511,"MSDEQ","2813100003",5648613,"003","100",27800014,"1","10200902","04","MS","Stone","28131","","Hood Industries Inc, Wiggins",321212,"Wood Board Manufacturing Plant","OP",90,"E6BTU/HR","OP",30.826403,-89.124461,"1945 South First Street","Wiggins","MS","39577","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0404592,"LB" +8216711,"MSDEQ","2806100019",5721313,"002","100",24812114,"1","10200902","04","MS","Jasper","28061","","Georgia Pacific Wood Products LLC, Bay Springs Facility",321113,"Lumber/Sawmill","PS",59.4,"E6BTU/HR","OP",31.95779,-89.28334,"71 Georgia Pacific Road","Bay Springs","MS","39422","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",0,"LB" +8483411,"MNPCA","2710900005",1088313,"EU001","270",26811514,"EU001PD001","50100105","05","MN","Olmsted","27109","","Olmsted Waste-to-Energy Facility",221112,"Municipal Waste Combustor","OP",8.33,"E3LB/HR","OP",44.0264,-92.4334,"301 Silver Creek Rd NE","Rochester","MN","55906","R","Stack Test (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.17168,"LB" +6361111,"MNPCA","2704500034",15688813,"EU020","100",26480514,"EU020PD001","10200903","05","MN","Fillmore","27045","","Tuohy Furniture Corp - Chatfield",337211,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",43.832063,-92.163327,"42 St Albans Pl","Chatfield","MN","55923","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0001408,"LB" +6277111,"MNPCA","2703700043",15791513,"EU002","270",28952314,"EU002PD001","50100515","05","MN","Dakota","27037","","Seneca Wastewater Treatment Plant",22132,"Wastewater Treatment Facility","OP",4.8,"E3LB/HR","OP",44.82727,-93.2101,"3750 Plant Rd","Eagan","MN","55122","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011MNPCA","100027","4-Nitrophenol",1.121,"LB" +919611,"FLDEP","0990332",46528013,"1","100",46009914,"1","10100903","04","FL","Palm Beach","12099","","NEW HOPE POWER COMPANY",2211,"Electricity Generation via Combustion","OP",715,"E6BTU/HR","OP",26.577845,-80.751408,"8001 Highway 27 South","SOUTH BAY","FL","33493","R","USEPA Emission Factor (no Control Efficiency used)","Annual Emissions (Tons/Year) 0.00007 = Emission Factor ( lb / MMBtu ) 1.100000E-007 * Annual Process or Fuel Usage Rate (Tons Wood Burned) 148888 * Fuel Heat Content (mmBtu/Tons Wood Burned) 8.5 / 2000 From Webfire","2011FLDEP","100027","4-Nitrophenol",.14,"LB" +7689111,"WIDNR","851000920",91927413,"B10","180",125381014,"01","10200908","05","WI","Price","55099","","Johnson Timber Corporation",321999,"","OP",28,"E6BTU/HR","OP",45.93987,-90.44756,"870 North First Avenue","Park Falls","WI","54552","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00377,"LB" +7213111,"ADEM","S005",10815013,"002","490",60937514,"01","30700898","04","AL","Coosa","01037","","Coosa Pole, Inc",321113,"Lumber/Sawmill","TS",21,"E6BTU/HR","OP",33.041562,-86.0447,"492 Woodlands Lane","Goodwater","AL","35072","R","Engineering Judgment","","2011ADEM","100027","4-Nitrophenol",0,"LB" +1801611,"GADNR","29300007",68476413,"OB01","100",94364714,"OB01","10200908","04","GA","Upson","13293","","Keadle Lumber Enterprises",321113,"Lumber/Sawmill","OP",26.8,"E6BTU/HR","OP",32.92894,-84.28127,"889 Railroad St","Thomaston","GA","30286","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000513766,"LB" +3173311,"SCDHEC","1040-0016",69793813,"001","210",96706814,"8","10200908","04","SC","Florence","45041","","CHARLES INGRAM LUMBER CO",321113,"Lumber/Sawmill","OP",,"","OP",34.091921,-79.643661,"4930 PLANER RD","EFFINGHAM","SC","29541","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0168,"LB" +8207811,"INDEM","00048",65365513,"001","999",141418814,"001-02","10200906","05","IN","Dubois","18037","","N.O.F. - JASPER 11TH AVE",337211,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",38.374962,-86.938846,"340 E. 11TH AVE","JASPER","IN","47546","R","USEPA Emission Factor (no Control Efficiency used)","Per Region 5 Request","2011INDEM","100027","4-Nitrophenol",.00078,"LB" +3795211,"SCDHEC","1600-0002",37236413,"003","250",14803714,"1","10200908","04","SC","McCormick","45065","","GEORGIA PACIFIC WOOD PROD LLC MCCORMICK",321113,"Lumber/Sawmill","OP",23,"E6BTU/HR","OP",33.887665,-82.27691,"1664 S MAIN ST EXT","MCCORMICK","SC","29835","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.01518,"LB" +8514511,"NCDAQ","3717100009",1574513,"G-1","100",18229714,"1","10200903","04","NC","Surry","37171","","Vaughan-Bassett Furn Co - Elkin Furniture",337122,"Woodwork, Furniture, Millwork Manufacturing","OP",29.3,"E6BTU/HR","OP",36.248611,-80.837778,"E. Main Street","Elkin","NC","28621","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0001284418,"LB" +562411,"ADEM","0011",48130213,"X001","100",61435914,"01","10200906","04","AL","Bibb","01007","","Cahaba Pressure Treated Forest Products",321114,"","OP",19.1,"E6BTU/HR","OP",33.034032,-86.977511,"AL Hwy 25 S","Brierfield","AL","35035","R","Engineering Judgment","","2011ADEM","100027","4-Nitrophenol",0,"LB" +12672011,"ADEM","S003",64184813,"005","100",89092714,"01","10100902","04","AL","Escambia","01053","","Swift Lumber Inc",321113,"Lumber/Sawmill","OP",29.5,"E6BTU/HR","OP",31.032879,-87.510586,"1450 Swift Mill Rd","Atmore","AL","36502","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0346792,"LB" +12672611,"ADEM","0079",64187613,"X026","100",89095614,"01","10300902","04","AL","Calhoun","01015","","Kronospan USA",321219,"","OP",123,"E6BTU/HR","OP",33.609427,-85.986237,"1 Kronospan Way","Eastaboga","AL","36260","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01592678,"LB" +8368411,"OHEPA","1431150801",86733313,"B004","100",117252314,"10200906","10200906","05","OH","Hamilton","39061","","Formica Corporation - Evendale (1431150801)",326130,"","OP",28.7,"E6BTU/HR","OP",39.24611,-84.46083,"10155 Reading Rd.","Cincinnati","OH","45241","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.003953,"LB" +8176711,"NCDAQ","3701900067",6824813,"G-29","100",138560014,"20","10100204","04","NC","Brunswick","37019","","CPI USA North Carolina - Southport Plant",221112,"Electricity Generation via Combustion","OP",18,"MW","OP",33.9444,-78.0125,"1281 Power House Dr SE","Southport","NC","28461","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.335,"LB" +4039911,"VADEQ","51033",33619413,"2","100",1319414,"5","10100903","03","VA","Richmond city","51760","","Spruance Genco LLC",221112,"Electricity Generation via Combustion","OP",750,"E6BTU/HR","OP",37.4556,-77.4308,"5001 Commerce Rd","Richmond","VA","23234","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +3111211,"TNDEC","0001",38457013,"004","999",11453314,"02","10200902","04","TN","Moore","47127","","JACK DANIEL DISTILLERY",312140,"Breweries/Distilleries/Wineries","OP",,"","OP",35.285359,-86.368475,"280 Lynchburg Highway","LYNCHBURG","TN","37352","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1066066,"LB" +8306611,"SCDHEC","0420-0004",212313,"004","100",12144214,"1","10200908","04","SC","Berkeley","45015","","FLAKEBOARD AMERICA LIMITED RUSSELLVILLE",321219,"Wood Board Manufacturing Plant","PS",30.8,"E6BTU/HR","OP",33.400963,-79.980975,"1118 RUSSELL STORE RD","ST STEPHEN","SC","29476","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.00734,"LB" +5605511,"KYDAQ","2100500003",72442913,"08&09","100",105475614,"1","10300903","04","KY","Anderson","21005","","Skyy Spirits LLC dba Campari America",312140,"Breweries/Distilleries/Wineries","OP",,"","OP",38.0384,-84.8502,"1417 Versailles Rd","Lawrenceburg","KY","40342","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01980956,"LB" +13675611,"MIDEQ","B1950",82884013,"EU0001","270",106563514,"50100515","50100515","05","MI","Oakland","26125","","PONTIAC WASTEWATER TREATMENT PLANT",221320,"Wastewater Treatment Facility","OP",,"","OP",42.6392,-83.2547,"155 N OPDYKE ROAD","PONTIAC","MI","48342","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",1138,"LB" +5737611,"MIDEQ","B1470",22976713,"EU0080","100",30171714,"10200902","10200902","05","MI","Alger","26003","","NEENAH PAPER - MICHIGAN INC",322121,"Pulp and Paper Plant","OP",,"","OP",46.4087,-86.6455,"501 E MUNISING AVE","MUNISING","MI","49862","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",0,"LB" +5216811,"MIDEQ","N1266",25694213,"EU0003","100",28886314,"10100902","10100902","05","MI","Montmorency","26119","","HILLMAN POWER CO",221118,"Electricity Generation via Combustion","OP",,"","OP",45.0688,-83.893158,"750 PROGRESS ST","HILLMAN","MI","49746","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.2494,"LB" +5701311,"KYJCAPCD","0026",20512713,"40","100",35439714,"1755","10200908","04","KY","Jefferson","21111","","Brown-Forman Cooperages",321920,"","OP",42,"E6BTU/HR","OP",38.17469,-85.75187,"402 MACLEAN AVE","LOUISVILLE","KY","40209-1723","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011Louisville submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01926626,"LB" +5523211,"KYDAQ","2104900004",72436013,"012","100",106727014,"1","10300903","04","KY","Clark","21049","","Freeman Corp",321211,"","OP",10,"E6BTU/HR","OP",38.00742,-84.18408,"415 Magnolia St","Winchester","KY","40391","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00694292,"LB" +5760811,"MEDEP","2301900093",22595313,"002","100",125966014,"002-5","10100902","01","ME","Penobscot","23019","","PENOBSCOT ENERGY RECOVERY CO",562213,"Municipal Waste Combustor","OP",180,"E6BTU/HR","OP",44.738333,-68.825833,"29 INDUSTRIAL WAY","ORRINGTON","ME","04476","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +10711911,"KYDAQ","2117300003",88494313,"EU0002","100",120139614,"1","10200902","04","KY","Montgomery","21173","","Moulding & Millwork Inc Manufacturing",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",37.974167,-83.853333,"1 Quality Pl","Jeffersonville","KY","40337","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000637174,"LB" +7356011,"MSDEQ","2804300010",8116013,"001","100",25112314,"1","10200902","04","MS","Grenada","28043","","Hankins Lumber Company Inc, Elliott",321113,"Lumber/Sawmill","OP",65,"E6BTU/HR","OP",33.691414,-89.74835,"496 Nat G Trout Rd","Elliot","MS","38926","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",0,"LB" +6619911,"MIDEQ","B1598",18999513,"EU0002","270",27954614,"50100515","50100515","05","MI","Genesee","26049","","FLINT WATER POLLUTION CONTROL FACILITY",221320,"Wastewater Treatment Facility","OP",,"","OP",43.0362,-83.7729,"G-4652 BEECHER RD","FLINT","MI","48532","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",512.5,"LB" +4888111,"INDEM","00102",31554113,"B-2","999",41738314,"B-2","10200908","05","IN","Dubois","18037","","OFS BRANDS INC PLT NO 3",337211,"Woodwork, Furniture, Millwork Manufacturing","OP",6.7,"E6BTU/HR","OP",38.303084,-86.961227,"110 W 10TH ST","Huntingburg","IN","47542","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001397626,"LB" +3523911,"FLDEP","0770009",36720713,"1","100",48525814,"1","10100902","04","FL","Liberty","12077","","MULTITRADE BIOMASS HOLDINGS, LLC",2211,"Electricity Generation via Combustion","OP",230,"E6BTU/HR","OP",30.335441,-84.817955,"20082 Telogia Power Road","TELOGIA","FL","32360","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.21835,"LB" +5606611,"KYDAQ","2100900009",22825413,"006","100",38668714,"1","10200902","04","KY","Barren","21009","","Dickerson Lumber",321920,"","OP",,"","OP",36.949444,-85.845556,"11820 Burksville Rd","Glasgow","KY","42141","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +4758811,"SCDHEC","1040-0003",32072513,"016","999",11688614,"1","10100902","04","SC","Florence","45041","","ROCKTENN CP LLC",322110,"Pulp and Paper Plant","OP",955,"E6BTU/HR","OP",34.151538,-79.559201,"7320 PAPER MILL RD","FLORENCE","SC","29506","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.702,"LB" +7626211,"MNPCA","2708500016",11458513,"EU003","100",27068014,"EU003PD001","10200908","05","MN","McLeod","27085","","Poly Foam Inc",32614,"","OP",350,"HP","OP",44.88625,-94.03799,"116 Pine St S","Lester Prairie","MN","55354","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0009762,"LB" +7355911,"MSDEQ","2809100008",8117313,"008","100",27413014,"1","10200902","04","MS","Marion","28091","","Georgia Pacific Wood Products LLC, Columbia",321113,"Lumber/Sawmill","PS",30,"E6BTU/HR","PS",31.350003,-89.883897,"3111 Highway 13 North","Columbia","MS","39429","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",0,"LB" +931711,"GADNR","09900001",47950613,"U500","100",46571414,"2","10200902","04","GA","Early","13099","","Georgia-Pacific Corp Cedar Springs Operation",322130,"Pulp and Paper Plant","OP",784,"E6BTU/HR","OP",31.16751,-85.09408,"GA HWY 273","Cedar Springs","GA","39832","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1843138,"LB" +14645211,"NCDAQ","3704900068",89046213,"G-4","100",120815914,"1","10200910","04","NC","Craven","37049","","World Wood Company",321113,"Lumber/Sawmill","OP",,"","OP",35.197601,-77.3684,"12045 Old Highway 70","Cove City","NC","28523","R","S/L/T Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.0133,"LB" +6678711,"WIDNR","443044470",91428413,"B10","100",124580314,"02","10200902","05","WI","Oconto","55083","","St Paper, Llc",322121,"Pulp and Paper Plant","OP",10,"E6BTU/HR","OP",44.8729,-88.1438,"106 E Central Ave","Oconto Falls","WI","54154","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.0081,"LB" +4077011,"MIDEQ","B8603",33210713,"EU0015","100",28225414,"10300903","10300903","05","MI","Kent","26081","","JELD-WEN Interior Door - Grand Rapids",321911,"","OP",,"","OP",42.8888,-85.6516,"4200 ROGER B CHAFFEE MEMORIAL BLVD.","GRAND RAPIDS","MI","49548","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",0,"LB" +7436311,"NYDEC","7313800015",7945813,"000002","100",17966614,"BLRFP","10200903","02","NY","Onondaga","36067","","L & J G STICKLEY INC",337122,"","OP",,"","OP",43.003699,-75.988911,"1 STICKLEY DR","MANLIUS","NY","13104","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00547804,"LB" +6173511,"MNPCA","2706100016",15280913,"EU001","100",27074914,"EU001PD001","10300903","05","MN","Itasca","27061","","Itasca Community College",61121,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",47.2395,-93.49579,"1851 Highway 169 E","Grand Rapids","MN","55744","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00008592,"LB" +535411,"FLDEP","0050009",48436813,"16","100",48534714,"1","10200901","04","FL","Bay","12005","","ROCKTENN CP LLC",3221,"Pulp and Paper Plant","OP",545,"E6BTU/HR","OP",30.142433,-85.620566,"ONE EVERITT AVE","PANAMA CITY","FL","32402","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.323508,"LB" +7120011,"MNPCA","2701700003",79401913,"EU024","100",102465314,"EU024PD001","10200903","05","MN","Carlton","27017","","Jarden Home Brands",321999,"","OP",8,"E6BTU/HR","OP",46.72155,-92.44379,"1800 Cloquet Ave","Cloquet","MN","55720","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.003716,"LB" +5788211,"KYDAQ","2119900020",73273613,"EU 002","100",107561914,"1","10200902","04","KY","Pulaski","21199","","Somerset Wood Products In",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",36.986389,-84.593611,"138 E Antioch Ave","Burnside","KY","42519","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +14721011,"OHEPA","1409030403",89932713,"B002","100",121891614,"10100902","10100902","05","OH","Butler","39017","","MB MANUFACTURING CORPORATION (1409030403)",321211,"","OP",17.8,"E6BTU/HR","OP",39.34856,-84.52223,"2904 SYMMES ROAD","FAIRFIELD","OH","45014","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.003539,"LB" +5676911,"MEDEP","2300700023",22710913,"001","100",125951314,"001-3","10100902","01","ME","Franklin","23007","","REENERGY STRATTON LLC",221117,"Electricity Generation via Combustion","OP",672,"E6BTU/HR","OP",45.14062,-70.425645,"27 FOX FARM RD","STRATTON","ME","04982","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001092844,"LB" +1803611,"GADNR","30100003",65549113,"400B","100",90895914,"400B","10200901","04","GA","Warren","13301","","Georgia-Pacific Wood Products LLC (Warrenton)",321113,"Lumber/Sawmill","OP",85.7,"E6BTU/HR","OP",33.41041,-82.64622,"331 Thomson Hwy, NE","Warrenton","GA","30828","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0712852,"LB" +5972711,"MEDEP","2302500043",24226113,"002","100",129277714,"002-1","10300902","01","ME","Somerset","23025","","MOOSE RIVER LUMBER CO INC",321113,"Lumber/Sawmill","OP",4.5,"E6BTU/HR","OP",45.6457,-70.2508,"25 TALPEY RD","JACKMAN","ME","04945","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00125851,"LB" +6286211,"MSDEQ","2814900065",16432113,"005","100",25034814,"1","10200902","04","MS","Warren","28149","","Armstrong Hardwood Flooring Company",321211,"Wood Board Manufacturing Plant","OP",28.7,"E6BTU/HR","OP",32.377778,-90.869467,"1735 North Washington Street","Vicksburg","MS","39183","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00603676,"LB" +4759611,"TNDEC","0005",32064213,"RC10","999",11347714,"01","30699999","04","TN","Dyer","47045","","HEXPOL Compounding",326299,"","OP",,"","OP",36.031445,-89.394046,"150 SOUTH CONNELL","DYERSBURG","TN","38024","R","Trade Group Emission Factor (no Control Efficiency used)","","2011TNDEC","100027","4-Nitrophenol",.0686,"LB" +8136511,"NCDAQ","3705700049",5492013,"G-49","100",18133114,"3","10200906","04","NC","Davidson","37057","","Linwood Furniture, LLC",337122,"","PS",20.6,"E6BTU/HR","PS",35.764663,-80.309763,"3979 Old Linwood Road","Linwood","NC","27292","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.00271,"LB" +5662311,"MEDEP","2300300072",19625513,"001","100",129278114,"001-4","10100902","01","ME","Aroostook","23003","","REENERGY ASHLAND LLC",22111,"Electricity Generation via Combustion","TS",586,"E6BTU/HR","TS",46.635046,-68.435634,"63 REALTY RD","ASHLAND","ME","04732","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +5722111,"SCDHEC","1860-0038",23007713,"006","100",14942114,"3","10200908","04","SC","Orangeburg","45075","","ROSEBURG FOREST PROD S LTD PARTNERSHIP",321219,"Wood Board Manufacturing Plant","TS",334,"E6BTU/HR","TS",33.280055,-80.436246,"1972 GARDNER BLVD HWY 453","HOLLY HILL","SC","29059","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011SCDHEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +6188011,"MNPCA","2700700019",15253413,"EU008","100",29302014,"EU008PD001","10200902","05","MN","Beltrami","27007","","Norbord Minnesota",321219,"Wood Board Manufacturing Plant","OP",23,"E6BTU/HR","OP",47.511061,-95.082497,"4409 Northwood Rd NW","Solway","MN","56678","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.013094,"LB" +7213111,"ADEM","S005",10814913,"001","490",60937614,"01","30700898","04","AL","Coosa","01037","","Coosa Pole, Inc",321113,"Lumber/Sawmill","TS",30,"E6BTU/HR","OP",33.041562,-86.0447,"492 Woodlands Lane","Goodwater","AL","35072","R","Engineering Judgment","","2011ADEM","100027","4-Nitrophenol",0,"LB" +964111,"ADEM","S006",47854713,"X001","100",61097614,"01","10200902","04","AL","Chilton","01021","","Georgia Pacific Wood Products South LLC",321212,"Wood Board Manufacturing Plant","OP",61.8,"E6BTU/HR","OP",32.898737,-86.70328,"19953 Hwy 31 S","Thorsby","AL","35171","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1620934,"LB" +4729611,"INDEM","00028",91612613,"4","100",124843514,"01","10300903","05","IN","Cass","18017","","COLE HARDWOOD",42512,"","OP",,"","OP",40.755872,-86.389139,"321113","LOGANSPORT","IN","46947","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00496054,"LB" +7033311,"MNPCA","2714900003",102397813,"EU010","999",143850914,"EU010PD001","10200908","05","MN","Stevens","27149","","University of MN - Morris",61131,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",45.58279,-95.91941,"E 4th St","Morris","MN","56267","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00004862,"LB" +6699811,"VADEQ","80004",13180213,"1","100",1663414,"5","10200908","03","VA","Winchester city","51840","","Henkel-Harris Co Inc - South Pleasant Valley Road",337122,"","OP",39,"E6BTU/HR","OP",39.14424,-78.1825,"2983 South Pleasant Valley Roa","Winchester","VA","22601-1370","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000142037,"LB" +5823611,"MEDEP","2300500142",22916913,"001","270",125286314,"001-4","10100902","01","ME","Cumberland","23005","","ECO MAINE - PORTLAND",562920,"Municipal Waste Combustor","OP",122,"E6BTU/HR","OP",43.6557,-70.3341,"64 BLUEBERRY RD","PORTLAND","ME","04102-1924","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +7732711,"NCDAQ","3711100036",3474213,"G-25","100",18598514,"1","10200906","04","NC","McDowell","37111","","Ethan Allen Operations, Inc. - Pine Valley Division",337122,"","OP",55,"E6BTU/HR","OP",35.6359,-82.1694,"912 East Main Street","Old Fort","NC","28762","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.015,"LB" +919611,"FLDEP","0990332",46528213,"3","100",46009314,"1","10100903","04","FL","Palm Beach","12099","","NEW HOPE POWER COMPANY",2211,"Electricity Generation via Combustion","OP",715,"E6BTU/HR","OP",26.577845,-80.751408,"8001 Highway 27 South","SOUTH BAY","FL","33493","R","USEPA Emission Factor (no Control Efficiency used)","Annual Emissions (Tons/Year) 0.00007 = Emission Factor ( lb / MMBtu ) 1.100000E-007 * Annual Process or Fuel Usage Rate (Tons Wood Burned) 150494 * Fuel Heat Content (mmBtu/Tons Wood Burned) 8.5 / 2000 From Webfire","2011FLDEP","100027","4-Nitrophenol",.14,"LB" +4788011,"WIDNR","737010450",65139513,"B11","100",90285514,"01","10200902","05","WI","Marathon","55073","","Domtar Paper Company, Llc",322121,"Pulp and Paper Plant","OP",10,"E6BTU/HR","OP",44.8902,-89.6263,"Us Highway 51","Rothschild","WI","54474","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.05082,"LB" +6095911,"KYDAQ","2108700002",23454213,"010","100",39374214,"1","10300903","04","KY","Green","21087","","Indiana Hardwoods - Greensburg",321999,"","OP",21,"E6BTU/HR","OP",37.266111,-85.496111,"513 N Depot St","Greensburg","KY","42743","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0106433,"LB" +3173311,"SCDHEC","1040-0016",69793813,"001","210",96706314,"6","10200908","04","SC","Florence","45041","","CHARLES INGRAM LUMBER CO",321113,"Lumber/Sawmill","OP",,"","OP",34.091921,-79.643661,"4930 PLANER RD","EFFINGHAM","SC","29541","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.021,"LB" +8423411,"NCDAQ","3713100041",74517213,"G-23","100",101327614,"15","39000999","04","NC","Northampton","37131","","West Fraser - Seaboard Lumber Mill",321113,"Lumber/Sawmill","OP",,"","OP",36.5008,-77.418383,"4400 NC Highway 186 East","Seaboard","NC","27876","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.056,"LB" +14679911,"OHEPA","0247101010",89753213,"B015","100",121686414,"10300908","10300908","05","OH","Lorain","39093","","Green Circle Growers (0247101010)",111421,"","OP",29.7,"E6BTU/HR","OP",41.2523,-82.2977,"15650 State Route 511","Oberlin","OH","44074","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.006041,"LB" +8386811,"MEDEP","2302100006",92310213,"004","100",125970614,"004-1","10300903","01","ME","Piscataquis","23021","","HARDWOOD PRODUCTS CO",339999,"","OP",13.9,"E6BTU/HR","OP",45.169322,-69.394539,"SCHOOL ST","GUILFORD","ME","04443","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00581116,"LB" +8523511,"MIDEQ","K2460",240513,"EU0035","100",27901514,"10300903","10300903","05","MI","Isabella","26073","","Central Michigan University",611310,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",43.58581,-84.7712,"1720 S. East Campus Drive","MOUNT PLEASNT","MI","48859","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.03899,"LB" +4039911,"VADEQ","51033",33619313,"1","100",1321014,"5","10100903","03","VA","Richmond city","51760","","Spruance Genco LLC",221112,"Electricity Generation via Combustion","OP",750,"E6BTU/HR","OP",37.4556,-77.4308,"5001 Commerce Rd","Richmond","VA","23234","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +6927211,"MNPCA","2713500002",14965513,"EU012","100",27810914,"EU012PD001","10200903","05","MN","Roseau","27135","","Marvin Windows & Doors",321911,"Woodwork, Furniture, Millwork Manufacturing","OP",15.7,"E6BTU/HR","OP",48.91283,-95.32308,"401 States Ave","Warroad","MN","56763","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.004852,"LB" +14653811,"NCDAQ","3708100286",89095413,"G-1","100",120833514,"5","10300903","04","NC","Guilford","37081","","Ritch Face Veneer Company & Faces South, Inc.",321211,"","OP",,"","OP",35.936861,-80.021908,"1330 Lincoln Drive","High Point","NC","27260","R","S/L/T Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00021,"LB" +4959011,"WIDNR","618063050",91436813,"B02","100",137338514,"02","10300902","05","WI","Eau Claire","55035","","Wood Ecology",321219,"Wood Board Manufacturing Plant","OP",13.5,"E6BTU/HR","OP",44.8455,-91.5769,"4711 Eventide Drive","Eau Claire","WI","54703","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00002,"LB" +15655411,"SCDHEC","1280-0040",99885913,"003","100",139727414,"1","10200902","04","SC","Hampton","45049","","ECOGY BIOFUELS LLC",311225,"","OP",,"","ONRE",32.753102,-81.245955,"289 3RD ST W","ESTILL","SC","29918","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0003334,"LB" +7038711,"MNPCA","2702700063",102678213,"EU006","999",144166314,"EU006PD001","10300902","05","MN","Clay","27027","","ISD 146 - Barnesville High School",61111,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",46.65136,-96.41715,"302-324 3rd St SE","Barnesville","MN","56514","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0002766,"LB" +7787611,"NCDAQ","3700100237",2867713,"G-7","100",18363114,"3","10200906","04","NC","Alamance","37001","","New South Lumber Company, Inc. - Graham Plant",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",35.9811,-79.4172,"4408 Mt Hermon - Rock Creek Road","Graham","NC","27253","R","Site-Specific Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.034,"LB" +8231711,"MSDEQ","2808700004",5665413,"021","100",25173014,"1","10200902","04","MS","Lowndes","28087","","Sanderson Plumbing Products Inc",321999,"","PS",11.3,"E6BTU/HR","OP",33.507222,-88.407506,"1 Tuffy Lane","Columbus","MS","39701","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0037248,"LB" +986211,"ADEM","S009",47816213,"001","100",61374014,"01","10200903","04","AL","Monroe","01099","","Scotch Plywood Co",321212,"Wood Board Manufacturing Plant","OP",93,"E6BTU/HR","OP",31.715303,-87.215312,"Hwy 21","Beatrice","AL","36425","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00525326,"LB" +7120011,"MNPCA","2701700003",79402013,"EU025","100",102465414,"EU025PD001","10200903","05","MN","Carlton","27017","","Jarden Home Brands",321999,"","OP",8,"E6BTU/HR","OP",46.72155,-92.44379,"1800 Cloquet Ave","Cloquet","MN","55720","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.003716,"LB" +13565011,"NCDAQ","3705700036",74131113,"G-1","100",101233514,"3","10300903","04","NC","Davidson","37057","","Dorcas Downs & Sandra Murphy dba Commercial Carving Co.",337122,"","OP",,"","OP",35.866928,-80.074733,"1010 Randolph Street","Thomasville","NC","27360","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00027,"LB" +4994411,"MIDEQ","B4260",30809713,"EU0009","100",106191814,"10100901","10100901","05","MI","Baraga","26013","","LANSE WARDEN ELECTRIC COMPANY LLC",221118,"Electricity Generation via Combustion","OP",,"","OP",46.7556,-88.4556,"157 S MAIN STREET","LANSE","MI","49946","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.0001188,"LB" +7974711,"MEDEP","2300300017",92294113,"013","100",125934814,"013-3","10200908","01","ME","Aroostook","23003","","COLUMBIA FOREST PRODUCTS INC",321211,"Wood Board Manufacturing Plant","OP",24,"E6BTU/HR","OP",46.702011,-68.043337,"395 MISSILE ST","NEWPORT","ME","04769-2084","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00203226,"LB" +10635811,"MEDEP","2300500958",63552513,"004","100",129296314,"004-1","10200902","01","ME","Cumberland","23005","","LIMINGTON LUMBER COMPANY",321113,"Lumber/Sawmill","OP",12.4,"E6BTU/HR","OP",43.811663,-70.700307,"411 PEQUAWKET TRAIL RT 113","EAST BALDWIN","ME","04024","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00854824,"LB" +10688911,"KYDAQ","2108900042",58736913,"EP-01","100",76857914,"1","10100902","04","KY","Greenup","21089","","Graf Brothers Flooring",321999,"","OP",9.6,"E6BTU/HR","OP",38.734444,-82.9125,"679 Johnson Ln","South Shore","KY","41175","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00340646,"LB" +6945311,"MSDEQ","2810300013",14918813,"002","100",27263114,"1","10200902","04","MS","Noxubee","28103","","Shuqualak Lumber Company Inc, Planer Mill Division",321912,"Lumber/Sawmill","OP",15,"E6BTU/HR","OP",32.980856,-88.570281,"402 Oak Street","Shuqualak","MS","39361","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00655052,"LB" +4963011,"TNDEC","0002",30066613,"001","100",11263714,"02","10200902","04","TN","Hardin","47071","","PACKAGING CORPORATION OF AMERICA",32213,"Pulp and Paper Plant","OP",400,"E6BTU/HR","OP",35.04744,-88.26908,"HIGHWAY 57","COUNCE","TN","38326","R","USEPA Emission Factor (no Control Efficiency used)","","2011TNDEC","100027","4-Nitrophenol",.4696,"LB" +7053411,"MSDEQ","2802100004",63443713,"012","100",87390214,"1","10200901","04","MS","Claiborne","28021","","Southern Lumber Company Inc, Hermanville",321912,"Lumber/Sawmill","OP",27.8,"E6BTU/HR","OP",31.943058,-90.838908,"11167 Hermanville Pattison Road","Hermanville","MS","39086","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01978002,"LB" +5973111,"MEDEP","2302700005",24224713,"002","100",125471114,"002-1","10200903","01","ME","Waldo","23027","","ROBBINS LUMBER INC-SEARSMONT",321113,"Lumber/Sawmill","OP",49.3,"E6BTU/HR","OP",44.333412,-69.201433,"GHENT RD","SEARSMONT","ME","04973","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1101934,"LB" +5223011,"MEDEP","2300100087",24980513,"001","100",129296914,"001-2","10100902","01","ME","Androscoggin","23001","","REENERGY LIVERMORE FALLS LLC",221117,"Electricity Generation via Combustion","OP",586,"E6BTU/HR","OP",44.431017,-70.161977,"267 DIAMOND RD","LIVERMORE FALLS","ME","04254-4010","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0679184,"LB" +8513011,"NCDAQ","3702300028",1583713,"G-41","390",17550114,"15","30402099","04","NC","Burke","37023","","SGL Carbon LLC",335991,"Carbon or Graphite Plant","OP",,"","OP",35.7319,-81.7269,"307 Jamestown Road","Morganton","NC","28655","R","Stack Test (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.67,"LB" +7838011,"MNPCA","2713700015",2841513,"EU004","100",27442814,"EU004PD003","10100903","05","MN","St. Louis","27137","","Minnesota Power Inc - Hibbard Renewable Energy Ctr",221112,"Electricity Generation via Combustion","OP",590,"E6BTU/HR","OP",46.7355,-92.1522,"4913 Main St","Duluth","MN","55807","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.12936,"LB" +4187811,"MIDEQ","N2388",35897313,"EU0008","100",28267114,"10100902","10100902","05","MI","Crawford","26039","","GRAYLING GENERATING STATION LTD PTNR",221118,"Electricity Generation via Combustion","OP",523,"E6BTU/HR","OP",44.605,-84.6903,"4400 W FOUR MILE RD","GRAYLING","MI","49738","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.3768,"LB" +4065911,"MIDEQ","B8707",35263613,"EU0001","100",28301714,"10200905","10200905","05","MI","Crawford","26039","","Springs Window Fashions, LLC",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",44.6464,-84.6973,"2669 Industrial Drive","GRAYLING","MI","49738","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.003384,"LB" +4888111,"INDEM","00102",31554313,"B-6","999",41738114,"ww6","10200908","05","IN","Dubois","18037","","OFS BRANDS INC PLT NO 3",337211,"Woodwork, Furniture, Millwork Manufacturing","OP",12,"E6BTU/HR","OP",38.303084,-86.961227,"110 W 10TH ST","Huntingburg","IN","47542","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00331944,"LB" +12785911,"FLDEP","0630058",67346513,"2","255",92901214,"2","10200902","04","FL","Jackson","12063","","GREEN CIRCLE BIO ENERGY INC",3219,"","OP",125,"E6BTU/HR","OP",30.738056,-85.3925,"2500 GREEN CIRCLE PARKWAY","COTTONDALE","FL","32431","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +4958611,"WVDAQ","0016",71948513,"21A","999",99673814,"1","30700401","03","WV","Braxton","54007","","WEYERHAEUSER NR - HEATERS FACILITY",321219,"","OP",,"","OP",38.76167,-80.65583,"US HWY 19","HEATERS","WV","26627","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100027","4-Nitrophenol",.0001338,"LB" +10624511,"MEDEP","2300500900",58434313,"002","100",129271014,"002-1","10200902","01","ME","Cumberland","23005","","HANCOCK LUMBER COMPANY - CASCO",321113,"Lumber/Sawmill","OP",10.8,"E6BTU/HR","OP",43.984387,-70.546969,"RTE 11","CASCO","ME","04015","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00778454,"LB" +9574811,"MEDEP","2302500046",57680813,"002","100",129303114,"002-1","10300903","01","ME","Somerset","23025","","HANCOCK LUMBER CO INC - PITTSFIELD",321113,"Lumber/Sawmill","OP",12.6,"E6BTU/HR","OP",44.774726,-69.393056,"RTE 100 PITTSFIELD INDUSTRIA","CASCO","ME","04967","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00494434,"LB" +7732911,"NCDAQ","3711100164",3473513,"G-2","100",18597414,"1","10200903","04","NC","McDowell","37111","","Baxter Healthcare Corporation",22133,"","OP",163,"E6BTU/HR","OP",35.835833,-81.994166,"65 Pitts Station Road","Marion","NC","28752","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.09222,"LB" +9355511,"NYDEC","5535200007",64153013,"111997","100",89018614,"265FP","10200902","02","NY","Washington","36115","","COMMONWEALTH PLYWOOD INC",321212,"Wood Board Manufacturing Plant","OP",,"","OP",43.547714,-73.38398,"10068 US RTE 4","WHITEHALL","NY","12887","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01,"LB" +5981111,"KYDAQ","2109900014",23584113,"001","100",34632114,"1","10200902","04","KY","Hart","21099","","Interstate Hardwoods LLC",321113,"Lumber/Sawmill","OP",,"","OP",37.320278,-85.909833,"3645 N Dixie Hwy","Bonnieville","KY","42713","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00504652,"LB" +3884811,"PADEP","420750038",37132513,"032","100",14294314,"1","10100903","03","PA","Lebanon","42075","","WEABER INC/SOUTH ANNVILLE TWP",321912,"Lumber/Sawmill","OP",16,"E6BTU/HR","OP",40.25885,-76.50928,"1231 MOUNT WILSON RD","LEBANON","PA","17042-4785","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00629364,"LB" +5290711,"WIDNR","603038480",26002813,"B24","100",67821014,"01","10200904","05","WI","Barron","55005","","Birchwood Mfg Co",321920,"","OP",10,"E6BTU/HR","OP",45.5008,-91.7314,"38 E Messenger St","Rice Lake","WI","54868","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.01937,"LB" +8299711,"NCDAQ","3709900119",174313,"G-1","100",18875214,"1","10200902","04","NC","Jackson","37099","","Jackson Paper Manufacturing Company",32213,"Pulp and Paper Plant","OP",,"","OP",35.376097,-83.216721,"152 West Main Street","Sylva","NC","28779","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.05477,"LB" +1037211,"ADEM","S003",47689613,"X001","100",61481514,"01","10200902","04","AL","Hale","01065","","The Westervelt Company",321113,"Lumber/Sawmill","OP",98,"E6BTU/HR","OP",32.957798,-87.656958,"2500 Gulf States Parkway","Moundville","AL","35474","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00682026,"LB" +1003411,"ADEM","0014",47745513,"Z004","100",61124114,"01","10200902","04","AL","Jackson","01071","","Rock-Tenn Mill Company, LLC",322130,"Pulp and Paper Plant","OP",430,"E6BTU/HR","OP",34.864542,-85.787834,"1611 County Road 85","Stevenson","AL","35772","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0272296,"LB" +7147311,"MNPCA","2712300063",79647013,"EU007","100",102851414,"EU007PD002","10100903","05","MN","Ramsey","27123","","District Energy St Paul Inc-Hans ONyman",221122,"Electricity Generation via Combustion","OP",325,"E3LB/HR","OP",44.94319,-93.09624,"76 Kellogg Blvd W","St. Paul","MN","55102","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.09264,"LB" +13653611,"MIDEQ","N7799",82726213,"EU0003","100",106304514,"10100903","10100903","05","MI","Genesee","26049","","BORDINE NURSERY",111422,"","OP",,"","OP",42.8989,-83.7332,"9100 TORREY RD","GRAND BLANC","MI","48439","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.003683,"LB" +8387111,"MEDEP","2300300048",91968413,"013","200",125453714,"013-1","10300902","01","ME","Aroostook","23003","","HUBER ENGINEERED WOODS LLC - EASTON",321219,"Wood Board Manufacturing Plant","OP",152,"E6BTU/HR","OP",46.665557,-67.906918,"333 STATION RD","EASTON","ME","04740-4005","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.050863,"LB" +5252911,"MEDEP","2302100019",63566913,"006","100",129296514,"006-1","10200903","01","ME","Piscataquis","23021","","PLEASANT RIVER LUMBER",321999,"","OP",25.2,"E6BTU/HR","OP",45.201015,-69.197226,"MILO RD","DOVER-FOXCROFT","ME","04426-0068","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0205506,"LB" +9496211,"MNPCA","2705301162",102700013,"EU002","999",144189314,"EU002PD001","10200908","05","MN","Hennepin","27053","","Distinctive Floral Co - Len Busch Roses",111422,"","OP",,"","OP",45.03017,-93.50743,"4045 Highway 101 N","Plymouth","MN","55446","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.009482,"LB" +7984211,"MSDEQ","2809900012",5591113,"001","100",27269614,"1","10200901","04","MS","Neshoba","28099","","Weyerhaeuser NR Company, Philadelphia Facility",321113,"Lumber/Sawmill","OP",140,"E6BTU/HR","OP",32.760578,-89.119722,"1016 Weyerhaeuser Road","Philadelphia","MS","39350-6505","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.433748,"LB" +6669411,"SCDHEC","1520-0078",18888613,"0CB","610",15299214,"1","10200902","04","SC","Laurens","45059","","NORBORD SOUTH CAROLINA",321219,"Wood Board Manufacturing Plant","PS",98,"E6BTU/HR","OP",34.388056,-81.799167,"564 WOODYARD RD","KINARDS","SC","29355","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.29,"LB" +2654211,"GADNR","15300011",65505413,"B3","100",90832914,"BLR3","10200902","04","GA","Houston","13153","","Tolleson Lumber Company, Inc. - Perry Mill",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",32.44977,-83.73169,"903 Jernigan St.","Perry","GA","31069","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01933304,"LB" +5253811,"MEDEP","2301700038",25340913,"002","100",125547714,"002-1","10200902","01","ME","Oxford","23017","","HANCOCK LUMBER COMPANY, INC. - BETHEL",321113,"Lumber/Sawmill","OP",29.5,"E6BTU/HR","OP",44.410105,-70.736245,"639 WALKERS MILLS RD","CASCO","ME","04217-4908","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00878744,"LB" +7053411,"MSDEQ","2802100004",14188413,"003","100",27474414,"1","10200901","04","MS","Claiborne","28021","","Southern Lumber Company Inc, Hermanville",321912,"Lumber/Sawmill","OP",27.8,"E6BTU/HR","OP",31.943058,-90.838908,"11167 Hermanville Pattison Road","Hermanville","MS","39086","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0147708,"LB" +2657611,"GADNR","27500008",65545013,"B3","100",90885314,"B3","10200902","04","GA","Thomas","13275","","Hood Industries, Inc.",321113,"Lumber/Sawmill","OP",29.6,"E6BTU/HR","OP",30.697989,-83.987342,"1033 S Reynolds Street","Metcalf","GA","31792","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01759652,"LB" +7974511,"MEDEP","2300700026",2970613,"001","100",125564214,"001-1","10200903","01","ME","Franklin","23007","","STRATTON LUMBER INC",321113,"Lumber/Sawmill","OP",22.5,"E6BTU/HR","OP",45.143129,-70.429937,"FONTAINE RD","STRATTON","ME","04982","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01151288,"LB" +14619711,"TNDEC","0315",88738713,"05","100",120526614,"05","10200908","04","TN","Sullivan","47163","","AURORA HARDWOODS, INC",339995,"","OP",,"","OP",36.43103,-82.3013,"340 Industrial Park Rd","PINEY FLATS","TN","37686","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0306976,"LB" +8498711,"MSDEQ","2814900015",994113,"007","100",25148514,"1","10200902","04","MS","Warren","28149","","International Paper, Vicksburg Mill",32213,"Pulp and Paper Plant","OP",870,"E6BTU/HR","OP",32.52923,-90.774508,"Highway 3 North","Redwood","MS","39156","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",.2,"LB" +6945311,"MSDEQ","2810300013",63452213,"008","100",87399014,"1","10200902","04","MS","Noxubee","28103","","Shuqualak Lumber Company Inc, Planer Mill Division",321912,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",32.980856,-88.570281,"402 Oak Street","Shuqualak","MS","39361","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00757806,"LB" +8513011,"NCDAQ","3702300028",1583313,"G-42","200",101455614,"44","30402004","04","NC","Burke","37023","","SGL Carbon LLC",335991,"Carbon or Graphite Plant","OP",,"","OP",35.7319,-81.7269,"307 Jamestown Road","Morganton","NC","28655","R","Stack Test (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.12,"LB" +6006211,"KYDAQ","2112500074",73010013,"EU 02","100",108059714,"3","10300902","04","KY","Laurel","21125","","BPM Lumber LLC",321113,"Lumber/Sawmill","OP",19.1,"E6BTU/HR","OP",37.153333,-84.15,"24 Seeley Rd","London","KY","40741","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00601622,"LB" +8200111,"MEDEP","2302500027",5794913,"007","690",125552414,"001-10","10200902","01","ME","Somerset","23025","","SAPPI - SOMERSET",322110,"Pulp and Paper Plant","OP",848,"E6BTU/HR","OP",44.703333,-69.648889,"1329 WATERVILLE RD","SKOWHEGAN","ME","04976-4908","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00024404,"LB" +7945511,"MDDOE","019-0013",87937513,"019-0013-4-0065","100",119346614,"10100404-1","10100404","03","MD","Dorchester","24019","","NRG Indian River Operations, Inc.",22111,"Electricity Generation via Combustion","OP",2320,"E6BTU/HR","OP",38.4878,-75.8208,"PO Box 128","Vienna","MD","21869","R","Engineering Judgment","","2011MDDOE","100027","4-Nitrophenol",48.3,"LB" +8192211,"INDEM","00079",100824713,"001","999",141441214,"P33450","10200903","05","IN","Clark","18019","","KOETTER WOODWORKING INC.",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",38.41153,-85.9324,"533 LOUIS SMITH RD.","BORDEN","IN","47106","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00408092,"LB" +8047211,"NCDAQ","3708100854",6374113,"G-4","100",18964114,"1","10200903","04","NC","Guilford","37081","","Marsh Furniture Company",33711,"Woodwork, Furniture, Millwork Manufacturing","OP",19.2,"E6BTU/HR","OP",35.9439,-80.00005,"1001 South Centennial Avenue","High Point","NC","27261","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.022092,"LB" +5045811,"SCDHEC","0080-0041",88117113,"A13","100",119614814,"1","10200902","04","SC","Aiken","45003","","SAVANNAH RIVER NUCLEAR SOLUTIONS LLC",211112,"","OP",,"","OP",33.338933,-81.73493,"SRS BLDG 730-48","AIKEN","SC","29808","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0147,"LB" +14679911,"OHEPA","0247101010",89753413,"B017","100",121686614,"10300908","10300908","05","OH","Lorain","39093","","Green Circle Growers (0247101010)",111421,"","OP",29.7,"E6BTU/HR","OP",41.2523,-82.2977,"15650 State Route 511","Oberlin","OH","44074","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.007288,"LB" +5193711,"KYDAQ","2117100025",26171913,"001","100",36215314,"1","10300903","04","KY","Monroe","21171","","Roy Anderson Lumber Co Inc",321113,"Lumber/Sawmill","OP",,"","OP",36.7,-85.693611,"326 Legion Ln","Tompkinsville","KY","42167","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00227752,"LB" +8483011,"MNPCA","2707100002",1097813,"EU430","100",148248214,"EU430PD005","10200901","05","MN","Koochiching","27071","","Boise White Paper LLC - Intl Falls",322121,"Pulp and Paper Plant","OP",398,"E6BTU/HR","OP",48.605458,-93.406703,"400 2nd St","International Falls","MN","56649","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.2144,"LB" +6236711,"MNPCA","2713700027",79692513,"EU007","100",102935314,"EU007PD001","10100903","05","MN","St. Louis","27137","","Hibbing Public Utilities Commission",221122,"Electricity Generation via Combustion","OP",,"","OP",47.42948,-92.93502,"1832 6th Ave E","Hibbing","MN","55746","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.1407,"LB" +1801611,"GADNR","29300007",68476513,"OB02","100",94364814,"OB02","10200908","04","GA","Upson","13293","","Keadle Lumber Enterprises",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",32.92894,-84.28127,"889 Railroad St","Thomaston","GA","30286","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01297262,"LB" +14721011,"OHEPA","1409030403",89932813,"B003","100",121891714,"10100902","10100902","05","OH","Butler","39017","","MB MANUFACTURING CORPORATION (1409030403)",321211,"","OP",13.7,"E6BTU/HR","OP",39.34856,-84.52223,"2904 SYMMES ROAD","FAIRFIELD","OH","45014","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.000207,"LB" +6927211,"MNPCA","2713500002",14965713,"EU014","100",27810714,"EU014PD001","10200903","05","MN","Roseau","27135","","Marvin Windows & Doors",321911,"Woodwork, Furniture, Millwork Manufacturing","OP",28.8,"E6BTU/HR","OP",48.91283,-95.32308,"401 States Ave","Warroad","MN","56763","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.009282,"LB" +5523211,"KYDAQ","2104900004",26662813,"011","100",39337814,"1","10300903","04","KY","Clark","21049","","Freeman Corp",321211,"","OP",12,"E6BTU/HR","OP",38.00742,-84.18408,"415 Magnolia St","Winchester","KY","40391","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00426242,"LB" +6236711,"MNPCA","2713700027",16153613,"EU001","100",102934714,"EU001PD005","10100908","05","MN","St. Louis","27137","","Hibbing Public Utilities Commission",221122,"Electricity Generation via Combustion","OP",139,"E3LB/HR","OP",47.42948,-92.93502,"1832 6th Ave E","Hibbing","MN","55746","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0000014136,"LB" +10686011,"KYDAQ","2115500035",83181213,"EP9","100",108274014,"1","10300903","04","KY","Marion","21155","","Canton Wood Products Co LLC",321920,"","OP",,"","OP",37.566111,-85.240556,"365 S Woodlawn Ave","Lebanon","KY","40033","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0001729854,"LB" +7325011,"WIDNR","431004970",91427113,"B03","100",124578714,"02","10200908","05","WI","Kewaunee","55061","","Algoma Hardwoods Inc",321911,"Woodwork, Furniture, Millwork Manufacturing","OP",34,"E6BTU/HR","OP",44.614,-87.4452,"1001 Perry St","Algoma","WI","54201","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00055,"LB" +15064311,"MEDEP","2301901023",94556913,"001","200",129303414,"001-1","10300908","01","ME","Penobscot","23019","","LMJ ENTERPRISES LLC",321999,"","OP",12,"E6BTU/HR","OP",45.374924,-68.500405,"E/S MAIN ST","LINCOLN","ME","04457","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +8200111,"MEDEP","2302500027",5795613,"002","100",125552714,"002-2","10200902","01","ME","Somerset","23025","","SAPPI - SOMERSET",322110,"Pulp and Paper Plant","OP",1300,"E6BTU/HR","OP",44.703333,-69.648889,"1329 WATERVILLE RD","SKOWHEGAN","ME","04976-4908","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.030826,"LB" +7287811,"NHDES","3301500012",88260613,"009","100",119785714,"2","10100912","01","NH","Rockingham","33015","","PSNH - SCHILLER STATION",221112,"Electricity Generation via Combustion","OP",635,"E6BTU/HR","OP",43.0978,-70.7842,"400 GOSLING ROAD","PORTSMOUTH","NH","03801","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100027","4-Nitrophenol",.497153,"LB" +7776311,"VTDEC","120",97622813,"2","100",136902114,"1","10200902","01","VT","Orleans","50019","","Columbia Forest Products Indian Head Div",32121,"","OP",7.5,"E6BTU/HR","OP",44.9527,-72.1983,"115 Columbia Way","Newport","VT","05855","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00719274,"LB" +7155011,"MSDEQ","2807500012",14077413,"001","100",25075514,"1","10200902","04","MS","Lauderdale","28075","","Mid South Lumber Inc",321113,"Lumber/Sawmill","OP",32,"E6BTU/HR","OP",32.363342,-88.689728,"1115 C Street","Meridian","MS","39302","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.320718,"LB" +5722111,"SCDHEC","1860-0038",23007713,"006","100",14942014,"2","10200901","04","SC","Orangeburg","45075","","ROSEBURG FOREST PROD S LTD PARTNERSHIP",321219,"Wood Board Manufacturing Plant","TS",334,"E6BTU/HR","TS",33.280055,-80.436246,"1972 GARDNER BLVD HWY 453","HOLLY HILL","SC","29059","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011SCDHEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +8106911,"NCDAQ","3704700125",4798213,"G-7","100",17781014,"1","10200908","04","NC","Columbus","37047","","West Fraser, Inc. - Armour Lumber Mill",321113,"Lumber/Sawmill","OP",104,"E6BTU/HR","OP",34.338663,-78.24163,"361 Federal Road","Riegelwood","NC","28456","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.09,"LB" +6188011,"MNPCA","2700700019",15253313,"EU007","100",29302314,"EU007PD001","10200902","05","MN","Beltrami","27007","","Norbord Minnesota",321219,"Wood Board Manufacturing Plant","OP",23,"E6BTU/HR","OP",47.511061,-95.082497,"4409 Northwood Rd NW","Solway","MN","56678","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.013092,"LB" +6358511,"MIDEQ","N2206",15697513,"EU0004","100",29193914,"10200906","10200906","05","MI","St. Joseph","26149","","BANKS HARDWOODS, INC.",321912,"Lumber/Sawmill","OP",,"","OP",41.7813,-85.7639,"69937 M-103","WHITE PIGEON","MI","49099","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.009421,"LB" +12710911,"WIDNR","737190520",65148113,"B01","100",90296714,"01","10100902","05","WI","Marathon","55073","","Mullins Cheese Inc",311511,"Food Products Processing Plant","OP",27.8,"E6BTU/HR","OP",44.7178,-89.683,"598 Seagull Drive","Mosinee","WI","54455","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.0002,"LB" +14648011,"NCDAQ","3715900173",89155613,"G-2","100",120844114,"2","10300903","04","NC","Rowan","37159","","Cronland Lumber Co., Inc.",321912,"","OP",,"","OP",35.526966,-80.3626,"730 Zion Church Road","Gold Hill","NC","28071","R","S/L/T Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00329,"LB" +5798711,"VADEQ","20328",21497413,"PWR004","100",125274314,"4","10200902","03","VA","Covington city","51580","","Meadwestvaco Packaging Resource Group",322121,"Pulp and Paper Plant","OP",,"","OP",37.79793,-79.99384,"104 E Riverside St","Covington","VA","24426-1238","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +8429811,"NCDAQ","3703500214",94527913,"G-11","100",129266214,"5","10300903","04","NC","Catawba","37035","","Southern Furniture Company of Conover #1",337121,"","OP",,"","OP",35.69393,-81.21693,"1099 2nd Avenue Place SE","Conover","NC","28613","R","USEPA Emission Factor (no Control Efficiency used)","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.0017,"LB" +5789511,"KYDAQ","2119900079",94724313,"09","100",129676114,"1","10300903","04","KY","Pulaski","21199","","Eagle Hardwoods Inc",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",37.131111,-84.629167,"70 W Racetrack Rd","Somerset","KY","42501","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01818118,"LB" +13595811,"MNPCA","2703900034",102739113,"EU001","999",144230414,"EU001PD001","10200908","05","MN","Dodge","27039","","National Coatings Restoration Inc",811121,"","OP",,"","OP",43.8698,-93.0395,"10261 Highway 30 E","Blooming Prairie","MN","55917","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0000099,"LB" +8159511,"MIDEQ","N0780",6885913,"EU0025","180",28428614,"10200905","10200905","05","MI","Luce","26095","","LOUISIANA-PACIFIC CORP NEWBERRY PLANT",321219,"Wood Board Manufacturing Plant","OP",,"","OP",46.335124,-85.494452,"7299 N COUNTY ROAD 403","NEWBERRY","MI","49868","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.03103,"LB" +8084311,"NCDAQ","3707500005",5536913,"G-25","100",18381414,"6","10200906","04","NC","Graham","37075","","Stanley Furniture Company, Inc.",337122,"Woodwork, Furniture, Millwork Manufacturing","OP",44.3,"E6BTU/HR","OP",35.3181,-83.8165,"68 Snowbird Road","Robbinsville","NC","28771","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.002,"LB" +6618011,"MIDEQ","A0999",19002313,"EU0001","100",27975814,"10200906","10200906","05","MI","Emmet","26047","","MICHIGAN MAPLE BLOCK CO",321114,"Lumber/Sawmill","OP",,"","OP",45.3733,-84.9553,"1420 STANDISH AVE","PETOSKEY","MI","49770","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.006486,"LB" +12789411,"WIDNR","802051910",65171013,"B02","100",90329014,"01","10200905","05","WI","Ashland","55003","","North Country Lumber",321113,"Lumber/Sawmill","OP",19,"E6BTU/HR","OP",46.3215,-90.65,"602 Highway 77 East","Mellen","WI","54546","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.01457,"LB" +13372311,"SCDHEC","0160-0020",69737613,"001","200",96454914,"1","10200908","04","SC","Allendale","45005","","GP ALLENDALE LP",321219,"","OP",334,"E6BTU/HR","OP",32.992778,-81.224444,"9918 BUFORDS BRIDGE RD","FAIRFAX","SC","29827","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.00636,"LB" +4014211,"TNDEC","0112",99118913,"021","100",138755214,"01","10200903","04","TN","Roane","47145","","U.S. DEPARTMENT OF ENERGY, (ORNL)",54138,"","OP",89.1,"E6BTU/HR","OP",35.92888,-84.31111,"BETHEL VALLEY RD.","OAK RIDGE","TN","37831","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00000232982,"LB" +4787911,"WIDNR","737009570",29767013,"B24","100",67143114,"03","10200901","05","WI","Marathon","55073","","Expera Specialty Solutions, LLC",322121,"Pulp and Paper Plant","OP",143,"E6BTU/HR","OP",44.7887,-89.6943,"100 Main St","Mosinee","WI","54455","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.05125,"LB" +7723611,"NCDAQ","3712300061",2479813,"G-34","100",19339814,"3","10200911","04","NC","Montgomery","37123","","Unilin Flooring N.V.",321219,"","OP",,"","OP",35.251428,-79.974688,"149 Homanit USA Road","Mt Gilead","NC","27306","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.0461,"LB" +6927911,"MNPCA","2713700005",14947513,"EU282","210",27511914,"EU282PD009","10200903","05","MN","St. Louis","27137","","US Steel Corp - Minntac",21221,"Taconite Processing","OP",,"","OP",47.564451,-92.63057,"8819 Old Highway 169","Mountain Iron","MN","55768","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.09574,"LB" +10848211,"ILEPA","155800AAE",60272013,"0001","100",86343514,"01","10100903","05","IL","Putnam","17155","","Mid-American Growers",111421,"","OP",88.5,"E6BTU/HR","OP",41.289283,-89.196469,"14240 Greenhouse Ave","Granville","IL","61326","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100027","4-Nitrophenol",.049953,"LB" +6236811,"MNPCA","2713700028",79698513,"EU006","100",102948314,"EU006PD001","10100902","05","MN","St. Louis","27137","","Virginia Department of Public Utilities",221121,"Electricity Generation via Combustion","OP",,"","OP",47.51833,-92.53286,"618 2nd St S","Virginia","MN","55792","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.13414,"LB" +8142411,"MADEP","1180035",87720113,"8","100",119018914,"1","10200908","01","MA","Worcester","25027","","SEAMAN PAPER COMPANY",322121,"Pulp and Paper Plant","OP",29.9,"E6BTU/HR","OP",42.59513,-72.052772,"51 MAIN ST","OTTER RIVER","MA","01436-0000","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001143132,"LB" +4937211,"VADEQ","30320",32380913,"1","100",55414,"1","10200903","03","VA","Henry","51089","","Stanley Furniture Co Inc",337122,"","OP",37,"E6BTU/HR","OP",36.74037,-79.96189,"1401 Fairystone Park Hwy","Stanleytown","VA","24168","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00348161,"LB" +4959011,"WIDNR","618063050",30847313,"B01","100",67322014,"01","10300903","05","WI","Eau Claire","55035","","Wood Ecology",321219,"Wood Board Manufacturing Plant","OP",17.9,"E6BTU/HR","OP",44.8455,-91.5769,"4711 Eventide Drive","Eau Claire","WI","54703","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.0031,"LB" +7378911,"NCDAQ","3705700179",10521313,"G-5","100",17599214,"9","10200906","04","NC","Davidson","37057","","Lexington Furniture Industries Inc., Plant 5",337122,"","OP",24,"E6BTU/HR","OP",35.786111,-80.291953,"1893 Brown Street","Lexington","NC","27292","R","S/L/T Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00506,"LB" +7211811,"ADEM","0001",10836513,"Z013","100",61052214,"01","10200902","04","AL","Clarke","01025","","Boise White Paper LLC",322121,"Pulp and Paper Plant","OP",302,"E6BTU/HR","OP",31.492253,-87.898805,"4585 Industrial Rd","Jackson","AL","36545","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0432848,"LB" +7082211,"MSDEQ","2814900084",96371313,"047","100",134524014,"1","10200902","04","MS","Warren","28149","","Batesville Manufacturing Inc, Vicksburg",339995,"","OP",16.9,"E6BTU/HR","OP",32.245569,-90.922794,"687 Warrenton Lane","Vicksburg","MS","39180","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00488078,"LB" +8215811,"MSDEQ","2808700044",5737313,"110","100",24805214,"1","10200902","04","MS","Lowndes","28087","","Weyerhaeuser NR Company, Columbus Cellulose Fibers",32211,"Pulp and Paper Plant","OP",1400,"E6BTU/HR","OP",33.360815,-88.458046,"4335 Carson Road","Columbus","MS","39703","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.367086,"LB" +4163911,"VADEQ","30903",33942713,"21","100",988514,"1","10200902","03","VA","Campbell","51031","","Georgia Pacific Wood Products LLC",321219,"Wood Board Manufacturing Plant","OP",240,"E6BTU/HR","OP",37.12522,-79.03366,"11795 Brookneal Hwy","Brookneal","VA","24528","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.348874,"LB" +7960611,"NCDAQ","3702700007",2513013,"G-16","100",17488014,"3","10200905","04","NC","Caldwell","37027","","Bernhardt Furniture Company - Plants 3 & 7",337122,"Woodwork, Furniture, Millwork Manufacturing","OP",14.3,"E6BTU/HR","OP",35.9025,-81.5475,"1502 Morganton Boulevard","Lenoir","NC","28645","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.0013,"LB" +8482711,"MNPCA","2707500019",1106013,"EU002","100",26434514,"EU002PD002","10200905","05","MN","Lake","27075","","Louisiana-Pacific Corp - Two Harbors",321219,"Wood Board Manufacturing Plant","OP",31,"E6BTU/HR","OP",47.04616,-91.67531,"711 25th Ave","Two Harbors","MN","55616","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0218,"LB" +6877911,"ADEM","0001",13733513,"X033","100",61425914,"01","10200902","04","AL","Lawrence","01079","","International Paper Company",322121,"Pulp and Paper Plant","OP",,"","OP",34.734098,-87.310226,"16504 County Road 150","Courtland","AL","35618","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0844504,"LB" +5348511,"KYDAQ","2122700109",26391413,"002","100",36889914,"1","10300903","04","KY","Warren","21227","","Woodcraft Industries Inc",321211,"Wood Board Manufacturing Plant","OP",,"","OP",37.030093,-86.33863,"434 Scottys Way","Bowling Green","KY","42103","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01009744,"LB" +2795111,"FLDEP","1190011",67592413,"1","100",93222414,"1","10300903","04","FL","Sumter","12119","","ROBBINS MANUFACTURING CO.",321113,"Lumber/Sawmill","OP",10.9,"E6BTU/HR","OP",28.552778,-82.0575,"SR 50 AND SR 471","TARRYTOWN","FL","33597","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00431368,"LB" +14721011,"OHEPA","1409030403",89932613,"B001","100",121891514,"10100902","10100902","05","OH","Butler","39017","","MB MANUFACTURING CORPORATION (1409030403)",321211,"","OP",15,"E6BTU/HR","OP",39.34856,-84.52223,"2904 SYMMES ROAD","FAIRFIELD","OH","45014","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.00436,"LB" +14726811,"OHEPA","1431473393",89973013,"P001","999",121938814,"39000999","39000999","05","OH","Hamilton","39061","","Bruewer Woodwork Mfg. Co. (1431473393)",321999,"","OP",,"","OP",39.2,-84.76667,"10000 Cilley Road","Whitewater Twp.","OH","45002","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.000009838,"LB" +6221811,"MNPCA","2705300796",102511913,"EU001","999",143987014,"EU001PD001","10200908","05","MN","Hennepin","27053","","Aaron Carlson Corp",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",45.00402,-93.24739,"1505 Central Ave NE","Minneapolis","MN","55413","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0003288,"LB" +6190311,"MNPCA","2700900024",102728013,"EU002","999",144219114,"EU002PD001","10200908","05","MN","Benton","27009","","Woodcraft Industries Inc - St Cloud",321912,"Lumber/Sawmill","OP",,"","OP",45.56135,-94.14325,"525 Lincoln Ave SE","St. Cloud","MN","56304","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.004038,"LB" +8216311,"MSDEQ","2811100005",5727813,"025","100",27212314,"1","10200902","04","MS","Perry","28111","","Leaf River Cellulose LLC",322110,"Pulp and Paper Plant","OP",642,"E6BTU/HR","OP",31.244429,-89.045353,"157 Buck Creek Road","New Augusta","MS","39462","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0811752,"LB" +8325211,"NYDEC","5520500005",135113,"310000","100",20480314,"305FP","10200901","02","NY","Warren","36113","","FINCH PAPER LLC",32211,"Pulp and Paper Plant","OP",,"","OP",43.308507,-73.634808,"1 GLEN ST","GLENS FALLS","NY","12801","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.3,"LB" +6166511,"MNPCA","2705700002",15291713,"EU005","100",26431814,"EU005PD001","10200905","05","MN","Hubbard","27057","","Potlatch Land & Lumber LLC - Bemidji",321113,"Lumber/Sawmill","OP",43.2,"E6BTU/HR","OP",47.38809,-94.75598,"50518 County Road 45","Bemidji","MN","56601","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0349,"LB" +8482711,"MNPCA","2707500019",1105913,"EU001","250",26434914,"EU001PD004","10200905","05","MN","Lake","27075","","Louisiana-Pacific Corp - Two Harbors",321219,"Wood Board Manufacturing Plant","OP",30600,"LB/HR","OP",47.04616,-91.67531,"711 25th Ave","Two Harbors","MN","55616","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.03238,"LB" +12672011,"ADEM","S003",64184513,"002","100",89092414,"01","10100902","04","AL","Escambia","01053","","Swift Lumber Inc",321113,"Lumber/Sawmill","OP",9.6,"E6BTU/HR","OP",31.032879,-87.510586,"1450 Swift Mill Rd","Atmore","AL","36502","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00500922,"LB" +7120011,"MNPCA","2701700003",79401813,"EU023","100",102465214,"EU023PD001","10200903","05","MN","Carlton","27017","","Jarden Home Brands",321999,"","OP",8,"E6BTU/HR","OP",46.72155,-92.44379,"1800 Cloquet Ave","Cloquet","MN","55720","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.003716,"LB" +8131111,"OHEPA","0671010028",6005213,"B013","100",117188414,"10200902","10200902","05","OH","Ross","39141","","P. H. Glatfelter Company - Chillicothe Facility (0671010028)",322121,"Pulp and Paper Plant","OP",400,"E6BTU/HR","OP",39.324469,-82.973957,"232 East 8TH St.","Chillicothe","OH","45601","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.2603,"LB" +5661611,"MEDEP","2300300050",19628213,"002","100",125470514,"002-2","10200902","01","ME","Aroostook","23003","","FRASER TIMBER LIMITED - MASARDIS",321113,"Lumber/Sawmill","OP",12.2,"E6BTU/HR","OP",46.530226,-68.360027,"RTE 11","ASHLAND","ME","04732","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00337842,"LB" +6632611,"VADEQ","30785",17169613,"1","100",926114,"1","10200903","03","VA","Patrick","51141","","Stuart Flooring Corp",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",10,"E6BTU/HR","ONRE",36.63637,-80.28093,"Dobyns Rd","Stuart","VA","24171","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00242599,"LB" +7456811,"NHDES","3301300032",12078713,"005","100",22135214,"2","10200902","01","NH","Merrimack","33013","","CONCORD STEAM CORPORATION",22133,"Steam/Heating Facility","OP",40,"E6BTU/HR","OP",43.198919,-71.54657,"105 1/2 PLEASANT STREET","CONCORD","NH","03301","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00339112,"LB" +8483011,"MNPCA","2707100002",1097813,"EU430","100",26949414,"EU430PD004","10200911","05","MN","Koochiching","27071","","Boise White Paper LLC - Intl Falls",322121,"Pulp and Paper Plant","OP",398,"E6BTU/HR","OP",48.605458,-93.406703,"400 2nd St","International Falls","MN","56649","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.04114,"LB" +5661611,"MEDEP","2300300050",19628313,"001","100",125470214,"001-2","10200902","01","ME","Aroostook","23003","","FRASER TIMBER LIMITED - MASARDIS",321113,"Lumber/Sawmill","OP",27,"E6BTU/HR","OP",46.530226,-68.360027,"RTE 11","ASHLAND","ME","04732","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0294466,"LB" +6200611,"MNPCA","2707100009",102772013,"EU001","999",144264314,"EU001PD001","10200908","05","MN","Koochiching","27071","","Page & Hill Forest Products Inc Sawmill",321113,"Lumber/Sawmill","OP",,"","OP",48.19733,-93.79294,"7556 County Road 31","Big Falls","MN","56627","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00009802,"LB" +6274511,"MNPCA","2704900005",15819613,"EU002","270",144116114,"EU002PD004","10100902","05","MN","Goodhue","27049","","Xcel Energy - Red Wing Generating Plant",221118,"Municipal Waste Combustor","OP",138,"E3LB/HR","OP",44.5691,-92.5165,"801 E 5th St","Red Wing","MN","55066","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0004272,"LB" +4985811,"WIDNR","735008010",28827913,"B27","100",66994714,"01","10200903","05","WI","Lincoln","55069","","Packaging Corporation Of America-Tomahawk",322130,"Pulp and Paper Plant","OP",122,"E6BTU/HR","OP",45.446137,-89.736941,"N9090 County Road E","Tomahawk","WI","54487","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.0248,"LB" +3408711,"SCDHEC","1860-0077",38866313,"004","270",11326614,"1","10200908","04","SC","Orangeburg","45075","","NORTH AMERICAN CONTAINER:ROWESVILLE",321920,"","OP",11900,"LB/HR","OP",33.395889,-80.836391,"950 GARLAND RD","ROWESVILLE","SC","29133","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.00246,"LB" +13429211,"OHEPA","0215020233",4032113,"","999",64729014,"","50300899","05","OH","Columbiana","39029","","Heritage - WTI, Inc. (0215020233)",562212,"","OP",,"","OP",40.631622,-80.54632,"1250 St. George Street","East Liverpool","OH","43920-3400","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100027","4-Nitrophenol",1.4,"LB" +1060811,"ADEM","2021",47308113,"X003","100",61123514,"01","10200902","04","AL","Mobile","01097","","Mobile Energy Services Company",322121,"Electricity Generation via Combustion","OP",980,"E6BTU/HR","OP",30.736214,-88.0483,"50 Bay Bridge Rd","Mobile","AL","36610","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0930688,"LB" +14679911,"OHEPA","0247101010",89753613,"B019","100",121686814,"10300908","10300908","05","OH","Lorain","39093","","Green Circle Growers (0247101010)",111421,"","OP",29.7,"E6BTU/HR","OP",41.2523,-82.2977,"15650 State Route 511","Oberlin","OH","44074","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.007824,"LB" +7000411,"WIDNR","802033540",14250113,"B23","100",125366914,"02","10200902","05","WI","Ashland","55003","","Columbia Forest Products-Mellen",321211,"Wood Board Manufacturing Plant","OP",42,"E6BTU/HR","OP",46.3223,-90.6695,"606 Wilderness Dr","Mellen","WI","54546","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.01641,"LB" +6908811,"VADEQ","80480",12955913,"2","100",1839614,"2","10200908","03","VA","Waynesboro city","51820","","Augusta Lumber LLC",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",17,"E6BTU/HR","ONP",38.07428,-78.87957,"567 N Charlotte Ave","Waynesboro","VA","22980","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00471092,"LB" +8485011,"MSDEQ","2804300012",1016713,"001","100",25007014,"1","10200902","04","MS","Grenada","28043","","Koppers Inc",321114,"","PS",60,"E6BTU/HR","PS",33.734167,-89.785572,"1 Koppers Drive","Tie Plant","MS","38960","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00744962,"LB" +4211311,"MIDEQ","N5940",34869913,"EU0011","100",29411714,"10200905","10200905","05","MI","Marquette","26103","","POTLATCH LAND & LUMBER LLC.",321113,"Lumber/Sawmill","OP",,"","OP",46.3283,-87.3946,"650 A AVENUE","GWINN","MI","49841","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.05771,"LB" +10698611,"OHEPA","0326000079",58689413,"B009","100",100666614,"10100903","10100903","05","OH","Fulton","39051","","Sauder Woodworking Cogeneration Facility (0326000079)",221112,"Electricity Generation via Combustion","OP",63.8,"E6BTU/HR","OP",41.51667,-84.29583,"502 Middle St.","Archbold","OH","43502","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.0378,"LB" +8247511,"NCDAQ","3710100026",74244313,"G-10","100",101268914,"2","39000999","04","NC","Johnston","37101","","Lampe and Malphrus Lumber Company",321113,"Lumber/Sawmill","OP",29,"E6BTU/HR","OP",35.5094,-78.3361,"210 North 10th Street","Smithfield","NC","27577","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.014,"LB" +7718411,"MEDEP","2301900086",2956413,"001","100",125455914,"001-1","10100903","01","ME","Penobscot","23019","","COVANTA WEST ENFIELD",221117,"Electricity Generation via Combustion","OP",362,"E6BTU/HR","OP",45.2541,-68.6272,"1231 MAIN RD","WEST ENFIELD","ME","04493","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01279506,"LB" +4040011,"VADEQ","20523",33618913,"2","100",1150214,"2","10200903","03","VA","Roanoke city","51770","","Frank Chervan Inc",337121,"","OP",33,"E6BTU/HR","OP",37.26902,-79.90956,"2005 Greenbrier Ave Se","Roanoke","VA","24013","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00150051,"LB" +7868311,"NHDES","3300900026",3382613,"001","100",21326814,"1","10100902","01","NH","Grafton","33009","","PINETREE POWER - BETHLEHEM",221118,"Electricity Generation via Combustion","OP",289,"E6BTU/HR","OP",44.327833,-71.680456,"1241 WHITEFIELD ROAD","BETHLEHEM","NH","03574","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0576474,"LB" +7119911,"MNPCA","2701700002",14131013,"EU004","100",102464314,"EU004PD006","10200903","05","MN","Carlton","27017","","Sappi Cloquet LLC",322121,"Pulp and Paper Plant","OP",332,"E3LB/HR","OP",46.724097,-92.431303,"2201 Ave B","Cloquet","MN","55720","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.03156,"LB" +14726811,"OHEPA","1431473393",89972913,"B001","100",121938714,"10300908","10300908","05","OH","Hamilton","39061","","Bruewer Woodwork Mfg. Co. (1431473393)",321999,"","OP",3.16,"E6BTU/HR","OP",39.2,-84.76667,"10000 Cilley Road","Whitewater Twp.","OH","45002","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.000009838,"LB" +8200111,"MEDEP","2302500027",5794913,"007","690",125552314,"001-11","10200908","01","ME","Somerset","23025","","SAPPI - SOMERSET",322110,"Pulp and Paper Plant","OP",848,"E6BTU/HR","OP",44.703333,-69.648889,"1329 WATERVILLE RD","SKOWHEGAN","ME","04976-4908","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000015413,"LB" +7776311,"VTDEC","120",98058913,"3","100",137043614,"3","10200902","01","VT","Orleans","50019","","Columbia Forest Products Indian Head Div",32121,"","OP",7.5,"E6BTU/HR","OP",44.9527,-72.1983,"115 Columbia Way","Newport","VT","05855","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00719274,"LB" +7414811,"GADNR","02100001",9232813,"B003","100",46282914,"1","10200911","04","GA","Bibb","13021","","Graphic Packaging Macon Mill",322130,"Pulp and Paper Plant","OP",520,"E6BTU/HR","OP",32.77259,-83.63014,"100 Graphic Packaging International Way","Macon","GA","31206","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.312114,"LB" +1724411,"ILEPA","017802AAI",41721113,"0001","100",46870114,"01","10200903","05","IL","Cass","17017","","Rich Hardwoods Inc",444110,"","OP",8.6,"E6BTU/HR","OP",40.015748,-90.359424,"8727 Arenzville Rd","Beardstown","IL","62618","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100027","4-Nitrophenol",.000777546,"LB" +8326811,"NCDAQ","3703500102",131313,"G-1","100",120759614,"12","10200905","04","NC","Catawba","37035","","Hickory Chair Company",337121,"","OP",38,"E6BTU/HR","OP",35.73756,-81.31945,"37 9th Street Pl SE","Hickory","NC","28602","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.00178,"LB" +8240811,"MEDEP","2301900023",4151213,"014","100",125556514,"014-5","10200902","01","ME","Penobscot","23019","","LINCOLN PAPER AND TISSUE, LLC",322110,"Pulp and Paper Plant","OP",433,"E6BTU/HR","OP",45.368014,-68.510179,"50 KATAHDIN AVE","LINCOLN","ME","04457","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +7051911,"MSDEQ","2801300032",14192113,"002","100",27516614,"1","10200901","04","MS","Calhoun","28013","","Weyerhaeuser NR Company, Bruce Facility",321113,"Lumber/Sawmill","OP",115,"E6BTU/HR","OP",33.9863,-89.3461,"106 Railroad Street","Bruce","MS","38915","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0226058,"LB" +8339511,"VTDEC","4",1686213,"2","100",343014,"1","10200908","01","VT","Orleans","50019","","Ethan Allen Inc (Orleans Div )",33712,"","OP",,"","OP",44.8078,-72.2038,"27 Railroad Avenue","Orleans","VT","05860","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00943264,"LB" +7000911,"WIDNR","469034170",65039813,"B292","100",90164614,"01","10200902","05","WI","Waupaca","55135","","Marion Plywood",321211,"Wood Board Manufacturing Plant","OP",46.4,"E6BTU/HR","OP",44.6691,-88.8829,"222 South Parkview Ave","Marion","WI","54950","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.04219,"LB" +8386511,"MEDEP","2301700046",397013,"001","100",125482614,"001-1","10300902","01","ME","Oxford","23017","","IRVING FOREST PRODUCTS - DIXFIELD",321113,"Lumber/Sawmill","OP",12,"E6BTU/HR","OP",44.535007,-70.451938,"THIRD ST","DIXFIELD","ME","04224","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00790224,"LB" +7033311,"MNPCA","2714900003",102398113,"EU003","999",143851214,"EU003PD001","10200908","05","MN","Stevens","27149","","University of MN - Morris",61131,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",45.58279,-95.91941,"E 4th St","Morris","MN","56267","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0005524,"LB" +6228411,"WIDNR","802033320",15552113,"B21","100",67828914,"02","10100901","05","WI","Ashland","55003","","Xcel Energy Bay Front Generating Station",221112,"Electricity Generation via Combustion","OP",275,"E6BTU/HR","OP",46.5873,-90.9014,"122 N 14th Avenue West","Ashland","WI","54806","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.1048,"LB" +4759611,"TNDEC","0005",32064113,"RC34","999",11348014,"01","30699999","04","TN","Dyer","47045","","HEXPOL Compounding",326299,"","OP",,"","OP",36.031445,-89.394046,"150 SOUTH CONNELL","DYERSBURG","TN","38024","R","Trade Group Emission Factor (no Control Efficiency used)","","2011TNDEC","100027","4-Nitrophenol",.00872,"LB" +4737211,"PADEP","421090001",27905013,"033","100",93185214,"2","10200903","03","PA","Snyder","42109","","WOOD MODE INC/KREAMER PLT",337110,"Woodwork, Furniture, Millwork Manufacturing","OP",32,"E6BTU/HR","OP",40.80407,-76.96337,"1 2ND ST","KREAMER","PA","17833","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001443684,"LB" +10876611,"ILEPA","081808AAC",91328113,"0001","100",124466014,"01","10100912","05","IL","Jefferson","17081","","Jefferson Energy Center",221330,"","OP",1.7,"E6BTU/HR","OP",38.217031,-89.02795,"undeterminded","Waltonville","IL","62894","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100027","4-Nitrophenol",.000184355,"LB" +6467811,"WIDNR","445031180",18069813,"B07","100",66321214,"02","10200903","05","WI","Outagamie","55087","","Expera Specialty Solutions, LLC.",322121,"Pulp and Paper Plant","OP",204,"E6BTU/HR","OP",44.2829,-88.2518,"600 Thilmany Rd","Kaukauna","WI","54130","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.01191,"LB" +7277911,"NCDAQ","3719300001",10748113,"G-3","100",19231914,"6","10200903","04","NC","Wilkes","37193","","Louisiana-Pacific Corporation - Roaring River",321219,"Wood Board Manufacturing Plant","OP",183,"E6BTU/HR","OP",36.1986,-81.0356,"1151 ABTCO Road","North Wilkesboro","NC","28659","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00757806,"LB" +7119911,"MNPCA","2701700002",14131013,"EU004","100",26365714,"EU004PD005","10200901","05","MN","Carlton","27017","","Sappi Cloquet LLC",322121,"Pulp and Paper Plant","OP",332,"E3LB/HR","OP",46.724097,-92.431303,"2201 Ave B","Cloquet","MN","55720","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.291,"LB" +5523211,"KYDAQ","2104900004",26663113,"015","100",39337414,"1","10300903","04","KY","Clark","21049","","Freeman Corp",321211,"","OP",,"","OP",38.00742,-84.18408,"415 Magnolia St","Winchester","KY","40391","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01607038,"LB" +8513011,"NCDAQ","3702300028",75071813,"G-178","690",101455314,"21","30402099","04","NC","Burke","37023","","SGL Carbon LLC",335991,"Carbon or Graphite Plant","OP",,"","OP",35.7319,-81.7269,"307 Jamestown Road","Morganton","NC","28655","R","Stack Test (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.75,"LB" +7286011,"MIDEQ","B7192",8569113,"EU0159","100",28126114,"10200902","10200902","05","MI","Dickinson","26043","","VERSO PAPER - QUINNESEC",322121,"Pulp and Paper Plant","OP",,"","OP",45.795,-87.9586,"W-6791 US HIGHWAY 2","NORWAY","MI","49870","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.3239,"LB" +4054911,"SCDHEC","2440-0005",33604813,"008","999",11168314,"10","10200901","04","SC","York","45091","","RESOLUTE FP US INC",322110,"Pulp and Paper Plant","OP",375,"E6BTU/HR","OP",34.844552,-80.893101,"5300 CURETON FERRY RD","CATAWBA","SC","29704","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.336,"LB" +4958611,"WVDAQ","0016",71946813,"008","999",99672014,"1","30700401","03","WV","Braxton","54007","","WEYERHAEUSER NR - HEATERS FACILITY",321219,"","OP",,"","OP",38.76167,-80.65583,"US HWY 19","HEATERS","WV","26627","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100027","4-Nitrophenol",.00151,"LB" +15999911,"MNPCA","2713500023",102923513,"EU006","100",144423214,"EU006PD001","10200908","05","MN","Roseau","27135","","Central Boiler Inc",333414,"","OP",,"","OP",48.63239,-96.16046,"20502 160th St","Greenbush","MN","56726","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0000009306,"LB" +8122711,"NCDAQ","3704700036",4691813,"G-77","100",17919214,"44","10201201","04","NC","Columbus","37047","","International Paper - Riegelwood Mill",322121,"Pulp and Paper Plant","OP",,"","OP",34.3522,-78.2125,"865 John L Riegel Road","Riegelwood","NC","28456","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.01538,"LB" +7758611,"NHDES","3300900021",1840213,"001","100",21327114,"1","10100902","01","NH","Grafton","33009","","BRIDGEWATER POWER COMPANY",221118,"Electricity Generation via Combustion","OP",250,"E6BTU/HR","OP",43.716037,-71.659426,"ROUTES 3 AND 25","BRIDGEWATER","NH","03217","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01364128,"LB" +6377411,"MNPCA","2704900040",15671513,"EU045","999",27700314,"EU045PD001","10200902","05","MN","Goodhue","27049","","Foldcraft Co - Kenyon",337122,"","OP",7.3,"E6BTU/HR","OP",44.26754,-92.98239,"615 Centennial Dr","Kenyon","MN","55946","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0006464,"LB" +4958611,"WVDAQ","0016",71946913,"00A","999",99672214,"17","30700401","03","WV","Braxton","54007","","WEYERHAEUSER NR - HEATERS FACILITY",321219,"","OP",,"","OP",38.76167,-80.65583,"US HWY 19","HEATERS","WV","26627","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100027","4-Nitrophenol",.1314,"LB" +5973111,"MEDEP","2302700005",24224613,"001","100",125470914,"001-1","10200903","01","ME","Waldo","23027","","ROBBINS LUMBER INC-SEARSMONT",321113,"Lumber/Sawmill","OP",21.3,"E6BTU/HR","OP",44.333412,-69.201433,"GHENT RD","SEARSMONT","ME","04973","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0040517,"LB" +6253811,"MNPCA","2713700252",102521513,"EU001","999",143999614,"EU001PD001","10200908","05","MN","St. Louis","27137","","Northshore Wood Products",321920,"","OP",,"","OP",46.91928,-91.87867,"5783 Berquist Rd","Duluth","MN","55804","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00000792,"LB" +4194011,"WIDNR","772010140",34921713,"B20","100",66618714,"02","10200903","05","WI","Wood","55141","","Wisconsin Rapids Fiber And Energy Mill",322110,"Pulp and Paper Plant","OP",412,"E6BTU/HR","OP",44.404,-89.8255,"950 4th Ave N","Wisconsin Rapids","WI","54495","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.26532,"LB" +4801411,"SCDHEC","1900-0046",28531813,"007","100",11994614,"6","10200901","04","SC","Richland","45079","","INTERNATIONAL PAPER EASTOVER",322121,"Pulp and Paper Plant","OP",545,"E6BTU/HR","OP",33.886304,-80.638114,"4001 MCCORDS FERRY RD","EASTOVER","SC","29044","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.3446,"LB" +867211,"ADEM","0004",47223313,"009","100",61495314,"01","10200903","04","AL","Monroe","01099","","TIN dba Temple Inland",321219,"Wood Board Manufacturing Plant","OP",43,"E6BTU/HR","OP",31.524822,-87.272806,"2830 Hornady Dr","Monroeville","AL","36460","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0391748,"LB" +6153511,"WIDNR","735057950",65134013,"P02A","180",90279514,"01","10200902","05","WI","Lincoln","55069","","Louisiana-Pacific Corporation-Tomahawk",321219,"Wood Board Manufacturing Plant","OP",12.6,"E6BTU/HR","OP",45.4527,-89.7137,"Business Us Highway 51 South","Tomahawk","WI","54487","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00618,"LB" +7119911,"MNPCA","2701700002",14129013,"EU002","100",102464214,"EU002PD006","10200903","05","MN","Carlton","27017","","Sappi Cloquet LLC",322121,"Pulp and Paper Plant","OP",220,"E3LB/HR","OP",46.724097,-92.431303,"2201 Ave B","Cloquet","MN","55720","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.019736,"LB" +6166511,"MNPCA","2705700002",79534013,"EU012","100",102678514,"EU012PD001","10200905","05","MN","Hubbard","27057","","Potlatch Land & Lumber LLC - Bemidji",321113,"Lumber/Sawmill","OP",,"","OP",47.38809,-94.75598,"50518 County Road 45","Bemidji","MN","56601","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.04138,"LB" +5823611,"MEDEP","2300500142",22916813,"002","270",125286714,"002-4","10100902","01","ME","Cumberland","23005","","ECO MAINE - PORTLAND",562920,"Municipal Waste Combustor","OP",122,"E6BTU/HR","OP",43.6557,-70.3341,"64 BLUEBERRY RD","PORTLAND","ME","04102-1924","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +4193811,"WIDNR","772009480",34926813,"B24","100",66620614,"02","10200902","05","WI","Wood","55141","","Biron Mill",322121,"Pulp and Paper Plant","OP",445,"E6BTU/HR","OP",44.4289,-89.7817,"621 N Biron Dr","Wisconsin Rapids","WI","54494","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.03777,"LB" +8370211,"NCDAQ","3703500044",409213,"G-45","100",17775014,"5","10300903","04","NC","Catawba","37035","","Century Furniture - Plant No. 1",337122,"Woodwork, Furniture, Millwork Manufacturing","OP",38.4,"E6BTU/HR","OP",35.737818,-81.360176,"420 12th Street NW","Hickory","NC","28601","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.00336,"LB" +7961211,"NCDAQ","3702700027",2505513,"G-20","100",18025614,"17","10200906","04","NC","Caldwell","37027","","Thomasville Furniture Industries, Inc. - Lenoir Plant",337122,"","OP",35,"E6BTU/HR","OP",35.9334,-81.5408,"315 Elizabeth Street NW","Lenoir","NC","28645","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.0033,"LB" +8166211,"INDEM","00035",65331913,"017B","100",90509614,"01","10200908","05","IN","Posey","18129","","Consolidated Grain and Barge Company",311225,"","OP",,"","OP",37.93333,-87.87841,"Bluff Road","Mt. Vernon","IN","47620","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01153536,"LB" +5927511,"KYDAQ","2115500002",23202813,"001","100",34514914,"1","10300902","04","KY","Marion","21155","","Lebanon Oak Flooring",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",7.2,"E6BTU/HR","OP",37.573889,-85.243611,"215 Taylor Ave","Lebanon","KY","40033","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.028771,"LB" +845811,"FLDEP","0890004",67250813,"22","100",92742114,"1","10100901","04","FL","Nassau","12089","","RAYONIER PERFORMANCE FIBERS LLC",3221,"Pulp and Paper Plant","OP",660,"E6BTU/HR","OP",30.662356,-81.47105,"W SR A1A AT FOOT OF GUM ST","FERNANDINA BEACH","FL","32035","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0187525,"LB" +7722811,"NCDAQ","3712300029",2483613,"G-1","100",101338214,"12","10200902","04","NC","Montgomery","37123","","Troy Lumber Co",321912,"Lumber/Sawmill","OP",44.5,"E6BTU/HR","OP",35.367295,-79.893595,"110 Leslie Street","Troy","NC","27371","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.01281,"LB" +13672111,"MIDEQ","E4437",82812613,"EU0056","100",106449714,"10200906","10200906","05","MI","Kent","26081","","NORTHWEST HARDWOODS",333243,"","OP",,"","OP",42.8284,-85.6799,"657 76TH ST SW","GRAND RAPIDS","MI","49315","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.00891,"LB" +8126211,"MIDEQ","B1476",6960013,"EU0093","100",106606314,"10200902","10200902","05","MI","Alpena","26007","","Decorative Panels International, Inc",321219,"Wood Board Manufacturing Plant","OP",,"","OP",45.064036,-83.424389,"416 Ford Ave.","ALPENA","MI","49707","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.001997,"LB" +5760811,"MEDEP","2301900093",22595313,"002","100",125966314,"002-4","10100902","01","ME","Penobscot","23019","","PENOBSCOT ENERGY RECOVERY CO",562213,"Municipal Waste Combustor","OP",180,"E6BTU/HR","OP",44.738333,-68.825833,"29 INDUSTRIAL WAY","ORRINGTON","ME","04476","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0000798394,"LB" +8386511,"MEDEP","2301700046",396513,"004","100",125482814,"004-1","10300902","01","ME","Oxford","23017","","IRVING FOREST PRODUCTS - DIXFIELD",321113,"Lumber/Sawmill","OP",46.2,"E6BTU/HR","OP",44.535007,-70.451938,"THIRD ST","DIXFIELD","ME","04224","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01130728,"LB" +4948311,"SCDHEC","0200-0004",30083513,"003","100",122016214,"10","10100902","04","SC","Anderson","45007","","DUKE ENERGY LEE STEAM STATION",221112,"Electricity Generation via Combustion","OP",2250,"E6BTU/HR","OP",34.602373,-82.435267,"ROAD S-4-178","PELZER","SC","29669","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0744,"LB" +7696811,"WIDNR","861037980",12424513,"B01","200",66402314,"01","10300903","05","WI","Taylor","55119","","Gilman Forest Products, Inc.",321999,"","OP",,"","OP",45.1697,-90.8139,"400 N 1st Ave","Gilman","WI","54433","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00077,"LB" +6670011,"SCDHEC","0900-0017",18882813,"005","210",15204514,"1","10200906","04","SC","Dorchester","45035","","KAPSTONE CHARLESTON KRAFT LLC",321113,"Lumber/Sawmill","OP",24,"E6BTU/HR","OP",33.032162,-80.193642,"309 N MAPLE ST","SUMMERVILLE","SC","29483","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.01108,"LB" +8438211,"NCDAQ","3713500043",316713,"G-61","100",126066214,"110","10200907","04","NC","Orange","37135","","University of North Carolina at Chapel Hill",61131,"Institutional (school, hospital, prison, etc.)","OP",323,"E6BTU/HR","OP",35.9069,-79.0623,"1120 Estes Drive Extension, CB# 1650","Chapel Hill","NC","27599","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.0007,"LB" +7733711,"NCDAQ","3711100162",94503613,"G-1","999",129257414,"2","30700716","04","NC","McDowell","37111","","Columbia Plywood Corporation - Columbia Carolina Division",321211,"","OP",,"","OP",35.6608,-82.1092,"369 Columbia Carolina Road","Old Fort","NC","28762","R","USEPA Emission Factor (no Control Efficiency used)","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.018,"LB" +5251211,"MEDEP","2301900119",25348013,"001","100",125970914,"001-1","10200908","01","ME","Penobscot","23019","","VIC FIRTH INC",321999,"","OP",8.4,"E6BTU/HR","OP",44.874078,-69.278524,"77 HIGH ST","NEWPORT","ME","04953-3028","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0034699,"LB" +2655111,"GADNR","15700014",65518713,"WLDRY","999",139250414,"WDH-F","10100902","04","GA","Jackson","13157","","Huber Engineered Woods, LLC",321219,"Wood Board Manufacturing Plant","OP",150,"E6BTU/HR","OP",34.1612,-83.4329,"1442 Highway 334","Commerce","GA","30529","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0408444,"LB" +4952511,"SCDHEC","1140-0008",28935913,"002","999",11487314,"2","10200902","04","SC","Georgetown","45043","","SIMPSON LUMBER CO SAMPIT LUMBER MILL",321113,"Lumber/Sawmill","OP",92.4,"E6BTU/HR","OP",33.424025,-79.449177,"2701 INDIAN HUT RD","GEORGETOWN","SC","29440-9146","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.00662,"LB" +7961211,"NCDAQ","3702700027",2504613,"G-19","100",17981314,"15","10200906","04","NC","Caldwell","37027","","Thomasville Furniture Industries, Inc. - Lenoir Plant",337122,"","OP",35,"E6BTU/HR","OP",35.9334,-81.5408,"315 Elizabeth Street NW","Lenoir","NC","28645","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.0024,"LB" +7039911,"MNPCA","2703100002",15135313,"EU001","100",29152414,"EU001PD001","10200902","05","MN","Cook","27031","","Hedstrom Lumber Co Inc - Grand Marais",321113,"Lumber/Sawmill","OP",16,"E3LB/HR","OP",47.80819,-90.3069,"1504 Gunflint Trl","Grand Marais","MN","55604","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.007,"LB" +931711,"GADNR","09900001",47949213,"U501","100",46573414,"2","10200902","04","GA","Early","13099","","Georgia-Pacific Corp Cedar Springs Operation",322130,"Pulp and Paper Plant","OP",784,"E6BTU/HR","OP",31.16751,-85.09408,"GA HWY 273","Cedar Springs","GA","39832","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.26382,"LB" +842411,"FLDEP","1070005",46224413,"16","100",48595414,"1","10200902","04","FL","Putnam","12107","","GEORGIA-PACIFIC CONSUMER OPERATIONS LLC",32212,"Pulp and Paper Plant","OP",513,"E6BTU/HR","OP",29.681083,-81.680217,"215 County Road 216","PALATKA","FL","32178-0919","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.25612,"LB" +14679911,"OHEPA","0247101010",89753513,"B018","100",121686714,"10300908","10300908","05","OH","Lorain","39093","","Green Circle Growers (0247101010)",111421,"","OP",29.7,"E6BTU/HR","OP",41.2523,-82.2977,"15650 State Route 511","Oberlin","OH","44074","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.006188,"LB" +5760711,"MEDEP","2301900092",22595513,"002","100",125963114,"002-1","10300903","01","ME","Penobscot","23019","","CHARLESTON CORRECTIONAL FACILITY",922140,"Institutional (school, hospital, prison, etc.)","OP",4.4,"E6BTU/HR","OP",45.093036,-69.094805,"1202 DOVER RD","AUGUSTA","ME","04422","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00035119,"LB" +7984011,"MSDEQ","2812900002",5593713,"023","100",27809814,"1","10200902","04","MS","Smith","28129","","Georgia-Pacific Wood Products LLC, Taylorsville",321212,"Wood Board Manufacturing Plant","OP",155,"E6BTU/HR","OP",31.8392,-89.4659,"Highway 28 West","Taylorsville","MS","39168","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",.2,"LB" +12792711,"PADEP","420070143",67438313,"032","100",93017114,"1","10200902","03","PA","Beaver","42007","","QUALITY BEAMS INC/DARLINGTON FAC",321211,"Wood Board Manufacturing Plant","OP",8.75,"E6BTU/HR","OP",40.79692,-80.46504,"119 AID DR","DARLINGTON","PA","16115-1637","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001027534,"LB" +7787611,"NCDAQ","3700100237",74912413,"G-11","100",101405714,"8","10200906","04","NC","Alamance","37001","","New South Lumber Company, Inc. - Graham Plant",321113,"Lumber/Sawmill","OP",57.6,"E6BTU/HR","OP",35.9811,-79.4172,"4408 Mt Hermon - Rock Creek Road","Graham","NC","27253","R","Site-Specific Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.1131,"LB" +16000011,"MNPCA","2713900114",102928113,"EU056","100",144428014,"EU056PD001","10100908","05","MN","Scott","27139","","Koda Energy LLC",221118,"Electricity Generation via Combustion","OP",,"","OP",44.795,-93.53873,"975 3rd Ave W","Shakopee","MN","55379","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.2504,"LB" +8299711,"NCDAQ","3709900119",174313,"G-1","100",18875014,"3","10301202","04","NC","Jackson","37099","","Jackson Paper Manufacturing Company",32213,"Pulp and Paper Plant","OP",,"","OP",35.376097,-83.216721,"152 West Main Street","Sylva","NC","28779","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.00659,"LB" +7291811,"MSDEQ","2812900012",11104313,"002","100",27803514,"1","10200902","04","MS","Smith","28129","","Jack Batte and Sons Inc",321113,"Lumber/Sawmill","OP",21,"E6BTU/HR","OP",32.159458,-89.500278,"221 Smith County Road 35-9","Forest","MS","39074","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00950468,"LB" +1060811,"ADEM","2021",47308013,"X002","100",61123614,"01","10200902","04","AL","Mobile","01097","","Mobile Energy Services Company",322121,"Electricity Generation via Combustion","PS",500,"E6BTU/HR","OP",30.736214,-88.0483,"50 Bay Bridge Rd","Mobile","AL","36610","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +7049511,"WIDNR","851009390",65185213,"B24","100",90348414,"02","10200901","05","WI","Price","55099","","Flambeau River Papers, Llc",322121,"Pulp and Paper Plant","OP",249,"E6BTU/HR","OP",45.9349,-90.4471,"200 1st Ave N","Park Falls","WI","54552","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.1778,"LB" +4802311,"SCDHEC","1280-0004",28524913,"002","210",96470914,"2","10200908","04","SC","Hampton","45049","","ELLIOTT SAWMILLING",321113,"Lumber/Sawmill","OP",15,"E6BTU/HR","OP",32.73015,-81.24336,"SC HWY 321","ESTILL","SC","29918","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.00674,"LB" +4801411,"SCDHEC","1900-0046",28531813,"007","100",96278814,"2","10200901","04","SC","Richland","45079","","INTERNATIONAL PAPER EASTOVER",322121,"Pulp and Paper Plant","OP",545,"E6BTU/HR","OP",33.886304,-80.638114,"4001 MCCORDS FERRY RD","EASTOVER","SC","29044","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",0,"LB" +8247511,"NCDAQ","3710100026",74244213,"G-9","100",101268714,"1","39000999","04","NC","Johnston","37101","","Lampe and Malphrus Lumber Company",321113,"Lumber/Sawmill","OP",,"","OP",35.5094,-78.3361,"210 North 10th Street","Smithfield","NC","27577","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.01,"LB" +15578711,"GADNR","20500037",98197413,"0001","100",137250314,"P0001","10200902","04","GA","Mitchell","13205","","Wind Gap Farms",311999,"","OP",85.7,"E6BTU/HR","OP",31.32403,-84.17333,"8479 US Hwy 19 South","Baconton","GA","31716","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1284418,"LB" +9481411,"MNPCA","2706100026",102810313,"EU002","999",144304214,"EU002PD001","10200908","05","MN","Itasca","27061","","Rajala Mill Co",321113,"Lumber/Sawmill","OP",,"","OP",47.74319,-93.66743,"300 Rajala Mill Rd","Bigfork","MN","56628","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0013622,"LB" +7244011,"NYDEC","6302000024",7485313,"0POWER","100",20484214,"BW3FP","10300902","02","NY","Oneida","36065","","HARDEN FURNITURE INC",337122,"","OP",,"","OP",43.276921,-75.692617,"8550 MILL POND WAY","MCCONNELLSVILLE","NY","13401","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000250449,"LB" +919611,"FLDEP","0990332",46528113,"2","100",46009614,"3","10100903","04","FL","Palm Beach","12099","","NEW HOPE POWER COMPANY",2211,"Electricity Generation via Combustion","OP",715,"E6BTU/HR","OP",26.577845,-80.751408,"8001 Highway 27 South","SOUTH BAY","FL","33493","R","USEPA Emission Factor (no Control Efficiency used)","Annual Emissions (Tons/Year) 0.000055 = Emission Factor ( lb / MMBtu ) 1.100000E-007 * Annual Process or Fuel Usage Rate (Tons Wood Burned) 117251 * Fuel Heat Content (mmBtu/Tons Wood Burned) 8.5 / 2000 From Webfire","2011FLDEP","100027","4-Nitrophenol",.11,"LB" +3362711,"ILEPA","003802AAB",39113113,"0002","100",46952414,"01","10200902","05","IL","Alexander","17003","","Cairo Dry Kilns Inc",444110,"","OP",11,"E6BTU/HR","OP",37.039151,-89.208574,"Hwy 51 2 Miles N Of Cairo","Cairo","IL","62914","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100027","4-Nitrophenol",.000204188,"LB" +6639911,"SCDHEC","0820-0012",69733413,"001","100",96436014,"10","10200902","04","SC","Darlington","45031","","SONOCO PRODUCTS CO",322130,"Pulp and Paper Plant","OP",,"","OP",34.384861,-80.067449,"N SECOND ST","HARTSVILLE","SC","29550","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0249,"LB" +8291211,"OHEPA","0640010020",86301513,"B002","100",135145714,"10200908","10200908","05","OH","Jackson","39079","","Masco Cabinetry, Merillat, Jackson, OH (0640010020)",337110,"","OP",21.5,"E6BTU/HR","OP",39.03778,-82.62611,"960 E. Main Street","Jackson","OH","45640","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.007629,"LB" +8010211,"NCDAQ","3719300005",4037313,"G-31","100",19213814,"1","10200906","04","NC","Wilkes","37193","","American Drew, Inc. - Plant 13",321999,"","OP",30,"E6BTU/HR","OP",36.166416,-81.122933,"389 Armory Road","North Wilkesboro","NC","28659","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.011,"LB" +752411,"FLDEP","1230001",46310513,"4","100",45999014,"1","10200902","04","FL","Taylor","12123","","BUCKEYE FLORIDA, LIMITED PARTNERSHIP",3221,"Pulp and Paper Plant","OP",300,"E6BTU/HR","OP",30.068694,-83.52375,"1 Buckeye Dr","PERRY","FL","32348-7702","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.381722,"LB" +7442111,"ADEM","0001",10840213,"Z015","100",61055114,"01","10200902","04","AL","Choctaw","01023","","Georgia Pacific",322121,"Pulp and Paper Plant","OP",425,"E6BTU/HR","OP",32.2272,-88.0249,"7530 Hwy 114","Pennington","AL","36916","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1220196,"LB" +7916111,"ADEM","2003",3536213,"001","100",61245614,"01","10200902","04","AL","Mobile","01097","","Scotch and Gulf Lumber Company, LLC",321113,"Lumber/Sawmill","OP",68,"E6BTU/HR","OP",30.724228,-88.074456,"1850 Conception St","Mobile","AL","36610","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0542024,"LB" +12690911,"WIDNR","122038950",64741913,"B01","100",89804914,"01","10300902","05","WI","Grant","55043","","Muscoda Protein Products",311513,"Food Products Processing Plant","OP",10,"E6BTU/HR","OP",43.1859,-90.4305,"960 Industrial Drive","Muscoda","WI","53573","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.0273,"LB" +8304611,"GADNR","30700001",65555813,"B1","100",90905314,"BLR1","10100902","04","GA","Webster","13307","","Tolleson Lumber Co Inc",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",32.03838,-84.49357,"Rt 1 Hwy 280 East","Preston","GA","31824","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0339086,"LB" +6236711,"MNPCA","2713700027",16153513,"EU003","100",102935114,"EU003PD005","10100908","05","MN","St. Louis","27137","","Hibbing Public Utilities Commission",221122,"Electricity Generation via Combustion","OP",165,"E3LB/HR","OP",47.42948,-92.93502,"1832 6th Ave E","Hibbing","MN","55746","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.000002828,"LB" +6301111,"MNPCA","2717100094",102446513,"EU001","270",143909414,"EU001PD001","50100515","05","MN","Wright","27171","","Buffalo WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",45.11528,-93.89098,"1 25th St SE","Buffalo","MN","55313","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",804.6,"LB" +4762711,"SCDHEC","2140-0014",32027913,"003","100",11667814,"1","10200908","04","SC","Sumter","45085","","CAROLINA FURNITURE WORKS INC",33712,"","OP",9,"E6BTU/HR","OP",33.912896,-80.332861,"406 BROOKLYN ST","SUMTER","SC","29150","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0033,"LB" +2795111,"FLDEP","1190011",67592513,"2","100",93222514,"1","10200903","04","FL","Sumter","12119","","ROBBINS MANUFACTURING CO.",321113,"Lumber/Sawmill","TS",8.37,"E6BTU/HR","OP",28.552778,-82.0575,"SR 50 AND SR 471","TARRYTOWN","FL","33597","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000343402,"LB" +7688411,"WIDNR","157073290",91414613,"B24","100",124560914,"00","10300903","05","WI","Sauk","55111","","Reedsburg Hardwoods",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",10,"E6BTU/HR","OP",43.5215,-89.9853,"1580 Laukant St","Reedsburg","WI","53959","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.01008,"LB" +5252711,"MEDEP","2302100014",25344113,"001","100",125969914,"001-4","10100903","01","ME","Piscataquis","23021","","GALLOP POWER GREENVILLE LLC",221111,"Electricity Generation via Combustion","TS",300,"E6BTU/HR","OP",45.454497,-69.60953,"185 GREENVILLE STEAM RD","DALLAS","ME","04442","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +5972711,"MEDEP","2302500043",24225813,"001","100",129277614,"001-1","10200908","01","ME","Somerset","23025","","MOOSE RIVER LUMBER CO INC",321113,"Lumber/Sawmill","OP",15.3,"E6BTU/HR","OP",45.6457,-70.2508,"25 TALPEY RD","JACKMAN","ME","04945","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0044077,"LB" +6153511,"WIDNR","735057950",65133913,"P01A","180",90279314,"01","10200902","05","WI","Lincoln","55069","","Louisiana-Pacific Corporation-Tomahawk",321219,"Wood Board Manufacturing Plant","OP",12.6,"E6BTU/HR","OP",45.4527,-89.7137,"Business Us Highway 51 South","Tomahawk","WI","54487","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.0069,"LB" +7053411,"MSDEQ","2802100004",14188113,"004","100",27474714,"1","10200901","04","MS","Claiborne","28021","","Southern Lumber Company Inc, Hermanville",321912,"Lumber/Sawmill","OP",27.8,"E6BTU/HR","OP",31.943058,-90.838908,"11167 Hermanville Pattison Road","Hermanville","MS","39086","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01772496,"LB" +8126211,"MIDEQ","B1476",6960613,"EU0095","100",28389614,"10200901","10200901","05","MI","Alpena","26007","","Decorative Panels International, Inc",321219,"Wood Board Manufacturing Plant","OP",,"","OP",45.064036,-83.424389,"416 Ford Ave.","ALPENA","MI","49707","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.05481,"LB" +6228411,"WIDNR","802033320",15552413,"B20","100",67828214,"02","10100901","05","WI","Ashland","55003","","Xcel Energy Bay Front Generating Station",221112,"Electricity Generation via Combustion","OP",275,"E6BTU/HR","OP",46.5873,-90.9014,"122 N 14th Avenue West","Ashland","WI","54806","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.11177,"LB" +7244011,"NYDEC","6302000024",7485313,"0POWER","100",20484314,"BW1FP","10300902","02","NY","Oneida","36065","","HARDEN FURNITURE INC",337122,"","OP",,"","OP",43.276921,-75.692617,"8550 MILL POND WAY","MCCONNELLSVILLE","NY","13401","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0000328618,"LB" +12793211,"PADEP","420450174",67456013,"010","100",93048614,"2","10200902","03","PA","Delaware","42045","","ALAN MCILVAIN/MARCUS HOOK",321912,"Lumber/Sawmill","OP",15,"E6BTU/HR","OP",39.81765,-75.4122,"501 MARKET ST","MARCUS HOOK","PA","19061-4833","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00385326,"LB" +6277111,"MNPCA","2703700043",15791513,"EU002","270",102695514,"EU002PD004","50100515","05","MN","Dakota","27037","","Seneca Wastewater Treatment Plant",22132,"Wastewater Treatment Facility","OP",4.8,"E3LB/HR","OP",44.82727,-93.2101,"3750 Plant Rd","Eagan","MN","55122","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",15.75,"LB" +4054911,"SCDHEC","2440-0005",33604813,"008","999",11168714,"5","10200901","04","SC","York","45091","","RESOLUTE FP US INC",322110,"Pulp and Paper Plant","OP",375,"E6BTU/HR","OP",34.844552,-80.893101,"5300 CURETON FERRY RD","CATAWBA","SC","29704","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.244,"LB" +4758811,"SCDHEC","1040-0003",32072713,"015","100",11687614,"1","10200902","04","SC","Florence","45041","","ROCKTENN CP LLC",322110,"Pulp and Paper Plant","OP",343,"E6BTU/HR","OP",34.151538,-79.559201,"7320 PAPER MILL RD","FLORENCE","SC","29506","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",0,"LB" +8234611,"PADEP","420110031",5212913,"177","200",16688714,"1","30300910","03","PA","Berks","42011","","CARPENTER TECH CORP/READING PLT",331110,"Steel Mill","OP",,"","OP",40.361105,-75.936838,"101 BERN ST","READING","PA","19601-1203","R","Stack Test (no Control Efficiency used)","","2011PADEP","100027","4-Nitrophenol",6,"LB" +5164811,"KYDAQ","2117100011",26173513,"004","100",34579514,"1","10300902","04","KY","Monroe","21171","","Graham & Hammer Lumber Co",321113,"Lumber/Sawmill","OP",8,"E6BTU/HR","OP",36.636737,-85.625166,"KY 163 S","Hestand","KY","42151","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.058441,"LB" +8200111,"MEDEP","2302500027",5795613,"002","100",125553414,"002-8","10200902","01","ME","Somerset","23025","","SAPPI - SOMERSET",322110,"Pulp and Paper Plant","OP",1300,"E6BTU/HR","OP",44.703333,-69.648889,"1329 WATERVILLE RD","SKOWHEGAN","ME","04976-4908","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000603676,"LB" +14617511,"TNDEC","0011",88730313,"20","100",120507314,"01","10300902","04","TN","Wayne","47181","","HASSELL AND HUGHES LUMBER COMPANY INC",321912,"Lumber/Sawmill","OP",16.8,"E6BTU/HR","OP",35.125,-87.67,"608 HIGHWAY 13 SOUTH","COLLINWOOD","TN","38450","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00822026,"LB" +9549911,"MIDEQ","B7099",53748713,"EU0001","100",76238914,"10200905","10200905","05","MI","Iron","26071","","CONNOR AGA SPORTS FLOORING LLC",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",46.2052,-88.4116,"251 INDUSTRIAL PARK RD","AMASA","MI","49903","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.004105,"LB" +6927911,"MNPCA","2713700005",14949513,"EU225","210",27509314,"EU225PD009","10200903","05","MN","St. Louis","27137","","US Steel Corp - Minntac",21221,"Taconite Processing","OP",,"","OP",47.564451,-92.63057,"8819 Old Highway 169","Mountain Iron","MN","55768","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.03962,"LB" +8498811,"MSDEQ","2806700028",988913,"051","100",27750514,"1","10200902","04","MS","Jones","28067","","Masonite Corporation",321219,"Wood Board Manufacturing Plant","PS",258,"E6BTU/HR","OP",31.678058,-89.130303,"1001 South 4th Avenue","Laurel","MS","39441","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +7331511,"KYDAQ","2100700002",9779113,"009","100",106754614,"5","10200901","04","KY","Ballard","21007","","Newpage Corp",322121,"Pulp and Paper Plant","OP",,"","OP",36.944409,-89.07988,"1724 Fort Jefferson Hill Rd","Wickliffe","KY","42087","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000940178,"LB" +8339511,"VTDEC","4",1685413,"3","100",344014,"1","10200908","01","VT","Orleans","50019","","Ethan Allen Inc (Orleans Div )",33712,"","OP",,"","OP",44.8078,-72.2038,"27 Railroad Avenue","Orleans","VT","05860","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001684256,"LB" +8326911,"NCDAQ","3703500106",130513,"G-1","100",17771914,"1","10300903","04","NC","Catawba","37035","","HWS Company Inc. dba Hickory White",337122,"","OP",14.8,"E6BTU/HR","OP",35.7359,-81.32335,"9 Lenoir Rhyne Boulevard","Hickory","NC","28602","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0015413,"LB" +5523211,"KYDAQ","2104900004",26662513,"013","100",39338114,"1","10300903","04","KY","Clark","21049","","Freeman Corp",321211,"","OP",,"","OP",38.00742,-84.18408,"415 Magnolia St","Winchester","KY","40391","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +6619911,"MIDEQ","B1598",18999613,"EU0008","270",27954514,"50100515","50100515","05","MI","Genesee","26049","","FLINT WATER POLLUTION CONTROL FACILITY",221320,"Wastewater Treatment Facility","OP",,"","OP",43.0362,-83.7729,"G-4652 BEECHER RD","FLINT","MI","48532","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",0,"LB" +7853011,"MSDEQ","2801900005",95163613,"016","100",130335614,"1","10200902","04","MS","Choctaw","28019","","Southeastern Timber Products LLC, Ackerman Plant",321113,"Lumber/Sawmill","OP",30,"E6BTU/HR","OP",33.301111,-89.207508,"240 PCA Road","Ackerman","MS","39735","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +7244011,"NYDEC","6302000024",7485313,"0POWER","100",20484114,"BW2FP","10300902","02","NY","Oneida","36065","","HARDEN FURNITURE INC",337122,"","OP",,"","OP",43.276921,-75.692617,"8550 MILL POND WAY","MCCONNELLSVILLE","NY","13401","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000773399,"LB" +8304611,"GADNR","30700001",65555913,"B2","100",90905414,"BLR2","10100902","04","GA","Webster","13307","","Tolleson Lumber Co Inc",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",32.03838,-84.49357,"Rt 1 Hwy 280 East","Preston","GA","31824","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0294132,"LB" +4958611,"WVDAQ","0016",71946813,"008","999",99672114,"2","30700401","03","WV","Braxton","54007","","WEYERHAEUSER NR - HEATERS FACILITY",321219,"","OP",,"","OP",38.76167,-80.65583,"US HWY 19","HEATERS","WV","26627","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100027","4-Nitrophenol",.001828,"LB" +13419011,"KYDAQ","2110700157",72852713,"004","100",107894514,"2","10300903","04","KY","Hopkins","21107","","Wood Mizer Wood Products Of KY",321999,"","OP",1.5,"E6BTU/HR","OP",37.3635,-87.563833,"4160 Nebo","Madisonville","KY","42431","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0000323674,"LB" +13729611,"VADEQ","21458",83336413,"1","100",108514314,"1","10200908","03","VA","Patrick","51141","","Ten Oaks LLC",321113,"","OP",28,"E6BTU/HR","ONRE",36.64,-80.233889,"2171 Poplar Dr","Stuart","VA","24171","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00866506,"LB" +5661711,"MEDEP","2300300051",19627713,"001","100",125565014,"001-1","10100902","01","ME","Aroostook","23003","","REENERGY FORT FAIRFIELD LLC",221117,"Electricity Generation via Combustion","OP",523,"E6BTU/HR","OP",46.7727,-67.8489,"CHENEY GROVE RD","FORT FAIRFIELD","ME","04742","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0345912,"LB" +7870111,"MIDEQ","B1966",3372813,"EU0081","100",29219014,"10200905","10200905","05","MI","Ontonagon","26131","","WHITE PINE ELECTRIC POWER LLC",221112,"Electricity Generation via Combustion","OP",,"","OP",46.764138,-89.567836,"29639 WILLOW ROAD","WHITE PINE","MI","49971","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",0,"LB" +7710711,"WIDNR","662051500",12419013,"B1","100",66242314,"01","10200906","05","WI","Trempealeau","55121","","S & S Wood Products",321999,"","OP",16,"E6BTU/HR","OP",44.3529,-91.4207,"35335 Greene St","Independence","WI","54747","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00323,"LB" +4573711,"ILEPA","161025ACA",28420213,"0001","100",43414014,"01","10200903","05","IL","Rock Island","17161","","River Bend Industrial Center",339999,"","OP",22.9,"E6BTU/HR","OP",41.518764,-90.42183,"1300 19th St","East Moline","IL","61244","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100027","4-Nitrophenol",.0110313,"LB" +7212611,"ADEM","S008",10820713,"001","100",61437114,"01","10200901","04","AL","Barbour","01005","","M C Dixon Lumber Co",321113,"Lumber/Sawmill","OP",90,"E6BTU/HR","OP",31.882494,-85.154021,"605 W Washington St","Eufaula","AL","36027","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01155976,"LB" +2615911,"GADNR","18500051",65529413,"B115B","100",90860014,"1","10200902","04","GA","Lowndes","13185","","ADM Valdosta",311224,"","OP",520000,"E6BTU/HR","OP",30.83241,-83.24847,"1841 Clay Road","Valdosta","GA","31601","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0426426,"LB" +8387111,"MEDEP","2300300048",392413,"001","100",125453314,"001-2","10200902","01","ME","Aroostook","23003","","HUBER ENGINEERED WOODS LLC - EASTON",321219,"Wood Board Manufacturing Plant","OP",84,"E6BTU/HR","OP",46.665557,-67.906918,"333 STATION RD","EASTON","ME","04740-4005","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0646062,"LB" +4481211,"INDEM","00023",28304613,"001","100",123943814,"01","10200903","05","IN","Lagrange","18087","","PALLETONE OF INDIANA, INC,",321912,"Lumber/Sawmill","OP",,"","OP",41.670578,-85.528451,"5345 WEST 200 NORTH","SHIPSHEWANA","IN","46565","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001284418,"LB" +7206711,"MEDEP","2300300062",92295813,"018","100",125938914,"018-1","10200902","01","ME","Aroostook","23003","","LOUISIANA-PACIFIC CORP - NEW LIMERICK",321219,"Wood Board Manufacturing Plant","OP",278,"E6BTU/HR","OP",46.109606,-67.954136,"240 STATION RD","HOULTON","ME","04761","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000384048,"LB" +7853011,"MSDEQ","2801900005",2831913,"003","100",27513714,"1","10200902","04","MS","Choctaw","28019","","Southeastern Timber Products LLC, Ackerman Plant",321113,"Lumber/Sawmill","OP",22,"E6BTU/HR","OP",33.301111,-89.207508,"240 PCA Road","Ackerman","MS","39735","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.375948,"LB" +7727411,"VTDEC","1",1888613,"2","100",1097614,"2","10200902","01","VT","Essex","50009","","Ethan Allen Inc (Beecher Falls Div )",33712,"","OP",,"","OP",45.0114,-71.5057,"Main Street (Vt Route 102)","Beecher Falls","VT","05902","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.024008,"LB" +3111211,"TNDEC","0001",38456913,"003","100",11453514,"03","10200902","04","TN","Moore","47127","","JACK DANIEL DISTILLERY",312140,"Breweries/Distilleries/Wineries","OP",352,"E6BTU/HR","OP",35.285359,-86.368475,"280 Lynchburg Highway","LYNCHBURG","TN","37352","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.093634,"LB" +6619911,"MIDEQ","B1598",18999813,"EU0001","270",27954014,"50100515","50100515","05","MI","Genesee","26049","","FLINT WATER POLLUTION CONTROL FACILITY",221320,"Wastewater Treatment Facility","OP",,"","OP",43.0362,-83.7729,"G-4652 BEECHER RD","FLINT","MI","48532","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",386.6,"LB" +7381011,"KYDAQ","2123100031",9410413,"001","100",36448314,"1","10300903","04","KY","Wayne","21231","","American Woodmark Corp",33711,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",36.779291,-84.94976,"7677 Hwy 90 W","Monticello (Wayne)","KY","42633","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +8145211,"MIDEQ","B6001",6983213,"EU0057","100",29082214,"10200907","10200907","05","MI","Ottawa","26139","","Herman Miller, Inc",337214,"","OP",,"","OP",42.8151,-85.995,"855 E. Main Ave.","ZEELAND","MI","49464","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.03091,"LB" +8513011,"NCDAQ","3702300028",75071713,"G-153","200",101455214,"13","30402004","04","NC","Burke","37023","","SGL Carbon LLC",335991,"Carbon or Graphite Plant","OP",,"","OP",35.7319,-81.7269,"307 Jamestown Road","Morganton","NC","28655","R","Stack Test (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",1.27,"LB" +5974211,"MEDEP","2302900020",24218413,"001","100",125429414,"001-2","10200902","01","ME","Washington","23029","","WOODLAND PULP LLC",322110,"Pulp and Paper Plant","OP",740,"E6BTU/HR","OP",45.156894,-67.402006,"144 MAIN ST","BAILEYVILLE","ME","04694-3529","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1530832,"LB" +6641311,"SCDHEC","0820-0045",18270713,"001","100",15390614,"2","10200902","04","SC","Darlington","45031","","NEW SOUTH LUMBER CO INC DARLINGTON",321113,"Lumber/Sawmill","OP",57.6,"E6BTU/HR","OP",34.280965,-79.861971,"1100 CHESTERFIELD LUMBER DR","DARLINGTON","SC","29532","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0252,"LB" +6927911,"MNPCA","2713700005",14938413,"EU334","210",27687714,"EU334PD012","10200903","05","MN","St. Louis","27137","","US Steel Corp - Minntac",21221,"Taconite Processing","OP",,"","OP",47.564451,-92.63057,"8819 Old Highway 169","Mountain Iron","MN","55768","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.000044,"LB" +8483411,"MNPCA","2710900005",1088413,"EU002","270",26811314,"EU002PD001","50100105","05","MN","Olmsted","27109","","Olmsted Waste-to-Energy Facility",221112,"Municipal Waste Combustor","OP",8.33,"E3LB/HR","OP",44.0264,-92.4334,"301 Silver Creek Rd NE","Rochester","MN","55906","R","Stack Test (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.1592,"LB" +9261411,"OHEPA","0250000989",55594213,"B001","100",100575114,"10300908","10300908","05","OH","Mahoning","39099","","BAIRD BROTHERS SAWMILL INC (0250000989)",321918,"","OP",16.4,"E6BTU/HR","OP",41.01694,-80.81611,"7060 CRORY RD","CANFIELD","OH","44406","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.001826,"LB" +13456511,"NCDAQ","3716100078",75102913,"G-2","290",101465014,"2","39000999","04","NC","Rutherford","37161","","Parton Lumber Company, Inc.",321113,"Lumber/Sawmill","OP",,"","OP",35.426913,-81.897746,"251 Parton Road","Rutherfordton","NC","28139","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00956,"LB" +2655111,"GADNR","15700014",65518713,"WLDRY","999",90847214,"WDP","10100902","04","GA","Jackson","13157","","Huber Engineered Woods, LLC",321219,"Wood Board Manufacturing Plant","OP",150,"E6BTU/HR","OP",34.1612,-83.4329,"1442 Highway 334","Commerce","GA","30529","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1275426,"LB" +3111211,"TNDEC","0001",38456913,"003","100",11453614,"01","10200902","04","TN","Moore","47127","","JACK DANIEL DISTILLERY",312140,"Breweries/Distilleries/Wineries","OP",352,"E6BTU/HR","OP",35.285359,-86.368475,"280 Lynchburg Highway","LYNCHBURG","TN","37352","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0571566,"LB" +5698611,"SCDHEC","1140-0002",20531013,"001","255",11495014,"8","10200902","04","SC","Georgetown","45043","","INTERNATIONAL PAPER GEORGETOWN MILL",322121,"Pulp and Paper Plant","OP",,"","OP",33.364166,-79.303279,"700 S KAMINSKI ST","GEORGETOWN","SC","29440-4708","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.1919,"LB" +8469711,"NYDEC","6233800012",569513,"U00001","100",20969114,"100FP","10200903","02","NY","Lewis","36049","","LYONSDALE BIOMASS LLC",221112,"Electricity Generation via Combustion","OP",,"","OP",43.617732,-75.30586,"MARMON LOWDALE & LYONSDALE RDS","LYONSDALE","NY","13433","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.16,"LB" +6236911,"MNPCA","2713700030",16152213,"EU001","100",27396614,"EU001PD001","10200905","05","MN","St. Louis","27137","","Hill Wood Products",321999,"","OP",17.9,"E3LB/HR","OP",47.81201,-92.92842,"9483 Ashawa Rd","Cook","MN","55723","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0012384,"LB" +7120011,"MNPCA","2701700003",79401713,"EU022","100",102465114,"EU022PD001","10200903","05","MN","Carlton","27017","","Jarden Home Brands",321999,"","OP",8,"E6BTU/HR","OP",46.72155,-92.44379,"1800 Cloquet Ave","Cloquet","MN","55720","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.003716,"LB" +10711911,"KYDAQ","2117300003",83153413,"IA","100",108124314,"1","10200902","04","KY","Montgomery","21173","","Moulding & Millwork Inc Manufacturing",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",37.974167,-83.853333,"1 Quality Pl","Jeffersonville","KY","40337","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +15999911,"MNPCA","2713500023",102923413,"EU007","100",144423114,"EU007PD001","10200908","05","MN","Roseau","27135","","Central Boiler Inc",333414,"","OP",,"","OP",48.63239,-96.16046,"20502 160th St","Greenbush","MN","56726","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0000009306,"LB" +5781911,"VADEQ","60349",21605613,"40","999",1894614,"4","50200506","03","VA","Norfolk city","51710","","HRSD Army Base Sewage Treatment Plant",221320,"Wastewater Treatment Facility","OP",,"","OP",36.92139,-76.32592,"401 Lagoon Road","Norfolk","VA","23505","R","Site-Specific Emission Factor (no Control Efficiency used)","","2011VADEQ","100027","4-Nitrophenol",55.8617,"LB" +8084311,"NCDAQ","3707500005",5536513,"G-26","100",18381814,"7","10200906","04","NC","Graham","37075","","Stanley Furniture Company, Inc.",337122,"Woodwork, Furniture, Millwork Manufacturing","OP",36,"E6BTU/HR","OP",35.3181,-83.8165,"68 Snowbird Road","Robbinsville","NC","28771","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.006,"LB" +6277111,"MNPCA","2703700043",15791613,"EU001","270",28952014,"EU001PD001","50100515","05","MN","Dakota","27037","","Seneca Wastewater Treatment Plant",22132,"Wastewater Treatment Facility","OP",4.8,"E3LB/HR","OP",44.82727,-93.2101,"3750 Plant Rd","Eagan","MN","55122","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011MNPCA","100027","4-Nitrophenol",.289,"LB" +8166211,"INDEM","00035",65332013,"017C","100",90509714,"01","10200908","05","IN","Posey","18129","","Consolidated Grain and Barge Company",311225,"","OP",,"","OP",37.93333,-87.87841,"Bluff Road","Mt. Vernon","IN","47620","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01153536,"LB" +7331511,"KYDAQ","2100700002",9779113,"009","100",38988714,"1","10200901","04","KY","Ballard","21007","","Newpage Corp",322121,"Pulp and Paper Plant","OP",,"","OP",36.944409,-89.07988,"1724 Fort Jefferson Hill Rd","Wickliffe","KY","42087","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0851768,"LB" +6776811,"WVDAQ","0001",71938913,"003","999",99659314,"3","10100903","03","WV","Preston","54077","","MONONGAHELA POWER CO - ALBRIGHT P.S.",221112,"Electricity Generation via Combustion","TS",3980,"E6BTU/HR","TS",39.488641,-79.636958,"530 POWER PLANT ROAD","ALBRIGHT","WV","26519","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011WVDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000256884,"LB" +6277111,"MNPCA","2703700043",15791613,"EU001","270",102695414,"EU001PD004","50100515","05","MN","Dakota","27037","","Seneca Wastewater Treatment Plant",22132,"Wastewater Treatment Facility","OP",4.8,"E3LB/HR","OP",44.82727,-93.2101,"3750 Plant Rd","Eagan","MN","55122","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.9416,"LB" +9534311,"MNPCA","2703500055",102534613,"EU001","999",144013214,"EU001PD001","10200908","05","MN","Crow Wing","27035","","Stewarts Forest Products Inc",32192,"","OP",,"","OP",46.2311,-94.3559,"5292 Stewart Dr","Fort Ripley","MN","56449","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0005098,"LB" +8122711,"NCDAQ","3704700036",4691113,"G-76","100",17967814,"38","10200911","04","NC","Columbus","37047","","International Paper - Riegelwood Mill",322121,"Pulp and Paper Plant","OP",,"","OP",34.3522,-78.2125,"865 John L Riegel Road","Riegelwood","NC","28456","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.08542,"LB" +3796111,"SCDHEC","1680-0046",69744913,"008","100",96475714,"2","10200906","04","SC","Marlboro","45069","","FLAKEBOARD BENNETTSVILLE MDF",321219,"Wood Board Manufacturing Plant","OP",,"","OP",34.594941,-79.776369,"579 WILLAMETTE RD","BENNETTSVILLE","SC","29512","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0708,"LB" +1037211,"ADEM","S003",83259813,"X011","100",108402214,"01","10200903","04","AL","Hale","01065","","The Westervelt Company",321113,"Lumber/Sawmill","OP",99,"E6BTU/HR","OP",32.957798,-87.656958,"2500 Gulf States Parkway","Moundville","AL","35474","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00603676,"LB" +7826311,"NCDAQ","3714500056",2212213,"G-21","100",138516314,"16","10100202","04","NC","Person","37145","","CPI USA North Carolina - Roxboro Plant",221112,"Electricity Generation via Combustion","OP",,"","OP",36.435,-78.9619,"331 Allie Clay Road","Roxboro","NC","27573","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.176,"LB" +4762711,"SCDHEC","2140-0014",32027813,"001","100",11667914,"1","10200908","04","SC","Sumter","45085","","CAROLINA FURNITURE WORKS INC",33712,"","OP",15,"E6BTU/HR","OP",33.912896,-80.332861,"406 BROOKLYN ST","SUMTER","SC","29150","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.000936,"LB" +8505111,"NCDAQ","3704900158",546713,"G-1","100",17707414,"1","10100911","04","NC","Craven","37049","","Craven County Wood Energy",221118,"Electricity Generation via Combustion","OP",666,"E6BTU/HR","OP",35.128638,-77.16898,"201 Executive Parkway","New Bern","NC","28562","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100027","4-Nitrophenol",.490151,"LB" +12672011,"ADEM","S003",64184613,"003","100",89092514,"01","10100902","04","AL","Escambia","01053","","Swift Lumber Inc",321113,"Lumber/Sawmill","OP",9.6,"E6BTU/HR","OP",31.032879,-87.510586,"1450 Swift Mill Rd","Atmore","AL","36502","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00500922,"LB" +7776311,"VTDEC","120",97956113,"12","100",136939714,"13","10200902","01","VT","Orleans","50019","","Columbia Forest Products Indian Head Div",32121,"","OP",24,"E6BTU/HR","OP",44.9527,-72.1983,"115 Columbia Way","Newport","VT","05855","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00346792,"LB" +6361111,"MNPCA","2704500034",102516413,"EU000","999",143993914,"EU000PD002","10200903","05","MN","Fillmore","27045","","Tuohy Furniture Corp - Chatfield",337211,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",43.832063,-92.163327,"42 St Albans Pl","Chatfield","MN","55923","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00002464,"LB" +15999911,"MNPCA","2713500023",102922813,"EU015","100",144422514,"EU015PD001","10200908","05","MN","Roseau","27135","","Central Boiler Inc",333414,"","OP",,"","OP",48.63239,-96.16046,"20502 160th St","Greenbush","MN","56726","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0000004654,"LB" +15999911,"MNPCA","2713500023",102923613,"EU005","100",144423314,"EU005PD001","10200908","05","MN","Roseau","27135","","Central Boiler Inc",333414,"","OP",,"","OP",48.63239,-96.16046,"20502 160th St","Greenbush","MN","56726","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.000003118,"LB" +7051911,"MSDEQ","2801300032",14192213,"001","100",27516514,"1","10200901","04","MS","Calhoun","28013","","Weyerhaeuser NR Company, Bruce Facility",321113,"Lumber/Sawmill","OP",70,"E6BTU/HR","OP",33.9863,-89.3461,"106 Railroad Street","Bruce","MS","38915","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.077065,"LB" +8122711,"NCDAQ","3704700036",4691113,"G-76","100",17967414,"39","10201201","04","NC","Columbus","37047","","International Paper - Riegelwood Mill",322121,"Pulp and Paper Plant","OP",,"","OP",34.3522,-78.2125,"865 John L Riegel Road","Riegelwood","NC","28456","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.01538,"LB" +2654211,"GADNR","15300011",65505213,"B1","100",90832714,"BLR1","10200902","04","GA","Houston","13153","","Tolleson Lumber Company, Inc. - Perry Mill",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",32.44977,-83.73169,"903 Jernigan St.","Perry","GA","31069","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0217528,"LB" +5973511,"MEDEP","2302700035",24221713,"002","100",125961414,"002-1","10200908","01","ME","Waldo","23027","","PRIDE MANUFACTURING CO",321999,"","OP",20.9,"E6BTU/HR","OP",44.693751,-69.427846,"10 N MAIN ST","BURNHAM","ME","04922-3300","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0130778,"LB" +5760811,"MEDEP","2301900093",22595213,"001","100",125965814,"001-4","10100902","01","ME","Penobscot","23019","","PENOBSCOT ENERGY RECOVERY CO",562213,"Municipal Waste Combustor","OP",180,"E6BTU/HR","OP",44.738333,-68.825833,"29 INDUSTRIAL WAY","ORRINGTON","ME","04476","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000055384,"LB" +6805511,"WIDNR","445031290",13355813,"B23","100",66281314,"02","10200902","05","WI","Outagamie","55087","","Appleton Coated L.L.C.",322121,"Pulp and Paper Plant","OP",341,"E6BTU/HR","OP",44.270836,-88.301403,"540 Prospect St","Combined Locks","WI","54113","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.04687,"LB" +7352511,"KYDAQ","2121900013",9611713,"001","100",35406314,"1","10200903","04","KY","Todd","21219","","Koppers Inc",321114,"Lumber/Sawmill","OP",15,"E6BTU/HR","OP",36.648066,-87.159229,"198 Fairgrounds Rd","Guthrie","KY","42234","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0039673,"LB" +5972711,"MEDEP","2302500043",94539513,"009","100",129277814,"009-1","10200902","01","ME","Somerset","23025","","MOOSE RIVER LUMBER CO INC",321113,"Lumber/Sawmill","OP",29.4,"E6BTU/HR","OP",45.6457,-70.2508,"25 TALPEY RD","JACKMAN","ME","04945","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0157219,"LB" +3795211,"SCDHEC","1600-0002",37236713,"004","250",14802014,"1","10200908","04","SC","McCormick","45065","","GEORGIA PACIFIC WOOD PROD LLC MCCORMICK",321113,"Lumber/Sawmill","OP",26,"E6BTU/HR","OP",33.887665,-82.27691,"1664 S MAIN ST EXT","MCCORMICK","SC","29835","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0151,"LB" +6237011,"MNPCA","2713700031",16149913,"EU034","100",27395914,"EU034PD003","10200908","05","MN","St. Louis","27137","","Georgia-Pacific - Duluth Hardboard",321219,"Wood Board Manufacturing Plant","OP",40,"E3LB/HR","OP",46.77376,-92.11066,"1220 Railroad St W","Duluth","MN","55802","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.018186,"LB" +7416111,"GADNR","21100013",9217813,"800","100",45783214,"1","10200901","04","GA","Morgan","13211","","Georgia-Pacific Wood Products LLC (Madison Plywood)",321212,"Wood Board Manufacturing Plant","OP",200,"E3LB/HR","OP",33.61424,-83.425,"1400 Woodkraft Rd.","Madison","GA","30650","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.352444,"LB" +6094611,"KYDAQ","2108500011",23459813,"003","100",34754314,"1","10200902","04","KY","Grayson","21085","","OFS Brands Holdings Inc - Plant 11",337122,"","OP",48,"E6BTU/HR","OP",37.490833,-86.280556,"1010 Salt River Rd","Leitchfield","KY","42755","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0190736,"LB" +3173311,"SCDHEC","1040-0016",69793813,"001","210",96706914,"4","10200908","04","SC","Florence","45041","","CHARLES INGRAM LUMBER CO",321113,"Lumber/Sawmill","OP",,"","OP",34.091921,-79.643661,"4930 PLANER RD","EFFINGHAM","SC","29541","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0144,"LB" +5987911,"MEDEP","2303100078",24210313,"001","270",125449014,"001-3","10100902","01","ME","York","23031","","MAINE ENERGY RECOVERY CO",562213,"Municipal Waste Combustor","PS",150,"E6BTU/HR","PS",43.495556,-70.453333,"3 LINCOLN ST","BIDDEFORD","ME","04005","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +8217711,"PADEP","420150002",5289613,"033","100",129858314,"5","10200903","03","PA","Bradford","42015","","CRAFTMASTER MFG/TOWANDA MILL",321219,"Wood Board Manufacturing Plant","OP",273,"E6BTU/HR","OP",41.76242,-76.42046,"MASONITE RD","TOWANDA","PA","18848","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00386738,"LB" +7147311,"MNPCA","2712300063",14783813,"EU003","100",143892514,"EU003PD006","10200903","05","MN","Ramsey","27123","","District Energy St Paul Inc-Hans ONyman",221122,"Electricity Generation via Combustion","OP",150,"E3LB/HR","OP",44.94319,-93.09624,"76 Kellogg Blvd W","St. Paul","MN","55102","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0003712,"LB" +4039911,"VADEQ","51033",33619513,"3","100",1318514,"5","10100903","03","VA","Richmond city","51760","","Spruance Genco LLC",221112,"Electricity Generation via Combustion","OP",750,"E6BTU/HR","OP",37.4556,-77.4308,"5001 Commerce Rd","Richmond","VA","23234","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +5798711,"VADEQ","20328",21498213,"PWR001","100",1860014,"4","10200902","03","VA","Covington city","51580","","Meadwestvaco Packaging Resource Group",322121,"Pulp and Paper Plant","OP",,"","OP",37.79793,-79.99384,"104 E Riverside St","Covington","VA","24426-1238","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +7407811,"PAACHD","4200300016",10426813,"001","100",17035414,"1","10100903","03","PA","Allegheny","42003","","LIBERTAS COPPER LLC/LEETSDALE",331420,"Fabricated Metal Products Plant","OP",9,"E6BTU/HR","OP",40.57333,-80.22278,"100 WASHINGTON ST","LEETSDALE","PA","15056-1000","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011Alleg submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0000565144,"LB" +7211911,"ADEM","S003",10834713,"001","100",61936914,"01","10200902","04","AL","Clarke","01025","","Scotch & Gulf Lumber LLC",321113,"Lumber/Sawmill","OP",98,"E6BTU/HR","OP",31.788301,-87.725657,"Main St","Fulton","AL","36446","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.078221,"LB" +10617811,"NCDAQ","3702300069",74470013,"G-1","100",101320014,"1","10200906","04","NC","Burke","37023","","W.M. Cramer Lumber Co",321912,"","OP",12.1,"E6BTU/HR","OP",35.718616,-81.443766,"3486 Texs Fish Camp Road","Connelly Springs","NC","28612","R","S/L/T Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.001,"LB" +4948311,"SCDHEC","0200-0004",30083113,"001","100",122016114,"6","10100902","04","SC","Anderson","45007","","DUKE ENERGY LEE STEAM STATION",221112,"Electricity Generation via Combustion","TS",1220,"E6BTU/HR","OP",34.602373,-82.435267,"ROAD S-4-178","PELZER","SC","29669","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0189,"LB" +14991811,"WIDNR","855005470",91456313,"P01","250",124619114,"01","10100901","05","WI","Rusk","55107","","Indeck Ladysmith Llc",321999,"","OP",,"","OP",45.443014,-91.099986,"1951 Meadowbrook Rd","Ladysmith","WI","54848","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.05826,"LB" +5252411,"MEDEP","2302100005",25344813,"001","100",125971714,"001-1","10200902","01","ME","Piscataquis","23021","","TRUE TEXTILES, INC - GUILFORD",313210,"Textile, Yarn, or Carpet Plant","OP",16.9,"E6BTU/HR","OP",45.168152,-69.384058,"9 OAK ST","GUILFORD","ME","04443-0179","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00416908,"LB" +8244311,"MIDEQ","B6307",6531213,"EU0023","270",30185514,"50100515","50100515","05","MI","Calhoun","26025","","City of Battle Creek Wastewater Treatment Plant",221320,"Wastewater Treatment Facility","OP",,"","OP",42.3459,-85.266,"2000 River Rd. W","BATTLE CREEK","MI","49037","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",712.4,"LB" +4565011,"VADEQ","30072",27837413,"2","100",2181014,"2","10200903","03","VA","Bedford city","51515","","Sam Moore Furniture Inds Inc",337121,"Woodwork, Furniture, Millwork Manufacturing","OP",12.6000004,"E6BTU/HR","OP",37.337,-79.506,"1556 Dawn Dr","Bedford","VA","24523","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00121174,"LB" +7415211,"FLDEP","0390009",9224913,"5","100",46233614,"1","10200903","04","FL","Gadsden","12039","","COASTAL FOREST RESOURCES COMPANY",321212,"Wood Board Manufacturing Plant","OP",85,"E6BTU/HR","OP",30.656306,-84.415712,"8007 Florida-Georgia Highway","HAVANA","FL","32333-1128","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0256884,"LB" +5788211,"KYDAQ","2119900020",73273313,"EU 001","100",107561714,"1","10200902","04","KY","Pulaski","21199","","Somerset Wood Products In",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",36.986389,-84.593611,"138 E Antioch Ave","Burnside","KY","42519","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +14646911,"NCDAQ","3713900030",89081413,"G-6","999",120830714,"2","30700898","04","NC","Pasquotank","37139","","J W Jones Lumber Co Inc",321918,"","OP",,"","OP",36.399533,-76.320733,"Highway 17, 1443 Northside Road","Elizabeth City","NC","27909","R","S/L/T Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.01158,"LB" +8010211,"NCDAQ","3719300005",4037213,"G-32","100",19213914,"2","10200906","04","NC","Wilkes","37193","","American Drew, Inc. - Plant 13",321999,"","OP",30,"E6BTU/HR","OP",36.166416,-81.122933,"389 Armory Road","North Wilkesboro","NC","28659","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.005,"LB" +6228411,"WIDNR","802033320",15552113,"B21","100",67829114,"04","10100903","05","WI","Ashland","55003","","Xcel Energy Bay Front Generating Station",221112,"Electricity Generation via Combustion","OP",275,"E6BTU/HR","OP",46.5873,-90.9014,"122 N 14th Avenue West","Ashland","WI","54806","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.02376,"LB" +7676411,"WIDNR","855027030",12514813,"B23","100",66175914,"01","10100908","05","WI","Rusk","55107","","Jeld-Wen Hawkins Window Division",321911,"","OP",7.2,"E6BTU/HR","OP",45.5136,-90.7211,"811 Factory St","Hawkins","WI","54530","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00368,"LB" +7839611,"MSDEQ","2815700006",63489913,"016","100",87435314,"1","10200902","04","MS","Wilkinson","28157","","Fred Netterville Lumber Company",321113,"Lumber/Sawmill","OP",6,"E6BTU/HR","OP",31.22584,-91.24028,"3975 Buffalo Road","Woodville","MS","39669","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",0,"LB" +5236311,"KYDAQ","2120500045",25364713,"002","100",34549214,"2","10300903","04","KY","Rowan","21205","","Harold White Lumber Inc",321113,"Lumber/Sawmill","OP",,"","OP",38.210556,-83.477222,"2920 Flemingsburg Rd","Morehead (Rowan)","KY","40351","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +13571811,"OHEPA","0326000203",73626213,"B301","100",100666914,"10200908","10200908","05","OH","Fulton","39051","","Sauder Woodworking (0326000203)",337122,"","OP",3.2,"E6BTU/HR","OP",41.52083,-84.30417,"502 Middle Street","Archbold","OH","43502","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.001849,"LB" +7774911,"VTDEC","601",1689513,"1","100",347614,"1","10100902","01","VT","Caledonia","50005","","Ryegate Associates",22111,"Electricity Generation via Combustion","OP",,"","OP",44.2131,-72.0573,"Ryegate Power Station, RR1 Bo","East Ryegate","VT","05042","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01798184,"LB" +7866911,"NHDES","3300700010",3385513,"001","100",22251814,"1","10100902","01","NH","Coos","33007","","DG WHITEFIELD LLC",221118,"Electricity Generation via Combustion","OP",220,"E6BTU/HR","OP",44.358056,-71.545,"AIRPORT ROAD","WHITEFIELD","NH","03598","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.048441,"LB" +7998311,"NCDAQ","3703700015",92330213,"G-128","100",125985614,"75","10300903","04","NC","Chatham","37037","","Arauco Panels USA LLC",321219,"Wood Board Manufacturing Plant","OP",,"","OP",35.601516,-79.043366,"985 Corinth Road","Moncure","NC","27559","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0101469,"LB" +553411,"GADNR","19900004",48246313,"600","100",46383514,"1","10200901","04","GA","Meriwether","13199","","Georgia-Pacific Wood Products LLC (Warm Springs)",321212,"Wood Board Manufacturing Plant","OP",180000,"E6BTU/HR","OP",32.91781,-84.77256,"5875 Chipley Highway","Warm Springs","GA","31830","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1926626,"LB" +6877911,"ADEM","0001",13734413,"X006","100",61548114,"01","10200901","04","AL","Lawrence","01079","","International Paper Company",322121,"Pulp and Paper Plant","OP",398,"E6BTU/HR","OP",34.734098,-87.310226,"16504 County Road 150","Courtland","AL","35618","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001952314,"LB" +13456511,"NCDAQ","3716100078",75102813,"G-1","290",101464914,"1","39000999","04","NC","Rutherford","37161","","Parton Lumber Company, Inc.",321113,"Lumber/Sawmill","OP",,"","OP",35.426913,-81.897746,"251 Parton Road","Rutherfordton","NC","28139","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00653,"LB" +6249811,"MNPCA","2700900041",102723313,"EU002","999",144214414,"EU002PD001","10200908","05","MN","Benton","27009","","Crystal Cabinet Works Inc - Sauk Rapids",33711,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",45.59472,-94.14226,"4 Industrial Blvd","Sauk Rapids","MN","56379","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00006428,"LB" +8005611,"PADEP","420310556",5037913,"031","100",17044414,"1","10300903","03","PA","Clarion","42031","","ALLEGHENY WOOD PROD INTL INC/MARBLE",321113,"Lumber/Sawmill","OP",25,"E6BTU/HR","OP",41.3306,-79.4375,"ROUTE 208 E","MARBLE","PA","16334","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00385326,"LB" +1002811,"ADEM","0001",47756313,"X006","100",61213014,"01","10200902","04","AL","Marengo","01091","","Rock-Tenn Mill Company, LLC",322121,"Pulp and Paper Plant","OP",282,"E6BTU/HR","OP",32.453775,-87.977104,"28270 US Hwy 80 W","Demopolis","AL","36732","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01374326,"LB" +2655111,"GADNR","15700014",65518713,"WLDRY","999",90847314,"WDS","10100902","04","GA","Jackson","13157","","Huber Engineered Woods, LLC",321219,"Wood Board Manufacturing Plant","OP",150,"E6BTU/HR","OP",34.1612,-83.4329,"1442 Highway 334","Commerce","GA","30529","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0850284,"LB" +4802311,"SCDHEC","1280-0004",69744213,"010","210",96471114,"2","10200908","04","SC","Hampton","45049","","ELLIOTT SAWMILLING",321113,"Lumber/Sawmill","OP",35,"E6BTU/HR","OP",32.73015,-81.24336,"SC HWY 321","ESTILL","SC","29918","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0202,"LB" +13372311,"SCDHEC","0160-0020",69738213,"002","255",96456014,"1","10200908","04","SC","Allendale","45005","","GP ALLENDALE LP",321219,"","OP",334,"E6BTU/HR","OP",32.992778,-81.224444,"9918 BUFORDS BRIDGE RD","FAIRFAX","SC","29827","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.00546,"LB" +7764711,"MEDEP","2300700021",1806413,"003","100",125426714,"003-2","10200901","01","ME","Franklin","23007","","VERSO PAPER - ANDROSCOGGIN MILL",221112,"Pulp and Paper Plant","OP",480,"E6BTU/HR","OP",44.506335,-70.238607,"RILEY RD","JAY","ME","04239","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.24702,"LB" +6330711,"WIDNR","241009670",64784813,"SH12","690",89857014,"01","10100908","05","WI","Milwaukee","55079","","Patrick Cudahy Llc",311991,"Food Products Processing Plant","OP",,"","OP",42.9553,-87.8627,"One Sweet Applewood Lane","Cudahy","WI","53110","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011WIDNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00352539,"LB" +5788211,"KYDAQ","2119900020",73273113,"EU 003","100",107561814,"1","10200902","04","KY","Pulaski","21199","","Somerset Wood Products In",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",25.1,"E6BTU/HR","OP",36.986389,-84.593611,"138 E Antioch Ave","Burnside","KY","42519","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00563012,"LB" +15039211,"WIDNR","858019470",91937413,"B20","180",125395714,"01","10200908","05","WI","Sawyer","55113","","Great Lakes Renewable Energy, Inc.",321999,"","OP",25,"E6BTU/HR","OP",45.991277,-91.527074,"16592w U.S. Highway 63 South","Hayward (Town Of)","WI","54843","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00555,"LB" +5987911,"MEDEP","2303100078",24210213,"002","270",125449614,"002-3","10100902","01","ME","York","23031","","MAINE ENERGY RECOVERY CO",562213,"Municipal Waste Combustor","PS",150,"E6BTU/HR","PS",43.495556,-70.453333,"3 LINCOLN ST","BIDDEFORD","ME","04005","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +8240811,"MEDEP","2301900023",4151213,"014","100",125556314,"014-1","10200902","01","ME","Penobscot","23019","","LINCOLN PAPER AND TISSUE, LLC",322110,"Pulp and Paper Plant","OP",433,"E6BTU/HR","OP",45.368014,-68.510179,"50 KATAHDIN AVE","LINCOLN","ME","04457","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0577808,"LB" +9064211,"VADEQ","40823",58369113,"2","100",71083514,"2","10300903","03","VA","King William","51101","","Augusta Wood Products Lc - Sawmill",321912,"Lumber/Sawmill","OP",29,"E6BTU/HR","ONP",37.56938,-76.83449,"33072 King William Rd","West Point","VA","23181","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00797103,"LB" +6236711,"MNPCA","2713700027",16153713,"EU002","100",102934914,"EU002PD005","10100908","05","MN","St. Louis","27137","","Hibbing Public Utilities Commission",221122,"Electricity Generation via Combustion","OP",139,"E3LB/HR","OP",47.42948,-92.93502,"1832 6th Ave E","Hibbing","MN","55746","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0000014136,"LB" +4802311,"SCDHEC","1280-0004",28525013,"001","210",96471514,"2","10200908","04","SC","Hampton","45049","","ELLIOTT SAWMILLING",321113,"Lumber/Sawmill","OP",30,"E6BTU/HR","OP",32.73015,-81.24336,"SC HWY 321","ESTILL","SC","29918","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.01778,"LB" +3173311,"SCDHEC","1040-0016",69793813,"001","210",96706614,"5","10200908","04","SC","Florence","45041","","CHARLES INGRAM LUMBER CO",321113,"Lumber/Sawmill","OP",,"","OP",34.091921,-79.643661,"4930 PLANER RD","EFFINGHAM","SC","29541","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.01368,"LB" +6467811,"WIDNR","445031180",18069813,"B07","100",66321314,"01","10200901","05","WI","Outagamie","55087","","Expera Specialty Solutions, LLC.",322121,"Pulp and Paper Plant","OP",204,"E6BTU/HR","OP",44.2829,-88.2518,"600 Thilmany Rd","Kaukauna","WI","54130","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.05881,"LB" +7718311,"MEDEP","2301900058",2957513,"003","100",125507714,"003-2","10200902","01","ME","Penobscot","23019","","GNP EAST INC",322121,"Pulp and Paper Plant","OP",498,"E6BTU/HR","OP",45.622765,-68.57361,"50 MAIN ST","PORTSMOUTH","ME","04430-1128","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1769298,"LB" +8240911,"MEDEP","2301900034",63562713,"500","100",125539614,"500-3","10200902","01","ME","Penobscot","23019","","RED SHIELD ACQUISITION, LLC - OLD TOWN",322110,"Pulp and Paper Plant","OP",265,"E6BTU/HR","OP",44.917872,-68.634716,"24 PORTLAND ST","OLD TOWN","ME","04468","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +4985811,"WIDNR","735008010",28827713,"B24","100",66995014,"02","10200903","05","WI","Lincoln","55069","","Packaging Corporation Of America-Tomahawk",322130,"Pulp and Paper Plant","OP",240,"E6BTU/HR","OP",45.446137,-89.736941,"N9090 County Road E","Tomahawk","WI","54487","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.22404,"LB" +8466211,"KYDAQ","2119900074",1328913,"001","100",34813414,"2","10200906","04","KY","Pulaski","21199","","Armstrong Hardwood Flooring Co",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",37.053889,-84.578889,"630 Industry Rd","Somerset","KY","42501","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100027","4-Nitrophenol",.00182,"LB" +6415011,"MDDOE","039-0055",88024013,"039-0055-3-0011","100",119444814,"10300902-1","10300902","03","MD","Somerset","24039","","Eastern Correctional Institution",922140,"Institutional (school, hospital, prison, etc.)","OP",40,"E6BTU/HR","OP",38.156224,-75.703247,"30420 Revells Neck Rd","Westover","MD","21871","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MDDOE submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0641256,"LB" +8229811,"MIDEQ","N1315",6590513,"EU0028","180",28124714,"10200904","10200904","05","MI","Dickinson","26043","","LOUISIANA-PACIFIC CORP SAGOLA PLANT",321219,"Wood Board Manufacturing Plant","OP",,"","OP",46.0401,-88.064,"N8504 HIGHWAY M-95","SAGOLA","MI","49881","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.05422,"LB" +4183311,"VADEQ","30389",32655413,"2","999",403414,"10","10200901","03","VA","Bedford","51019","","GP Big Island LLC",322130,"Pulp and Paper Plant","OP",339,"E6BTU/HR","OP",37.532832,-79.355595,"9363 Lee Jackson Hwy","Big Island","VA","24526","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +14679911,"OHEPA","0247101010",89753313,"B016","100",121686514,"10300908","10300908","05","OH","Lorain","39093","","Green Circle Growers (0247101010)",111421,"","OP",29.7,"E6BTU/HR","OP",41.2523,-82.2977,"15650 State Route 511","Oberlin","OH","44074","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.006264,"LB" +9608811,"MEDEP","2300300445",91978913,"002","180",125480114,"002-1","10200902","01","ME","Aroostook","23003","","LUCERNE FARMS",111940,"","OP",20,"E6BTU/HR","OP",46.687029,-67.875347,"40 EASTON LINE RD","FORT FAIRFIELD","ME","04742","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000611022,"LB" +15999911,"MNPCA","2713500023",102922613,"EU017","100",144422314,"EU017PD001","10200908","05","MN","Roseau","27135","","Central Boiler Inc",333414,"","OP",,"","OP",48.63239,-96.16046,"20502 160th St","Greenbush","MN","56726","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.000003108,"LB" +7155011,"MSDEQ","2807500012",14078313,"005","100",25023214,"1","10200902","04","MS","Lauderdale","28075","","Mid South Lumber Inc",321113,"Lumber/Sawmill","OP",26,"E6BTU/HR","OP",32.363342,-88.689728,"1115 C Street","Meridian","MS","39302","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1546438,"LB" +7872711,"PADEP","420130010",2791613,"036","100",14269114,"2","10200901","03","PA","Blair","42013","","APPLETON PAPERS/SPRING MILL",322121,"Pulp and Paper Plant","OP",180,"E6BTU/HR","OP",40.3375,-78.4058,"100 PAPER MILL RD","ROARING SPRING","PA","16673-1488","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0616738,"LB" +6358511,"MIDEQ","N2206",15697413,"EU0005","100",29231914,"10200906","10200906","05","MI","St. Joseph","26149","","BANKS HARDWOODS, INC.",321912,"Lumber/Sawmill","OP",,"","OP",41.7813,-85.7639,"69937 M-103","WHITE PIGEON","MI","49099","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.01314,"LB" +6877911,"ADEM","0001",13734113,"X015","100",61548414,"01","10200901","04","AL","Lawrence","01079","","International Paper Company",322121,"Pulp and Paper Plant","OP",679,"E6BTU/HR","OP",34.734098,-87.310226,"16504 County Road 150","Courtland","AL","35618","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0522116,"LB" +8017911,"ILEPA","183020ABT",3984013,"0144","100",86453114,"03","10200912","05","IL","Vermilion","17183","","Bunge Grain Milling Inc",311224,"Food Products Processing Plant","OP",322,"E6BTU/HR","OP",40.126878,-87.622013,"321 E North St","Danville","IL","61832-5818","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100027","4-Nitrophenol",0,"LB" +5486211,"KYDAQ","2112100014",26762013,"002","100",38957214,"1","10200903","04","KY","Knox","21121","","E-K Wood Products Company",321113,"Lumber/Sawmill","OP",,"","OP",36.854167,-83.874444,"Jct of KY 225 & Artemus Rd","Barbourville","KY","40906","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00753618,"LB" +14564311,"NHDES","3301700058",88263813,"002","100",119789614,"2","10200908","01","NH","Strafford","33017","","MIDDLETON BUILDING SUPPLY",321113,"Lumber/Sawmill","OP",27.5,"E6BTU/HR","OP",43.4675,-71.0619,"ROUTE 153","MIDDLETON","NH","03887","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01108916,"LB" +6286211,"MSDEQ","2814900065",16432213,"001","100",25034714,"1","10200902","04","MS","Warren","28149","","Armstrong Hardwood Flooring Company",321211,"Wood Board Manufacturing Plant","OP",28.7,"E6BTU/HR","OP",32.377778,-90.869467,"1735 North Washington Street","Vicksburg","MS","39183","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00950468,"LB" +8129211,"MIDEQ","A5937",6903313,"EU0022","100",29364714,"10200906","10200906","05","MI","Ottawa","26139","","Howard Miller Company",321999,"","OP",,"","OP",42.811189,-85.997238,"860 E Main St","ZEELAND","MI","49464","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.002346,"LB" +3095011,"TNDEC","0090",38461913,"001","100",11708014,"01","10200903","04","TN","Monroe","47123","","HAVCO WOOD PRODUCTS, INC.",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",80,"E6BTU/HR","OP",35.60777,-84.22916,"150 OAK DRIVE","VONORE","TN","37885","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00642208,"LB" +10631911,"ADEM","S004",58459313,"001","100",76735514,"01","10200902","04","AL","Clarke","01025","","Scotch Gulf Lumber LLC",321113,"Lumber/Sawmill","OP",60,"E6BTU/HR","OP",31.497761,-87.875029,"4471 Industrial Rd","Jackson","AL","36545","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0553584,"LB" +2657611,"GADNR","27500008",65545113,"B4","100",90885414,"B4","10200902","04","GA","Thomas","13275","","Hood Industries, Inc.",321113,"Lumber/Sawmill","OP",28.8,"E6BTU/HR","OP",30.697989,-83.987342,"1033 S Reynolds Street","Metcalf","GA","31792","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01040378,"LB" +4994411,"MIDEQ","B4260",30809713,"EU0009","100",106191714,"10100903","10100903","05","MI","Baraga","26013","","LANSE WARDEN ELECTRIC COMPANY LLC",221118,"Electricity Generation via Combustion","OP",,"","OP",46.7556,-88.4556,"157 S MAIN STREET","LANSE","MI","49946","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.1209,"LB" +6289811,"WIDNR","241472770",91421013,"B03","100",124569214,"01","10200902","05","WI","Milwaukee","55079","","Frantz Company, Inc.",321920,"","OP",6.6,"E6BTU/HR","OP",43.1147,-88.06489,"12314 W Silver Spring Dr","Milwaukee","WI","53225","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00001,"LB" +8053911,"NCFCEAD","00990",96196513,"ES-01","100",134289414,"E1-WD","10300908","04","NC","Forsyth","37067","","ARTISTREE",321999,"","OP",3.3,"E6BTU/HR","OP",36.10392,-80.04895,"1060 INDUSTRIAL PARK DRIVE","KERNERSVILLE","NC","27285","R","USEPA Emission Factor (no Control Efficiency used)","","2011Forsyth","100027","4-Nitrophenol",.001,"LB" +4886811,"INDEM","00010",31558913,"001","100",141311314,"001-01","10200906","05","IN","Dubois","18037","","JASPER SEATING CO., INC., PLT #1",337211,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",38.395072,-86.927089,"932 MILL ST","JASPER","IN","47547","R","USEPA Emission Factor (no Control Efficiency used)","Per Region 5 Request","2011INDEM","100027","4-Nitrophenol",.0042,"LB" +4874111,"INDEM","00007",31559013,"001","100",141295814,"001-01","10200906","05","IN","Dubois","18037","","JASPER DESK COMPANY, INC.",337211,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",38.39141,-86.92689,"415 E. 6TH ST.","JASPER","IN","47546","R","USEPA Emission Factor (no Control Efficiency used)","Per Region 5 Request","2011INDEM","100027","4-Nitrophenol",.00066,"LB" +6190111,"MNPCA","2700900019",102629113,"EU002","999",144116714,"EU002PD001","10200908","05","MN","Benton","27009","","Ferche Millwork Inc",321911,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",45.59206,-94.16177,"400 Division St N","Rice","MN","56367","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0012564,"LB" +9335511,"NCDAQ","3702300014",55422313,"G-10","100",72047114,"4","10300903","04","NC","Burke","37023","","Kellex Corporation, Inc. - Valdese Manufacturing",337121,"","OP",,"","OP",35.742525,-81.573291,"501 Hoyle Street","Valdese","NC","28690","R","S/L/T Emission Factor (no Control Efficiency used)","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.0014,"LB" +3087511,"TNDEC","0020",38165013,"008","100",11205414,"02","10300903","04","TN","Madison","47113","","ARMSTRONG HARDWOOD FLOORING",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",49,"E6BTU/HR","OP",35.62083,-88.83666,"154 Rosedale Street","JACKSON","TN","38301","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0187525,"LB" +7119911,"MNPCA","2701700002",14129013,"EU002","100",27111614,"EU002PD005","10200901","05","MN","Carlton","27017","","Sappi Cloquet LLC",322121,"Pulp and Paper Plant","OP",220,"E3LB/HR","OP",46.724097,-92.431303,"2201 Ave B","Cloquet","MN","55720","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.19108,"LB" +8207711,"INDEM","00023",4324313,"004","999",141348614,"004-04","10200901","05","IN","Dubois","18037","","DUBOIS WOOD PRODUCTS, INC",321999,"","OP",,"","OP",38.298796,-86.947689,"707 E. 6TH ST","HUNTINGBURG","IN","47542","R","USEPA Emission Factor (no Control Efficiency used)","Per Region 5 Request","2011INDEM","100027","4-Nitrophenol",.0018,"LB" +5685411,"SCDHEC","1040-0008",20532113,"007","100",11502914,"1","10200902","04","SC","Florence","45041","","KOPPERS INC FLORENCE",321114,"Lumber/Sawmill","OP",48,"E6BTU/HR","OP",34.204031,-79.732512,"280 KOPPERS RD","FLORENCE","SC","29501","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.01548,"LB" +8436011,"NYDEC","8443200001",585713,"1BOILS","100",135467914,"BC3FP","10200902","02","NY","Schuyler","36097","","U S SALT - WATKINS GLEN REFINERY",311942,"Food Products Processing Plant","OP",,"","OP",42.40652,-76.886965,"SALT PT RD","WATKINS GLEN","NY","14891","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00510479,"LB" +3408511,"SCDHEC","1860-0072",38866613,"002","100",11569614,"1","10200906","04","SC","Orangeburg","45075","","COUNCIL ENERGY INC",321113,"Lumber/Sawmill","OP",39,"E6BTU/HR","OP",33.470725,-80.882626,"679 CANNON BRIDGE RD","ORANGEBURG","SC","29115","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0348,"LB" +8216711,"MSDEQ","2806100019",5721113,"001","100",24812314,"1","10200902","04","MS","Jasper","28061","","Georgia Pacific Wood Products LLC, Bay Springs Facility",321113,"Lumber/Sawmill","OP",73,"E6BTU/HR","OP",31.95779,-89.28334,"71 Georgia Pacific Road","Bay Springs","MS","39422","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",0,"LB" +12791311,"PADEP","420370004",67399013,"033","100",92965114,"1","10300902","03","PA","Columbia","42037","","DILLON FLORAL CORP/BLOOMSBURG GREENHOUSE",111422,"","OP",6,"E6BTU/HR","OP",41.00316,-76.44422,"933 COLUMBIA BLVD","BLOOMSBURG","PA","17815-8844","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00256884,"LB" +12785911,"FLDEP","0630058",67346613,"3","255",92901414,"2","10200902","04","FL","Jackson","12063","","GREEN CIRCLE BIO ENERGY INC",3219,"","OP",125,"E6BTU/HR","OP",30.738056,-85.3925,"2500 GREEN CIRCLE PARKWAY","COTTONDALE","FL","32431","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +13419011,"KYDAQ","2110700157",72852713,"004","100",107894414,"1","10300903","04","KY","Hopkins","21107","","Wood Mizer Wood Products Of KY",321999,"","OP",1.5,"E6BTU/HR","OP",37.3635,-87.563833,"4160 Nebo","Madisonville","KY","42431","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000324572,"LB" +5975011,"MEDEP","2303100025",24214413,"001","100",125543314,"001-1","10200903","01","ME","York","23031","","NEBM LAVALLEY LUMBER CO",321113,"Lumber/Sawmill","OP",33.5,"E6BTU/HR","OP",43.424843,-70.685276,"NEW DAM RD","SANFORD","ME","04073","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01576982,"LB" +4759611,"TNDEC","0005",32063513,"RC08","999",11349314,"01","30699999","04","TN","Dyer","47045","","HEXPOL Compounding",326299,"","OP",,"","OP",36.031445,-89.394046,"150 SOUTH CONNELL","DYERSBURG","TN","38024","R","Trade Group Emission Factor (no Control Efficiency used)","","2011TNDEC","100027","4-Nitrophenol",.00484,"LB" +5209311,"NHDES","3300300019",26128113,"001","100",22254214,"1","10100902","01","NH","Carroll","33003","","PINETREE POWER - TAMWORTH",221118,"Electricity Generation via Combustion","OP",404,"E6BTU/HR","OP",43.835784,-71.196861,"ROUTE 41","WEST OSSIPEE","NH","03890","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0674662,"LB" +4888111,"INDEM","00102",31554513,"B-3","999",41737914,"ww3","10200908","05","IN","Dubois","18037","","OFS BRANDS INC PLT NO 3",337211,"Woodwork, Furniture, Millwork Manufacturing","OP",24.9,"E6BTU/HR","OP",38.303084,-86.961227,"110 W 10TH ST","Huntingburg","IN","47542","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000953756,"LB" +13655211,"MIDEQ","N7729",82732613,"RG0021","100",106312314,"10300903","10300903","05","MI","Allegan","26005","","MICHIGAN WOOD FUELS LLC",321999,"","OP",,"","OP",42.7581,-86.088,"1125 INDUSTRIAL AVE","HOLLAND","MI","49423","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.003135,"LB" +4729611,"INDEM","00028",91612413,"2","100",124843314,"01","10300903","05","IN","Cass","18017","","COLE HARDWOOD",42512,"","OP",,"","OP",40.755872,-86.389139,"321113","LOGANSPORT","IN","46947","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00369322,"LB" +6228411,"WIDNR","802033320",15552413,"B20","100",67828314,"04","10100903","05","WI","Ashland","55003","","Xcel Energy Bay Front Generating Station",221112,"Electricity Generation via Combustion","OP",275,"E6BTU/HR","OP",46.5873,-90.9014,"122 N 14th Avenue West","Ashland","WI","54806","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.02517,"LB" +6518011,"SCDHEC","1680-0043",18545513,"014","100",14734014,"1","10200902","04","SC","Marlboro","45069","","DOMTAR PAPER CO LLC MARLBORO MILL",322121,"Pulp and Paper Plant","OP",470,"E6BTU/HR","OP",34.604536,-79.775331,"585 WILLAMETTE RD","BENNETTSVILLE","SC","29512","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.3132,"LB" +8297511,"NCDAQ","3709700202",181613,"G-1","100",19057914,"2","10200908","04","NC","Iredell","37097","","Carolina Drawers, Inc. - Union Grove Plant",321918,"","OP",,"","ONRE",36.03599,-80.92329,"146 Grassy Knob Road","Union Grove","NC","28689","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00077065,"LB" +7291811,"MSDEQ","2812900012",11104413,"001","100",27803414,"1","10200902","04","MS","Smith","28129","","Jack Batte and Sons Inc",321113,"Lumber/Sawmill","OP",26,"E6BTU/HR","OP",32.159458,-89.500278,"221 Smith County Road 35-9","Forest","MS","39074","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0132295,"LB" +6472811,"MIDEQ","N3570",17731913,"EU0009","100",27942014,"10100911","10100911","05","MI","Genesee","26049","","GENESEE POWER STATION LIMITED PARTNERSHIP",221118,"Electricity Generation via Combustion","OP",591,"E6BTU/HR","OP",43.085103,-83.669317,"G 5310 NORTH DORT HIGHWAY","FLINT","MI","48505","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100027","4-Nitrophenol",.238183,"LB" +1019211,"ADEM","0010",47713213,"X017","100",61379614,"01","10200901","04","AL","Monroe","01099","","GP Cellulose Alabama River Cellulose LLC",322121,"Pulp and Paper Plant","OP",266,"E6BTU/HR","OP",31.580112,-87.490073,"2373 Lena Landegger HWY","Perdue Hill","AL","36470","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00526612,"LB" +6774911,"WVDAQ","0095",71895513,"001","100",99605014,"1","10200906","03","WV","Nicholas","54067","","JELD-WEN",321219,"Wood Board Manufacturing Plant","OP",,"","OP",38.34361,-80.65889,"500 JELD-WEN ROAD","CRAIGSVILLE","WV","26205","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100027","4-Nitrophenol",.0226,"LB" +4039911,"VADEQ","51033",33619613,"4","100",1317714,"5","10100903","03","VA","Richmond city","51760","","Spruance Genco LLC",221112,"Electricity Generation via Combustion","OP",750,"E6BTU/HR","OP",37.4556,-77.4308,"5001 Commerce Rd","Richmond","VA","23234","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +3087511,"TNDEC","0020",38165013,"008","100",11205314,"01","10300903","04","TN","Madison","47113","","ARMSTRONG HARDWOOD FLOORING",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",49,"E6BTU/HR","OP",35.62083,-88.83666,"154 Rosedale Street","JACKSON","TN","38301","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0206792,"LB" +6619911,"MIDEQ","B1598",18999713,"EU0009","270",27954314,"50100515","50100515","05","MI","Genesee","26049","","FLINT WATER POLLUTION CONTROL FACILITY",221320,"Wastewater Treatment Facility","OP",,"","OP",43.0362,-83.7729,"G-4652 BEECHER RD","FLINT","MI","48532","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",0,"LB" +7212711,"ADEM","S001",10819913,"002","100",61431514,"01","10200902","04","AL","Butler","01013","","Coastal Forest Products LLC",321212,"Wood Board Manufacturing Plant","OP",63.1,"E6BTU/HR","OP",31.671855,-86.713051,"102 Main St","Chapman","AL","36015","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +7974711,"MEDEP","2300300017",2970013,"001","100",125934314,"001-2","10200908","01","ME","Aroostook","23003","","COLUMBIA FOREST PRODUCTS INC",321211,"Wood Board Manufacturing Plant","OP",15,"E6BTU/HR","OP",46.702011,-68.043337,"395 MISSILE ST","NEWPORT","ME","04769-2084","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0052592,"LB" +6927911,"MNPCA","2713700005",14948813,"EU261","210",27510114,"EU261PD009","10200903","05","MN","St. Louis","27137","","US Steel Corp - Minntac",21221,"Taconite Processing","OP",,"","OP",47.564451,-92.63057,"8819 Old Highway 169","Mountain Iron","MN","55768","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0881,"LB" +8232511,"MSDEQ","2813100003",5648713,"002","100",27799914,"1","10200902","04","MS","Stone","28131","","Hood Industries Inc, Wiggins",321212,"Wood Board Manufacturing Plant","OP",65,"E6BTU/HR","OP",30.826403,-89.124461,"1945 South First Street","Wiggins","MS","39577","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0265874,"LB" +6194411,"SCDHEC","1780-0008",15209513,"001","100",96556514,"5","10200908","04","SC","Newberry","45071","","GP PROSPERITY PLYWOOD",321212,"Wood Board Manufacturing Plant","OP",200,"E6BTU/HR","OP",34.215219,-81.49171,"600 GEORGIA PACIFIC BLVD","PROSPERITY","SC","29127","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0324,"LB" +8392511,"NCDAQ","3716700020",73997313,"G-5","210",101191614,"11","30700898","04","NC","Stanly","37167","","H W Culp Lumber Co, Inc",321113,"Lumber/Sawmill","OP",,"","OP",35.451389,-80.225556,"44091 Old US 52 Highway","New London","NC","28127","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.01213,"LB" +9057411,"VADEQ","41014",58385613,"1","100",68214114,"1","10200908","03","VA","Orange","51137","","Zamma Corporation",321999,"","OP",17,"E6BTU/HR","ONRE",38.20127,-78.12657,"14468 Litchfield Drive","Orange","VA","22960","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00640042,"LB" +5676911,"MEDEP","2300700023",22710913,"001","100",125951414,"001-2","10100902","01","ME","Franklin","23007","","REENERGY STRATTON LLC",221117,"Electricity Generation via Combustion","OP",672,"E6BTU/HR","OP",45.14062,-70.425645,"27 FOX FARM RD","STRATTON","ME","04982","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00931518,"LB" +6633711,"VADEQ","20736",17161013,"2","100",845514,"1","10300903","03","VA","Roanoke","51161","","Rowe Fine Furniture Inc",337215,"","OP",7,"E6BTU/HR","ONP",37.28324,-80.0886,"1972 Industrial Dr","Salem","VA","24153","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00640154,"LB" +7727411,"VTDEC","1",1888113,"6","100",132114,"1","10200903","01","VT","Essex","50009","","Ethan Allen Inc (Beecher Falls Div )",33712,"","OP",,"","OP",45.0114,-71.5057,"Main Street (Vt Route 102)","Beecher Falls","VT","05902","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +7126511,"SCDHEC","1900-0016",15033713,"007","999",12396414,"1","30988806","04","SC","Richland","45079","","US ARMY FORT JACKSON",92811,"Military Base","OP",,"","OP",34.012222,-80.944444,"2562 ESSAYONS WAY","FORT JACKSON","SC","29207","R","USEPA Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.00002,"LB" +6169011,"MNPCA","2706100001",15286813,"EU003","100",26425214,"EU003PD002","10100902","05","MN","Itasca","27061","","Blandin Paper/Rapids Energy Center",22133,"Pulp and Paper Plant","OP",220,"E3LB/HR","OP",47.231267,-93.572742,"115 SW 1st St","Grand Rapids","MN","55744","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.10052,"LB" +5914111,"MIDEQ","B1792",23272613,"RG0023","270",28374414,"50100515","50100515","05","MI","Macomb","26099","","Warren Waste Water Treatment Plant",221320,"Wastewater Treatment Facility","OP",,"","OP",42.533194,-83.019666,"32360 Warkop","WARREN","MI","48093","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",1841,"LB" +8430511,"NCDAQ","3703700039",1453113,"G-24","255",101509414,"31","30700740","04","NC","Chatham","37037","","Moncure Plywood",321212,"Wood Board Manufacturing Plant","OP",,"","OP",35.6096,-79.049266,"306 Corinth Road","Moncure","NC","27559","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.02477,"LB" +5760811,"MEDEP","2301900093",22595213,"001","100",125965514,"001-5","10100902","01","ME","Penobscot","23019","","PENOBSCOT ENERGY RECOVERY CO",562213,"Municipal Waste Combustor","OP",180,"E6BTU/HR","OP",44.738333,-68.825833,"29 INDUSTRIAL WAY","ORRINGTON","ME","04476","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +5662311,"MEDEP","2300300072",19625513,"001","100",129278314,"001-1","10100902","01","ME","Aroostook","23003","","REENERGY ASHLAND LLC",22111,"Electricity Generation via Combustion","TS",586,"E6BTU/HR","TS",46.635046,-68.435634,"63 REALTY RD","ASHLAND","ME","04732","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0600728,"LB" +14679911,"OHEPA","0247101010",96939513,"B020","100",135112514,"10300903","10300903","05","OH","Lorain","39093","","Green Circle Growers (0247101010)",111421,"","OP",29.7,"E6BTU/HR","OP",41.2523,-82.2977,"15650 State Route 511","Oberlin","OH","44074","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.005157,"LB" +3041211,"RIDEM","AIR3073",103280013,"10200902","999",145970414,"10200902","10200902","01","RI","Providence","44007","","VAN & COMPANY, INC.",3219,"","OP",,"","OP",41.8772,-71.40612,"547 WEEDEN ST","PAWTUCKET","RI","02860","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011RIDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00000642209,"LB" +4987511,"WIDNR","750008710",28802513,"B24","100",66731614,"02","10200903","05","WI","Portage","55097","","Whiting Mill",32212,"Pulp and Paper Plant","OP",211,"E6BTU/HR","ONRE",44.4883,-89.5737,"2627 WHITING RD","STEVENS POINT","WI","54481","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00947,"LB" +4980611,"SCDHEC","1780-0007",30029013,"002","999",14726214,"5","10200902","04","SC","Newberry","45071","","WEST FRASER INC NEWBERRY LUMBER MILL",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",34.306165,-81.622818,"3287 COLLEGE ST EXT","NEWBERRY","SC","29108","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0187,"LB" +8514511,"NCDAQ","3717100009",1574913,"G-2","100",18226014,"3","10200903","04","NC","Surry","37171","","Vaughan-Bassett Furn Co - Elkin Furniture",337122,"Woodwork, Furniture, Millwork Manufacturing","OP",29.1,"E6BTU/HR","OP",36.248611,-80.837778,"E. Main Street","Elkin","NC","28621","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000256884,"LB" +2654211,"GADNR","15300011",65505313,"B2","100",90832814,"BLR2","10200902","04","GA","Houston","13153","","Tolleson Lumber Company, Inc. - Perry Mill",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",32.44977,-83.73169,"903 Jernigan St.","Perry","GA","31069","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01866386,"LB" +5760711,"MEDEP","2301900092",22595713,"001","100",125963014,"001-1","10300903","01","ME","Penobscot","23019","","CHARLESTON CORRECTIONAL FACILITY",922140,"Institutional (school, hospital, prison, etc.)","OP",4.4,"E6BTU/HR","OP",45.093036,-69.094805,"1202 DOVER RD","AUGUSTA","ME","04422","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00035119,"LB" +7935711,"NYDEC","8573600004",3543313,"G00004","100",135470914,"P65FP","10100903","02","NY","Yates","36123","","AES GREENIDGE LLC",221112,"Electricity Generation via Combustion","OP",1340,"E6BTU/HR","OP",42.679134,-76.948604,"590 PLANT RD","DRESDEN","NY","14441","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00185598,"LB" +4183311,"VADEQ","30389",32655413,"2","999",402714,"2","10200902","03","VA","Bedford","51019","","GP Big Island LLC",322130,"Pulp and Paper Plant","OP",339,"E6BTU/HR","OP",37.532832,-79.355595,"9363 Lee Jackson Hwy","Big Island","VA","24526","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1963232,"LB" +4980611,"SCDHEC","1780-0007",30029013,"002","999",14726114,"1","10200905","04","SC","Newberry","45071","","WEST FRASER INC NEWBERRY LUMBER MILL",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",34.306165,-81.622818,"3287 COLLEGE ST EXT","NEWBERRY","SC","29108","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.01912,"LB" +7417011,"NYDEC","9291100113",7979713,"U110EF","100",17443414,"ALTFP","10200902","02","NY","Niagara","36063","","COVANTA NIAGARA LP",221118,"Municipal Waste Combustor","OP",,"","OP",43.0837,-79.0068,"100 ENERGY BLVD AT 56TH ST","NIAGARA FALLS","NY","14304","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NYDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01,"LB" +7442111,"ADEM","0001",10839313,"Z016","100",61096314,"01","10200902","04","AL","Choctaw","01023","","Georgia Pacific",322121,"Pulp and Paper Plant","OP",318,"E6BTU/HR","OP",32.2272,-88.0249,"7530 Hwy 114","Pennington","AL","36916","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.089267,"LB" +6969111,"MSDEQ","2805700007",63474313,"006","100",87420214,"1","10200902","04","MS","Itawamba","28057","","Homan Industries",321113,"Lumber/Sawmill","PS",600,"BLRHP","ONP",34.237889,-88.407725,"105 Homan Road","Fulton","MS","38843","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0092478,"LB" +5823611,"MEDEP","2300500142",22916813,"002","270",125287014,"002-3","10100902","01","ME","Cumberland","23005","","ECO MAINE - PORTLAND",562920,"Municipal Waste Combustor","OP",122,"E6BTU/HR","OP",43.6557,-70.3341,"64 BLUEBERRY RD","PORTLAND","ME","04102-1924","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +6449311,"MNPCA","2700300222",102665213,"EU006","999",144152614,"EU006PD001","10300902","05","MN","Anoka","27003","","Accent Home & Kitchen Center Inc",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",45.2228,-93.42466,"6250 McKinley St NW","Ramsey","MN","55303","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00015444,"LB" +15999911,"MNPCA","2713500023",102922713,"EU016","100",144422414,"EU016PD001","10200908","05","MN","Roseau","27135","","Central Boiler Inc",333414,"","OP",,"","OP",48.63239,-96.16046,"20502 160th St","Greenbush","MN","56726","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0000015544,"LB" +9020511,"WIDNR","154003080",54943113,"B03","100",71704414,"01","10200903","05","WI","Rock","55105","","Beloit Box Board Company, Inc.",322130,"Pulp and Paper Plant","OP",.9,"E6BTU/HR","OP",42.5052,-89.0341,"801 2nd Street","Beloit","WI","53511","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00017,"LB" +8232511,"MSDEQ","2813100003",5648813,"001","100",27799814,"1","10200902","04","MS","Stone","28131","","Hood Industries Inc, Wiggins",321212,"Wood Board Manufacturing Plant","OP",65,"E6BTU/HR","OP",30.826403,-89.124461,"1945 South First Street","Wiggins","MS","39577","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0313398,"LB" +7147311,"MNPCA","2712300063",14783713,"EU002","100",143892414,"EU002PD006","10200903","05","MN","Ramsey","27123","","District Energy St Paul Inc-Hans ONyman",221122,"Electricity Generation via Combustion","OP",150,"E3LB/HR","OP",44.94319,-93.09624,"76 Kellogg Blvd W","St. Paul","MN","55102","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0002692,"LB" +9293911,"NCDAQ","3717300067",55496813,"G-1","100",70041814,"1","39000999","04","NC","Swain","37173","","Powell Industries, Inc.",321912,"","OP",,"","OP",35.4225,-83.459444,"1011 Bryson Walk","Bryson City","NC","28713","R","S/L/T Emission Factor (no Control Efficiency used)","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00824,"LB" +7984211,"MSDEQ","2809900012",5591013,"002","100",27269714,"1","10200902","04","MS","Neshoba","28099","","Weyerhaeuser NR Company, Philadelphia Facility",321113,"Lumber/Sawmill","OP",28.9,"E6BTU/HR","OP",32.760578,-89.119722,"1016 Weyerhaeuser Road","Philadelphia","MS","39350-6505","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0399454,"LB" +4973511,"SCDHEC","0460-0003",32146613,"002","100",14810914,"1","10200901","04","SC","Calhoun","45017","","DEVRO INC",311612,"Food Products Processing Plant","OP",64,"E6BTU/HR","OP",33.810252,-80.918142,"OFF HWY 176","SANDY RUN","SC","29160","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0432,"LB" +7456811,"NHDES","3301300032",12078813,"002","100",22135014,"2","10200902","01","NH","Merrimack","33013","","CONCORD STEAM CORPORATION",22133,"Steam/Heating Facility","OP",40,"E6BTU/HR","OP",43.198919,-71.54657,"105 1/2 PLEASANT STREET","CONCORD","NH","03301","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00806948,"LB" +8126511,"MIDEQ","A0884",6956013,"EU0139","100",28263414,"10200902","10200902","05","MI","Delta","26041","","ESCANABA PAPER COMPANY",322121,"Pulp and Paper Plant","OP",,"","OP",45.804799,-87.08978,"7100 COUNTY 426 M.5 ROAD","ESCANABA","MI","49829","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.3409,"LB" +7213511,"ADEM","0003",10808213,"Z009","100",61665714,"01","10200901","04","AL","Dallas","01047","","International Paper Company",322110,"Pulp and Paper Plant","OP",245,"E6BTU/HR","OP",32.42522,-86.871582,"601 County Rd 78","Selma","AL","36703","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0063707,"LB" +8217711,"PADEP","420150002",5289613,"033","100",129858214,"4","10200902","03","PA","Bradford","42015","","CRAFTMASTER MFG/TOWANDA MILL",321219,"Wood Board Manufacturing Plant","OP",273,"E6BTU/HR","OP",41.76242,-76.42046,"MASONITE RD","TOWANDA","PA","18848","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00959332,"LB" +5889211,"KYDAQ","2105300014",97344513,"EU11","999",135835314,"2","10200908","04","KY","Clinton","21053","","Cowboy Charcoal USA",325194,"","OP",,"","OP",36.758333,-85.195,"Jct of KY 90 & KY 1590","Albany","KY","42602","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +6236911,"MNPCA","2713700030",16152113,"EU002","100",27396714,"EU002PD001","10200905","05","MN","St. Louis","27137","","Hill Wood Products",321999,"","OP",17.9,"E3LB/HR","OP",47.81201,-92.92842,"9483 Ashawa Rd","Cook","MN","55723","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0018206,"LB" +6263211,"MNPCA","2705301050",15518613,"EU001","100",26893814,"EU001PD003","10300902","05","MN","Hennepin","27053","","University of MN - Twin Cities",61131,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",44.97615,-93.23369,"W140 Boynton Health Service","Minneapolis","MN","55455","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0015216,"LB" +1022211,"ADEM","S002",47693613,"001","100",61487014,"01","10200902","04","AL","Fayette","01057","","Georgia Pacific Wood Products LLC",321113,"Lumber/Sawmill","OP",89,"E6BTU/HR","OP",33.644196,-87.937102,"Hwy 96 West","Fayette","AL","35545","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0482298,"LB" +4833211,"WIDNR","858100540",65189913,"P23A","180",90354014,"01","10200903","05","WI","Sawyer","55113","","Louisiana-Pacific Corporation-Hayward",321211,"Wood Board Manufacturing Plant","OP",24,"E6BTU/HR","OP",45.986,-91.5238,"16571 W US Highway 63","Hayward","WI","54843","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.01441,"LB" +8430511,"NCDAQ","3703700039",1453113,"G-24","255",101509214,"27","30700740","04","NC","Chatham","37037","","Moncure Plywood",321212,"Wood Board Manufacturing Plant","OP",,"","OP",35.6096,-79.049266,"306 Corinth Road","Moncure","NC","27559","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.00808,"LB" +14991811,"WIDNR","855005470",91456513,"B20","200",124619314,"01","10100901","05","WI","Rusk","55107","","Indeck Ladysmith Llc",321999,"","OP",,"","OP",45.443014,-91.099986,"1951 Meadowbrook Rd","Ladysmith","WI","54848","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00001,"LB" +15063911,"NCDAQ","3705700157",92454813,"G-10","100",126022314,"1","10200908","04","NC","Davidson","37057","","Thomasville Furniture Industries, Inc. - County Line",337122,"","OP",,"","OP",35.8827,-80.0513,"509 County Line Road","Thomasville","NC","27360","R","S/L/T Emission Factor (no Control Efficiency used)","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.001,"LB" +5252411,"MEDEP","2302100005",25345013,"003","100",125972114,"003-1","10200902","01","ME","Piscataquis","23021","","TRUE TEXTILES, INC - GUILFORD",313210,"Textile, Yarn, or Carpet Plant","OP",16.9,"E6BTU/HR","OP",45.168152,-69.384058,"9 OAK ST","GUILFORD","ME","04443-0179","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0042192,"LB" +7033311,"MNPCA","2714900003",102397713,"EU009","999",143850814,"EU009PD001","10200908","05","MN","Stevens","27149","","University of MN - Morris",61131,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",45.58279,-95.91941,"E 4th St","Morris","MN","56267","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0004288,"LB" +7920511,"NCDAQ","3708700159",3184713,"G-26","100",19070614,"8","10100903","04","NC","Haywood","37087","","Blue Ridge Paper Products - Canton Mill",322121,"Pulp and Paper Plant","OP",380,"E6BTU/HR","OP",35.5356,-82.8419,"175 Main Street","Canton","NC","28716","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01489924,"LB" +2655111,"GADNR","15700014",65518713,"WLDRY","999",139250614,"WDS-F","10100902","04","GA","Jackson","13157","","Huber Engineered Woods, LLC",321219,"Wood Board Manufacturing Plant","OP",150,"E6BTU/HR","OP",34.1612,-83.4329,"1442 Highway 334","Commerce","GA","30529","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0850284,"LB" +6872411,"WIDNR","610046690",13257013,"B21","100",67516014,"01","10300908","05","WI","Clark","55019","","Northwest Hardwoods, Inc.",321113,"Lumber/Sawmill","OP",15.7,"E6BTU/HR","OP",44.9977,-90.3329,"461 S Linden St","Dorchester","WI","54425","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00001,"LB" +5698611,"SCDHEC","1140-0002",20531013,"001","255",11496214,"1","10200902","04","SC","Georgetown","45043","","INTERNATIONAL PAPER GEORGETOWN MILL",322121,"Pulp and Paper Plant","OP",,"","OP",33.364166,-79.303279,"700 S KAMINSKI ST","GEORGETOWN","SC","29440-4708","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.2356,"LB" +4759011,"PADEP","421190004",32067713,"031","100",14593014,"1","10200903","03","PA","Union","42119","","ELKAY WOOD PROD CO/MIFFLINBURG PLT",337110,"Woodwork, Furniture, Millwork Manufacturing","OP",5,"E6BTU/HR","OP",40.9158,-77.05443,"100 INDUSTRIAL PARK RD","MIFFLINBURG","PA","17844-7991","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01669742,"LB" +7960711,"NCDAQ","3702700008",58439513,"G-6","100",18354114,"6","10200906","04","NC","Caldwell","37027","","Bernhardt Furniture Company - Plants 2 & 5",337122,"","OP",25,"E6BTU/HR","OP",35.898792,-81.556319,"1828 Morganton Boulevard","Lenoir","NC","28645","R","S/L/T Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.0018,"LB" +6872911,"WIDNR","826027510",67375113,"B03","100",92935314,"01","10200903","05","WI","Iron","55051","","Action Floor Systems, Llc",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",22.8,"E6BTU/HR","OP",46.1499,-90.0374,"4781n Us Highway 51","Mercer","WI","54547","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00283,"LB" +13454511,"NCDAQ","3715100290",75024613,"G-1","100",101435514,"2","39000999","04","NC","Randolph","37151","","Liberty Lumber Company",321999,"Lumber/Sawmill","OP",,"","OP",35.850083,-79.5972,"9979 Old Liberty Road","Liberty","NC","27298","R","S/L/T Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00447,"LB" +8240911,"MEDEP","2301900034",63562713,"500","100",125539514,"500-1","10200903","01","ME","Penobscot","23019","","RED SHIELD ACQUISITION, LLC - OLD TOWN",322110,"Pulp and Paper Plant","OP",265,"E6BTU/HR","OP",44.917872,-68.634716,"24 PORTLAND ST","OLD TOWN","ME","04468","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0934196,"LB" +7355911,"MSDEQ","2809100008",8117113,"006","100",27413214,"1","10200902","04","MS","Marion","28091","","Georgia Pacific Wood Products LLC, Columbia",321113,"Lumber/Sawmill","PS",30,"E6BTU/HR","PS",31.350003,-89.883897,"3111 Highway 13 North","Columbia","MS","39429","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",0,"LB" +3087511,"TNDEC","0020",38164913,"009","100",11205514,"01","10300903","04","TN","Madison","47113","","ARMSTRONG HARDWOOD FLOORING",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",54,"E6BTU/HR","OP",35.62083,-88.83666,"154 Rosedale Street","JACKSON","TN","38301","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0070643,"LB" +7381011,"KYDAQ","2123100031",9410513,"002","100",36448214,"1","10300903","04","KY","Wayne","21231","","American Woodmark Corp",33711,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",36.779291,-84.94976,"7677 Hwy 90 W","Monticello (Wayne)","KY","42633","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000001412858,"LB" +13372311,"SCDHEC","0160-0020",69738813,"003","999",96457514,"1","10200908","04","SC","Allendale","45005","","GP ALLENDALE LP",321219,"","OP",197,"E6BTU/HR","OP",32.992778,-81.224444,"9918 BUFORDS BRIDGE RD","FAIRFAX","SC","29827","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.00292,"LB" +6945311,"MSDEQ","2810300013",14918613,"003","100",27263314,"1","10200902","04","MS","Noxubee","28103","","Shuqualak Lumber Company Inc, Planer Mill Division",321912,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",32.980856,-88.570281,"402 Oak Street","Shuqualak","MS","39361","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00436702,"LB" +4211311,"MIDEQ","N5940",34869813,"EU0001","100",29411814,"10200905","10200905","05","MI","Marquette","26103","","POTLATCH LAND & LUMBER LLC.",321113,"Lumber/Sawmill","OP",,"","OP",46.3283,-87.3946,"650 A AVENUE","GWINN","MI","49841","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.05877,"LB" +3702711,"GADNR","07500001",36869213,"BO1","100",45804714,"1","10200908","04","GA","Cook","13075","","Sierrapine Ltd. - Adel Division",321219,"Wood Board Manufacturing Plant","OP",22,"E6BTU/HR","OP",31.12368,-83.4318,"801 Cook Street","Adel","GA","31620","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00539456,"LB" +3118911,"SCDHEC","1940-0007",69696213,"006","100",96251814,"1","10200911","04","SC","Saluda","45081","","TIMBERMEN INC",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",33.905475,-81.824271,"264 FRUIT HILL RD","JOHNSTON","SC","29832","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.00734,"LB" +7325011,"WIDNR","431004970",91427013,"B02","100",124578514,"02","10200908","05","WI","Kewaunee","55061","","Algoma Hardwoods Inc",321911,"Woodwork, Furniture, Millwork Manufacturing","OP",21,"E6BTU/HR","OP",44.614,-87.4452,"1001 Perry St","Algoma","WI","54201","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00064,"LB" +7139411,"MNPCA","2709500006",102707213,"EU002","999",144197514,"EU002PD001","10200908","05","MN","Mille Lacs","27095","","Woodcraft Industries - Foreston",321912,"","OP",,"","OP",45.73534,-93.71097,"145 Main St","Foreston","MN","56330","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.002304,"LB" +8498311,"MSDEQ","2804300013",1012713,"001","290",25006414,"1","39000999","04","MS","Grenada","28043","","Georgia Pacific Wood Products LLC, Grenada OSB Plant",321219,"Wood Board Manufacturing Plant","OP",,"","OP",33.678339,-89.742522,"44 Highway 51 South","Grenada","MS","38901","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",0,"LB" +4802311,"SCDHEC","1280-0004",28524613,"005","210",15334214,"2","10200908","04","SC","Hampton","45049","","ELLIOTT SAWMILLING",321113,"Lumber/Sawmill","OP",35,"E6BTU/HR","OP",32.73015,-81.24336,"SC HWY 321","ESTILL","SC","29918","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.021,"LB" +7722811,"NCDAQ","3712300029",74536213,"G-15","100",101338014,"14","10300903","04","NC","Montgomery","37123","","Troy Lumber Co",321912,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",35.367295,-79.893595,"110 Leslie Street","Troy","NC","27371","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.02271,"LB" +13603111,"MNPCA","2714500156",102475713,"EU001","999",143944714,"EU001PD001","10200908","05","MN","Stearns","27145","","Rotochopper Inc",332999,"","OP",,"","OP",45.50576,-94.67156,"217 West St","St. Martin","MN","56376","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0002802,"LB" +6641311,"SCDHEC","0820-0045",18270713,"001","100",15390514,"1","10200902","04","SC","Darlington","45031","","NEW SOUTH LUMBER CO INC DARLINGTON",321113,"Lumber/Sawmill","OP",57.6,"E6BTU/HR","OP",34.280965,-79.861971,"1100 CHESTERFIELD LUMBER DR","DARLINGTON","SC","29532","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0216,"LB" +7733111,"NCDAQ","3711100169",3471113,"G-5","100",18412914,"1","10200906","04","NC","McDowell","37111","","JELD-WEN, Inc.",321219,"Wood Board Manufacturing Plant","OP",43.6,"E6BTU/HR","OP",35.661665,-82.102977,"100 Henry McCall Road","Marion","NC","28752","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.00668,"LB" +7213511,"ADEM","0003",10808013,"X018","100",61665914,"01","10200902","04","AL","Dallas","01047","","International Paper Company",322110,"Pulp and Paper Plant","OP",667,"E6BTU/HR","OP",32.42522,-86.871582,"601 County Rd 78","Selma","AL","36703","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0285398,"LB" +8392511,"NCDAQ","3716700020",73997413,"G-6","210",101191914,"7","30700899","04","NC","Stanly","37167","","H W Culp Lumber Co, Inc",321113,"Lumber/Sawmill","OP",,"","OP",35.451389,-80.225556,"44091 Old US 52 Highway","New London","NC","28127","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.01575,"LB" +4888011,"INDEM","00100",31555613,"005","999",124082014,"01","10200903","05","IN","Dubois","18037","","KIMBALL INTERNATIONAL* 15TH. ST. COMPLEX",337215,"","OP",,"","OP",38.400374,-86.91474,"1038 EAST 15TH STREET","JASPER","IN","47546","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00298106,"LB" +7666711,"VADEQ","31039",12165513,"2","100",971414,"1","10200903","03","VA","Nottoway","51135","","Arbortech Forest Products Inc",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",37.07313,-77.9478,"500 Dearing Avenue","Blackstone","VA","23824","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +8333711,"SCDHEC","0160-0004",96813,"001","100",11503914,"1","10200908","04","SC","Allendale","45005","","COLLUMS LUMBER MILL INC",321113,"Lumber/Sawmill","OP",61.2,"E6BTU/HR","OP",33.020614,-81.313424,"1723 BARNWELL RD","ALLENDALE","SC","29810","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0326,"LB" +5606611,"KYDAQ","2100900009",22825513,"005","100",38668614,"1","10200902","04","KY","Barren","21009","","Dickerson Lumber",321920,"","OP",,"","OP",36.949444,-85.845556,"11820 Burksville Rd","Glasgow","KY","42141","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +10698611,"OHEPA","0326000079",58689313,"B008","100",100666514,"10100903","10100903","05","OH","Fulton","39051","","Sauder Woodworking Cogeneration Facility (0326000079)",221112,"Electricity Generation via Combustion","OP",63.8,"E6BTU/HR","OP",41.51667,-84.29583,"502 Middle St.","Archbold","OH","43502","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.03683,"LB" +4948311,"SCDHEC","0200-0004",30083013,"002","100",122016014,"6","10100902","04","SC","Anderson","45007","","DUKE ENERGY LEE STEAM STATION",221112,"Electricity Generation via Combustion","TS",1220,"E6BTU/HR","OP",34.602373,-82.435267,"ROAD S-4-178","PELZER","SC","29669","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0236,"LB" +8386511,"MEDEP","2301700046",396813,"002","100",125482714,"002-1","10300902","01","ME","Oxford","23017","","IRVING FOREST PRODUCTS - DIXFIELD",321113,"Lumber/Sawmill","OP",12,"E6BTU/HR","OP",44.535007,-70.451938,"THIRD ST","DIXFIELD","ME","04224","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00790224,"LB" +13603611,"MNPCA","2715100038",79734913,"EU001","100",103012214,"EU001PD001","10100902","05","MN","Swift","27151","","Fibrominn Biomass Power Plant",221122,"Electricity Generation via Combustion","PS",1000,"E6BTU/HR","OP",45.2996,-95.5604,"900 Industry Dr","Benson","MN","56215","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011MNPCA","100027","4-Nitrophenol",.7056,"LB" +7945211,"MEDEP","2300900001",91965713,"092","100",136181014,"092-1","10300908","01","ME","Hancock","23009","","THE JACKSON LABORATORY",54171,"","OP",49.9,"E6BTU/HR","OP",44.365549,-68.196237,"600 MAIN ST","BAR HARBOR","ME","04609-1500","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00540722,"LB" +5971911,"KYDAQ","2123100026",24228313,"002","100",36449014,"1","10300903","04","KY","Wayne","21231","","Wayne Dry Kilns Inc",321113,"Lumber/Sawmill","OP",,"","OP",36.762778,-84.865833,"193 Wayne Lumber Dr","Monticello (Wayne)","KY","42633","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00756932,"LB" +5787911,"KYDAQ","2119900007",22946013,"001","100",35717714,"1","10200902","04","KY","Pulaski","21199","","Parkland Furniture Inc",337122,"","OP",,"","OP",37.193611,-84.628333,"2.5 Mi N Science Hill","Science Hill","KY","42553","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +13456511,"NCDAQ","3716100078",75102713,"G-8","290",101464814,"5","39000999","04","NC","Rutherford","37161","","Parton Lumber Company, Inc.",321113,"Lumber/Sawmill","OP",,"","OP",35.426913,-81.897746,"251 Parton Road","Rutherfordton","NC","28139","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00867,"LB" +6839211,"WIDNR","851034800",13301013,"B20","100",125369114,"02","10200902","05","WI","Price","55099","","Biewer Wisconsin Sawmill",321113,"Lumber/Sawmill","OP",55.6,"E6BTU/HR","OP",45.5323,-90.2871,"400 Red Pine Court","Prentice","WI","54556","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.02926,"LB" +5661711,"MEDEP","2300300051",19627713,"001","100",125564814,"001-3","10100902","01","ME","Aroostook","23003","","REENERGY FORT FAIRFIELD LLC",221117,"Electricity Generation via Combustion","OP",523,"E6BTU/HR","OP",46.7727,-67.8489,"CHENEY GROVE RD","FORT FAIRFIELD","ME","04742","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00313784,"LB" +7355911,"MSDEQ","2809100008",8117013,"005","100",27413314,"1","10200902","04","MS","Marion","28091","","Georgia Pacific Wood Products LLC, Columbia",321113,"Lumber/Sawmill","PS",30,"E6BTU/HR","PS",31.350003,-89.883897,"3111 Highway 13 North","Columbia","MS","39429","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",0,"LB" +6285011,"MSDEQ","2814900004",16437013,"002","100",25150114,"1","10200902","04","MS","Warren","28149","","Anderson Tully Lumber Company, Waltersville Lumber Mill",321113,"Lumber/Sawmill","OP",94.8,"E6BTU/HR","OP",32.377778,-90.869467,"1725 North Washington Steet","Vicksburg","MS","39180","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00744962,"LB" +8333711,"SCDHEC","0160-0004",96913,"002","100",11503814,"1","10200908","04","SC","Allendale","45005","","COLLUMS LUMBER MILL INC",321113,"Lumber/Sawmill","OP",27,"E6BTU/HR","OP",33.020614,-81.313424,"1723 BARNWELL RD","ALLENDALE","SC","29810","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.000704,"LB" +8047511,"NCDAQ","3705700149",6371413,"G-28","100",17757614,"5","10200906","04","NC","Davidson","37057","","Thomasville Furniture Industries, Inc. - Plant C/M/W/SB",337122,"","OP",,"","OP",35.8842,-80.075,"405 East Main Street","Thomasville","NC","27360","R","S/L/T Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.0003,"LB" +6927911,"MNPCA","2713700005",14937713,"EU315","210",27688914,"EU315PD012","10200903","05","MN","St. Louis","27137","","US Steel Corp - Minntac",21221,"Taconite Processing","OP",,"","OP",47.564451,-92.63057,"8819 Old Highway 169","Mountain Iron","MN","55768","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.009776,"LB" +8226611,"MIDEQ","N1160",6629413,"EU0003","100",29163214,"10300902","10300902","05","MI","Missaukee","26113","","Viking Energy of McBain",221118,"Electricity Generation via Combustion","OP",,"","OP",44.1973,-85.2174,"6751 W. Gerwoude Dr.","MCBAIN","MI","49657","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.5192,"LB" +7733711,"NCDAQ","3711100162",94503913,"G-6","100",129257814,"6","10200911","04","NC","McDowell","37111","","Columbia Plywood Corporation - Columbia Carolina Division",321211,"","OP",,"","OP",35.6608,-82.1092,"369 Columbia Carolina Road","Old Fort","NC","28762","R","USEPA Emission Factor (no Control Efficiency used)","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.009,"LB" +7140611,"MNPCA","2704700035",102399013,"EU002","999",143852114,"EU002PD001","10200908","05","MN","Freeborn","27047","","Alamco Wood Products Inc",321214,"","OP",,"","OP",43.63328,-93.3903,"1410 W 9th St","Albert Lea","MN","56007","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0001792,"LB" +6457911,"MNPCA","2700300070",102513413,"EU008","999",143989014,"EU008PD001","10100902","05","MN","Anoka","27003","","Alliant Techsystems Operations LLC/Proving Ground",332993,"Munition or Explosives Plant","OP",,"","OP",45.39073,-93.49578,"23100 Sugarbush Rd NW","Elk River","MN","55330","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.000005994,"LB" +3982611,"TNDEC","0022",35470213,"015","100",12250014,"01","10200906","04","TN","Sullivan","47163","","DOMTAR PAPER COMPANY, LLC - KINGSPORT MILL",322121,"Pulp and Paper Plant","OP",544,"E6BTU/HR","OP",36.5491,-82.5672,"100 CLINCHFIELD STREET","KINGSPORT","TN","37660","R","Trade Group Emission Factor (no Control Efficiency used)","","2011TNDEC","100027","4-Nitrophenol",.397206,"LB" +555311,"GADNR","18500001",48228713,"1006","100",46549614,"1","10200902","04","GA","Lowndes","13185","","PCA Valdosta Mill",322130,"Pulp and Paper Plant","OP",243,"E6BTU/HR","OP",30.6949,-83.30442,"5495 Lake Park-Clyattville Road","Clyattville","GA","31601","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.283856,"LB" +7974611,"MEDEP","2300700061",2970213,"001","100",125981714,"001-1","10200903","01","ME","Franklin","23007","","GENEVA WOOD FUELS LLC - STRONG",321999,"","OP",33.7,"E6BTU/HR","OP",44.8064,-70.2186,"30 NORTON HILL RD","STRONG","ME","04983-3325","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01124672,"LB" +10635711,"MEDEP","2300300901",63544813,"001","100",129308514,"001-1","10200902","01","ME","Aroostook","23003","","KATAHDIN FOREST PRODUCTS",321113,"Lumber/Sawmill","OP",14.2,"E6BTU/HR","OP",46.114948,-68.162552,"SMYRNA RD","OAKFIELD","ME","04763","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.000316996,"LB" +4980611,"SCDHEC","1780-0007",30029013,"002","999",14726314,"6","10200902","04","SC","Newberry","45071","","WEST FRASER INC NEWBERRY LUMBER MILL",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",34.306165,-81.622818,"3287 COLLEGE ST EXT","NEWBERRY","SC","29108","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.01994,"LB" +7853911,"NHDES","3301900031",2824413,"001","100",22128214,"1","10100902","01","NH","Sullivan","33019","","SPRINGFIELD POWER LLC",221118,"Electricity Generation via Combustion","OP",221,"E6BTU/HR","OP",43.442832,-72.055949,"54 FISHER CORNER ROAD","SPRINGFIELD","NH","03284","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0687436,"LB" +7082211,"MSDEQ","2814900084",14493713,"003","100",25032914,"1","10200902","04","MS","Warren","28149","","Batesville Manufacturing Inc, Vicksburg",339995,"","OP",13.4,"E6BTU/HR","OP",32.245569,-90.922794,"687 Warrenton Lane","Vicksburg","MS","39180","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00886248,"LB" +7006211,"MNPCA","2702100022",88120113,"EU004","100",119617814,"EU004PD001","10200908","05","MN","Cass","27021","","Evelands Inc",336214,"","OP",,"","OP",46.8501,-94.40873,"507 Highway 371 N","Backus","MN","56435","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00006906,"LB" +6237011,"MNPCA","2713700031",16151513,"EU035","100",27393814,"EU035PD001","10200903","05","MN","St. Louis","27137","","Georgia-Pacific - Duluth Hardboard",321219,"Wood Board Manufacturing Plant","OP",13.5,"E3LB/HR","OP",46.77376,-92.11066,"1220 Railroad St W","Duluth","MN","55802","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.003674,"LB" +12672011,"ADEM","S003",64184713,"004","100",89092614,"01","10100902","04","AL","Escambia","01053","","Swift Lumber Inc",321113,"Lumber/Sawmill","OP",23.2,"E6BTU/HR","OP",31.032879,-87.510586,"1450 Swift Mill Rd","Atmore","AL","36502","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0324958,"LB" +8010911,"OHEPA","0616010001",4030613,"B006","100",100825614,"10200905","10200905","05","OH","Coshocton","39031","","RockTenn CP,LLC (0616010001)",322130,"Pulp and Paper Plant","OP",644,"E6BTU/HR","OP",40.279858,-81.863097,"500 North Fourth Street","Coshocton","OH","43812","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.2985,"LB" +7727411,"VTDEC","1",1888213,"3","100",1098114,"1","10200902","01","VT","Essex","50009","","Ethan Allen Inc (Beecher Falls Div )",33712,"","OP",,"","OP",45.0114,-71.5057,"Main Street (Vt Route 102)","Beecher Falls","VT","05902","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.030277,"LB" +7773211,"VTDEC","43",1692113,"1","100",1090514,"1","10100902","01","VT","Chittenden","50007","","Burlington Electric Dept (McNeil Station)",22111,"Electricity Generation via Combustion","OP",842,"E6BTU/HR","OP",44.4935,-73.2084,"585 Pine St.","Burlington","VT","05401","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100027","4-Nitrophenol",.404145,"LB" +7787611,"NCDAQ","3700100237",2867913,"G-9","100",18362914,"2","10200906","04","NC","Alamance","37001","","New South Lumber Company, Inc. - Graham Plant",321113,"Lumber/Sawmill","OP",28.7,"E6BTU/HR","OP",35.9811,-79.4172,"4408 Mt Hermon - Rock Creek Road","Graham","NC","27253","R","Site-Specific Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.0499,"LB" +7440111,"ADEM","0001",10882013,"X015","100",61669714,"02","10200902","04","AL","Escambia","01053","","Georgia-Pacific Brewton LLC",322121,"Pulp and Paper Plant","OP",608,"E6BTU/HR","OP",31.077123,-87.111402,"32224 Hwy 31","Brewton","AL","36427","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01955526,"LB" +5223011,"MEDEP","2300100087",24980513,"001","100",129296814,"001-6","10100902","01","ME","Androscoggin","23001","","REENERGY LIVERMORE FALLS LLC",221117,"Electricity Generation via Combustion","OP",586,"E6BTU/HR","OP",44.431017,-70.161977,"267 DIAMOND RD","LIVERMORE FALLS","ME","04254-4010","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.427312,"LB" +5676911,"MEDEP","2300700023",22710913,"001","100",125951214,"001-4","10100902","01","ME","Franklin","23007","","REENERGY STRATTON LLC",221117,"Electricity Generation via Combustion","OP",672,"E6BTU/HR","OP",45.14062,-70.425645,"27 FOX FARM RD","STRATTON","ME","04982","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +8386811,"MEDEP","2302100006",92310113,"003","100",125970514,"003-1","10300903","01","ME","Piscataquis","23021","","HARDWOOD PRODUCTS CO",339999,"","OP",13.9,"E6BTU/HR","OP",45.169322,-69.394539,"SCHOOL ST","GUILFORD","ME","04443","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00581116,"LB" +7005211,"MNPCA","2701900061",102749013,"EU001","999",144240614,"EU001PD001","10200908","05","MN","Carver","27019","","Modern Design LLC",33711,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",44.77271,-93.78158,"209 Paul Ave S","Cologne","MN","55322","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.00000297,"LB" +3195011,"PADEP","421330062",38695813,"033","100",14459214,"1","10300903","03","PA","York","42133","","YORK GROUP INC/BLACK BRIDGE RD",339995,"","OP",11,"E6BTU/HR","OP",40.00582,-76.71398,"2880 BLACKBRIDGE RD","YORK","PA","17402-9703","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00644778,"LB" +4194011,"WIDNR","772010140",34921813,"B21","100",66618514,"02","10200903","05","WI","Wood","55141","","Wisconsin Rapids Fiber And Energy Mill",322110,"Pulp and Paper Plant","OP",412,"E6BTU/HR","OP",44.404,-89.8255,"950 4th Ave N","Wisconsin Rapids","WI","54495","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.27194,"LB" +8216211,"MSDEQ","2811100003",5731113,"013","100",27213814,"1","10200902","04","MS","Perry","28111","","Hood Industries Inc, Beaumont",321212,"Wood Board Manufacturing Plant","OP",140,"E6BTU/HR","OP",31.177519,-88.931117,"224 Delta Pine Road","Beaumont","MS","39423","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0366058,"LB" +6457011,"MNPCA","2714500102",16547813,"EU001","100",27409114,"EU001PD001","10200908","05","MN","Stearns","27145","","Viking Waterbeds Inc",337122,"","OP",.87,"E6BTU/HR","OP",45.66606,-94.28956,"38169 County Road 2","St. Joseph","MN","56374","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.000018672,"LB" +12672611,"ADEM","0079",64187713,"X027","100",89095714,"01","10300902","04","AL","Calhoun","01015","","Kronospan USA",321219,"","OP",61.4,"E6BTU/HR","OP",33.609427,-85.986237,"1 Kronospan Way","Eastaboga","AL","36260","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0693586,"LB" +5927511,"KYDAQ","2115500002",23202913,"002","100",34514814,"1","10200902","04","KY","Marion","21155","","Lebanon Oak Flooring",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",37.573889,-85.243611,"215 Taylor Ave","Lebanon","KY","40033","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +3195011,"PADEP","421330062",38695913,"032","100",93214814,"2","10300903","03","PA","York","42133","","YORK GROUP INC/BLACK BRIDGE RD",339995,"","OP",8.3,"E6BTU/HR","OP",40.00582,-76.71398,"2880 BLACKBRIDGE RD","YORK","PA","17402-9703","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00360792,"LB" +3193411,"PADEP","421310682",67584113,"101","100",93208414,"1","10200902","03","PA","Wyoming","42131","","DEER PARK LUMBER/DEER PARK MFG PLT",321113,"Lumber/Sawmill","OP",27.4,"E6BTU/HR","OP",41.54987,-75.86665,"3042 SR 6","TUNKHANNOCK","PA","18657-7797","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011PADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00295416,"LB" +5823611,"MEDEP","2300500142",22916913,"001","270",125286614,"001-3","10100902","01","ME","Cumberland","23005","","ECO MAINE - PORTLAND",562920,"Municipal Waste Combustor","OP",122,"E6BTU/HR","OP",43.6557,-70.3341,"64 BLUEBERRY RD","PORTLAND","ME","04102-1924","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +4729611,"INDEM","00028",91612513,"3","100",124843414,"01","10300903","05","IN","Cass","18017","","COLE HARDWOOD",42512,"","OP",,"","OP",40.755872,-86.389139,"321113","LOGANSPORT","IN","46947","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00159653,"LB" +8200111,"MEDEP","2302500027",5794913,"007","690",125551614,"001-2","10200902","01","ME","Somerset","23025","","SAPPI - SOMERSET",322110,"Pulp and Paper Plant","OP",848,"E6BTU/HR","OP",44.703333,-69.648889,"1329 WATERVILLE RD","SKOWHEGAN","ME","04976-4908","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01263866,"LB" +9549911,"MIDEQ","B7099",53748813,"EU0002","100",75880014,"10200905","10200905","05","MI","Iron","26071","","CONNOR AGA SPORTS FLOORING LLC",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",46.2052,-88.4116,"251 INDUSTRIAL PARK RD","AMASA","MI","49903","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.005442,"LB" +8126211,"MIDEQ","B1476",6960113,"EU0094","100",28390514,"10200902","10200902","05","MI","Alpena","26007","","Decorative Panels International, Inc",321219,"Wood Board Manufacturing Plant","OP",,"","OP",45.064036,-83.424389,"416 Ford Ave.","ALPENA","MI","49707","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.008526,"LB" +3408511,"SCDHEC","1860-0072",38866513,"001","100",11569714,"1","10200906","04","SC","Orangeburg","45075","","COUNCIL ENERGY INC",321113,"Lumber/Sawmill","OP",39,"E6BTU/HR","OP",33.470725,-80.882626,"679 CANNON BRIDGE RD","ORANGEBURG","SC","29115","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0348,"LB" +8513111,"NCDAQ","3702300031",1582013,"G-4","100",17547414,"6","10200906","04","NC","Burke","37023","","HDM Furniture Industries, Inc. - Henredon Fur",337122,"","OP",,"","OP",35.7283,-81.7053,"400 Henredon Road","Morganton","NC","28655","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00001,"LB" +8483011,"MNPCA","2707100002",1097813,"EU430","100",26949514,"EU430PD001","10200901","05","MN","Koochiching","27071","","Boise White Paper LLC - Intl Falls",322121,"Pulp and Paper Plant","OP",398,"E6BTU/HR","OP",48.605458,-93.406703,"400 2nd St","International Falls","MN","56649","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.2372,"LB" +7277511,"NCDAQ","3719100131",89267513,"GR32","999",120873114,"32","31299999","04","NC","Wayne","37191","","Seymour Johnson Air Force Base",92811,"Military Base","OP",,"","OP",35.346667,-77.965278,"1095 Peterson Avenue","Seymour Johnson AFB","NC","27531","R","USEPA Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00006,"LB" +3095011,"TNDEC","0090",38461913,"001","100",11708114,"02","10200903","04","TN","Monroe","47123","","HAVCO WOOD PRODUCTS, INC.",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",80,"E6BTU/HR","OP",35.60777,-84.22916,"150 OAK DRIVE","VONORE","TN","37885","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00899092,"LB" +5768811,"VADEQ","50370",20390013,"2","100",2045214,"2","10200901","03","VA","Hopewell city","51670","","Smurfit Stone Container Enterprises Inc- Hopewell",322130,"Pulp and Paper Plant","OP",846,"E6BTU/HR","OP",37.301954,-77.264664,"910 Industrial St","Hopewell","VA","23860","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.276484,"LB" +8106111,"NCDAQ","3702700054",4803513,"G-1","100",17976614,"2","10200903","04","NC","Caldwell","37027","","Kincaid Furniture Company, Inc. - Plant No. 1",337122,"","OP",46.7,"E6BTU/HR","OP",35.858611,-81.506111,"168 Main Street","Hudson","NC","28638","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011NCDAQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01451392,"LB" +8498811,"MSDEQ","2806700028",992313,"052","100",27747114,"1","10200902","04","MS","Jones","28067","","Masonite Corporation",321219,"Wood Board Manufacturing Plant","PS",258,"E6BTU/HR","OP",31.678058,-89.130303,"1001 South 4th Avenue","Laurel","MS","39441","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +2615911,"GADNR","18500051",40716013,"F1","100",46224714,"1","10200902","04","GA","Lowndes","13185","","ADM Valdosta",311224,"","OP",95,"E6BTU/HR","OP",30.83241,-83.24847,"1841 Clay Road","Valdosta","GA","31601","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0577988,"LB" +14660011,"NCDAQ","3711100156",89445013,"G-1","100",121197114,"1","10200906","04","NC","McDowell","37111","","ITL Corp., Industrial Timber & Lumber Company",321912,"","OP",,"","OP",35.6536,-81.9589,"203 College Drive","Marion","NC","28752","R","S/L/T Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.00231,"LB" +14679711,"OHEPA","0247090337",89751413,"B004","100",121682214,"10500209","10500209","05","OH","Lorain","39093","","PLANT FACTORY INC (0247090337)",111421,"","OP",8.4,"E6BTU/HR","OP",41.39778,-82.01889,"6346 AVON BELDEN RD.","North Ridgeville","OH","44039","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100027","4-Nitrophenol",.000858,"LB" +5974111,"MEDEP","2302900023",24218613,"001","100",125455514,"001-1","10100903","01","ME","Washington","23029","","COVANTA - JONESBORO",221117,"Electricity Generation via Combustion","OP",362,"E6BTU/HR","OP",44.67881,-67.54696,"RTE 1A","WEST ENFIELD","ME","04648","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0059666,"LB" +6194411,"SCDHEC","1780-0008",15209513,"001","100",14725514,"4","10200902","04","SC","Newberry","45071","","GP PROSPERITY PLYWOOD",321212,"Wood Board Manufacturing Plant","OP",200,"E6BTU/HR","OP",34.215219,-81.49171,"600 GEORGIA PACIFIC BLVD","PROSPERITY","SC","29127","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0982,"LB" +6172611,"MNPCA","2703700280",79430913,"EU011","100",102524814,"EU011PD003","10200908","05","MN","Dakota","27037","","Endres Processing LLC",311119,"","OP",,"","OP",44.75502,-93.00869,"13420 Courthouse Blvd","Rosemount","MN","55068","R","Other Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.001681,"LB" +4481211,"INDEM","00023",28304613,"001","100",123943914,"02","10200903","05","IN","Lagrange","18087","","PALLETONE OF INDIANA, INC,",321912,"Lumber/Sawmill","OP",,"","OP",41.670578,-85.528451,"5345 WEST 200 NORTH","SHIPSHEWANA","IN","46565","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00256884,"LB" +9057411,"VADEQ","41014",58371713,"5","100",68214214,"1","10200908","03","VA","Orange","51137","","Zamma Corporation",321999,"","OP",17,"E6BTU/HR","ONRE",38.20127,-78.12657,"14468 Litchfield Drive","Orange","VA","22960","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00819169,"LB" +7006111,"MNPCA","2702100020",102638413,"EU001","999",144126014,"EU001PD001","10200908","05","MN","Cass","27021","","Remer Cut-Stock Lumber LLC",321912,"Lumber/Sawmill","OP",,"","OP",47.0555,-93.9179,"107 Swen Ave SW","Remer","MN","56672","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0000000198,"LB" +6961511,"VADEQ","40464",14006213,"2","100",758114,"1","10200903","03","VA","Albemarle","51003","","Augusta Lumber - North Garden",321912,"Lumber/Sawmill","OP",10,"E6BTU/HR","ONP",37.9416,-78.63657,"Rte 712","North Garden","VA","22959","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00582353,"LB" +7082211,"MSDEQ","2814900084",14493913,"001","100",25032714,"1","10200902","04","MS","Warren","28149","","Batesville Manufacturing Inc, Vicksburg",339995,"","OP",14.4,"E6BTU/HR","OP",32.245569,-90.922794,"687 Warrenton Lane","Vicksburg","MS","39180","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00950468,"LB" +3098611,"TNDEC","0090",38311113,"001","100",14889814,"01","10100903","04","TN","Cumberland","47035","","CROSSVILLE HARDWOODS, LLC 18-0090",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",21.6,"E6BTU/HR","OP",35.91667,-85.00833,"656 Interstate Drive","CROSSVILLE","TN","38555","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011TNDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00642208,"LB" +6169011,"MNPCA","2706100001",15286613,"EU004","100",26425714,"EU004PD002","10100902","05","MN","Itasca","27061","","Blandin Paper/Rapids Energy Center",22133,"Pulp and Paper Plant","OP",220,"E3LB/HR","OP",47.231267,-93.572742,"115 SW 1st St","Grand Rapids","MN","55744","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.10026,"LB" +842611,"FLDEP","1070015",46221013,"1","100",48544014,"1","10200902","04","FL","Putnam","12107","","GEORGIA-PACIFIC WOOD PRODUCTS LLC",321212,"Wood Board Manufacturing Plant","TS",224,"E6BTU/HR","TS",29.591667,-82.0375,"223 GORDON CHAPEL ROAD","HAWTHORNE","FL","32640","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.086713,"LB" +8010511,"NCDAQ","3719100058",74175513,"GR6","210",101240614,"46","30700898","04","NC","Wayne","37191","","Georgia - Pacific Plywood/CNS - Dudley",321212,"Wood Board Manufacturing Plant","OP",,"","OP",35.2617,-78.0353,"139 Brewington Road","Dudley","NC","28333","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.05,"LB" +6180011,"MIDEQ","N1395",82794013,"EU0006","100",106420714,"10100902","10100902","05","MI","Wexford","26165","","Cadillac Renewable Energy Facility",221118,"Electricity Generation via Combustion","OP",650,"E6BTU/HR","OP",44.261606,-85.435047,"1525 Miltner St.","CADILLAC","MI","49601","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.394,"LB" +8126511,"MIDEQ","A0884",6955013,"EU0162","100",28264914,"10200902","10200902","05","MI","Delta","26041","","ESCANABA PAPER COMPANY",322121,"Pulp and Paper Plant","OP",,"","OP",45.804799,-87.08978,"7100 COUNTY 426 M.5 ROAD","ESCANABA","MI","49829","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.2871,"LB" +4952511,"SCDHEC","1140-0008",28935913,"002","999",11487414,"1","10200902","04","SC","Georgetown","45043","","SIMPSON LUMBER CO SAMPIT LUMBER MILL",321113,"Lumber/Sawmill","OP",92.4,"E6BTU/HR","OP",33.424025,-79.449177,"2701 INDIAN HUT RD","GEORGETOWN","SC","29440-9146","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.01188,"LB" +6517811,"SCDHEC","1380-0025",18547313,"001","100",14815314,"1","10200902","04","SC","Kershaw","45055","","NEW SOUTH LUMBER CO CAMDEN PLANT",321113,"Lumber/Sawmill","OP",98.3,"E6BTU/HR","OP",34.327401,-80.539367,"1281 SANDERS CREEK RD","CASSATT","SC","29032","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0644,"LB" +1000211,"ADEM","0004",47796213,"X010","100",61444614,"01","10200902","04","AL","Russell","01113","","MeadWestvaco Mahrt Mill",322121,"Pulp and Paper Plant","OP",500,"E6BTU/HR","OP",32.177396,-85.025501,"1817 Hwy 165 S","Phenix City","AL","36868","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0309544,"LB" +10635811,"MEDEP","2300500958",63552213,"001","100",129296214,"001-1","10200902","01","ME","Cumberland","23005","","LIMINGTON LUMBER COMPANY",321113,"Lumber/Sawmill","OP",2.91,"E6BTU/HR","OP",43.811663,-70.700307,"411 PEQUAWKET TRAIL RT 113","EAST BALDWIN","ME","04024","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.001387684,"LB" +15610611,"NCDAQ","3708100593",98681213,"G-1","100",138507514,"2","10300903","04","NC","Guilford","37081","","Redbud, LLC",337122,"","OP",,"","ONRE",35.95175,-80.0131,"806 West Grimes Avenue","High Point","NC","27261","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.0149,"LB" +8386411,"MEDEP","2301700004",397213,"002","100",136182414,"002-1","10200908","01","ME","Oxford","23017","","WOOD PRODUCTS COMPLEX ANDOVER LLC",337215,"","OP",12,"E6BTU/HR","OP",44.643067,-70.755589,"4 WENTZELL RD","ANDOVER","ME","04216","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.00318356,"LB" +9757111,"GADNR","18500009",57624113,"BLR1","100",74007714,"BLR1","10100902","04","GA","Lowndes","13185","","Langdale Forest Products Company",321113,"Lumber/Sawmill","OP",99,"E6BTU/HR","OP",30.81593,-83.27747,"1202 Madison Hwy","Valdosta","GA","31603","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.1811028,"LB" +6945311,"MSDEQ","2810300013",14918413,"001","100",27263514,"1","10200902","04","MS","Noxubee","28103","","Shuqualak Lumber Company Inc, Planer Mill Division",321912,"Lumber/Sawmill","OP",41.9,"E6BTU/HR","OP",32.980856,-88.570281,"402 Oak Street","Shuqualak","MS","39361","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0163121,"LB" +7049511,"WIDNR","851009390",65185213,"B24","100",90348514,"03","10200908","05","WI","Price","55099","","Flambeau River Papers, Llc",322121,"Pulp and Paper Plant","OP",249,"E6BTU/HR","OP",45.9349,-90.4471,"200 1st Ave N","Park Falls","WI","54552","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00171,"LB" +8008311,"NCDAQ","3714500061",4059413,"G-56","255",101270714,"76","30701001","04","NC","Person","37145","","Louisiana-Pacific Corp - Roxboro",321219,"","OP",,"","OP",36.521383,-78.910116,"10475 Boston Road","Roxboro","NC","27573","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.0121,"LB" +14641411,"NCDAQ","3718500031",88983513,"G-1","100",120786914,"1","10300902","04","NC","Warren","37185","","Elberta Crate and Box Company",321211,"","OP",,"","OP",36.4152,-78.151616,"147 Elberta Lane","Warrenton","NC","27589","R","USEPA Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100027","4-Nitrophenol",.0043,"LB" +4959011,"WIDNR","618063050",91436813,"B02","100",124591714,"01","10300902","05","WI","Eau Claire","55035","","Wood Ecology",321219,"Wood Board Manufacturing Plant","OP",13.5,"E6BTU/HR","OP",44.8455,-91.5769,"4711 Eventide Drive","Eau Claire","WI","54703","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100027","4-Nitrophenol",.00173,"LB" +6881411,"MNPCA","2708700005",102665413,"EU006","999",144152814,"EU006PD001","10300902","05","MN","Mahnomen","27087","","ISD 432 - Mahnomen Public School",61111,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",47.31407,-95.97193,"310 Madison Ave","Mahnomen","MN","56557","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.0014128,"LB" +8333111,"SCDHEC","1340-0029",98913,"001","100",11926614,"1","10200902","04","SC","Horry","45051","","NEW SOUTH: CONWAY PLANT",321113,"Lumber/Sawmill","OP",98.6,"E6BTU/HR","OP",33.817229,-79.016351,"1283 HWY 501 BUSINESS","CONWAY","SC","29526","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.0576,"LB" +8370211,"NCDAQ","3703500044",409013,"G-44","100",17775214,"4","10300903","04","NC","Catawba","37035","","Century Furniture - Plant No. 1",337122,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",35.737818,-81.360176,"420 12th Street NW","Hickory","NC","28601","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.00162,"LB" +6927211,"MNPCA","2713500002",14965813,"EU015","100",27810614,"EU015PD001","10200903","05","MN","Roseau","27135","","Marvin Windows & Doors",321911,"Woodwork, Furniture, Millwork Manufacturing","OP",28.8,"E6BTU/HR","OP",48.91283,-95.32308,"401 States Ave","Warroad","MN","56763","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100027","4-Nitrophenol",.006912,"LB" +5737411,"MIDEQ","N0890",22977113,"EU0003","100",30290514,"10100902","10100902","05","MI","Alcona","26001","","Viking Energy of Lincoln, LLC",221118,"Electricity Generation via Combustion","OP",,"","OP",44.6802,-83.4188,"509 W. State St.","LINCOLN","MI","48742","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100027","4-Nitrophenol",.2054,"LB" +8498411,"MSDEQ","2804300015",1011413,"001","100",24862514,"1","10200902","04","MS","Grenada","28043","","Resolute FP US Inc, Grenada Operations",322122,"Pulp and Paper Plant","OP",234,"E6BTU/HR","OP",33.830858,-89.819186,"1000 Papermill Road","Grenada","MS","38901","R","Engineering Judgment","","2011MSDEQ","100027","4-Nitrophenol",.2,"LB" +6670011,"SCDHEC","0900-0017",18883213,"003","210",15204114,"1","10200906","04","SC","Dorchester","45035","","KAPSTONE CHARLESTON KRAFT LLC",321113,"Lumber/Sawmill","OP",15,"E6BTU/HR","OP",33.032162,-80.193642,"309 N MAPLE ST","SUMMERVILLE","SC","29483","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100027","4-Nitrophenol",.01744,"LB" +2757311,"ILEPA","049025AAW",40988013,"0002","100",45726414,"01","10200903","05","IL","Effingham","17049","","John Boos & Co",321999,"","OP",2.7,"E6BTU/HR","OP",39.119642,-88.538549,"315 S First","Effingham","IL","62401","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100027","4-Nitrophenol",.00648648,"LB" +7440111,"ADEM","0001",10880613,"X012","100",108463314,"02","10200901","04","AL","Escambia","01053","","Georgia-Pacific Brewton LLC",322121,"Pulp and Paper Plant","OP",351,"E6BTU/HR","OP",31.077123,-87.111402,"32224 Hwy 31","Brewton","AL","36427","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0229482,"LB" +14508811,"MADEP","0420103",87490713,"3","100",118598914,"1","10100902","01","MA","Hampshire","25015","","WARE COGEN LIMITED PARTNERSHIP",221330,"","PS",60,"E6BTU/HR","PS",42.258614,-72.237102,"EAST MAIN ST","WARE","MA","01082-0000","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011MADEP submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",0,"LB" +8339511,"VTDEC","4",1686013,"1","999",343214,"1","10200903","01","VT","Orleans","50019","","Ethan Allen Inc (Orleans Div )",33712,"","OP",,"","OP",44.8078,-72.2038,"27 Railroad Avenue","Orleans","VT","05860","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011VTDEC submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0199935,"LB" +8136511,"NCDAQ","3705700049",5492313,"G-48","100",18129614,"1","10200906","04","NC","Davidson","37057","","Linwood Furniture, LLC",337122,"","PS",44.4,"E6BTU/HR","PS",35.764663,-80.309763,"3979 Old Linwood Road","Linwood","NC","27292","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100027","4-Nitrophenol",.00103,"LB" +7440111,"ADEM","0001",10882013,"X015","100",61669814,"01","10200902","04","AL","Escambia","01053","","Georgia-Pacific Brewton LLC",322121,"Pulp and Paper Plant","OP",608,"E6BTU/HR","OP",31.077123,-87.111402,"32224 Hwy 31","Brewton","AL","36427","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.01955526,"LB" +2615911,"GADNR","18500051",65529313,"B115A","100",90859914,"1","10200902","04","GA","Lowndes","13185","","ADM Valdosta",311224,"","OP",52000,"E6BTU/HR","OP",30.83241,-83.24847,"1841 Clay Road","Valdosta","GA","31601","R","USEPA Speciation Profile","Emissions multiplication factor of .000006422085922 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_4Nitrophenol_VOC","2011EPA_HAP-Aug","100027","4-Nitrophenol",.0479088,"LB" +2755211,"FLDEP","0950113",40996613,"1","999",46608214,"3","50100402","04","FL","Orange","12095","","ORANGE COUNTY UTILITIES SOLID WASTE DIV.",562219,"Landfill","OP",,"","OP",28.481111,-81.191667,"5901 YOUNG PINE RD","ORLANDO","FL","32829","R","USEPA Emission Factor (no Control Efficiency used)","From Landgem: Total H085 = 0.0619 tons/yr % Fugitive Emissions = 39.5% Annual Emissions = 0.0619 t/y x 0.395 = 0.024 t/y Ozone Season Daily Emissions - 0.024 t/y x 2000 lbs/t x 1 yr / 365 days = 0.134 lbs/day","2011FLDEP","100414","Ethyl Benzene",48,"LB" +1929211,"ILEPA","021814AAB",41602913,"0008","100",46204814,"01","10100203","05","IL","Christian","17021","","Kincaid Generation LLC",221112,"Electricity Generation via Combustion","OP",6630,"E6BTU/HR","OP",39.591559,-89.497498,"4 Mi W Of Kincaid Rte 104","Kincaid","IL","62540","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",148.69,"LB" +4589711,"ILEPA","197811AAA",28416113,"0009","400",43272114,"01","40301102","05","IL","Will","17197","","BP Pipelines North America Inc",486110,"Oil or Gas Field (On-shore)","OP",,"","OP",41.412232,-87.988353,"15600 Bruns Rd","Manhattan","IL","60442-0007","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",11.754,"LB" +4638311,"ILEPA","137020ACN",28194013,"0001","400",43188814,"01","40301001","05","IL","Morgan","17137","","Erthal Oil Co",424710,"","OP",,"","OP",39.757147,-90.234121,"Johnson And Railroad","Jacksonville","IL","62650","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",5.004,"LB" +1757911,"ILEPA","053010AAV",41502613,"0001","400",44946614,"01","40301001","05","IL","Ford","17053","","Trimble Oil of Gibson City",424710,"","OP",,"","OP",40.612035,-88.182046,"108 E Maple","Roberts","IL","60962","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.78624,"LB" +5030811,"ILEPA","163100AAM",30782613,"0005","160",43883114,"01","20100102","05","IL","St. Clair","17163","","St Louis Auto Shredding",423930,"","OP",6.7,"E6BTU/HR","OP",38.640241,-90.141309,"1200 N First St","East St Louis","IL","62201","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.0697013,"LB" +4498111,"ILEPA","099821AAA",28286013,"0001","400",45632714,"01","40400231","05","IL","La Salle","17099","","Arneson Oil Co",424710,"Petroleum Storage Facility","OP",,"","OP",41.521531,-88.646074,"110 S Robinson St","Sheridan","IL","60551","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",4.4108,"LB" +1867211,"ILEPA","031096AFT",41919613,"0005","400",46896614,"01","40301101","05","IL","Cook","17031","","Magellan Pipeline Co LP-Chicago Terminal",486910,"","OP",,"","OP",41.93923,-87.891463,"10601 Franklin Ave","Franklin Park","IL","60131-1405","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +8354511,"FLDEP","0810030",420713,"6","999",48409814,"2","39999998","04","FL","Manatee","12081","","EATON AEROSPACE LLC",334220,"","OP",,"","OP",27.41665,-82.535798,"2250 WHITFIELD AVE","SARASOTA","FL","34243-3926","R","Material Balance","SEE TABLES 00, 2, 2b and 8","2011FLDEP","100414","Ethyl Benzene",3.236,"LB" +8501511,"FLDEP","0910045",962213,"7","400",48810014,"2","40400171","04","FL","Okaloosa","12091","","CITGO PETROLEUM CORPORATION",45431,"","OP",,"","OP",30.512222,-86.480556,"904 BAYSHORE DR.","NICEVILLE","FL","32578","R","USEPA Emission Factor (no Control Efficiency used)","","2011FLDEP","100414","Ethyl Benzene",9.6,"LB" +591111,"FLDEP","0090180",46123713,"1","120",48993314,"2","20100201","04","FL","Brevard","12009","","OLEANDER POWER PROJECT, LP",2211,"Electricity Generation via Combustion","OP",1720,"E6BTU/HR","OP",28.36437,-80.794645,"555 Townsend Road","COCOA","FL","32926","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011FLDEP submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",140,"LB" +900311,"FLDEP","0830070",46581413,"1","160",48727814,"2","20200254","04","FL","Marion","12083","","FLORIDA GAS TRANSMISSION COMPANY",486210,"Compressor Station","OP",15,"E6BTU/HR","OP",29.296832,-81.832611,"19555 N.E. County Road 314","SILVER SPRINGS","FL","32680","R","USEPA Speciation Profile","Emissions multiplication factor of .000336440677966 applied to 2011FLDEP submitted VOC based on augmentation description of 20200254_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",2.92702,"LB" +1856611,"","",41760213,"","300",48835314,"","50100402","04","FL","Miami-Dade","12086","","58th St Lfandfill(Main County LF)",562212,"Landfill","OP",,"","OP",25.83301,-80.3465,"8831 NW 58th St","Miami","FL","33178","R","USEPA Emission Factor (no Control Efficiency used)","based on 2011 GHG methane emissions reported by facility","2011 EPA Landfills","100414","Ethyl Benzene",478.199,"LB" +754211,"CTBAM","T015 P0017 C08751",46287313,"E0009","400",47342114,"01","40301019","01","CT","Fairfield","09001","","MOTIVA ENTERPRISES LLC",45431,"","OP",,"","OP",41.1696,-73.1603,"250 EAGLES NEST RD","BRIDGEPORT","CT","06607-1939","R","Engineering Judgment","","2011CTBAM","100414","Ethyl Benzene",.690932,"LB" +754211,"CTBAM","T015 P0017 C08751",46287213,"E0008","400",47342214,"01","40301019","01","CT","Fairfield","09001","","MOTIVA ENTERPRISES LLC",45431,"","OP",,"","OP",41.1696,-73.1603,"250 EAGLES NEST RD","BRIDGEPORT","CT","06607-1939","R","Engineering Judgment","","2011CTBAM","100414","Ethyl Benzene",.939164,"LB" +590011,"CTBAM","T105 P0014 C07741",46136513,"P0042","120",49105514,"02","20100201","01","CT","New Haven","09009","","DEVON POWER, LLC",221112,"Electricity Generation via Combustion","OP",285,"E6BTU/HR","OP",41.20854,-73.10861,"NAUGATUCK AVE","DEVON","CT","06460","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011CTBAM","100414","Ethyl Benzene",.06672,"LB" +2457511,"DEDNR","1000300365",40424613,"001","999",48765014,"2","40202401","03","DE","New Castle","10003","","DASSAULT FALCON JET-WILMINGTON CORP",336411,"Aircraft, Aerospace, or Related Parts Plant","OP",,"","OP",39.679167,-75.594166,"191 NORTH DUPONT HIGHWAY","NEW CASTLE","DE","19720","R","Material Balance","","2011DEDNR","100414","Ethyl Benzene",100,"LB" +7211911,"ADEM","S003",10834713,"001","100",61936914,"01","10200902","04","AL","Clarke","01025","","Scotch & Gulf Lumber LLC",321113,"Lumber/Sawmill","OP",98,"E6BTU/HR","OP",31.788301,-87.725657,"Main St","Fulton","AL","36446","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",20,"LB" +8969711,"","",103342113,"","300",146415814,"","2275070000","02","PR","Aguadilla","72005","","Rafael Hernandez",48811,"Airport","OP",,"","OP",18.49486,-67.12944,"Unknown","Aguadilla","PR","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001935658,"LB" +10902611,"","",59276013,"","300",77401414,"","2275050011","04","AL","Baldwin","01003","","BON SECOUR",48811,"Airport","OP",,"","OP",30.2983,-87.7408,"Unknown","GULF SHORES","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +949511,"ADEM","0018",47870713,"X001","140",61547214,"01","20100201","04","AL","Washington","01129","","Alabama Power - Washington Cty Cogen",221112,"Electricity Generation via Combustion","OP",1240,"E6BTU/HR","OP",31.262231,-88.005188,"Industrial Rd","Mcintosh","AL","36553","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",299.056,"LB" +11860211,"","",60917913,"","300",78375514,"","2275050011","04","FL","Jefferson","12065","","TURKEY SCRATCH PLANTATION",48811,"Airport","OP",,"","OP",30.4036,-83.81,"Unknown","LAMONT","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11484611,"","",60593313,"","300",77727314,"","2275050011","02","NY","Greene","36039","","GREENVILLE-RAINBOW",48811,"Airport","OP",,"","OP",42.4167,-74.0162,"Unknown","GREENVILLE","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.792794,"LB" +11480411,"","",60602113,"","300",77745014,"","2275050012","04","FL","Osceola","12097","","OSCEOLA SHERIFFS OFC - BRONSON HWY",48811,"Airport","OP",,"","OP",28.2751,-81.3365,"Unknown","KISSIMMEE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11853311,"","",60790713,"","300",78122814,"","2275050012","05","IL","Alexander","17003","","VILLAGE OF TAMMS",48811,"Airport","OP",,"","OP",37.2389,-89.2658,"Unknown","TAMMS","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11829411,"","",60905113,"","300",78350314,"","2275050011","04","FL","Manatee","12081","","AIRPORT MANATEE",48811,"Airport","OP",,"","OP",27.6425,-82.5202,"Unknown","PALMETTO","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.1608,"LB" +11007411,"","",60566113,"","300",77673814,"","2275050012","03","DE","Kent","10001","","JENKINS",48811,"Airport","OP",,"","OP",39.1196,-75.5838,"Unknown","WYOMING","DE","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.236594,"LB" +11950711,"","",60668413,"","300",77877114,"","2275050011","01","MA","Middlesex","25017","","WESTFORD REGENCY",48811,"Airport","OP",,"","OP",42.5631,-71.4315,"Unknown","WESTFORD","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11895711,"","",60804013,"","300",78149314,"","2275050011","04","GA","Gwinnett","13135","","BUFORD PRECINCT",48811,"Airport","OP",,"","OP",34.0979,-84.0124,"Unknown","BUFORD","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11002611,"","",60557913,"","300",77657414,"","2275050012","03","VA","Roanoke","51161","","MAY",48811,"Airport","OP",,"","OP",37.3079,-80.1001,"Unknown","SALEM","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11158511,"","",60906913,"","300",78353914,"","2275050011","05","IL","Lee","17103","","KATHERINE SHAW BETHEA HOSPITAL",48811,"Airport","OP",,"","OP",41.8445,-89.4793,"Unknown","DIXON","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11003511,"","",60559613,"","300",77660714,"","2275050011","04","GA","Dade","13083","","STAKELY",48811,"Airport","OP",,"","OP",34.7855,-85.4537,"Unknown","TRENTON","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11490811,"","",60645113,"","300",77830514,"","2275050011","05","OH","Delaware","39041","","ERDY FARM",48811,"Airport","OP",,"","OP",40.3467,-82.9044,"Unknown","KILBOURNE","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.273354,"LB" +11105511,"","",60766713,"","300",78074814,"","2275050012","03","WV","Ohio","54069","","WEST VIRGINIA STATE POLICE",48811,"Airport","OP",,"","OP",40.0531,-80.7247,"Unknown","WHEELING","WV","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11010911,"","",60572913,"","300",77687314,"","2275050011","03","VA","Frederick","51069","","SMITH",48811,"Airport","OP",,"","OP",39.1501,-78.2164,"Unknown","WINCHESTER","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11062911,"","",60674813,"","300",77889914,"","2275050011","04","NC","Union","37179","","MC GEE FIELD",48811,"Airport","OP",,"","OP",35.1272,-80.475,"Unknown","MONROE","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.276056,"LB" +11093311,"MIDEQ","AIRPORT2MI4",60740413,"GA","300",78022114,"Piston","2275050011","05","MI","Gratiot","26057","","MC JILTON FIELD",48811,"Airport","OP",,"","OP",43.4056,-84.5714,"Unknown","ST LOUIS","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11837011,"","",60782113,"","300",78105514,"","2275050011","04","FL","Highlands","12055","","FLORIDA HOSPITAL LAKE PLACID",48811,"Airport","OP",,"","OP",27.3205,-81.3705,"Unknown","LAKE PLACID","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11881711,"","",60798313,"","300",78137914,"","2275050011","05","WI","Brown","55009","","ST MARYS HOSPITAL",48811,"Airport","OP",,"","OP",44.5322,-88.0659,"Unknown","GREEN BAY","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11611911,"","",61102813,"","300",78745014,"","2275050012","03","PA","Lycoming","42081","","WILLIAMSPORT HOSPITAL & MEDICAL CENTER",48811,"Airport","OP",,"","OP",41.2473,-77.0158,"Unknown","WILLIAMSPORT","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11230311,"","",61121713,"","300",78782614,"","2275050012","05","MN","Stearns","27145","","BROOTEN MUNI",48811,"Airport","OP",,"","OP",45.5,-95.1128,"Unknown","BROOTEN","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.422484,"LB" +11665011,"","",61206913,"","300",78952114,"","2275050011","04","FL","Clay","12019","","HALLER AIRPARK",48811,"Airport","OP",,"","OP",29.903,-81.6859,"Unknown","GREEN COVE SPRINGS","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.980918,"LB" +11187511,"","",60983813,"","300",78507314,"","2275050011","04","KY","Grayson","21085","","TWIN LAKES RGNL MEDICAL CENTER",48811,"Airport","OP",,"","OP",37.4719,-86.2878,"Unknown","LEITCHFIELD","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12040511,"","",60992713,"","300",78525114,"","2275050011","03","PA","Lebanon","42075","","REIGLE FIELD",48811,"Airport","OP",,"","OP",40.2876,-76.5775,"Unknown","PALMYRA","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",30.111,"LB" +11740111,"","",61057213,"","300",78653714,"","2275050011","02","NY","Oneida","36065","","STANWIX HEIGHTS",48811,"Airport","OP",,"","OP",43.1576,-75.4307,"Unknown","ROME","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.279398,"LB" +11263411,"","",61240213,"","300",79018514,"","2275050011","05","WI","Columbia","55021","","HIGGINS",48811,"Airport","OP",,"","OP",43.443,-89.1782,"Unknown","RIO","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.243078,"LB" +11610911,"MIDEQ","AIRPORT66G",61101113,"GA","300",78741514,"Piston","2275050011","05","MI","Saginaw","26145","","WM TINY ZEHNDER FIELD",48811,"Airport","OP",,"","OP",43.3139,-83.7097,"Unknown","FRANKENMUTH","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",6.4325,"LB" +11200211,"","",61027713,"","300",78594714,"","2275050011","05","MN","Sherburne","27141","","LEADERS CLEAR LAKE",48811,"Airport","OP",,"","OP",45.4444,-93.9711,"Unknown","CLEAR LAKE","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.1608,"LB" +11696511,"","",61134213,"","300",78807214,"","2275050012","05","IL","Randolph","17157","","HURST AVIATION",48811,"Airport","OP",,"","OP",38.1923,-89.5954,"Unknown","COULTERVILLE","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11171711,"","",60938513,"","300",78416814,"","2275050012","02","NY","Richmond","36085","","CORPORATE PARK OF STATEN ISLAND",48811,"Airport","OP",,"","OP",40.6172,-74.1758,"Unknown","STATEN ISLAND","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11970911,"","",60964113,"","300",78467914,"","2275050011","05","MI","Oakland","26125","","CASS LAKE-COVE ISLAND",48811,"Airport","OP",,"","OP",42.6161,-83.356,"Unknown","PONTIAC","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.35736,"LB" +11207011,"","",61047413,"","300",78634214,"","2275050012","01","MA","Barnstable","25001","","FULLER HOUSE",48811,"Airport","OP",,"","OP",41.5532,-70.5509,"Unknown","EAST FALMOUTH","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11814711,"","",61175913,"","300",78890114,"","2275050011","04","FL","Calhoun","12013","","CLARKSVILLE",48811,"Airport","OP",,"","OP",30.4641,-85.1771,"Unknown","CLARKSVILLE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11590111,"","",61273613,"","300",79085314,"","2275050011","04","FL","Orange","12095","","LAKE HIAWASSEE",48811,"Airport","OP",,"","OP",28.5292,-81.4809,"Unknown","ORLANDO","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.351734,"LB" +11654511,"MIDEQ","AIRPORT8MI0",61293313,"GA","300",79124714,"Piston","2275050011","05","MI","Van Buren","26159","","TROWBRIDGE FARMS",48811,"Airport","OP",,"","OP",42.412,-86.1709,"Unknown","SOUTH HAVEN","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.282156,"LB" +11687911,"","",61305013,"","300",79148114,"","2275050011","02","NY","Cayuga","36011","","ST BERNARD FIELD",48811,"Airport","OP",,"","OP",42.8251,-76.6913,"Unknown","UNION SPRINGS","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.24539,"LB" +11637711,"","",61288113,"","300",79114314,"","2275050011","05","IL","Montgomery","17135","","HILLSBORO AREA HOSPITAL",48811,"Airport","OP",,"","OP",39.1517,-89.4814,"Unknown","HILLSBORO","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11862911,"","",61010013,"","300",78559414,"","2275050012","02","NY","Orange","36071","","ST LUKES CORNWALL HOSPITAL-NEWBURGH",48811,"Airport","OP",,"","OP",41.5034,-74.0148,"Unknown","NEWBURGH","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11583011,"","",61177713,"","300",78893814,"","2275050012","05","OH","Lucas","39095","","MEDICAL COLLEGE OF OHIO HOSPITAL",48811,"Airport","OP",,"","OP",41.6195,-83.6194,"Unknown","TOLEDO","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11783611,"","",61248913,"","300",79036114,"","2275050012","03","PA","Armstrong","42005","","ARMSTRONG COUNTY MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",40.8112,-79.5481,"Unknown","KITTANNING","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11368811,"","",61661913,"","300",79851814,"","2275050012","05","MN","Brown","27015","","SPRINGFIELD MED CENTER-MAYO HEALTH SYSTEM",48811,"Airport","OP",,"","OP",44.2466,-94.9717,"Unknown","SPRINGFIELD","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12280811,"","",61643013,"","300",79814214,"","2275050012","01","ME","Androscoggin","23001","","WALES",48811,"Airport","OP",,"","OP",44.1745,-70.0189,"Unknown","WALES","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0507048,"LB" +12497511,"","",61618913,"","300",79765914,"","2275050011","05","MN","Becker","27005","","JOLLY FISHERMAN",48811,"Airport","OP",,"","OP",47.143,-95.5289,"Unknown","WAUBUN","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0401648,"LB" +12316411,"MIDEQ","AIRPORTMI90",61654713,"GA","300",79837314,"Piston","2275050011","05","MI","Cass","26027","","BALDWIN LAKE",48811,"Airport","OP",,"","OP",41.7903,-85.8389,"Unknown","UNION","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11393211,"","",61740213,"","300",80006714,"","2275050011","01","NH","Hillsborough","33011","","ZIM",48811,"Airport","OP",,"","OP",42.7276,-71.7176,"Unknown","MASON","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.277366,"LB" +11304411,"","",61404813,"","300",79344414,"","2275050012","05","WI","Vilas","55125","","BOULDER JUNCTION",48811,"Airport","OP",,"","OP",46.1374,-89.646,"Unknown","BOULDER JUNCTION","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0675984,"LB" +11366711,"","",61657113,"","300",79842114,"","2275050011","05","MN","Faribault","27043","","UNITED HOSPITAL DISTRICT",48811,"Airport","OP",,"","OP",43.6337,-94.1001,"Unknown","BLUE EARTH","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12313611,"","",61555513,"","300",79641314,"","2275050011","05","IL","Peoria","17143","","METHODIST MEDICAL CENTER OF ILLINOIS",48811,"Airport","OP",,"","OP",40.7006,-89.5948,"Unknown","PEORIA","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12342111,"MIDEQ","AIRPORTE53",61471013,"GA","300",79475314,"Piston","2275050011","05","MI","Huron","26063","","ENGLER FIELD",48811,"Airport","OP",,"","OP",43.7838,-82.9862,"Unknown","BAD AXE","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.20088,"LB" +11331811,"","",61516613,"","300",79564814,"","2275050012","04","GA","Glynn","13127","","SE GEORGIA HEALTH SYSTEM-BRUNSWICK",48811,"Airport","OP",,"","OP",31.1753,-81.4853,"Unknown","BRUNSWICK","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12359511,"","",61568613,"","300",79667514,"","2275050011","05","IN","Shelby","18145","","SIEFERT",48811,"Airport","OP",,"","OP",39.4403,-85.7653,"Unknown","SHELBYVILLE","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.260402,"LB" +12512711,"","",61623313,"","300",79774714,"","2275050011","01","MA","Worcester","25027","","FITCHBURG PAPER COMPANY",48811,"Airport","OP",,"","OP",42.5798,-71.8287,"Unknown","FITCHBURG","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12488211,"","",61717813,"","300",79962114,"","2275050011","04","NC","Randolph","37151","","YORKS FIELD",48811,"Airport","OP",,"","OP",35.7515,-79.6706,"Unknown","RAMSEUR","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.427242,"LB" +11751811,"","",61324213,"","300",79186514,"","2275050011","05","OH","Hancock","39063","","FOSTORIA COMMUNITY HOSPITAL",48811,"Airport","OP",,"","OP",41.1628,-83.4238,"Unknown","FOSTORIA","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12374211,"","",61480313,"","300",79493514,"","2275050011","04","FL","Osceola","12097","","FOUR POINTS SHERATON LAKESIDE",48811,"Airport","OP",,"","OP",28.3395,-81.5954,"Unknown","KISSIMMEE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12305311,"","",61454913,"","300",79443614,"","2275050012","01","CT","Hartford","09003","","MARKS",48811,"Airport","OP",,"","OP",41.9429,-72.7062,"Unknown","EAST GRANBY","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12299711,"MIDEQ","AIRPORTMI48",61651213,"GA","300",79830314,"Piston","2275050011","05","MI","Monroe","26115","","HAM-A-LOT FIELD",48811,"Airport","OP",,"","OP",41.8334,-83.6833,"Unknown","PETERSBURG","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.271154,"LB" +11375011,"","",61678813,"","300",79885314,"","2275050011","04","MS","Warren","28149","","DALE LANDING STRIP",48811,"Airport","OP",,"","OP",32.1563,-91.1246,"Unknown","YOKENA","MS","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12061611,"","",61870113,"","300",80262614,"","2275050012","03","PA","Bradford","42015","","ROBERT PACKER HOSPITAL",48811,"Airport","OP",,"","OP",41.9792,-76.5202,"Unknown","SAYRE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12149611,"","",61783513,"","300",80091914,"","2275050011","02","NY","Montgomery","36057","","NELLIS FIELD",48811,"Airport","OP",,"","OP",42.9584,-74.6788,"Unknown","FORT PLAIN","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.35356,"LB" +12056411,"","",61864613,"","300",80251514,"","2275050011","03","PA","Delaware","42045","","BOEING HELICOPTERS CENTER 3 SOUTH",48811,"Airport","OP",,"","OP",39.8593,-75.3196,"Unknown","RIDLEY PARK","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12240111,"","",61937413,"","300",80396114,"","2275050011","04","TN","Loudon","47105","","COX FARM",48811,"Airport","OP",,"","OP",35.7945,-84.3416,"Unknown","LENOIR CITY","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.26082,"LB" +12240711,"","",61938413,"","300",80398114,"","2275050011","04","TN","Van Buren","47175","","HOGUE",48811,"Airport","OP",,"","OP",35.639,-85.3972,"Unknown","SPENCER","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.25653,"LB" +12266511,"","",61857713,"","300",80237714,"","2275050011","03","PA","Chester","42029","","ALTEMOSE",48811,"Airport","OP",,"","OP",40.0925,-75.5158,"Unknown","MALVERN","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.305748,"LB" +11440611,"","",61938813,"","300",80398914,"","2275050011","04","TN","Marion","47115","","MATTHEWS",48811,"Airport","OP",,"","OP",35.2584,-85.4527,"Unknown","WHITWELL","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.295944,"LB" +12232311,"","",62024313,"","300",80568114,"","2275050011","05","WI","Dane","55025","","MORRISONVILLE INTL",48811,"Airport","OP",,"","OP",43.2747,-89.3504,"Unknown","MORRISONVILLE","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11457211,"","",62007413,"","300",80534314,"","2275050011","05","WI","Douglas","55031","","CEDAR ISLAND",48811,"Airport","OP",,"","OP",46.4499,-91.6169,"Unknown","BRULE","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12352911,"","",61760813,"","300",80047714,"","2275050011","02","NY","Cayuga","36011","","MATCH MATE",48811,"Airport","OP",,"","OP",42.7445,-76.6636,"Unknown","AURORA","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.282546,"LB" +12245411,"","",62028813,"","300",80577114,"","2275050011","05","WI","Dane","55025","","STORYTOWN AIRFIELD",48811,"Airport","OP",,"","OP",42.9092,-89.451,"Unknown","OREGON","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12144811,"","",61812813,"","300",80149914,"","2275050011","05","OH","Lucas","39095","","SCOTT PARK",48811,"Airport","OP",,"","OP",41.6398,-83.5933,"Unknown","TOLEDO","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11450711,"","",61984513,"","300",80489114,"","2275050011","03","VA","Accomack","51001","","MIDWAY",48811,"Airport","OP",,"","OP",37.8083,-75.6028,"Unknown","BLOXOM","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.277866,"LB" +12277611,"","",61862013,"","300",80246414,"","2275050012","02","PR","Aibonito","72009","","BAXTER-AIBONITO",48811,"Airport","OP",,"","OP",18.1397,-66.2663,"Unknown","AIBONITO","PR","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12277911,"","",61862413,"","300",80247214,"","2275050012","02","PR","Isabela","72071","","R.H.",48811,"Airport","OP",,"","OP",18.4942,-67.0242,"Unknown","ISABELA","PR","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +5440811,"ILEPA","SPI",27032313,"COM","300",80835114,"","2275020000","05","IL","Sangamon","17167","","Capital Airport",488119,"Airport","OP",,"","OP",39.844,-89.6781,"1200 Capital Airport Dr","Springfield","IL","62707","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000723116,"LB" +9034811,"","",54982913,"","300",80904914,"","2275020000","05","WI","Milwaukee","55079","","General Mitchell Intern",48811,"Airport","OP",,"","OP",42.947415,-87.896774,"Unknown","Milwaukee","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",38.7008,"LB" +10559911,"","",62162313,"","300",82276114,"","2275050011","04","AL","Monroe","01099","","Monroe County",48811,"Airport","OP",,"","OP",31.45805,-87.35104,"Unknown","Monroeville","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",19.17068,"LB" +9175311,"SCDHEC","SCDHEC",54914813,"","300",81113514,"","2275020000","04","SC","Spartanburg","45083","","Greenville-Spartanburg",48811,"Airport","OP",,"","OP",34.891,-82.22,"Unknown","Greer","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.55094,"LB" +9361211,"","",55683813,"","300",81750514,"","2275020000","04","NC","Cumberland","37051","","Pope Air Force Base",92811,"Airport","OP",,"","OP",35.17088,-79.01447,"560 Interceptor Road","Fayetteville","NC","28308","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0051522,"LB" +9315511,"","",55411413,"","300",81683814,"","2275020000","02","NY","Suffolk","36103","","Long Island Mac Arthur",48811,"Airport","OP",,"","OP",40.791,-73.1074,"Unknown","Islip","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.35648,"LB" +9039811,"","",62302613,"","300",82888914,"","2275050012","05","WI","Walworth","55127","","East Troy Muni",48811,"Airport","OP",,"","OP",42.79717,-88.37261,"Unknown","East Troy","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",8.3991,"LB" +6934911,"MNPCA","27137XDLH",14313613,"EU001","300",80862914,"","2275020000","05","MN","St. Louis","27137","","Duluth Intl",488119,"Airport","OP",,"","OP",46.84199,-92.194,"See Location Data","Duluth","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00640884,"LB" +9462111,"","",53520713,"","300",81272014,"","2275020000","04","MS","Rankin","28121","","Jackson International Airport, Thompson and Hawkins Fields",48811,"Airport","OP",,"","OP",32.3216,-90.0824,"100 International Drive","Jackson","MS","39208","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",4.83352,"LB" +10538011,"","",62113113,"","300",82065614,"","2275050011","04","AL","Franklin","01059","","Russellville Muni",48811,"Airport","OP",,"","OP",34.44954,-87.71031,"Unknown","Russellville","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",20.1994,"LB" +6151511,"MNPCA","27053XFCM",62271713,"","300",82803214,"","2275060011","05","MN","Hennepin","27053","","Flying Cloud",488119,"Airport","OP",,"","OP",44.827,-93.457,"See Location Data","Eden Prairie","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.020608,"LB" +9189511,"","",54759113,"","300",81146514,"","2275020000","03","PA","Dauphin","42043","","Harrisburg Internationa",48811,"Airport","OP",,"","OP",40.1991,-76.7788,"Unknown","Harrisburg","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00000220462,"LB" +2681611,"ILEPA","ORD",41247613,"APU","300",80801614,"","2275070000","05","IL","Cook","17031","","OHare Airport",488119,"Airport","OP",,"","OP",41.9772,-87.9044,"10000 Bessie Coleman Dr","Chicago","IL","60666","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0142617,"LB" +9262011,"","",55583813,"","300",81222714,"","2275020000","05","OH","Lucas","39095","","Toledo Express",48811,"Airport","OP",,"","OP",41.5873,-83.8175,"Unknown","Toledo","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0373352,"LB" +9339511,"","",55455013,"","300",81734414,"","2275020000","02","NY","Orange","36071","","Stewart IntL",48811,"Airport","OP",,"","OP",41.506,-74.1162,"Unknown","Newburgh","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0086818,"LB" +9792411,"","",54426813,"","300",81551114,"","2275020000","01","CT","Hartford","09003","","Bradley Intl",48811,"Airport","OP",,"","OP",41.9368,-72.6958,"Unknown","Windsor Locks","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.5949,"LB" +11355011,"","",61618113,"","300",81897914,"","2275060011","04","KY","Grayson","21085","","GRAYSON COUNTY",48811,"Airport","OP",,"","OP",37.3995,-86.2611,"Unknown","LEITCHFIELD","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1216084,"LB" +10544811,"","",62128113,"","300",82128314,"","2275050012","04","AL","Covington","01039","","Andalusia-Opp",48811,"Airport","OP",,"","OP",31.30875,-86.39376,"Unknown","Andalusia/Opp","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.968802,"LB" +9168411,"","",55044513,"","300",81098714,"","2275020000","04","TN","Sullivan","47163","","Tri-Cities Rgnl Tn/Va",48811,"Airport","OP",,"","OP",36.4722,-82.4158,"Unknown","Bristol/Johnson/Kingsp","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.222304,"LB" +9352511,"","",62523913,"","300",83942814,"","2275070000","02","NY","Westchester","36119","","Westchester County",48811,"Airport","OP",,"","OP",41.0705,-73.7153,"Unknown","White Plains","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.275938,"LB" +9190211,"","",62463613,"","300",83640614,"","2275050012","04","SC","Allendale","45005","","Allendale County",48811,"Airport","OP",,"","OP",32.99513,-81.27025,"Unknown","Allendale","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.419568,"LB" +9255111,"","",62556213,"","300",84078514,"","2275050011","04","NC","Randolph","37151","","Asheboro Muni",48811,"Airport","OP",,"","OP",35.65453,-79.89474,"Unknown","Asheboro","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",15.05552,"LB" +9185011,"","",62458413,"","300",83616914,"","2275070000","03","PA","Delaware","42045","","Philadelphia Intl",48811,"Airport","OP",,"","OP",39.874,-75.2496,"Unknown","Philadelphia","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.221134,"LB" +9175311,"SCDHEC","SCDHEC",62450013,"","300",83565914,"","2275070000","04","SC","Spartanburg","45083","","Greenville-Spartanburg",48811,"Airport","OP",,"","OP",34.891,-82.22,"Unknown","Greer","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00246698,"LB" +9187611,"","",62461013,"","300",83625514,"","2275050012","03","PA","Columbia","42037","","Bloomsburg Muni",48811,"Airport","OP",,"","OP",40.99778,-76.43606,"Unknown","Bloomsburg","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.549524,"LB" +9204411,"","",62474913,"","300",83681714,"","2275050012","04","SC","Darlington","45031","","Hartsville Rgnl",48811,"Airport","OP",,"","OP",34.40308,-80.11922,"Unknown","Hartsville","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.963272,"LB" +9339111,"","",62518613,"","300",83913514,"","2275050011","04","NC","Bladen","37017","","Curtis L Brown Jr Field",48811,"Airport","OP",,"","OP",34.60184,-78.57973,"Unknown","Elizabethtown","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",14.05182,"LB" +9256111,"","",62556613,"","300",84079414,"","2275050012","05","OH","Medina","39103","","Medina Municipal",48811,"Airport","OP",,"","OP",41.13144,-81.76492,"Unknown","Medina","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",13.25268,"LB" +9160611,"","",62431913,"","300",83495714,"","2275060011","04","TN","Wilson","47189","","Lebanon Muni",48811,"Airport","OP",,"","OP",36.19042,-86.31569,"Unknown","Lebanon","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1927464,"LB" +9339511,"","",62518913,"","300",83919014,"","2275070000","02","NY","Orange","36071","","Stewart IntL",48811,"Airport","OP",,"","OP",41.506,-74.1162,"Unknown","Newburgh","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000246918,"LB" +9174311,"","",62448113,"","300",83556814,"","2275060012","04","TN","Sevier","47155","","Gatlinburg-Pigeon Forge",48811,"Airport","OP",,"","OP",35.85776,-83.52871,"Unknown","Sevierville","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.51916,"LB" +9297611,"","",62566613,"","300",84106614,"","2275060011","05","OH","Ottawa","39123","","Carl R Keller Field",48811,"Airport","OP",,"","OP",41.51628,-82.86869,"Unknown","Port Clinton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.976152,"LB" +9066711,"","",62322213,"","300",82988214,"","2275060011","03","VA","Isle of Wight","51093","","Franklin Muni-John Beve",48811,"Airport","OP",,"","OP",36.69818,-76.90313,"Unknown","Franklin","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00729762,"LB" +9160911,"","",62432313,"","300",83496614,"","2275050012","04","TN","Bedford","47003","","Bomar Field-Shelbyville",48811,"Airport","OP",,"","OP",35.5601,-86.44249,"Unknown","Shelbyville","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",9.54828,"LB" +9208111,"","",62477113,"","300",83693414,"","2275070000","04","SC","Charleston","45019","","Charleston AFB/Intl Airport",48811,"Airport","OP",,"","OP",32.8985,-80.0476,"Unknown","Charleston","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01595486,"LB" +9362311,"","",62530413,"","300",83970014,"","2275050011","01","NH","Sullivan","33019","","Parlin Field",48811,"Airport","OP",,"","OP",43.38813,-72.18925,"Unknown","Newport","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.0111,"LB" +9369111,"","",62537513,"","300",84007914,"","2275070000","01","NH","Hillsborough","33011","","Manchester",48811,"Airport","OP",,"","OP",42.9353,-71.4446,"Unknown","Manchester","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000423288,"LB" +9297811,"","",62566913,"","300",84107314,"","2275050012","05","OH","Ottawa","39123","","Middle Bass-East Point",48811,"Airport","OP",,"","OP",41.69444,-82.79656,"Unknown","Middle Bass Island","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.202796,"LB" +9362911,"","",62530613,"","300",83971714,"","2275070000","02","NY","Albany","36001","","Albany Intl",48811,"Airport","OP",,"","OP",42.7531,-73.8094,"Unknown","Albany","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1593082,"LB" +9294111,"","",62564613,"","300",84101514,"","2275050011","04","NC","Surry","37171","","Mount Airy/Surry County",48811,"Airport","OP",,"","OP",36.45974,-80.55296,"Unknown","Mount Airy","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",16.05922,"LB" +9310311,"","",62574213,"","300",84134814,"","2275070000","05","OH","Franklin","39049","","Port Columbus Intl",48811,"Airport","OP",,"","OP",39.9983,-82.9084,"Unknown","Columbus","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0587818,"LB" +9315911,"","",62579013,"","300",84165214,"","2270008005","02","NY","Suffolk","36103","","The Francis S Gabreski",48811,"Airport","OP",,"","OP",40.844,-72.639,"Unknown","Westhampton Beach","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0289992,"LB" +9269711,"","",62503113,"","300",83800414,"","2275060011","05","OH","Lorain","39093","","Lorain County Regional",48811,"Airport","OP",,"","OP",41.34428,-82.17764,"Unknown","Lorain/Elyria","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.31056,"LB" +9334311,"","",62516413,"","300",83896714,"","2275050011","02","NY","Franklin","36033","","Malone-Dufort",48811,"Airport","OP",,"","OP",44.85366,-74.32895,"Unknown","Malone","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",8.02962,"LB" +4773611,"ILEPA","097050AAE",59775513,"0006","160",85915814,"01","20200102","05","IL","Lake","17097","","North Shore Sanitary District",221320,"Wastewater Treatment Facility","OP",17,"E6BTU/HR","OP",42.157466,-87.798323,"Clavey Rd","Highland Park","IL","60035","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +9301411,"","",63212613,"","300",86936614,"","2275001000","05","OH","Montgomery","39113","","Dayton-Wright Brothers",48811,"Airport","OP",,"","OP",39.58897,-84.22486,"Unknown","Dayton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1183086,"LB" +9772011,"","",63280413,"","300",87004414,"","2275001000","04","GA","Greene","13133","","Greene County Regional",48811,"Airport","OP",,"","OP",33.59767,-83.139,"Unknown","Greensboro","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.373606,"LB" +4516311,"ILEPA","SAR",63691813,"GA-Piston","300",88237714,"01","2275050011","05","IL","Randolph","17157","","Sparta Community Airport",488119,"Airport","OP",,"","OP",38.1468,-89.6996,"1800 N Market","Sparta","IL","62286","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",25.5944,"LB" +1001511,"ALJCBOH","010730268",63024813,"3","999",86737514,"1","40400170","04","AL","Jefferson","01073","","Buckeye BIRMINGHAM TERMINAL",493190,"Petroleum Storage Facility","OP",,"","OP",33.47584,-86.85771,"1600 Mims AVE SW","Birmingham","AL","35211","R","USEPA Emission Factor (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",2.54,"LB" +11036011,"ILEPA","1IL1",63702913,"GA-Piston","300",88248814,"01","2275050011","05","IL","Montgomery","17135","","HORSEFEATHERS RANCH",48811,"Airport","OP",,"","OP",39.2445,-89.4259,"Unknown","IRVING","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.27756,"LB" +1056011,"ALJCBOH","010730074",62973813,"5","999",86687214,"1","40400140","04","AL","Jefferson","01073","","CITGO PETROLEUM CORP.",424710,"Petroleum Storage Facility","OP",,"","OP",33.46125,-86.87614,"2200 25th ST SW","Birmingham","AL","35211","R","Stack Test (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",91.04,"LB" +1056011,"ALJCBOH","010730074",62973913,"7","999",86687314,"1","40400151","04","AL","Jefferson","01073","","CITGO PETROLEUM CORP.",424710,"Petroleum Storage Facility","OP",,"","OP",33.46125,-86.87614,"2200 25th ST SW","Birmingham","AL","35211","R","Stack Test (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",2,"LB" +11696211,"ILEPA","6LL6",63749313,"GA-Piston","300",88295214,"01","2275050011","05","IL","Clinton","17027","","FISCHERS RLA",48811,"Airport","OP",,"","OP",38.4917,-89.6634,"Unknown","NEW MEMPHIS","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.389782,"LB" +9649011,"","",63241613,"","300",86965614,"","2275001000","05","IN","Delaware","18035","","Delaware County - Johns",48811,"Airport","OP",,"","OP",40.2424,-85.4014,"Unknown","Muncie","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.76091,"LB" +9014711,"","",63129913,"","300",86853814,"","2275001000","05","WI","Sauk","55111","","Sauk-Prairie",48811,"Airport","OP",,"","OP",43.29693,-89.75596,"Unknown","Prairie Du Sac","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.373606,"LB" +9257411,"","",63202413,"","300",86926414,"","2275001000","05","OH","Fairfield","39045","","Fairfield County",48811,"Airport","OP",,"","OP",39.75565,-82.65711,"Unknown","Lancaster","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0821932,"LB" +9061011,"","",62318013,"","300",146275714,"","2275070000","01","VT","Chittenden","50007","","Burlington Intl",48811,"Airport","OP",,"","OP",44.4763,-73.161,"Unknown","Burlington","VT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000793664,"LB" +9602811,"","",63228513,"","300",86952514,"","2275001000","04","KY","Pulaski","21199","","Somerset-Pulaski County",48811,"Airport","OP",,"","OP",37.0542,-84.61494,"Unknown","Somerset","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.24907,"LB" +8309011,"NYDEC","2630400024",64122913,"UCC001","120",88927114,"PC1FP","20100201","02","NY","Queens","36081","","RAVENSWOOD GENERATING STATION",221112,"Electricity Generation via Combustion","OP",,"","OP",40.75967,-73.946046,"38-54 VERNON BLVD","QUEENS","NY","11101","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",188.932,"LB" +8433511,"NYDEC","9041200042",591513,"O00001","120",89041014,"700FP","20200201","02","NY","Cattaraugus","36009","","INDECK OLEAN ENERGY CENTER",221112,"Electricity Generation via Combustion","OP",,"","OP",42.085956,-78.454258,"140 MOORE AVE","OLEAN","NY","14760","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",1.48638,"LB" +12585611,"MSDEQ","2812700071",63806713,"023","999",88352814,"1","40688801","04","MS","Simpson","28127","","Gulf South Pipeline Company LP, Harrisville Compressor Station",48621,"Compressor Station","OP",,"","OP",32.01496,-90.1292,"444A Twin Lakes Road and Dan Keyes Road","Harrisville","MS","39073","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",0,"LB" +7183811,"MSDEQ","2803300009",65309513,"035","400",90482414,"1","40400301","04","MS","DeSoto","28033","","Texas Gas Transmission LLC, Lake Cormorant Compressor Station",221210,"Compressor Station","OP",,"","OP",34.899192,-90.166389,"2672 Wilson Mill Road","Lake Cormorant","MS","38641","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",.4,"LB" +12587911,"MSDEQ","2811300038",63817613,"008","999",88365114,"1","31000503","04","MS","Pike","28113","","Denbury Onshore LLC, Little Creek EOR Facility",211111,"","OP",,"","OP",31.343911,-90.358347,"4047 Shell Oil Road","Ruth","MS","39662","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",212.4,"LB" +12588011,"MSDEQ","2808500038",63824413,"026","999",88373314,"1","30600402","04","MS","Lincoln","28085","","Denbury Onshore LLC, Mallallieu EOR Facility",211111,"","OP",,"","OP",31.491011,-90.410733,"1043 Mount Olive Road","Bogue Chitto","MS","39629","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",.6,"LB" +12449211,"ILEPA","LL43",63773913,"GA-Piston","300",88319814,"01","2275050011","05","IL","Bureau","17011","","GERALD H HAMER",48811,"Airport","OP",,"","OP",41.45,-89.1668,"Unknown","PERU","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.259456,"LB" +9070011,"","",62325313,"","300",146291814,"","2275070000","03","VA","Henrico","51087","","Richmond International",48811,"Airport","OP",,"","OP",37.5026,-77.3276,"Unknown","Richmond","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0301834,"LB" +8035411,"NYDEC","6215600018",64153313,"R24506","160",89019414,"RC6FP","20200254","02","NY","Herkimer","36043","","TGP COMPRESSOR STATION 245",48621,"","OP",,"","OP",42.873158,-75.167822,"457 BURROWS RD","WEST WINFIELD","NY","13491","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",.028728,"LB" +8038211,"NYDEC","6990600006",64142913,"U2140G","480",88976714,"004FP","40600307","02","NY","Jefferson","36045","","FORT DRUM - US MILITARY",92811,"Military Base","OP",,"","OP",44.059304,-75.710774,"HQ, 10TH MTN DIV (LI)","LEWIS & JEFFERSON CO","NY","13607","R","Material Balance","","2011NYDEC","100414","Ethyl Benzene",.88,"LB" +6478411,"WIDNR","772054030",65165913,"P16","450",90323614,"00","40200301","05","WI","Wood","55141","","Marshfield Door Systems",321911,"","OP",,"","OP",44.6598,-90.1576,"1401 E 4th St","Marshfield","WI","54449","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100414","Ethyl Benzene",.07,"LB" +5523111,"KYDAQ","2104900003",26663713,"004","100",39338514,"1","10100202","04","KY","Clark","21049","","East KY Power Coop - Dale Station",221112,"Electricity Generation via Combustion","OP",756,"E6BTU/HR","OP",37.880571,-84.262368,"1925 Ford Rd","Winchester","KY","40391","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",16.303,"LB" +5189511,"KYDAQ","2101500606",25078513,"001","999",40033614,"1","40600301","04","KY","Boone","21015","","8039 Burlington Florence LLC",447110,"Gasoline/Diesel Service Station","OP",,"","OP",39.002778,-84.651944,"8039 Burlington Pike (KY 18)","Florence","KY","41042","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",1.23346,"LB" +9068911,"","",55129513,"","300",146323114,"","2275020000","03","VA","Norfolk city","51710","","Norfolk Ns",48811,"Airport","OP",,"","OP",36.93737,-76.29022,"Unknown","Norfolk","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00551596,"LB" +5181411,"KYDAQ","2111700657",25734513,"001","999",39081114,"1","40600301","04","KY","Kenton","21117","","Triumph Energy Corp",447110,"Gasoline/Diesel Service Station","OP",,"","OP",39.030278,-84.618056,"794 Donaldson Rd","Erlanger","KY","41018","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.646588,"LB" +9068811,"","",62324813,"","300",146322114,"","2275060012","03","VA","Norfolk city","51710","","Norfolk Intl",48811,"Airport","OP",,"","OP",36.8916,-76.211,"Unknown","Norfolk","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0240634,"LB" +5792311,"KYDAQ","2111700620",22569113,"002","999",39088614,"1","40600301","04","KY","Kenton","21117","","Speedway Superamerica Llc",447110,"Gasoline/Diesel Service Station","OP",,"","OP",39.086389,-84.520556,"613 W 4th St","Covington","KY","41011","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",0,"LB" +5776011,"KYDAQ","2111700004",22581813,"002","400",39264214,"4","40400307","04","KY","Kenton","21117","","Transmontaigne Operating Company LP - Greater Cincinnati Terminal",424710,"Petroleum Storage Facility","OP",,"","OP",39.072959,-84.588403,"700 River Rd","Covington","KY","41017","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",.03144,"LB" +9618811,"","",62751913,"","300",84847714,"","2275070000","04","KY","Boone","21015","","Cincinnati/Northern Ken",48811,"Airport","OP",,"","OP",39.0388,-84.6738,"Unknown","Covington/Cincinnati,","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0233998,"LB" +9649011,"","",62613813,"","300",84314014,"","2275070000","05","IN","Delaware","18035","","Delaware County - Johns",48811,"Airport","OP",,"","OP",40.2424,-85.4014,"Unknown","Muncie","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001653466,"LB" +9656711,"","",62622013,"","300",84332414,"","2275070000","05","IN","Monroe","18105","","Monroe County",48811,"Airport","OP",,"","OP",39.14602,-86.61668,"Unknown","Bloomington","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000771618,"LB" +9745911,"","",62774613,"","300",84933614,"","2275050011","04","FL","Pinellas","12103","","Albert Whitted",48811,"Airport","OP",,"","OP",27.765,-82.6309,"Unknown","St Petersburg","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",84.863,"LB" +9746011,"","",62774713,"","300",84934414,"","2275070000","04","FL","Pinellas","12103","","St Petersburg-Clearwate",48811,"Airport","OP",,"","OP",27.9109,-82.693,"Unknown","St Petersburg-Clearwat","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.566242,"LB" +9794911,"","",62814913,"","300",85170914,"","2275050012","04","FL","Jackson","12063","","Marianna Muni",48811,"Airport","OP",,"","OP",30.83781,-85.18189,"Unknown","Marianna","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.17982,"LB" +9547511,"MIDEQ","AIRPORTAZO",62706513,"GSE","300",84650214,"4-Stroke","2265008005","05","MI","Kalamazoo","26077","","Kalamazoo/Battle Creek",48811,"Airport","OP",,"","OP",42.2369,-85.5575,"Unknown","Kalamazoo","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.666834,"LB" +9766211,"","",62790313,"","300",85026614,"","2275050012","04","FL","Walton","12131","","Defuniak Springs",48811,"Airport","OP",,"","OP",30.7313,-86.15161,"Unknown","Defuniak Springs","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.53494,"LB" +9807711,"","",62828113,"","300",85247714,"","2275050012","04","FL","Escambia","12033","","Ferguson",48811,"Airport","OP",,"","OP",30.39881,-87.34859,"Unknown","Pensacola","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",11.40724,"LB" +9535411,"MIDEQ","AIRPORTDTW",62700213,"APU","300",84625014,"Boeing 757-200","2275070000","05","MI","Wayne","26163","","Detroit Metropolitan Wayne County",48811,"Airport","OP",,"","OP",42.2072,-83.3731,"Goddard Road","Detroit","MI","48242","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.980542,"LB" +9802811,"","",62822713,"","300",85208314,"","2275060011","04","FL","Hernando","12053","","Hernando County",48811,"Airport","OP",,"","OP",28.4736,-82.45542,"Unknown","Brooksville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.153835,"LB" +9808011,"","",62828613,"","300",85249814,"","2267008005","04","FL","Duval","12031","","Jacksonville Nas /Tower",48811,"Airport","OP",,"","OP",30.23468,-81.67648,"Unknown","Jacksonville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000244774,"LB" +9535511,"MIDEQ","AIRPORTDET",62700713,"AT","300",84629114,"Turbine","2275060012","05","MI","Wayne","26163","","Detroit City",48811,"Airport","OP",,"","OP",42.4108,-83.0163,"Unknown","Detroit","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.40827,"LB" +9659311,"","",62754613,"","300",84859314,"","2275050012","05","IN","Marshall","18099","","Plymouth Muni",48811,"Airport","OP",,"","OP",41.36513,-86.3005,"Unknown","Plymouth","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.7882,"LB" +1778611,"ILEPA","031600FHO",59509713,"0005","400",85605514,"01","40600603","05","IL","Cook","17031","","Peoples Gas Light & Coke Co",221210,"","OP",,"","OP",41.902284,-87.65826,"1241 W Division St","Chicago","IL","60622","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.126,"LB" +9795811,"","",62816813,"","300",85178214,"","2268008005","01","CT","Fairfield","09001","","Igor I Sikorsky Memoria",48811,"Airport","OP",,"","OP",41.1631,-73.1341,"1000 Great Meadow Rd","Stratford","CT","06615","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000213,"LB" +9801311,"","",62821013,"","300",85201714,"","2275050012","04","FL","Highlands","12055","","Sebring Regional",48811,"Airport","OP",,"","OP",27.4564,-81.3424,"Unknown","Sebring","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",17.3537,"LB" +9516611,"MIDEQ","AIRPORTRNP",62695213,"GA","300",84595714,"Turbine","2275050012","05","MI","Shiawassee","26155","","Owosso Community",48811,"Airport","OP",,"","OP",42.99297,-84.13891,"Unknown","Owosso","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",4.2249,"LB" +9587511,"","",62733313,"","300",84788314,"","2275050011","04","KY","Martin","21159","","Big Sandy Regional",48811,"Airport","OP",,"","OP",37.75103,-82.63669,"Unknown","Prestonsburg","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.74116,"LB" +9522911,"MIDEQ","AIRPORTPHN",62696713,"GSE","300",84598814,"4-Stroke","2265008005","05","MI","St. Clair","26147","","St Clair County Intl",48811,"Airport","OP",,"","OP",42.91096,-82.52886,"Unknown","Port Huron","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001802942,"LB" +9557211,"MIDEQ","AIRPORTD95",62710913,"GA","300",84661814,"Turbine","2275050012","05","MI","Lapeer","26087","","Dupont-Lapeer",48811,"Airport","OP",,"","OP",43.06661,-83.27234,"Unknown","Lapeer","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.4092,"LB" +9622711,"","",62598313,"","300",84270114,"","2267008005","04","KY","Daviess","21059","","Owensboro-Daviess Count",48811,"Airport","OP",,"","OP",37.74011,-87.16683,"Unknown","Owensboro","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00656464,"LB" +9384711,"","",62627713,"","300",84349514,"","2275070000","02","NY","Clinton","36019","","Plattsburgh Intl",48811,"Airport","OP",,"","OP",44.65094,-73.46813,"Unknown","Plattsburgh","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0523994,"LB" +9384711,"","",62627713,"","300",84349614,"","2275070000","02","NY","Clinton","36019","","Plattsburgh Intl",48811,"Airport","OP",,"","OP",44.65094,-73.46813,"Unknown","Plattsburgh","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001479302,"LB" +9448511,"","",62672313,"","300",84523914,"","2275050012","04","MS","Lowndes","28087","","Columbus Lowndes County Airport",48811,"Airport","OP",,"","OP",33.4654,-88.38032,"368 Fabritek Drive","Columbus","MS","39702-9299","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.14626,"LB" +11330111,"","",61508313,"","300",79548114,"","2275050011","04","GA","Chattooga","13055","","WYATT",48811,"Airport","OP",,"","OP",34.5783,-85.3839,"Unknown","SUMMERVILLE","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.29572,"LB" +12125911,"","",61499513,"","300",79531714,"","2275050011","04","FL","Union","12125","","FLYING TIGER FIELD",48811,"Airport","OP",,"","OP",29.9355,-82.4107,"Unknown","WORTHINGTON","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.350398,"LB" +11820111,"","",61348913,"","300",79235714,"","2275050011","02","NY","Chautauqua","36013","","WESTFIELD MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",42.3295,-79.5706,"Unknown","WESTFIELD","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11752211,"","",61324613,"","300",79187314,"","2275050011","04","SC","Calhoun","45017","","ST. MATHEWS",48811,"Airport","OP",,"","OP",33.6892,-80.6933,"Unknown","ST. MATHEWS","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12460011,"","",61511013,"","300",79553514,"","2275050011","04","GA","Fulton","13121","","ROLLINS",48811,"Airport","OP",,"","OP",33.8151,-84.3719,"Unknown","ATLANTA","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12498711,"","",61620813,"","300",79769714,"","2275050011","01","MA","Barnstable","25001","","MARSTON MILLS",48811,"Airport","OP",,"","OP",41.669,-70.4175,"Unknown","MARSTONS MILLS","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.258926,"LB" +12383711,"","",61678913,"","300",79885514,"","2275050011","04","MS","Hinds","28049","","ST DOMINIC-JACKSON MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",32.3329,-90.1654,"Unknown","JACKSON","MS","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11453311,"","",61989913,"","300",80499714,"","2275050011","01","VT","Lamoille","50015","","PERRAS FIELD",48811,"Airport","OP",,"","OP",44.5267,-72.5815,"Unknown","MORRISVILLE","VT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.33271,"LB" +12145911,"","",61814113,"","300",80152614,"","2275050012","05","OH","Sandusky","39143","","TESAR",48811,"Airport","OP",,"","OP",41.2842,-82.9703,"Unknown","CLYDE","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12186711,"","",61794113,"","300",80112814,"","2275050012","05","OH","Butler","39017","","B & W METALS COMPANY",48811,"Airport","OP",,"","OP",39.3434,-84.5366,"Unknown","FAIRFIELD","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +8960211,"","",89327213,"","300",146419514,"","2275020000","02","PR","Carolina","72031","","Luis Munoz Marin Intl",48811,"Airport","OP",,"","OP",18.437452,-65.998066,"Unknown","San Juan","PR","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.267796,"LB" +11439511,"","",61934013,"","300",80389414,"","2275050012","04","TN","Loudon","47105","","LOUDON JUSTICE CENTER",48811,"Airport","OP",,"","OP",35.7708,-84.3131,"Unknown","LOUDON","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12193711,"","",62008513,"","300",80536514,"","2275050011","05","WI","Dane","55025","","CARDINAL RIDGE",48811,"Airport","OP",,"","OP",42.8811,-89.7522,"Unknown","MT HOREB","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.304662,"LB" +12353511,"","",61761413,"","300",80049014,"","2275050012","02","NY","Niagara","36063","","RAINBOW AIR",48811,"Airport","OP",,"","OP",43.0889,-79.0623,"Unknown","NIAGARA FALLS","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12275811,"","",61859213,"","300",80240714,"","2275050011","03","PA","Butler","42019","","LAKE ARTHUR FIELD",48811,"Airport","OP",,"","OP",40.9845,-80.162,"Unknown","PORTERSVILLE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.255752,"LB" +12096711,"","",61886013,"","300",80293914,"","2275050011","04","SC","Bamberg","45009","","SHILOH PLANTATION",48811,"Airport","OP",,"","OP",33.1206,-80.9508,"Unknown","EHRHARDT","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.257562,"LB" +12228011,"","",61934313,"","300",80389914,"","2275050011","04","TN","Davidson","47037","","VANDERBILT UNIVERSITY MEDICAL CENTER",48811,"Airport","OP",,"","OP",36.1414,-86.8028,"Unknown","NASHVILLE","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11396911,"","",61758113,"","300",80042414,"","2275050012","02","NY","New York","36061","","ONE POLICE PLAZA",48811,"Airport","OP",,"","OP",40.7126,-73.9996,"Unknown","NEW YORK","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +9788611,"","",54047313,"","300",81533414,"","2275020000","04","FL","Manatee","12081","","Sarasota/Bradenton Intl",48811,"Airport","OP",,"","OP",27.397,-82.5622,"Unknown","Sarasota/Bradenton","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01489664,"LB" +9311211,"","",55605413,"","300",81681614,"","2275020000","04","NC","Craven","37049","","Craven County Regional",48811,"Airport","OP",,"","OP",35.07297,-77.04294,"Unknown","New Bern","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.012401,"LB" +10560111,"","",62162913,"","300",82280814,"","2275060011","04","AL","Mobile","01097","","Mobile Downtown",48811,"Airport","OP",,"","OP",30.6256,-88.0731,"Unknown","Mobile","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.356244,"LB" +9791511,"","",54571913,"","300",81539014,"","2275020000","04","FL","Broward","12011","","Fort Lauderdale/Hollywo",48811,"Airport","OP",,"","OP",26.074716,-80.152508,"Unknown","Fort Lauderdale","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01791918,"LB" +8901411,"","",62294313,"","300",82862514,"","2275050011","05","WI","Wood","55141","","Marshfield Muni",48811,"Airport","OP",,"","OP",44.63688,-90.18933,"Unknown","Marshfield","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",23.4866,"LB" +9336611,"","",55450413,"","300",81724114,"","2275020000","02","NY","Erie","36029","","Buffalo Niagara Intl",48811,"Airport","OP",,"","OP",42.9388,-78.7422,"Unknown","Buffalo","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0214906,"LB" +7092911,"MNPCA","27109XRST",15104313,"EU002","300",80865414,"","2275070000","05","MN","Olmsted","27109","","Rochester International",488119,"Airport","OP",,"","OP",43.907,-92.499,"See Location Data","Rochester","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000573202,"LB" +10537411,"","",62112813,"","300",82065014,"","2275050011","04","AL","St. Clair","01115","","St Clair County",48811,"Airport","OP",,"","OP",33.55883,-86.24906,"Unknown","Pell City","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",33.6962,"LB" +7092911,"MNPCA","27109XRST",62284013,"","300",82831714,"","2275050011","05","MN","Olmsted","27109","","Rochester International",488119,"Airport","OP",,"","OP",43.907,-92.499,"See Location Data","Rochester","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",24.4492,"LB" +2681611,"ILEPA","ORD",41247413,"COM","300",80788814,"","2275020000","05","IL","Cook","17031","","OHare Airport",488119,"Airport","OP",,"","OP",41.9772,-87.9044,"10000 Bessie Coleman Dr","Chicago","IL","60666","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.29784,"LB" +9154911,"","",54996813,"","300",81071214,"","2275020000","04","SC","Lexington","45063","","Columbia Metropolitan",48811,"Airport","OP",,"","OP",33.9367,-81.1317,"Unknown","Columbia","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1469954,"LB" +9796711,"","",54007513,"","300",81570614,"","2275020000","04","FL","Hillsborough","12057","","Tampa Intl",48811,"Airport","OP",,"","OP",27.979379,-82.537823,"Unknown","Tampa","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.430568,"LB" +9809511,"","",54045913,"","300",81604414,"","2275020000","04","FL","Duval","12031","","Jacksonville Intl",48811,"Airport","OP",,"","OP",30.4942,-81.7005,"Unknown","Jacksonville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.32774,"LB" +9158111,"CHC_APCB","Ap01",55116213,"","300",81078714,"","2275020000","04","TN","Hamilton","47065","","Chattanooga Metropolitan Airport (Lovell Field)",48811,"Airport","OP",,"","OP",35.0338,-85.208,"1001 Airport Road","Chattanooga","TN","37421","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.587632,"LB" +9208111,"","",54833713,"","300",81163514,"","2275020000","04","SC","Charleston","45019","","Charleston AFB/Intl Airport",48811,"Airport","OP",,"","OP",32.8985,-80.0476,"Unknown","Charleston","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.263758,"LB" +9301511,"","",55742113,"","300",81669214,"","2275020000","05","OH","Montgomery","39113","","James M Cox Dayton Intl",48811,"Airport","OP",,"","OP",39.9,-84.2324,"Unknown","Dayton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00513678,"LB" +9333211,"","",55490113,"","300",81704614,"","2275020000","02","NY","Queens","36081","","La Guardia",48811,"Airport","OP",,"","OP",40.775519,-73.872557,"Unknown","New York","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",43.7884,"LB" +9376211,"","",55178313,"","300",81776714,"","2275020000","02","NJ","Essex","34013","","Newark Liberty Intl",48811,"Airport","OP",,"","OP",40.690265,-74.176413,"Unknown","Newark","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000460766,"LB" +4515011,"ILEPA","RFD",27651613,"COM","300",80825814,"","2275020000","05","IL","Winnebago","17201","","Greater Rockford Airport",488119,"Airport","OP",,"","OP",42.20069,-89.0892,"60 Airport Dr","Rockford","IL","61109-2902","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000202826,"LB" +9347511,"","",55448813,"","300",81742214,"","2275020000","02","NY","Onondaga","36067","","Syracuse Hancock Intl",48811,"Airport","OP",,"","OP",43.1148,-76.1202,"Unknown","Syracuse","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0130227,"LB" +9159611,"","",62430813,"","300",83488314,"","2275070000","04","SC","Horry","45051","","Myrtle Beach Intl",48811,"Airport","OP",,"","OP",33.6924,-78.9317,"Unknown","Myrtle Beach","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001565282,"LB" +9186311,"","",62459713,"","300",83621714,"","2275050012","04","SC","Beaufort","45013","","Hilton Head Airport",48811,"Airport","OP",,"","OP",32.2244,-80.6975,"Dillon Road","Hilton Head","SC","29926","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",4.24822,"LB" +9336311,"","",62517113,"","300",83900814,"","2275060011","02","NY","Otsego","36077","","Oneonta Muni",48811,"Airport","OP",,"","OP",42.52477,-75.06446,"Unknown","Oneonta","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.912064,"LB" +9217311,"","",62484913,"","300",83738314,"","2275050011","05","OH","Tuscarawas","39157","","Harry Clever Field",48811,"Airport","OP",,"","OP",40.47092,-81.41975,"Unknown","New Philadelphia","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",53.978,"LB" +9024911,"","",62418313,"","300",83427214,"","2275060011","05","WI","La Crosse","55063","","La Crosse Muni",48811,"Airport","OP",,"","OP",43.8828,-91.2629,"Unknown","La Crosse","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.34916,"LB" +9336611,"","",62517413,"","300",83907714,"","2275070000","02","NY","Erie","36029","","Buffalo Niagara Intl",48811,"Airport","OP",,"","OP",42.9388,-78.7422,"Unknown","Buffalo","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.46863,"LB" +9261711,"","",62494313,"","300",83772514,"","2275050011","05","OH","Madison","39097","","Madison County",48811,"Airport","OP",,"","OP",39.93273,-83.462,"Unknown","London","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",39.3952,"LB" +9064611,"","",62320813,"","300",82976614,"","2275050011","01","VT","Addison","50001","","Middlebury State",48811,"Airport","OP",,"","OP",43.98478,-73.09595,"Unknown","Middlebury","VT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",10.1374,"LB" +9015811,"","",62411713,"","300",83406314,"","2275050011","03","WV","Marion","54049","","Fairmont Muni-Frankman",48811,"Airport","OP",,"","OP",39.44817,-80.16703,"Unknown","Fairmont","WV","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.51872,"LB" +9154911,"","",62378213,"","300",83254714,"","2275070000","04","SC","Lexington","45063","","Columbia Metropolitan",48811,"Airport","OP",,"","OP",33.9367,-81.1317,"Unknown","Columbia","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.582582,"LB" +9196911,"","",62469913,"","300",83666814,"","2275060012","03","PA","Tioga","42117","","Grand Canyon State",48811,"Airport","OP",,"","OP",41.7279,-77.39651,"Unknown","Wellsboro","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00690294,"LB" +9360811,"","",62529013,"","300",83964014,"","2275060011","04","NC","Dare","37055","","Billy Mitchell",48811,"Airport","OP",,"","OP",35.23279,-75.6178,"Unknown","Hatteras","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.030416,"LB" +9305511,"","",62571513,"","300",84124214,"","2268008005","05","OH","Greene","39057","","Wright-Patterson AFB",48811,"Airport","OP",,"","OP",39.82617,-84.04827,"Unknown","Dayton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000544342,"LB" +9301511,"","",62569413,"","300",84113514,"","2275070000","05","OH","Montgomery","39113","","James M Cox Dayton Intl",48811,"Airport","OP",,"","OP",39.9,-84.2324,"Unknown","Dayton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.021495,"LB" +9148111,"","",62373413,"","300",83234314,"","2270008005","04","TN","Madison","47113","","Mc Kellar-Sipes Regiona",48811,"Airport","OP",,"","OP",35.5973,-88.921,"Unknown","Jackson","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00333172,"LB" +9019011,"","",62412913,"","300",83411114,"","2275070000","05","WI","Marathon","55073","","Central Wisconsin",48811,"Airport","OP",,"","OP",44.781,-89.6758,"Unknown","Mosinee","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001809996,"LB" +9148311,"","",62373513,"","300",83234514,"","2275060011","04","TN","Macon","47111","","Lafayette Muni",48811,"Airport","OP",,"","OP",36.51838,-86.05828,"Unknown","Lafayette","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.030416,"LB" +9333311,"","",62514913,"","300",83876514,"","2275070000","02","NY","Queens","36081","","John F Kennedy Intl",48811,"Airport","OP",,"","OP",40.644653,-73.784401,"Unknown","New York","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.664036,"LB" +9347511,"","",62522213,"","300",83935614,"","2275070000","02","NY","Onondaga","36067","","Syracuse Hancock Intl",48811,"Airport","OP",,"","OP",43.1148,-76.1202,"Unknown","Syracuse","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001128766,"LB" +9020611,"","",62413913,"","300",83415714,"","2275060012","05","WI","Richland","55103","","Richland",48811,"Airport","OP",,"","OP",43.28333,-90.29828,"Unknown","Richland Center","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.068994,"LB" +9174911,"","",62449113,"","300",83558714,"","2275050011","04","TN","Fentress","47049","","Jamestown Muni",48811,"Airport","OP",,"","OP",36.34971,-84.94665,"Unknown","Jamestown","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.622304,"LB" +9326611,"","",62584513,"","300",84188414,"","2275070000","04","NC","Guilford","37081","","Piedmont Triad Internat",48811,"Airport","OP",,"","OP",36.0958,-79.9498,"Unknown","Greensboro","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00043431,"LB" +9159211,"","",62430313,"","300",83485214,"","2275070000","04","TN","Blount","47009","","Mc Ghee Tyson",48811,"Airport","OP",,"","OP",35.8023,-84.005,"Unknown","Knoxville","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.038162,"LB" +9303111,"","",63212813,"","300",86936814,"","2275001000","05","OH","Guernsey","39059","","Cambridge Muni",48811,"Airport","OP",,"","OP",39.97504,-81.5776,"Unknown","Cambridge","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0934014,"LB" +9618011,"","",63237613,"","300",86961614,"","2275001000","04","KY","Harrison","21097","","Cynthiana-Harrison Coun",48811,"Airport","OP",,"","OP",38.36674,-84.2841,"Unknown","Cynthiana","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.24907,"LB" +11837811,"ILEPA","30LL",63713813,"GA-Piston","300",88259714,"01","2275050011","05","IL","Morgan","17137","","WILLIAMS AIRPARK",48811,"Airport","OP",,"","OP",39.7542,-90.3654,"Unknown","CHAPIN","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.240932,"LB" +9080411,"","",63144513,"","300",86868414,"","2275001000","03","VA","Chesapeake city","51550","","Hampton Roads Executive",48811,"Airport","OP",,"","OP",36.78015,-76.44884,"Unknown","Norfolk","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.270242,"LB" +1001511,"ALJCBOH","010730268",63025213,"8","400",86737914,"1","40400160","04","AL","Jefferson","01073","","Buckeye BIRMINGHAM TERMINAL",493190,"Petroleum Storage Facility","OP",,"","OP",33.47584,-86.85771,"1600 Mims AVE SW","Birmingham","AL","35211","R","USEPA Emission Factor (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",.24,"LB" +9198811,"","",63168013,"","300",86891914,"","2275001000","03","PA","Schuylkill","42107","","Schuylkill County /Joe",48811,"Airport","OP",,"","OP",40.70645,-76.37315,"Unknown","Pottsville","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.84572,"LB" +9204011,"","",63168913,"","300",86892814,"","2275001000","03","PA","Jefferson","42065","","Du Bois-Jefferson Count",48811,"Airport","OP",,"","OP",41.17827,-78.8987,"Unknown","Du Bois","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0311338,"LB" +9250311,"","",63200613,"","300",86924614,"","2275001000","05","OH","Wood","39173","","Metcalf Field",48811,"Airport","OP",,"","OP",41.56487,-83.48226,"Unknown","Toledo","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.24907,"LB" +9070011,"","",55133813,"","300",146291014,"","2275020000","03","VA","Henrico","51087","","Richmond International",48811,"Airport","OP",,"","OP",37.5026,-77.3276,"Unknown","Richmond","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0044798,"LB" +11131411,"ILEPA","3LL9",63717813,"GA-Piston","300",88263714,"01","2275050011","05","IL","Madison","17119","","COMPTON",48811,"Airport","OP",,"","OP",38.8042,-89.6089,"Unknown","POCAHONTAS","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.264274,"LB" +7880611,"ILEPA","143812AAJ",60253313,"0003","160",86324814,"01","20200102","05","IL","Peoria","17143","","Tube City IMS LLC",562920,"","OP",4.1,"E6BTU/HR","OP",40.636168,-89.634353,"7001 SW Adams St","Peoria","IL","61641-0002","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +4164611,"ILEPA","119428AAG",60148913,"0002","400",86216214,"01","40301019","05","IL","Madison","17119","","Schultze Oil Co",424710,"","OP",,"","OP",38.673949,-89.977003,"1206 Lebanon Rd","Collinsville","IL","62234","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.256,"LB" +1000611,"ALJCBOH","010730213",63010713,"3","999",86723714,"1","40400160","04","AL","Jefferson","01073","","MARATHON PETROLEUM COMPANY LP Birmingham Terminal",424710,"Petroleum Storage Facility","OP",,"","OP",33.4535,-86.87819,"2704 28th ST SW","Birmingham","AL","35211","R","USEPA Emission Factor (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",.08,"LB" +4044811,"ILEPA","ALN",63753613,"AT-Turbine","300",88299514,"01","2275060012","05","IL","Madison","17119","","St Louis Regional Airport",488119,"Airport","OP",,"","OP",38.89419,-90.0519,"8 Terminal Dr","East Alton","IL","62024","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.646564,"LB" +9369211,"","",63226413,"","300",86950414,"","2275001000","01","NH","Hillsborough","33011","","Boire Field",48811,"Airport","OP",,"","OP",42.7852,-71.5239,"Unknown","Nashua","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0236618,"LB" +4698211,"ILEPA","UGN",63698213,"GSE-4","300",88244114,"01","2265008005","05","IL","Lake","17097","","Waukegan Regional Airport",488119,"Airport","OP",,"","OP",42.4215,-87.86699,"3580 N Mcaree Rd","Waukegan","IL","60087","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000341258,"LB" +1110211,"ALJCBOH","010730381",63063113,"5","999",86781514,"1","30101401","04","AL","Jefferson","01073","","INDURON COATINGS INC.",325510,"","OP",,"","OP",33.53267,-86.79408,"3333 Richard Arrington BLVD","Birmingham","AL","35234","R","Material Balance","","2011JeffCty","100414","Ethyl Benzene",76.54,"LB" +9273911,"","",63208013,"","300",86932014,"","2275001000","05","OH","Licking","39089","","Newark-Heath",48811,"Airport","OP",,"","OP",40.02466,-82.46181,"Unknown","Newark","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1245352,"LB" +5483011,"ILEPA","103817AAH",59971613,"0002","160",86030914,"01","20200102","05","IL","Lee","17103","","Lee Energy Facility",221112,"Electricity Generation via Combustion","OP",4.8,"E6BTU/HR","OP",41.828716,-89.405169,"1674 Red Brick Rd","Dixon","IL","61021","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +5485711,"ILEPA","105060AAI",59977613,"0030","160",86037114,"01","20100102","05","IL","Livingston","17105","","Caterpillar Inc",333618,"","OP",30.8,"E6BTU/HR","OP",40.884438,-88.652758,"4h Park Rd","Pontiac","IL","61764","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.0741718,"LB" +7844111,"NYDEC","2640300014",64122713,"AK0013","160",88926414,"EMGFP","20100102","02","NY","Richmond","36085","","ARTHUR KILL GENERATING STATION",221112,"Electricity Generation via Combustion","OP",,"","OP",40.585639,-74.19765,"4401 VICTORY BLVD","STATEN ISLAND","NY","10314","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",.0014736,"LB" +9342411,"NYDEC","3333600022",64130413,"U1227G","400",88949414,"028FP","40600301","02","NY","Orange","36071","","US MILITARY ACADEMY AT WEST POINT",61131,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",41.401197,-73.96508,"WEST POINT","WEST POINT","NY","10996","R","Material Balance","","2011NYDEC","100414","Ethyl Benzene",2.8,"LB" +7417511,"NYDEC","9292600016",7977913,"U3GTDB","120",89069014,"GT4FP","20200203","02","NY","Niagara","36063","","LOCKPORT COGENERATION FACILITY",221112,"Electricity Generation via Combustion","OP",45,"MW","OP",43.162005,-78.744732,"5087 JUNCTION RD","LOCKPORT","NY","14094","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",16.9909,"LB" +7222011,"NYDEC","1282000947",7561613,"EI0001","400",88907614,"X01EI","39999994","02","NY","Nassau","36059","","GLOBAL COMPANIES LLC - INWOOD TERMINAL",454310,"","OP",,"","OP",40.625703,-73.745704,"464 DOUGHTY BLVD","INWOOD","NY","11096","R","Engineering Judgment","","2011NYDEC","100414","Ethyl Benzene",2.2,"LB" +7222011,"NYDEC","1282000947",7561613,"EI0001","400",88907714,"E17EI","40301021","02","NY","Nassau","36059","","GLOBAL COMPANIES LLC - INWOOD TERMINAL",454310,"","OP",,"","OP",40.625703,-73.745704,"464 DOUGHTY BLVD","INWOOD","NY","11096","R","Material Balance","","2011NYDEC","100414","Ethyl Benzene",3,"LB" +6038011,"KYDAQ","2114500052",24129713,"003","400",35042214,"2","40301107","04","KY","McCracken","21145","","Transmontaigne Operating Company LP - Paducah Terminal",493190,"Petroleum Storage Facility","OP",,"","OP",37.071667,-88.586667,"1350 S 3rd St","Paducah","KY","42003","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",.0037,"LB" +6114711,"KYDAQ","2101500646",24315613,"001","999",39697214,"1","40600301","04","KY","Boone","21015","","7961 US Hwy 42 Florence LLC",447110,"Gasoline/Diesel Service Station","OP",,"","OP",38.987222,-84.638889,"7961 US 42","Florence","KY","41042","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.86023,"LB" +5792611,"KYDAQ","2111700624",22568213,"001","999",39087314,"1","40600301","04","KY","Kenton","21117","","Triumph Energy Corp",447110,"Gasoline/Diesel Service Station","OP",,"","OP",39.006405,-84.613404,"4451 Dixie Hwy","Elsmere","KY","41018","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.1935648,"LB" +9387111,"","",62630813,"","300",84360814,"","2275060012","02","NJ","Bergen","34003","","Teterboro",48811,"Airport","OP",,"","OP",40.8428,-74.0661,"Unknown","Teterboro","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0608806,"LB" +9530511,"MIDEQ","AIRPORT50G",62699413,"GA","300",84610914,"Piston","2275050011","05","MI","Saginaw","26145","","Howard Nixon Memorial",48811,"Airport","OP",,"","OP",43.18336,-84.13331,"Unknown","Chesaning","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.64586,"LB" +9789911,"","",62810813,"","300",85126714,"","2275060011","04","FL","Broward","12011","","Pompano Beach Airpark",48811,"Airport","OP",,"","OP",26.248,-80.1164,"Unknown","Pompano Beach","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.096986,"LB" +9796511,"","",62817713,"","300",85180614,"","2275060012","04","FL","Hillsborough","12057","","Vandenberg",48811,"Airport","OP",,"","OP",28.01398,-82.34528,"Unknown","Tampa","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.358812,"LB" +9376211,"","",62589313,"","300",84214714,"","2275070000","02","NJ","Essex","34013","","Newark Liberty Intl",48811,"Airport","OP",,"","OP",40.690265,-74.176413,"Unknown","Newark","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000328488,"LB" +9785411,"","",62807813,"","300",85111514,"","2275050011","04","FL","Marion","12083","","Dunnellon/Marion Co & P",48811,"Airport","OP",,"","OP",29.06178,-82.37658,"Unknown","Dunnellon","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",15.05552,"LB" +9461811,"","",62685413,"","300",84566614,"","2275050011","04","MS","Simpson","28127","","Duty of Magee Municipal Airport",48811,"Airport","OP",,"","OP",31.86127,-89.80285,"111 Prine Road","Magee","MS","39111","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",6.82518,"LB" +9548511,"MIDEQ","AIRPORTMOP",62707713,"GA","300",84653014,"Piston","2275050011","05","MI","Isabella","26073","","Mount Pleasant Muni",48811,"Airport","OP",,"","OP",43.62167,-84.73749,"Unknown","Mount Pleasant","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",8.0477,"LB" +9792711,"","",62814013,"","300",85167814,"","2275070000","04","FL","Lee","12071","","Southwest Florida Intl",48811,"Airport","OP",,"","OP",26.5275,-81.7709,"Unknown","Fort Myers","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.361124,"LB" +9796711,"","",62818113,"","300",85187914,"","2275070000","04","FL","Hillsborough","12057","","Tampa Intl",48811,"Airport","OP",,"","OP",27.979379,-82.537823,"Unknown","Tampa","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0407018,"LB" +2585711,"ILEPA","077814AAA",59830813,"0009","400",85840514,"01","40400201","05","IL","Jackson","17077","","Southern FS Inc",424920,"","OP",,"","OP",37.851084,-89.32116,"17950 Hwy 127","Murphysboro","IL","62966","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.486,"LB" +9667311,"","",62761813,"","300",84892114,"","2265008005","05","IN","Vanderburgh","18163","","Evansville Regional",48811,"Airport","OP",,"","OP",38.0302,-87.5372,"Unknown","Evansville","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.729008,"LB" +9796711,"","",62818113,"","300",85190614,"","2275070000","04","FL","Hillsborough","12057","","Tampa Intl",48811,"Airport","OP",,"","OP",27.979379,-82.537823,"Unknown","Tampa","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.45998,"LB" +9809511,"","",62829013,"","300",85251814,"","2275070000","04","FL","Duval","12031","","Jacksonville Intl",48811,"Airport","OP",,"","OP",30.4942,-81.7005,"Unknown","Jacksonville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.558848,"LB" +2344911,"ILEPA","073050AAA",59710713,"0010","160",85812914,"01","20100102","05","IL","Henry","17073","","Geneseo Municipal Utilities",221112,"Electricity Generation via Combustion","OP",34.6,"E6BTU/HR","OP",41.451385,-90.148618,"433 E North St","Geneseo","IL","61254","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.0071838,"LB" +1944011,"ILEPA","025005AAD",59349213,"0002","400",85437514,"01","40301019","05","IL","Clay","17025","","Knapp Oil Co",424710,"","OP",,"","OP",38.690648,-88.349245,"South First","Clay City","IL","62824","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",6.4017,"LB" +9603711,"","",62741113,"","300",84811714,"","2265008005","01","ME","Knox","23013","","Knox County Regional",48811,"Airport","OP",,"","OP",44.06008,-69.09925,"Unknown","Rockland","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00273044,"LB" +9661711,"","",62757113,"","300",84875014,"","2267008005","05","IN","Marion","18097","","Indianapolis Intl",48811,"Airport","OP",,"","OP",39.716809,-86.296127,"Unknown","Indianapolis","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.64818,"LB" +9810511,"","",62830113,"","300",85261414,"","2265008005","01","CT","New London","09011","","Groton-New London",48811,"Airport","OP",,"","OP",41.33006,-72.04514,"Unknown","Groton New London","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001569118,"LB" +9663111,"","",62758213,"","300",84877114,"","2275050011","05","IN","White","18181","","White County",48811,"Airport","OP",,"","OP",40.70882,-86.76676,"Unknown","Monticello","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",13.25588,"LB" +6341711,"WVDAQ","0022",103877713,"0T8","999",147000714,"1","40400116","03","WV","Wayne","54099","","MARATHON PETROLEUM COMPANY LP TRISTATE",42471,"Petroleum Storage Facility","OP",,"","OP",38.40667,-82.59083,"227 23RD STREET","KENOVA","WV","25530","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",0,"LB" +3915511,"PACOP","4210105013",103811213,"039B","690",146890714,"1","40400116","03","PA","Philadelphia","42101","","PLAINS PROD TERM LLC/67TH ST",493190,"","OP",,"","OP",39.9117,-75.21877,"3400 SOUTH 67TH STREET","PHILADELPHIA","PA","19153","R","USEPA Emission Factor (no Control Efficiency used)","","2011Philly","100414","Ethyl Benzene",20.2,"LB" +9376211,"","",55178213,"","300",148187814,"","2275001000","02","NJ","Essex","34013","","Newark Liberty Intl",48811,"Airport","OP",,"","OP",40.690265,-74.176413,"Unknown","Newark","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.024123,"LB" +1061911,"ADEM","5001",104680713,"","999",148690914,"","30103399","04","AL","Mobile","01097","","E I Dupont De Nemours & Co",325320,"","OP",,"","OP",30.949942,-88.0197,"12650 Highway 43 North","Axis","AL","36505","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",1,"LB" +9554311,"MIDEQ","AIRPORTCMX",53710613,"COM","300",148169614,"","2275020000","05","MI","Houghton","26061","","Houghton County Memoria",48811,"Airport","OP",,"","OP",47.16842,-88.48906,"Unknown","Hancock","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0277628,"LB" +8198411,"INDEM","00006",104760513,"","999",148796614,"","40200101","05","IN","Clark","18019","","JEFFBOAT",336611,"Ship/Boat Manufacturing or Repair Facility","OP",,"","OP",38.277007,-85.724414,"1030 E MARKET STREE","JEFFERSONVILLE","IN","47130","R","Engineering Judgment","revised 2011 TRI value reported by facility","2011EPA_TRI","100414","Ethyl Benzene",30163,"LB" +6927611,"MNPCA","27135SW137",14960413,"EU001","300",102920114,"EU001PD001","50100402","05","MN","Roseau","27135","","Salol",562212,"Landfill","OP",,"","OP",48.85192,-95.53367,"2 mi SE of Salol, E of highway 13.","Salol","MN","56756","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",75.39,"LB" +751811,"FLDEP","1030011",67282613,"44","120",92796914,"1","20100201","04","FL","Pinellas","12103","","DUKE ENERGY FLORIDA, INC.",2211,"Electricity Generation via Combustion","OP",,"","OP",27.8614,-82.6011,"1601 WEEDON ISLAND DRIVE","ST PETERSBURG","FL","33702","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011FLDEP submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",2.20336,"LB" +4744211,"PADEP","420790202",67500813,"104A","120",93099314,"1","20100201","03","PA","Luzerne","42079","","HAZLETON GEN LLC/HAZLE TWP",221112,"Electricity Generation via Combustion","OP",375,"E6BTU/HR","OP",40.9282,-76.0416,"10 MAPLEWOOD DR","HAZLETON","PA","18202-9790","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011PADEP submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",3.00496,"LB" +4737311,"PADEP","421090002",27902413,"034","100",93184714,"2","10100202","03","PA","Snyder","42109","","SUNBURY GENERATION LP/SUNBURY SES",221112,"Electricity Generation via Combustion","OP",525,"E6BTU/HR","OP",40.836849,-76.828277,"OLD TRAIL RD","SHAMOKIN DAM","PA","17876","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",.00006016,"LB" +4724511,"PADEP","420450220",67456613,"731","120",93049114,"1","20200203","03","PA","Delaware","42045","","FPL ENERGY MH50 LP/MARCUS HOOK",221112,"Electricity Generation via Combustion","OP",696,"E6BTU/HR","OP",39.8103,-75.4281,"100 GREEN ST","MARCUS HOOK","PA","19061","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",3.93139,"LB" +4075711,"SCDHEC","0200-0144",69627413,"002","120",95973714,"3","20100201","04","SC","Anderson","45007","","SANTEE COOPER RAINEY",221112,"Electricity Generation via Combustion","OP",1700,"E6BTU/HR","OP",34.347841,-82.775251,"2900 OPRY HOUSE RD","IVA","SC","29655","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011SCDHEC submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",40,"LB" +6760611,"WVDAQ","0100",71759813,"012","999",99370514,"1","31000299","03","WV","Marshall","54051","","ADALINE 7C6600",486210,"Compressor Station","OP",,"","OP",39.76583,-80.64583,"ROAD #5, CAMERON RIDGE RD,","CAMERON","WV","26033","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",174.1,"LB" +4985711,"WVDAQ","0001",71692413,"048","999",99232414,"1","40301021","03","WV","Fayette","54019","","WEST VIRGINIA ALLOYS, INC.",33111,"Ferroalloy Plant","OP",,"","OP",38.13823,-81.27922,"ROUTE 60, EAST","ALLOY","WV","25002","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",.002,"LB" +8262411,"OHEPA","0448010035",73680413,"J001","999",100762014,"40400250","40400250","05","OH","Lucas","39095","","Sunoco Partners Marketing & Terminals LP Toledo Term (0448010035)",493110,"","OP",,"","OP",41.633148,-83.503172,"1601 Woodville Road","Toledo","OH","43605","R","Engineering Judgment","","2011OHEPA","100414","Ethyl Benzene",.2,"LB" +8010811,"OHEPA","0616000000",4031013,"B006","999",100824214,"20100102","20100102","05","OH","Coshocton","39031","","Conesville Power Plant (0616000000)",221112,"Electricity Generation via Combustion","OP",,"","OP",40.185978,-81.878554,"47201 County Road 273","Conesville","OH","43811-9799","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",.01503,"LB" +8050011,"OHEPA","0370000164",6333413,"P006","999",100701114,"20200252","20200252","05","OH","Richland","39139","","LUCAS COMPRESSOR STATION (0370000164)",486210,"Compressor Station","OP",28.5,"E6BTU/HR","OP",40.7063,-82.3599,"EH&S (4C)","Charleston","WV","25314","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",10.93,"LB" +7319811,"OHEPA","0448010246",73685613,"T008","999",100771914,"40301197","40301197","05","OH","Lucas","39095","","Toledo Refining Company, LLC. (0448010246)",324110,"Petroleum Refinery","OP",,"","OP",41.6328,-83.5019,"1819 Woodville Road","Oregon","OH","43616","R","Engineering Judgment","","2011OHEPA","100414","Ethyl Benzene",1.16,"LB" +9253811,"OHEPA","0387000377",55202113,"P001","120",100737014,"20100201","20100201","05","OH","Wood","39173","","Troy Energy, LLC (0387000377)",221112,"Electricity Generation via Combustion","OP",191,"MW","OP",41.47917,-83.46194,"22379 Pemberville Road","Luckey","OH","43443","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",11.19,"LB" +8010911,"OHEPA","0616010001",4030613,"B006","100",100825614,"10200905","10200905","05","OH","Coshocton","39031","","RockTenn CP,LLC (0616010001)",322130,"Pulp and Paper Plant","OP",644,"E6BTU/HR","OP",40.279858,-81.863097,"500 North Fourth Street","Coshocton","OH","43812","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",84.11,"LB" +7014711,"MNPCA","27077SW171",14694213,"EU001","300",102702014,"EU001PD001","50100402","05","MN","Lake of the Woods","27077","","Lake of the Woods",562212,"Landfill","OP",,"","OP",48.66173,-94.83649,"5.6 mi S of Graceton along E side of","Graceton","MN","56623","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",7.991,"LB" +6367911,"MNPCA","2708300023",79593213,"EU036","450",102765714,"EU036PD001","40200101","05","MN","Lyon","27083","","Mid Continent Cabinetry",33711,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",44.6099,-95.66858,"67 E 2nd St N","Cottonwood","MN","56229","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",229.4,"LB" +13446011,"NCDAQ","3706900058",74354913,"G-3","999",101278114,"4","40201004","04","NC","Franklin","37069","","NC DOC - Enterprise Sign Plant",332999,"","OP",,"","OP",35.945105,-78.24967,"5978 NC Highway 39 South","Bunn","NC","27508","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",9.93,"LB" +8422311,"NCDAQ","3712900343",75326513,"G-1","300",101518314,"8","50100404","04","NC","New Hanover","37129","","New Hanover County Secure Landfill",562212,"Landfill","OP",,"","OP",34.322961,-77.989275,"5210 U S Highway 421 North","Wilmington","NC","28401","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",993.09,"LB" +10627211,"NCDAQ","3708100755",74205313,"G-17","450",101247014,"1","40201901","04","NC","Guilford","37081","","High Point Furniture Industries, Inc.",337211,"","OP",,"","OP",35.924541,-80.004918,"1104 Bedford Street","High Point","NC","27261","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",67.64,"LB" +8122511,"NCDAQ","3701900013",74089413,"GR120","100",101224514,"108","10200204","04","NC","Brunswick","37019","","DAK Americas LLC",325220,"","OP",240,"E6BTU/HR","OP",34.322316,-78.039566,"3500 Daniels Road NE","Leland","NC","28451","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",9.00144,"LB" +8438711,"NCDAQ","3713500076",74390813,"G-21","290",101286114,"40","49000199","04","NC","Orange","37135","","Armacell LLC",32615,"","OP",,"","OP",36.077916,-79.25105,"7600 Oakwood Street Extension","Mebane","NC","27302","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",.00025,"LB" +13565811,"NCDAQ","3708100576",75139013,"GR5","400",101471714,"24","40400122","04","NC","Guilford","37081","","Motiva Enterprises LLC - Greensboro",42471,"","OP",,"","OP",36.0747,-79.9183,"101 South Chimney Rock Road","Greensboro","NC","27409","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",.0271,"LB" +8370411,"NCDAQ","3703500073",75331813,"GR11","100",101520514,"55","10200202","04","NC","Catawba","37035","","Duke Energy Carolinas, LLC - Marshall Steam Station",325613,"Electricity Generation via Combustion","OP",4540,"E6BTU/HR","OP",35.5975,-80.9658,"8320 East Highway 150","Terrell","NC","28682","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",14.208,"LB" +6185211,"MNPCA","27003SW043",15259813,"EU001","300",102408314,"EU001PD001","50100402","05","MN","Anoka","27003","","Oak Grove",562212,"Landfill","OP",,"","OP",45.31673,-93.33299,"2356 Viking Boulevard","Oak Grove","MN","55011","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",202.2,"LB" +7055311,"MNPCA","27033SW143",15127813,"EU001","300",102413914,"EU001PD001","50100402","05","MN","Cottonwood","27033","","Cottonwood County",562212,"Landfill","OP",,"","OP",43.94713,-95.20298,"6 mi NW of the City of Windom","Windom","MN","56101","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",130,"LB" +10618711,"NCDAQ","3712100094",75346013,"G-7","450",101523714,"1","40201901","04","NC","Mitchell","37121","","Mayland Court, Inc.",337122,"","PS",,"","PS",35.881666,-82.040066,"114 Finishes First Road","Spruce Pine","NC","28777","R","Material Balance","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",94,"LB" +7018011,"MNPCA","27101SW104",14225813,"EU001","300",102789814,"EU001PD001","50100402","05","MN","Murray","27101","","Murray County",562212,"Landfill","OP",,"","OP",43.95143,-95.84731,"7 mi SW of Slayton","Leeds","MN","56172","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",24.19,"LB" +13653611,"MIDEQ","N7799",82726213,"EU0003","100",106304514,"10100903","10100903","05","MI","Genesee","26049","","BORDINE NURSERY",111422,"","OP",,"","OP",42.8989,-83.7332,"9100 TORREY RD","GRAND BLANC","MI","48439","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",1.038,"LB" +6332811,"MIDEQ","N6189",82760213,"EU0007","160",106354014,"20200253","20200253","05","MI","Otsego","26137","","MUSKEGON DEVELOPMENT, Lower Chub Lake/Viking Lake",211111,"","OP",,"","OP",44.903,-84.593,"T29 N R2W SEC 18","CHESTER TWP","MI","49751","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.3443,"LB" +6074011,"MIDEQ","N6143",23798213,"EU0002","160",106356414,"20200253","20200253","05","MI","Montmorency","26119","","Trendwell Energy - Albert 16/Albert 17",211111,"Oil or Gas Field (On-shore)","OP",,"","OP",44.9078,-84.3146,"SW NW NW T29N R1E SEC 15","ALBERT TWP","MI","49756","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.4571,"LB" +6245111,"MIDEQ","N6153",82762613,"EU0014","160",106360514,"20200254","20200254","05","MI","Otsego","26137","","LINN Operating INC - Mid Charlton C3-26 CPF",211111,"","OP",,"","OP",44.9628,-84.3969,"SE4 SE4 NE4 SEC 26, T30N-R1W","CHARLTON TWP","MI","49751","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",2.13,"LB" +7979311,"MIDEQ","B9132",82819213,"EU0027","400",106459914,"42500101","42500101","05","MI","Berrien","26021","","Buckeye Terminals, LLC - NILES TERMINAL",493110,"Petroleum Storage Facility","OP",,"","OP",41.7873,-86.2563,"2303 S. 3rd Street","NILES","MI","49120","R","Other Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.007,"LB" +6244111,"MIDEQ","N6126",15833913,"EU0002","160",106268114,"20200253","20200253","05","MI","Otsego","26137","","BREITBURN OPERATING LP- CHARLTON WEST/CHAIN O NINE",211111,"Oil or Gas Field (On-shore)","OP",,"","OP",45.1007,-84.4835,"NW NW SEC 6 T29N R1W","CHARLTON TWP","MI","49751","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",1.3,"LB" +5776411,"KYDAQ","2111700016",73014513,"12","999",107209814,"1","30600812","04","KY","Kenton","21117","","BP Products (North America) Inc - Bromely Pipeline",48699,"","OP",,"","OP",39.076667,-84.563333,"409 River Rd","Bromley (Kenton)","KY","41017","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",.10662,"LB" +5776011,"KYDAQ","2111700004",73021313,"001a","999",107219314,"3","40600126","04","KY","Kenton","21117","","Transmontaigne Operating Company LP - Greater Cincinnati Terminal",424710,"Petroleum Storage Facility","OP",,"","OP",39.072959,-84.588403,"700 River Rd","Covington","KY","41017","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",0,"LB" +6136111,"MNPCA","27165POTW02",16183713,"WS001","300",108560914,"WS001PD001","50100701","05","MN","Watonwan","27165","","Madelia WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",44.03266,-94.40427,"83061 310th St","Madelia","MN","56062","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",2.3,"LB" +6375311,"MNPCA","27045POTW05",15680013,"WS001","300",108544114,"WS001PD001","50100701","05","MN","Fillmore","27045","","Chatfield WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",43.83904,-92.18654,"90 Library Ln SW","Chatfield","MN","55923","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.8424,"LB" +14461311,"","",87173613,"","300",117877414,"","28500201","04","TN","Shelby","47157","","JOHNSTON",488210,"Rail Yard","OP",,"","OP",35.071999,-90.072446,"Unknown","Unknown","TN","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",61.2048,"LB" +14419111,"","",87122713,"","300",117826414,"","28500201","04","GA","Floyd","13115","","FORRESTVILLE",488210,"Rail Yard","OP",,"","OP",34.279347,-85.139418,"Unknown","Unknown","GA","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",14.33108,"LB" +14418111,"","",87121513,"","300",117825214,"","28500201","04","GA","Bartow","13015","","JUNTA",488210,"Rail Yard","OP",,"","OP",34.181513,-84.81309,"Unknown","Unknown","GA","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",14.34666,"LB" +14486011,"","",87160613,"","300",117864414,"","28500201","05","OH","Cuyahoga","39035","","MARCY",488210,"Rail Yard","OP",,"","OP",41.438564,-81.65163,"Unknown","Unknown","OH","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",41.035,"LB" +14490211,"","",87186213,"","300",117889914,"","28500201","03","VA","Roanoke city","51770","","SOUTHROANOKE",488210,"Rail Yard","OP",,"","OP",37.253823,-79.946999,"Unknown","Unknown","VA","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",3.53152,"LB" +14473611,"","",87190113,"","300",117893914,"","28500201","03","WV","Taylor","54091","","GRAFTON",488210,"Rail Yard","OP",,"","OP",39.339418,-79.99527,"Unknown","Unknown","WV","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",9.9817,"LB" +11799211,"","",89308613,"","300",120962414,"","2275060011","01","ME","Aroostook","23003","","NORTHERN MAINE RGNL",48811,"Airport","OP",,"","OP",46.7075,-68.0611,"Unknown","PRESQUE ISLE","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01671212,"LB" +929511,"FLDEP","0110061",67217813,"13","350",121137814,"1","40400151","04","FL","Broward","12011","","BUCKEYE TERMINALS, LLC. FT. LAUDERDALE",45431,"","OP",,"","OP",26.097222,-80.1275,"1501 SE 20TH STREET","FORT LAUDERDALE","FL","33316","R","USEPA Emission Factor (no Control Efficiency used)","","2011FLDEP","100414","Ethyl Benzene",70,"LB" +14755211,"OHEPA","0238000203",89744613,"P002","999",121674714,"20200102","20200102","05","OH","Holmes","39075","","Dutch Design (0238000203)",337122,"","OP",,"","OP",40.62861,-81.78306,"8216 State Route 341","Fredericksburg","OH","44627","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",.02573,"LB" +14736011,"MIDEQ","N8302",90036313,"EU0002","160",121482014,"20200253","20200253","05","MI","Antrim","26009","","LINN Operating, Inc - 45th Parallel CPF",211111,"","OP",,"","OP",45.00146,-85.341828,"SW NW NE SEC 13, T30N, R9W","TORCH LAKE","MI","49615","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.8245,"LB" +14772511,"MIDEQ","N8032",90053913,"EU0004","160",121511214,"20200254","20200254","05","MI","Manistee","26101","","WARD LAKE ENERGY (BEAR LAKE 28 CPF)",211111,"","OP",,"","OP",44.36464,-86.12422,"NE NE NE SEC 28","BEAR LAKE TWP","MI","49614","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",1.612,"LB" +8513011,"NCDAQ","3702300028",89050113,"G-209","640",120818414,"54","30402099","04","NC","Burke","37023","","SGL Carbon LLC",335991,"Carbon or Graphite Plant","OP",,"","OP",35.7319,-81.7269,"307 Jamestown Road","Morganton","NC","28655","R","Stack Test (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",.08,"LB" +7319811,"OHEPA","0448010246",8358713,"P013","999",121764714,"30600822","30600822","05","OH","Lucas","39095","","Toledo Refining Company, LLC. (0448010246)",324110,"Petroleum Refinery","OP",,"","OP",41.6328,-83.5019,"1819 Woodville Road","Oregon","OH","43616","R","Engineering Judgment","","2011OHEPA","100414","Ethyl Benzene",.12,"LB" +7328411,"OHEPA","1677010195",90023713,"P040","999",121992914,"30102641","30102641","05","OH","Summit","39153","","OMNOVA Solutions Inc. (1677010195)",325211,"","OP",,"","OP",41.05194,-81.47861,"1380 Techway Dr Bldg 119","Akron","OH","44306","R","Engineering Judgment","","2011OHEPA","100414","Ethyl Benzene",19.5,"LB" +8498611,"MNPCA","2716300003",1008213,"TK037","400",122533414,"TK037PD002","40301108","05","MN","Washington","27163","","Saint Paul Park Refining Co LLC",32411,"Petroleum Refinery","OP",,"","OP",44.85187,-93.0013,"301 St Paul Park Rd","St. Paul Park","MN","55071","R","Other Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.06094,"LB" +14703211,"OHEPA","0660960065",91692313,"P001","160",124962514,"20200102","20200102","05","OH","Multiple (portable facilities)","39777","","Mar Zane Portable Generator #10 (0660960065)",324121,"","OP",,"","ONRE",,,"","","","","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",.1842,"LB" +639711,"FLDEP","0310028",46487813,"23","480",125183614,"5","40600199","04","FL","Duval","12031","","NUSTAR TERMINALS OPERATIONS PARTNERSHIP",4931,"","OP",,"","OP",30.379722,-81.634444,"6531 EVERGREEN AVE","JACKSONVILLE","FL","32208-4911","R","USEPA Emission Factor (no Control Efficiency used)","Annual Emissions (Tons/Year) 0.000066 = Annual Process or Fuel Usage Rate (1000 Gallons Petroleum Liquid Transferred) 66322.83 * Emission Factor (Lbs/1000 Gallons Petroleum Liquid Transferred) 0.000002 / 2000","2011FLDEP","100414","Ethyl Benzene",.132,"LB" +7182711,"MSDEQ","2803100005",91527413,"023","160",124721114,"1","20200202","04","MS","Covington","28031","","Transcontinental Gas Pipe Line Company LLC, Station 77",221210,"Compressor Station","OP",4740,"HP","OP",31.593347,-89.415025,"Highway 535 North","Seminary","MS","39479","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",.4,"LB" +8386511,"MEDEP","2301700046",396813,"002","100",125482714,"002-1","10300902","01","ME","Oxford","23017","","IRVING FOREST PRODUCTS - DIXFIELD",321113,"Lumber/Sawmill","OP",12,"E6BTU/HR","OP",44.535007,-70.451938,"THIRD ST","DIXFIELD","ME","04224","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011MEDEP submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",2.227,"LB" +15070311,"MIDEQ","P0023",94610713,"EU0001","160",129508614,"20200254","20200254","05","MI","Antrim","26009","","CHEVRON MICHIGAN, LLC - ECHO 10 CPF",211111,"","OP",,"","OP",45.0804,-85.1356,"Echo Twp SE NW SW Sec 14","CENTRAL LAKE","MI","49622","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",1.658,"LB" +7334811,"KYDAQ","2106700017",94742013,"EP015","999",129709514,"1","39999995","04","KY","Fayette","21067","","Link-Belt Const Equip Co",333120,"","OP",,"","OP",38.013333,-84.438889,"2651 Palumbo Dr","Lexington","KY","40583","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",2.338,"LB" +5973311,"MEDEP","2302700020",24222513,"009","400",125482414,"009-1","40400162","01","ME","Waldo","23027","","IRVING OIL TERMINALS INC - SEARSPORT",424710,"Petroleum Storage Facility","OP",5670000,"GAL","OP",44.458052,-68.90205,"52 STATION AVE","SEARSPORT","ME","04974-3389","R","Engineering Judgment","See attached emissions summary","2011MEDEP","100414","Ethyl Benzene",.04,"LB" +15483111,"OHEPA","0372030241",96948213,"P001","120",135129314,"20100201","20100201","05","OH","Sandusky","39143","","AMP Fremont Energy Center (0372030241)",221112,"Electricity Generation via Combustion","OP",2810,"E6BTU/HR","OP",41.3771,-83.1615,"1275 County Road 138","Fremont","OH","43420","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",322.2,"LB" +15437911,"NCBCRAQA","0866",96390313,"ES-1","160",134551414,"ES-01","20100802","04","NC","Buncombe","37021","","Enerdyne Properties, LLC",221118,"","OP",1010,"KW","OP",35.6562,-82.5999,"2700 Riverside Drive","Asheville","NC","28804","R","USEPA Emission Factor (no Control Efficiency used)","","2011Buncombe","100414","Ethyl Benzene",41.101,"LB" +10842211,"ILEPA","093010AAE",96506713,"0002","780",134667414,"01","30500213","05","IL","Kendall","17093","","47 Asphalt Co/Subsidiary of K-Five Construction",324121,"","OP",,"","OP",41.479866,-88.44541,"10425 Joliet Rd","Newark","IL","60541","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +15504311,"GADNR","05100017",97066413,"CT01","120",135413714,"2","20100201","04","GA","Chatham","13051","","Ga Power Company - Plant Boulevard",221112,"Electricity Generation via Combustion","OP",15600,"KW","OP",32.0409,-81.1445,"Staley Avenue","Savannah","GA","31402","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011GADNR submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.0304762,"LB" +7222411,"NYDEC","1282001549",7559913,"U00001","480",135425414,"GASFP","40400250","02","NY","Nassau","36059","","MOTIVA ENTERPRISES LLC PROPERTY",454310,"","OP",,"","OP",40.632775,-73.743301,"74 EAST AVE","LAWRENCE","NY","11559","R","Material Balance","","2011NYDEC","100414","Ethyl Benzene",17.456,"LB" +15482111,"OHEPA","0250000911",96939813,"B003","160",135112914,"20200254","20200254","05","OH","Mahoning","39099","","East Ohio Gas Company - Austintown (0250000911)",221210,"","PS",,"","OP",41.0875,-80.83,"9686 NEW ROAD","Austintown Twp.","OH","44451-9708","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",.9529,"LB" +5062711,"KYDAQ","2121100034",97301213,"05(07)","999",135778514,"3","39999995","04","KY","Shelby","21211","","Ficosa N America Corp",336390,"","OP",,"","OP",38.222222,-85.255833,"6601 Midland Industrial Dr","Shelbyville","KY","40065","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",10.05798,"LB" +15462711,"ILEPA","187808AAI",96563113,"0001","255",134724814,"01","30500255","05","IL","Warren","17187","","LCI Concrete Inc",324121,"","OP",,"","OP",40.927579,-90.603322,"939 State Rte 164","Monmouth","IL","61462","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +5778511,"KYDAQ","2111700150",22573513,"004","999",135719514,"5","39999995","04","KY","Kenton","21117","","Esco Corporation",33312,"","OP",,"","OP",39.015833,-84.528056,"3792 Lake Park Dr","Covington","KY","41017","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",250.3,"LB" +13642611,"KYDAQ","2108709069",72990713,"001","255",135869114,"2","30500205","04","KY","Green","21087","","Nally & Haydon Surfacing LLC - Portable Asphalt Plant",324121,"","PS",,"","PS",37.236944,-85.485833,"2410 Columbia Hwy","Greensburg","KY","42743","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",0,"LB" +4578111,"ILEPA","161070AAA",88690113,"0004","400",120368414,"01","40301001","05","IL","Rock Island","17161","","John Deere Harvester Product Development",333111,"","OP",,"","OP",41.517074,-90.40133,"1800 158th St","Silvis","IL","61244","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.072,"LB" +7351511,"KYDAQ","2115100020",88432013,"06","999",120035714,"43","39999999","04","KY","Madison","21151","","Sherwin Williams Auto Finishes",32551,"","OP",,"","OP",37.720556,-84.286944,"395 Boggs Ln S","Richmond","KY","40475","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",2.83,"LB" +1945711,"ILEPA","025803AAD",88610613,"0005","120",120284914,"01","20100201","05","IL","Clay","17025","","AmerenUE",221112,"Electricity Generation via Combustion","OP",270,"E6BTU/HR","OP",38.699742,-88.539125,"676 Cypress Dr","Flora","IL","62839","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",3.03923,"LB" +5776211,"KYDAQ","2111700012",88489013,"EP01","999",120132314,"3","40202503","04","KY","Kenton","21117","","R A Jones & Company Inc",333993,"","OP",,"","OP",39.048889,-84.579167,"2701 Crescent Springs Rd","Covington","KY","41017","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",70,"LB" +2277911,"ILEPA","031012AEU",88618613,"0058","160",120294414,"01","20200102","05","IL","Cook","17031","","Momentive Specialty Chemicals Inc",325211,"Plastic, Resin, or Rubber Products Plant","OP",5.9,"E6BTU/HR","OP",41.765532,-87.837956,"8600 W 71st St","Bedford Park","IL","60501","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +5538511,"ILEPA","131806AAA",88682913,"0011","400",120360814,"01","40400402","05","IL","Mercer","17131","","Gold Star FS Inc",424910,"","OP",,"","OP",41.200305,-90.701738,"2004 Hwy 17","Aledo","IL","61231","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.0018,"LB" +9806211,"","",62827513,"","300",137449014,"","2275060012","04","FL","Miami-Dade","12086","","Miami Intl",48811,"Airport","OP",,"","OP",25.796275,-80.279769,"Unknown","Miami","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0252208,"LB" +9796111,"","",98262113,"","300",137442914,"","2275050012","04","FL","Indian River","12061","","Vero Beach Muni",48811,"Airport","OP",,"","OP",27.65556,-80.41794,"Unknown","Vero Beach","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.68732,"LB" +9158111,"CHC_APCB","Ap01",98304613,"","300",137861914,"","2275050011","04","TN","Hamilton","47065","","Chattanooga Metropolitan Airport (Lovell Field)",48811,"Airport","OP",,"","OP",35.0338,-85.208,"1001 Airport Road","Chattanooga","TN","37421","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",26.9102,"LB" +12120211,"","",61896313,"","300",138033114,"","2275060011","05","OH","Erie","39043","","GRIFFING SANDUSKY",48811,"Airport","OP",,"","OP",41.4334,-82.6523,"Unknown","SANDUSKY","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",13.68096,"LB" +9020811,"","",98330213,"","300",138179614,"","2275050011","05","WI","Racine","55101","","John H Batten",48811,"Airport","OP",,"","OP",42.76119,-87.8139,"Unknown","Racine","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",45.1666,"LB" +9208811,"","",62478313,"","300",138109314,"","2275060012","01","RI","Kent","44003","","Theodore Francis Green",48811,"Airport","OP",,"","OP",41.7214,-71.4359,"Unknown","Providence","RI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.68036,"LB" +15788511,"VTDEC","713",101897413,"3","490",142998414,"1","40200101","01","VT","Bennington","50003","","Kaman Composites - Vermont, Inc.",326199,"","OP",,"","OP",42.89444,-73.195,"25 Performance Drive","Bennington","VT","05201","R","Material Balance","","2011VTDEC","100414","Ethyl Benzene",22.5,"LB" +15645211,"ALJCBOH","010731040",99763913,"10","999",139546014,"1","20300202","04","AL","Jefferson","01073","","Samford University",611310,"","OP",,"","OP",33.46375,-86.79352,"800 Lakeshore DR","Birmingham","AL","35229","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011JeffCty submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.000304762,"LB" +2853311,"PADEP","420110820",67448213,"C102","280",139710914,"2","50300601","03","PA","Berks","42011","","NEW MORGAN LDFL CO INC/CONESTOGA LDFL NEW MORGAN B",562212,"Landfill","OP",,"","OP",40.18066,-75.91452,"MINEVIEW RD","MORGANTOWN","PA","19543","R","USEPA Emission Factor (no Control Efficiency used)","","2011PADEP","100414","Ethyl Benzene",22,"LB" +8052611,"NCDAQ","3706300086",100072013,"G-31","400",140198914,"13","30183001","04","NC","Durham","37063","","Brenntag Mid-South, Inc.",42469,"","OP",,"","ONRE",35.97995,-78.880466,"2000 East Pettigrew Street","Durham","NC","27703","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",.026,"LB" +898111,"CTBAM","T117 P0049 C00205",99523313,"P0332-Y2011","999",140169114,"20100102","20100102","01","CT","New Haven","09009","","YALE UNIV, SCHOOL OF MEDICINE",61131,"Institutional (school, hospital, prison, etc.)","OP",1.4,"E6BTU/HR","OP",41.30054,-72.93489,"330 CEDAR STREET","NEW HAVEN","CT","06510-3218","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011CTBAM","100414","Ethyl Benzene",.00068768,"LB" +16114311,"","",103104313,"","300",144701514,"","2275050012","04","KY","Letcher","21133","","GATEWAY INDUSTRIAL PARK",48811,"Airport","OP",,"","OP",37.159972,-82.663777,"UNKNOWN","WHITESBURG","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +16104011,"","",103156213,"","300",144785614,"","2275050011","04","FL","Hillsborough","12057","","ST. JOSEPHS HOSPITAL NORTH",48811,"Airport","OP",,"","OP",28.128056,-82.506388,"UNKNOWN","LUTZ","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +10758411,"","",103179613,"","300",144832514,"","2275060012","04","AL","Crenshaw","01041","","FRANK SIKES",48811,"Airport","OP",,"","OP",31.7361,-86.2622,"Unknown","LUVERNE","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1379014,"LB" +10609611,"","",62240713,"","300",144856014,"","2275070000","04","AL","Tuscaloosa","01125","","Tuscaloosa Muni",48811,"Airport","OP",,"","OP",33.2198,-87.6182,"Unknown","Tuscaloosa","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000211644,"LB" +16109011,"","",103108913,"","300",144708114,"","2275050011","05","IL","DuPage","17043","","ELMHURST MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",41.864444,-87.937222,"UNKNOWN","ELMHURST","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +10581911,"COHDNREM","A141",62384913,"","300",144846214,"","2275060012","04","AL","Madison","01089","","Huntsville - Madison County Airport Authority",48811,"Airport","OP",,"","OP",34.6282,-86.7752,"1000 Glenn Hearn Blvd.","Huntsville","AL","35824","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000970034,"LB" +16089811,"","",103178813,"","300",144829014,"","2275060012","01","RI","Washington","44009","","North Kingstown, RI",48811,"Airport","OP",,"","OP",41.595798,-71.405602,"150 Zarbo Ave","North Kingstown","RI","02852","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00914698,"LB" +16103311,"","",103155413,"","300",144783614,"","2275020000","04","FL","Bay","12005","","NORTHWEST FLORIDA BEACHES INTL",48811,"Airport","OP",,"","OP",30.358241,-85.795603,"UNKNOWN","PANAMA CITY BEACH","FL","32409","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0074428,"LB" +9788611,"","",62809513,"","300",145285014,"","2275070000","04","FL","Manatee","12081","","Sarasota/Bradenton Intl",48811,"Airport","OP",,"","OP",27.397,-82.5622,"Unknown","Sarasota/Bradenton","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00084437,"LB" +9369111,"","",55213513,"","300",145722114,"","2275020000","01","NH","Hillsborough","33011","","Manchester",48811,"Airport","OP",,"","OP",42.9353,-71.4446,"Unknown","Manchester","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.288378,"LB" +9369111,"","",62537513,"","300",145722914,"","2275070000","01","NH","Hillsborough","33011","","Manchester",48811,"Airport","OP",,"","OP",42.9353,-71.4446,"Unknown","Manchester","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01885834,"LB" +9656711,"","",62622013,"","300",145408414,"","2275070000","05","IN","Monroe","18105","","Monroe County",48811,"Airport","OP",,"","OP",39.14602,-86.61668,"Unknown","Bloomington","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000211644,"LB" +9635011,"","",103213313,"","300",145459814,"","2267008005","04","KY","Christian","21047","","Hopkinsville-Christian",48811,"Airport","OP",,"","OP",36.85697,-87.45507,"Unknown","Hopkinsville","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000688346,"LB" +9462111,"","",53520713,"","300",145613114,"","2275020000","04","MS","Rankin","28121","","Jackson International Airport, Thompson and Hawkins Fields",48811,"Airport","OP",,"","OP",32.3216,-90.0824,"100 International Drive","Jackson","MS","39208","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00655434,"LB" +9388611,"","",62631913,"","300",145746014,"","2275070000","02","NJ","Atlantic","34001","","Atlantic City Internati",48811,"Airport","OP",,"","OP",39.4564,-74.5886,"Unknown","Atlantic City","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00002866,"LB" +9809511,"","",62829013,"","300",145267314,"","2275070000","04","FL","Duval","12031","","Jacksonville Intl",48811,"Airport","OP",,"","OP",30.4942,-81.7005,"Unknown","Jacksonville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000634932,"LB" +10955911,"","",103202813,"","300",145296814,"","2267008005","04","FL","Monroe","12087","","OCEAN REEF CLUB",48811,"Airport","OP",,"","OP",25.3254,-80.2748,"Unknown","KEY LARGO","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000335226,"LB" +9603011,"","",62739913,"","300",145502614,"","2275060012","01","ME","Oxford","23017","","Eastern Slopes Regional",48811,"Airport","OP",,"","OP",43.99115,-70.94787,"Unknown","Fryeburg","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001829836,"LB" +12304311,"","",103217313,"","300",145545614,"","2268008005","03","MD","St. Mary's","24037","","PATUXENT RIVER NAS/TRAPNELL FIELD/",48811,"Airport","OP",,"","OP",38.286,-76.4118,"Unknown","PATUXENT RIVER","MD","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000544342,"LB" +9510011,"MIDEQ","AIRPORTARB",103220413,"","300",145579614,"","2275020000","05","MI","Washtenaw","26161","","Ann Arbor Muni",48811,"Airport","OP",,"","OP",42.2209,-83.7505,"Unknown","Ann Arbor","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0486838,"LB" +9316411,"","",62579313,"","300",145800214,"","2275070000","02","NY","Monroe","36055","","Greater Rochester Inter",48811,"Airport","OP",,"","OP",43.1133,-77.6813,"Unknown","Rochester","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0954998,"LB" +9622011,"","",62597413,"","300",145468914,"","2275070000","04","KY","Jefferson","21111","","Louisville Intl-Standif",48811,"Airport","OP",,"","OP",38.1836,-85.7444,"Unknown","Louisville","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000317466,"LB" +9565611,"","",62716313,"","300",145550314,"","2275070000","01","MA","Dukes","25007","","Marthas Vineyard",48811,"Airport","OP",,"","OP",41.39303,-70.61433,"Unknown","Vineyard Haven","MA","02568","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000507064,"LB" +9353811,"","",62524513,"","300",145804114,"","2275060012","02","NY","Niagara","36063","","Niagara Falls Intl",48811,"Airport","OP",,"","OP",43.1034,-78.9507,"Unknown","Niagara Falls","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00403666,"LB" +4698211,"ILEPA","UGN",62264213,"","300",145359914,"","2275050012","05","IL","Lake","17097","","Waukegan Regional Airport",488119,"Airport","OP",,"","OP",42.4215,-87.86699,"3580 N Mcaree Rd","Waukegan","IL","60087","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00436516,"LB" +9762111,"","",98263113,"","300",145307914,"","2275050012","04","FL","Orange","12095","","Orlando Intl",48811,"Airport","OP",,"","OP",28.432086,-81.308409,"Unknown","Orlando","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0100597,"LB" +4515011,"ILEPA","RFD",62259413,"","300",145391914,"","2275070000","05","IL","Winnebago","17201","","Greater Rockford Airport",488119,"Airport","OP",,"","OP",42.20069,-89.0892,"60 Airport Dr","Rockford","IL","61109-2902","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00084437,"LB" +9673211,"","",53650313,"","300",145399014,"","2275020000","05","IN","Lake","18089","","Gary/Chicago",48811,"Airport","OP",,"","OP",41.61627,-87.41279,"Unknown","Gary","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.290124,"LB" +9457211,"","",62680713,"","300",145605814,"","2275070000","04","MS","Hinds","28049","","Hawkins Field",48811,"Airport","OP",,"","OP",32.3377,-90.2278,"West Ramp Road","Jackson","MS","39209","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001479302,"LB" +9326611,"","",55382013,"","300",145139514,"","2275020000","04","NC","Guilford","37081","","Piedmont Triad Internat",48811,"Airport","OP",,"","OP",36.0958,-79.9498,"Unknown","Greensboro","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0089706,"LB" +9791511,"","",54571913,"","300",145255914,"","2275020000","04","FL","Broward","12011","","Fort Lauderdale/Hollywo",48811,"Airport","OP",,"","OP",26.074716,-80.152508,"Unknown","Fort Lauderdale","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1591958,"LB" +9592311,"","",62735013,"","300",145471814,"","2275070000","04","KY","McCracken","21145","","Barkley Regional",48811,"Airport","OP",,"","OP",37.06,-88.78,"Unknown","Paducah","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00084437,"LB" +9452511,"","",62676213,"","300",145607714,"","2275070000","04","MS","Lafayette","28071","","University of Mississippi, The, Airport Runway Extension",48811,"Airport","OP",,"","OP",34.38432,-89.53531,"1 Airport Road","Oxford","MS","38655","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000423288,"LB" +9387111,"","",98309613,"","300",145753514,"","2275050012","02","NJ","Bergen","34003","","Teterboro",48811,"Airport","OP",,"","OP",40.8428,-74.0661,"Unknown","Teterboro","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.034218,"LB" +9376211,"","",55178313,"","300",145757514,"","2275020000","02","NJ","Essex","34013","","Newark Liberty Intl",48811,"Airport","OP",,"","OP",40.690265,-74.176413,"Unknown","Newark","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",22.0986,"LB" +9664311,"","",53462713,"","300",145393514,"","2275020000","05","IN","Allen","18003","","Fort Wayne Internationa",48811,"Airport","OP",,"","OP",40.9742,-85.2058,"Unknown","Fort Wayne","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00000220462,"LB" +9387111,"","",62630613,"","300",145751014,"","2275070000","02","NJ","Bergen","34003","","Teterboro",48811,"Airport","OP",,"","OP",40.8428,-74.0661,"Unknown","Teterboro","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00029101,"LB" +9791511,"","",98261513,"","300",145261014,"","2275050012","04","FL","Broward","12011","","Fort Lauderdale/Hollywo",48811,"Airport","OP",,"","OP",26.074716,-80.152508,"Unknown","Fort Lauderdale","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0041028,"LB" +9336611,"","",62517613,"","300",145792614,"","2275060012","02","NY","Erie","36029","","Buffalo Niagara Intl",48811,"Airport","OP",,"","OP",42.9388,-78.7422,"Unknown","Buffalo","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00642648,"LB" +8414011,"INDEM","00008",68271113,"017","999",141304414,"017-01","40400110","05","IN","Hamilton","18057","","Countrymark Refining and Logistics LLC",42471,"Petroleum Storage Facility","OP",,"","OP",40.042921,-86.222478,"17710 Mule Barn Rd","Westfield","IN","46074","R","S/L/T Speciation Profile","","2011INDEM","100414","Ethyl Benzene",2.9,"LB" +8075011,"INDEM","00326",4886413,"025","480",141522214,"025-01","40400150","05","IN","Lake","18089","","Buckeye Terminals LLC",48691,"Petroleum Storage Facility","OP",,"","OP",41.639262,-87.467606,"400 E Columbus Dr","East Chicago","IN","46312","R","S/L/T Speciation Profile","","2011INDEM","100414","Ethyl Benzene",7.2,"LB" +8183011,"INDEM","00001",5839613,"009","999",141247714,"009-01","40301007","05","IN","Warrick","18173","","SIGECO - F.B.CULLEY GENERATING STATION",221112,"Electricity Generation via Combustion","OP",,"","OP",37.9089,-87.3246,"CD 350 W & OLD HIGHWAY 66","YANKEETOWN","IN","47741","R","S/L/T Speciation Profile","Per Region 5 Request","2011INDEM","100414","Ethyl Benzene",.03,"LB" +7006111,"MNPCA","2702100020",102638413,"EU001","999",144126014,"EU001PD001","10200908","05","MN","Cass","27021","","Remer Cut-Stock Lumber LLC",321912,"Lumber/Sawmill","OP",,"","OP",47.0555,-93.9179,"107 Swen Ave SW","Remer","MN","56672","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.00000558,"LB" +15989711,"MNPCA","2777700097",102651513,"EU003","255",144138914,"EU003PD001","30500261","05","MN","Multiple (portable facilities)","27777","","Mark Sand & Gravel Acquisition - Plant 7",324121,"","OP",,"","OP",,,"","","","","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",69.32,"LB" +13597711,"MNPCA","2701300100",102795713,"EU005","999",144289314,"EU005PD001","20200254","05","MN","Blue Earth","27013","","MTU Onsite Energy - Power Drive",335312,"","OP",,"","OP",44.1813,-93.9389,"100 Power Dr","Mankato","MN","56001","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.00233,"LB" +15073711,"KYDAQ","2105100054",97377213,"001","100",135889614,"2","10200502","04","KY","Clay","21051","","Federal Correctional Institution - Manchester",92214,"","OP",,"","OP",37.180621,-83.787672,"805 Fox Hollow Rd","Manchester","KY","40962","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",.00002,"LB" +15525911,"GADNR","29300027",97468813,"T002","120",135995414,"T002NG","20100201","04","GA","Upson","13293","","West Georgia Generating Facility",221112,"Electricity Generation via Combustion","OP",167,"MW","OP",32.9109,-84.30667,"95 Yamaha Parkway","Thomaston","GA","30286","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011GADNR submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",6.18666,"LB" +10686711,"KYDAQ","2101900110",58765313,"04","999",76903014,"1","39999997","04","KY","Boyd","21019","","The Valvoline Company",541380,"","OP",,"","OP",38.476944,-82.6325,"Jct of 21st & Front St","Ashland","KY","41101","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",0,"LB" +10712511,"KYDAQ","2102100051",58766413,"001","999",76898014,"1","39999995","04","KY","Boyle","21021","","Sellers Engineering Company",332313,"","OP",,"","OP",37.644722,-84.782778,"918 W Walnut St","Danville","KY","40422","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",48.64,"LB" +9185011,"","",62458613,"","300",146178214,"","2275060012","03","PA","Delaware","42045","","Philadelphia Intl",48811,"Airport","OP",,"","OP",39.874,-75.2496,"Unknown","Philadelphia","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0568374,"LB" +9193111,"","",54751413,"","300",146185714,"","2275020000","03","PA","Luzerne","42079","","Wilkes-Barre/Scranton I",48811,"Airport","OP",,"","OP",41.3344,-75.7319,"Unknown","Wilkes-Barre/Scranton","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000216054,"LB" +9195211,"","",62467913,"","300",146183614,"","2275070000","03","PA","Lehigh","42077","","Lehigh Valley Internati",48811,"Airport","OP",,"","OP",40.6512,-75.4506,"Unknown","Allentown","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000712094,"LB" +9208811,"","",62478313,"","300",146196614,"","2275060011","01","RI","Kent","44003","","Theodore Francis Green",48811,"Airport","OP",,"","OP",41.7214,-71.4359,"Unknown","Providence","RI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0835948,"LB" +9717811,"ILEPA","031024ACP",53568513,"0001","999",71690914,"01","40600706","05","IL","Cook","17031","","Metra",482111,"","OP",,"","OP",41.668424,-87.672549,"2067 W 123rd St","Blue Island","IL","60406","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.522,"LB" +9159211,"","",62430513,"","300",146234314,"","2275060012","04","TN","Blount","47009","","Mc Ghee Tyson",48811,"Airport","OP",,"","OP",35.8023,-84.005,"Unknown","Knoxville","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000332898,"LB" +10535111,"ADEM","0057",52230213,"X001A","120",71809014,"01","20100201","04","AL","Talladega","01121","","Alabama Municipal Electric Authority",221112,"Electricity Generation via Combustion","OP",,"","OP",33.164741,-86.281768,"Thompson Lane","Sylacauga","AL","35151","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",1.348,"LB" +9297111,"NCDAQ","3716700071",55467613,"G-14","255",71452114,"6","30500258","04","NC","Stanly","37167","","J. T. Russell & Sons, Inc.",324121,"","OP",,"","OP",35.446666,-80.227516,"359 Coggins Road","New London","NC","28127","R","S/L/T Emission Factor (no Control Efficiency used)","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",30.8868,"LB" +9279611,"","",62509013,"","300",145850814,"","2275070000","04","NC","Mecklenburg","37119","","Charlotte/Douglas Intl",48811,"Airport","OP",,"","OP",35.223174,-80.944211,"Unknown","Charlotte","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000187393,"LB" +9310311,"","",62574213,"","300",145890814,"","2275070000","05","OH","Franklin","39049","","Port Columbus Intl",48811,"Airport","OP",,"","OP",39.9983,-82.9084,"Unknown","Columbus","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000793664,"LB" +9310311,"","",55554213,"","300",145889414,"","2275020000","05","OH","Franklin","39049","","Port Columbus Intl",48811,"Airport","OP",,"","OP",39.9983,-82.9084,"Unknown","Columbus","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0571924,"LB" +9295111,"","",55739413,"","300",145893614,"","2275020000","05","OH","Hamilton","39061","","Cincinnati Muni Airport",48811,"Airport","OP",,"","OP",39.1001,-84.425,"Unknown","Cincinnati","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00275136,"LB" +9346811,"NCDAQ","3700100283",55756713,"G-1","100",68213814,"1","10200906","04","NC","Alamance","37001","","Braxton Sawmill, Inc.",321113,"Lumber/Sawmill","OP",,"","OP",35.89605,-79.351733,"7519D Lindley Mill Road","Graham","NC","27253","R","S/L/T Emission Factor (no Control Efficiency used)","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",.27,"LB" +8409211,"NYDEC","5533200025",1643413,"U00001","290",17437014,"102FP","40299998","02","NY","Washington","36115","","MANCHESTER WOOD INC",337122,"","OP",,"","OP",43.418389,-73.270829,"NORTH ST","GRANVILLE","NY","12832","R","Material Balance","","2011NYDEC","100414","Ethyl Benzene",563,"LB" +7824111,"NYDEC","1472800628",2849713,"2CNDLF","280",17611414,"D01FP","50100410","02","NY","Suffolk","36103","","BLYDENBURGH ROAD LANDFILL",562212,"Landfill","OP",,"","OP",40.815307,-73.184362,"440 BLYDENBURGH RD","ISLIP","NY","11751","R","Stack Test (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",4.578,"LB" +7984211,"MSDEQ","2809900012",5591013,"002","100",27269714,"1","10200902","04","MS","Neshoba","28099","","Weyerhaeuser NR Company, Philadelphia Facility",321113,"Lumber/Sawmill","OP",28.9,"E6BTU/HR","OP",32.760578,-89.119722,"1016 Weyerhaeuser Road","Philadelphia","MS","39350-6505","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",11.25734,"LB" +6969711,"MSDEQ","2805900008",13976113,"003","999",25125314,"1","30900201","04","MS","Jackson","28059","","VT Halter Marine, Pascagoula Operations",336611,"Ship/Boat Manufacturing or Repair Facility","OP",,"","OP",30.346953,-88.511961,"5110 Washington Avenue","Pascagoula","MS","39568","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",0,"LB" +7181411,"MSDEQ","2802700079",14339113,"004","120",24973814,"1","20100201","04","MS","Coahoma","28027","","Clarksdale Public Utilities, Crossroads Energy Center",221112,"Electricity Generation via Combustion","OP",869,"E6BTU/HR","OP",34.183333,-90.5628,"19th and West Tallahatchie Street","Clarksdale","MS","38614","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",9,"LB" +6320811,"MSDEQ","2802700008",16386413,"001","160",25291014,"1","20200202","04","MS","Coahoma","28027","","Texas Gas Transmission LLC, Clarksdale Compressor Station",486210,"Compressor Station","OP",2100,"HP","OP",34.150283,-90.637525,"3305 US Highway 61 South","Clarksdale","MS","38614","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",.6,"LB" +6178511,"MIDEQ","B4147",15274213,"EU0010","999",26765814,"30500258","30500258","05","MI","Wexford","26165","","RIETH RILEY CONSTRUCTION CO INC",324121,"Hot Mix Asphalt Plant","OP",,"","OP",44.4261,-85.3568,"11300 E 14 MILE RD","MANTON","MI","49663","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",32.31,"LB" +6062811,"MIDEQ","B4167",23476913,"EU0005","290",28415814,"30500255","30500255","05","MI","Grand Traverse","26055","","ELMERS CRANE AND DOZER, INC.",324121,"Hot Mix Asphalt Plant","OP",,"","OP",44.6908,-85.6489,"3638 RENNIE SCHOOL RD","TRAVERSE CITY","MI","49684","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",0,"LB" +7305611,"MIDEQ","B2158",11098313,"EU0029","400",26680314,"40400162","40400162","05","MI","Wayne","26163","","BUCKEYE TERMINALS, LLC - Woodhaven Terminal",493110,"Petroleum Storage Facility","OP",,"","OP",42.135,-83.2375,"20755 WEST RD","WOODHAVEN","MI","48183","R","Other Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",4.465,"LB" +1061011,"ADEM","3013",47305413,"EU003","400",146112014,"01","40301099","04","AL","Mobile","01097","","Plains Marketing LP",486110,"","OP",,"","OP",30.727776,-88.045554,"Magazine Point Bay Bridge Road","Mobile","AL","36601","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",6,"LB" +999711,"ADEM","0024",47801713,"X004","640",146086814,"14","30800112","04","AL","Tuscaloosa","01125","","BFGoodrich Tire Co",326211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",33.190789,-87.602908,"5101 21st St","Tuscaloosa","AL","35401","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",71.8,"LB" +9208111,"","",62477113,"","300",146205314,"","2275070000","04","SC","Charleston","45019","","Charleston AFB/Intl Airport",48811,"Airport","OP",,"","OP",32.8985,-80.0476,"Unknown","Charleston","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1207428,"LB" +9161711,"","",54869713,"","300",146207414,"","2275020000","04","SC","Greenville","45045","","Donaldson Center",48811,"Airport","OP",,"","OP",34.75833,-82.37667,"Unknown","Greenville/Spartanburg","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.306774,"LB" +7692911,"WIDNR","460033090",11355013,"B23","100",66576214,"02","10100501","05","WI","Sheboygan","55117","","WPL - Edgewater Generating Station",221112,"Electricity Generation via Combustion","OP",739,"E6BTU/HR","OP",43.71559,-87.70773,"3739 Lakeshore Dr","Sheboygan","WI","53081","R","Engineering Judgment","","2011WIDNR","100414","Ethyl Benzene",.01,"LB" +7667111,"VADEQ","40782",12162713,"6","160",969314,"1","20200252","03","VA","Orange","51137","","Transcontinental Gas Pipeline - Station 180",486210,"Compressor Station","OP",17,"E6BTU/HR","OP",38.30111,-77.96421,"7444 Everonia Rd Hwy 522","Unionville","VA","22567","R","USEPA Speciation Profile","Emissions multiplication factor of .0009 applied to 2011VADEQ submitted VOC based on augmentation description of 20200252_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",0,"LB" +4039911,"VADEQ","51033",33619613,"4","100",1317714,"5","10100903","03","VA","Richmond city","51760","","Spruance Genco LLC",221112,"Electricity Generation via Combustion","OP",750,"E6BTU/HR","OP",37.4556,-77.4308,"5001 Commerce Rd","Richmond","VA","23234","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011VADEQ submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",0,"LB" +2843411,"TNDEC","0042",38144913,"002","999",12266614,"01","39999993","04","TN","Scott","47151","","HBD INDUSTRIES, INC.",333922,"","OP",,"","OP",36.49977,-84.52156,"240 INDUSTRIAL LANE","ONEIDA","TN","37841","R","Engineering Judgment","","2011TNDEC","100414","Ethyl Benzene",0,"LB" +6652811,"SCDHEC","1140-0005",18919513,"004","999",11490714,"1","10100202","04","SC","Georgetown","45043","","SANTEE COOPER WINYAH GENERATING STATION",221112,"Electricity Generation via Combustion","OP",2660,"E6BTU/HR","OP",33.330842,-79.357839,"661 STEAM PLANT DR","GEORGETOWN","SC","29440","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100414","Ethyl Benzene",52.692,"LB" +3982711,"TNDEC","0069",35467313,"006","120",12290114,"01","20100201","04","TN","Haywood","47075","","TVA LAGOON CREEK COMBUSTION TURBINE PLANT",221112,"Electricity Generation via Combustion","OP",1290,"E6BTU/HR","OP",35.6578,-89.3964,"615 ELM TREE ROAD","BROWNSVILLE","TN","38012","R","USEPA Emission Factor (no Control Efficiency used)","","2011TNDEC","100414","Ethyl Benzene",14.254,"LB" +6594411,"PADEP","420210034",17845413,"031","100",13515414,"1","10100217","03","PA","Cambria","42021","","INTER POWER AHLCON L/COLVER POWER PROJ",221112,"Electricity Generation via Combustion","OP",1210,"E6BTU/HR","OP",40.550378,-78.804741,"141 INTERPOWER DR","COLVER","PA","15927-4207","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",39.6592,"LB" +6652711,"TNDEC","0086",18920313,"003","450",12420414,"01","40202201","04","TN","Franklin","47051","","ZANINI TENNESSEE, INC.",326121,"","OP",,"","OP",35.1994,-86.08144,"840 INDUSTRIAL DR.","WINCHESTER","TN","37398","R","Material Balance","","2011TNDEC","100414","Ethyl Benzene",208,"LB" +4962511,"SCDHEC","2180-0003",30075113,"001","100",15329314,"1","10200204","04","SC","Union","45087","","CONE MILLS CARLISLE FINISHING",313310,"Textile, Yarn, or Carpet Plant","OP",93.8,"E6BTU/HR","OP",34.599668,-81.436495,"3863 CARLISLE CHESTER HWY","CARLISLE","SC","29031","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100414","Ethyl Benzene",.332,"LB" +5451411,"PADEP","420810051",27546413,"P104","690",13852914,"1","40400116","03","PA","Lycoming","42081","","GULF OIL LTD PARTNER/SOUTH WILLIAMSPORT TERM",424710,"Petroleum Storage Facility","OP",,"","OP",41.24108,-76.96489,"SYLVAN DELL RD","SOUTH WILLIAMSPORT","PA","17701","R","USEPA Emission Factor (no Control Efficiency used)","","2011PADEP","100414","Ethyl Benzene",70,"LB" +6463611,"PADEP","420410025",18724513,"124","690",16869814,"1","40301151","03","PA","Cumberland","42041","","MECHANICSBURG TERM CORP/MECHANICSBURG NORTH TERMINAL",424710,"Petroleum Storage Facility","OP",,"","OP",40.22573,-76.95832,"127 TEXACO RD","MECHANICSBURG","PA","17050-2626","R","USEPA Emission Factor (no Control Efficiency used)","","2011PADEP","100414","Ethyl Benzene",1.2,"LB" +6603611,"PADEP","420390014",19025013,"105","690",16927314,"1","40200701","03","PA","Crawford","42039","","LORD CORP/CAMBRIDGE SPRINGS",326299,"","OP",,"","OP",41.80555,-80.0613,"124 GRANT ST","CAMBRIDGE SPRINGS","PA","16403-1014","R","Material Balance","","2011PADEP","100414","Ethyl Benzene",78.2,"LB" +8376711,"NCDAQ","3716500027",1667713,"GR7","160",18264814,"21","20300201","04","NC","Scotland","37165","","Pilkington North America, Inc.",327211,"Glass Plant","OP",,"","OP",34.74942,-79.394945,"13121 Rocky Ford Rd.","Laurinburg","NC","28353","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",.0002,"LB" +8121711,"NYDEC","1472600130",4705913,"U00004","100",17613914,"P19FP","10100404","02","NY","Suffolk","36103","","NORTHPORT POWER STATION",221112,"Electricity Generation via Combustion","OP",3800,"E6BTU/HR","OP",40.923488,-73.342561,"WATERSIDE AVE & EATONS NECK RD","NORTHPORT","NY","11768","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",.129164,"LB" +8309011,"NYDEC","2630400024",202913,"UCT001","120",20874714,"P21FP","20100201","02","NY","Queens","36081","","RAVENSWOOD GENERATING STATION",221112,"Electricity Generation via Combustion","OP",8,"MW","OP",40.75967,-73.946046,"38-54 VERNON BLVD","QUEENS","NY","11101","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",.223414,"LB" +6558911,"PADEP","420950536",17966613,"001","100",13500214,"1","10100101","03","PA","Northampton","42095","","NORTHAMPTON GEN CO/NORTHAMPTON",221112,"Electricity Generation via Combustion","OP",1150,"E6BTU/HR","OP",40.691957,-75.479887,"1 HORWITH DR","NORTHAMPTON","PA","18067-9728","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",83.6387,"LB" +7939211,"OHEPA","0302000166",3072113,"","999",64923214,"","49099998","05","OH","Allen","39003","","DTR Industries Incorporated (0302000166)",326291,"","OP",,"","OP",40.90305,-83.88811,"320 Snider Road","Bluffton","OH","45817","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",278,"LB" +7252211,"NCDAQ","3708100268",7436013,"G-29","400",18015114,"29","40400201","04","NC","Guilford","37081","","Plantation Pipe Line Company",48691,"","OP",,"","OP",36.076266,-79.927833,"6907A West Market Street","Greensboro","NC","27409","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",.1,"LB" +8089711,"NYDEC","9140200696",4865313,"0AMOLD","450",20957714,"BHOFP","30800704","02","NY","Erie","36029","","UNICELL BODY COMPANY INC",336211,"Automobile/Truck or Parts Plant","OP",,"","OP",42.882867,-78.83316,"575 HOWARD ST","BUFFALO","NY","14206","R","Material Balance","","2011NYDEC","100414","Ethyl Benzene",1.32,"LB" +7458511,"NHDES","3301590793",12074313,"002","120",22136514,"2","20100201","01","NH","Rockingham","33015","","NEWINGTON ENERGY LLC",221112,"Electricity Generation via Combustion","OP",1750,"E6BTU/HR","OP",43.1047,-70.80424,"75 OLD DOVER ROAD","NEWINGTON","NH","03801","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",326.985,"LB" +7147611,"MNPCA","2712300070",14780313,"TK012","400",27554214,"TK012PD001","40301151","05","MN","Ramsey","27123","","Magellan Pipeline Co LP - St Paul",48691,"","OP",,"","OP",45.0244,-93.2008,"2451 W County Road C","Roseville","MN","55113","R","Engineering Judgment","","2011MNPCA","100414","Ethyl Benzene",4,"LB" +7151411,"MNPCA","2715100006",14392513,"EU006","160",27257414,"EU006PD001","20100102","05","MN","Swift","27151","","Benson Municipal Utilities",221121,"Electricity Generation via Combustion","OP",1830,"KW","OP",45.31421,-95.60315,"1414 Kansas Ave","Benson","MN","56215","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.00267,"LB" +7099511,"MSDEQ","2815300034",14466313,"004","160",25360014,"1","20200202","04","MS","Wayne","28153","","American Midstream Mississippi LLC, Bazor Ridge Treating Facility",211112,"Gas Plant","OP",11.2,"E6BTU/HR","OP",31.544167,-88.639444,"595 Ceaman Pittman Road","Waynesboro","MS","39367","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",1.8,"LB" +8384811,"MSDEQ","2816300010",821713,"003","120",26110814,"1","20200203","04","MS","Yazoo","28163","","CF INDUSTRIES NITROGEN LLC",325311,"Fertilizer Plant","OP",328,"E6BTU/HR","OP",32.904444,-90.383056,"4612 Highway 49 East","Yazoo City","MS","39194","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",59.6,"LB" +8950711,"","",62296613,"","300",146430314,"","2275060012","02","PR","Ponce","72113","","Mercedita",48811,"Airport","OP",,"","OP",18.00831,-66.56303,"Unknown","Ponce","PR","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1406748,"LB" +8384311,"MSDEQ","2805900058",865213,"267","350",25430714,"1","40388801","04","MS","Jackson","28059","","Chevron Products Company, Pascagoula Refinery",324110,"Petroleum Refinery","OP",,"","OP",30.343733,-88.4938,"250 Industrial Road","Pascagoula","MS","39581","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",0,"LB" +6200111,"MNPCA","2706900014",16527713,"EU003","160",26953414,"EU003PD001","20200252","05","MN","Kittson","27069","","Great Lakes Gas Transmission - Station 1",48621,"Compressor Station","OP",6800,"HP","OP",48.92732,-97.16283,"4094 180th Ave","St. Vincent","MN","56755","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",3.856,"LB" +7083711,"MSDEQ","2815100037",14484713,"019","160",24884414,"1","20200202","04","MS","Washington","28151","","Tennessee Gas Pipeline Company LLC, Greenville Compressor Station Number 54",486210,"Compressor Station","OP",1700,"HP","OP",33.356397,-91.054464,"272 Tennessee Gas Road","Greenville","MS","38701","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",.4,"LB" +7175611,"MNPCA","2712700038",14986013,"EU004","160",27822214,"EU004PD001","20100102","05","MN","Redwood","27127","","Redwood Falls Public Utilities - S Plant",221121,"Electricity Generation via Combustion","OP",2000,"KW","OP",44.53332,-95.11151,"500 E Tin St","Redwood Falls","MN","56283","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.01053,"LB" +8498611,"MNPCA","2716300003",998013,"EU016","999",27148014,"EU016PD002","30600106","05","MN","Washington","27163","","Saint Paul Park Refining Co LLC",32411,"Petroleum Refinery","OP",,"","OP",44.85187,-93.0013,"301 St Paul Park Rd","St. Paul Park","MN","55071","R","Site-Specific Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",6.112,"LB" +5153911,"KYDAQ","2109300081",25495613,"E11","180",35868814,"2","40201619","04","KY","Hardin","21093","","Altec Industries Inc",336211,"","OP",,"","OP",37.670833,-85.931667,"200 Altec Dr","Elizabethtown","KY","42701","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",26.3848,"LB" +5206911,"KYDAQ","2102100010",25001013,"032","999",40024814,"1","39999994","04","KY","Boyle","21021","","Matsushita Appliance Corp",335210,"","OP",,"","OP",37.63486,-84.79677,"1355 Lebanon Rd","Danville","KY","40422","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",69.361,"LB" +7382911,"MIDEQ","B1991",9342413,"","999",66770014,"","30400103","05","MI","Saginaw","26145","","GM POWERTRAIN GROUP - SAGINAW METAL CASTING",331524,"Foundries, non-ferrous","OP",,"","OP",43.4503,-83.920477,"1629 N. WASHINGTON","SAGINAW","MI","48601","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",6000,"LB" +7150511,"MNPCA","2710900051",14400113,"EU014","450",26707614,"EU014PD001","40200401","05","MN","Olmsted","27109","","Halcon Corp",33711,"","OP",66,"LB/HR","OP",43.86976,-92.49081,"1811 2nd Ave NE","Stewartville","MN","55976","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",400,"LB" +7360711,"ILEPA","197800AAA",10608413,"0065","400",43512514,"01","40301101","05","IL","Will","17197","","Exxon Mobil Oil Corp",324110,"Petroleum Refinery","OP",,"","OP",41.413831,-88.18346,"Interstate 55 & Arsenal Rd","Joliet","IL","60434","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",2.898,"LB" +2667911,"ILEPA","033808AAG",41249313,"0019","999",44596014,"01","49099998","05","IL","Crawford","17033","","Dana Sealing Mfg LLC",339991,"","OP",,"","OP",38.990563,-87.725627,"1201 Victor Dana Rd","Robinson","IL","62454","R","Material Balance","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +2561311,"ILEPA","039804AAC",41103713,"0002","160",44692514,"01","20100102","05","IL","De Witt","17039","","Amergen Energy Co LLC",221112,"Electricity Generation via Combustion","OP",31.6,"E6BTU/HR","OP",40.162386,-88.829375,"8401 Power Rd","Clinton","IL","61727","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.0761688,"LB" +7254611,"INDEM","00041",7376113,"","999",67238714,"","39999999","05","IN","Huntington","18069","","Gladieux Trading & Marketing C",424710,"","OP",,"","ONRE",40.89833,-85.44805,"4757 N. U.S. Hwy 24 E.","Huntington","IN","46750","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",10,"LB" +7360711,"ILEPA","197800AAA",10609413,"0029","400",44380014,"01","40301101","05","IL","Will","17197","","Exxon Mobil Oil Corp",324110,"Petroleum Refinery","OP",,"","OP",41.413831,-88.18346,"Interstate 55 & Arsenal Rd","Joliet","IL","60434","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",30.744,"LB" +4703411,"ILEPA","109025AAA",27762613,"0001","400",43082014,"01","40400202","05","IL","McDonough","17109","","Midwest Oil LLC",424710,"Petroleum Storage Facility","PS",,"","PS",40.55234,-90.516929,"200 S Walnut St","Good Hope","IL","61438","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",9.5104,"LB" +7317011,"ILEPA","031600AAR",9801213,"0002","450",47111714,"01","40201619","05","IL","Cook","17031","","Ford Motor Co",336111,"Automobile/Truck or Parts Plant","OP",,"","OP",41.665013,-87.560845,"12600 S Torrence Ave","Chicago","IL","60633","R","Material Balance","","2011ILEPA","100414","Ethyl Benzene",18,"LB" +5457411,"ILEPA","171851AAA",27026913,"0002","120",43874814,"02","20100102","05","IL","Scott","17171","","Prairie Power Inc",221112,"Electricity Generation via Combustion","OP",450,"E6BTU/HR","OP",39.569686,-90.43617,"1175 E Campbell Rd","Alsey","IL","62610","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +845411,"FLDEP","0950137",46192513,"1","100",48649714,"3","10100202","04","FL","Orange","12095","","ORLANDO UTILITIES COMMISSION",2211,"Electricity Generation via Combustion","OP",4800,"E6BTU/HR","OP",28.482472,-81.165995,"5100 Alafaya Trail","ORLANDO","FL","32831","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",89.7462,"LB" +842511,"FLDEP","1070014",46222613,"6","140",48594114,"1","20100201","04","FL","Putnam","12107","","FLORIDA POWER & LIGHT (PPN)",2211,"Electricity Generation via Combustion","OP",968,"E6BTU/HR","OP",29.6283,-81.5856,"392 U.S. HWY 17 SOUTH","EAST PALATKA","FL","32131","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",71.4633,"LB" +2823011,"ILEPA","039005ABC",41109913,"0001","450",44699814,"01","40202501","05","IL","De Witt","17039","","Trinity Structural Towers Inc",336510,"","OP",,"","OP",40.177947,-88.95532,"10000 Tabor Rd","Clinton","IL","61727","R","Material Balance","","2011ILEPA","100414","Ethyl Benzene",2360,"LB" +1749311,"ILEPA","043060AAN",41518613,"0001","400",44397914,"01","40301019","05","IL","DuPage","17043","","Westmore Supply Co",424710,"","OP",,"","OP",41.88253,-87.994265,"250 S Westmore Ave","Lombard","IL","60148-3041","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",1.664,"LB" +754211,"CTBAM","T015 P0017 C08751",46287913,"R0735","400",47341514,"01","40400111","01","CT","Fairfield","09001","","MOTIVA ENTERPRISES LLC",45431,"","OP",,"","OP",41.1696,-73.1603,"250 EAGLES NEST RD","BRIDGEPORT","CT","06607-1939","R","Engineering Judgment","","2011CTBAM","100414","Ethyl Benzene",3.75654,"LB" +1063011,"ADEM","8085",47281413,"007","160",61597114,"01","20200254","04","AL","Mobile","01097","","DCP Midstream",211112,"","OP",5800,"BLRHP","OP",30.387424,-88.173052,"5300B Hwy 188","Coden","AL","36523","R","USEPA Speciation Profile","Emissions multiplication factor of .000336440677966 applied to 2011ADEM submitted VOC based on augmentation description of 20200254_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",0,"LB" +1072511,"ADEM","0007",47652913,"X004","210",61487714,"02","30500850","04","AL","Fayette","01057","","Dal-Tile Corporation",327120,"Brick, Structural Clay, or Clay Ceramics Plant","OP",,"","OP",33.695694,-87.87562,"1470 County Road 21 South","Fayette","AL","35555","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",.943,"LB" +10757811,"","",59263813,"","300",77377014,"","2275050011","04","AL","Coffee","01031","","HATAWAY FIELD",48811,"Airport","OP",,"","OP",31.25,-86.1667,"Unknown","KINSTON","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.242382,"LB" +10914811,"","",59264113,"","300",77377614,"","2275050011","04","AL","Mobile","01097","","ROY E. RAY",48811,"Airport","OP",,"","OP",30.4546,-88.2106,"Unknown","BAYOU LA BATRE","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.00382,"LB" +11541611,"","",60439813,"","300",77421314,"","2275050011","04","KY","Lincoln","21137","","ROBBINS ROOST",48811,"Airport","OP",,"","OP",37.4094,-84.6197,"Unknown","STANFORD","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +10947811,"","",60461713,"","300",77465114,"","2275050011","03","MD","Cecil","24015","","CHESAPEAKE CITY",48811,"Airport","OP",,"","OP",39.5181,-75.8214,"Unknown","CHESAPEAKE CITY","MD","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +7440611,"ADEM","0003",10870113,"X119","270",61680214,"03","30199998","04","AL","Washington","01129","","BASF Corporation",325320,"","OP",,"","OP",31.2789,-88.0043,"1379 Ciba Road","Mcintosh","AL","36553","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",1.42857,"LB" +10758411,"","",59266013,"","300",77381414,"","2275050011","04","AL","Crenshaw","01041","","FRANK SIKES",48811,"Airport","OP",,"","OP",31.7361,-86.2622,"Unknown","LUVERNE","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.41356,"LB" +11546811,"","",60444613,"","300",77431014,"","2275050012","04","GA","Muscogee","13215","","MEDICAL CENTER",48811,"Airport","OP",,"","OP",32.4793,-84.9791,"Unknown","COLUMBUS","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11923011,"","",60814713,"","300",78170814,"","2275050012","05","OH","Cuyahoga","39035","","SOUTHWEST GENERAL HOSPITAL",48811,"Airport","OP",,"","OP",41.3709,-81.7949,"Unknown","MIDDLEBURG HEIGHTS","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11047611,"","",60640313,"","300",77820914,"","2275050011","04","NC","Union","37179","","ARANT",48811,"Airport","OP",,"","OP",35.056,-80.4501,"Unknown","WINGATE","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.276056,"LB" +12009111,"","",60723813,"","300",77989414,"","2275050012","04","FL","Brevard","12009","","PORTA TARGET",48811,"Airport","OP",,"","OP",27.9242,-80.6137,"Unknown","PALM BAY","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11840011,"","",60874613,"","300",78289814,"","2275050012","01","MA","Worcester","25027","","WORCESTER MEDICAL CENTER",48811,"Airport","OP",,"","OP",42.2543,-71.7977,"Unknown","WORCESTER","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11130011,"","",60830213,"","300",78201314,"","2275050011","04","KY","Hancock","21091","","LAMAR FIELD",48811,"Airport","OP",,"","OP",37.8967,-86.7894,"Unknown","HAWESVILLE","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.23826,"LB" +12004511,"","",60849813,"","300",78240614,"","2275050012","03","PA","Lebanon","42075","","RICHARD L MILLER",48811,"Airport","OP",,"","OP",40.3893,-76.3108,"Unknown","MYERSTOWN","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11023311,"","",60596413,"","300",77733514,"","2275050011","05","WI","Jefferson","55055","","HA-RAIL",48811,"Airport","OP",,"","OP",43.0361,-88.8932,"Unknown","LAKE MILLS","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.26433,"LB" +11489611,"","",60642413,"","300",77825114,"","2275050011","02","NY","Rensselaer","36083","","TROY ARMORY",48811,"Airport","OP",,"","OP",42.6906,-73.7037,"Unknown","TROY","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11517511,"","",60579013,"","300",77699614,"","2275050012","01","CT","Hartford","09003","","ST FRANCIS HOSPITAL",48811,"Airport","OP",,"","OP",41.7745,-72.699,"Unknown","HARTFORD","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.104072,"LB" +11106811,"","",60769813,"","300",78080914,"","2275050011","04","KY","Grant","21081","","GRANT COUNTY HOSPITAL",48811,"Airport","OP",,"","OP",38.6359,-84.5686,"Unknown","WILLIAMSTOWN","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11866711,"","",60792413,"","300",78126214,"","2275050012","01","MA","Worcester","25027","","S J M LANDING",48811,"Airport","OP",,"","OP",42.4298,-72.2167,"Unknown","WASHINGTONVILLE","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11132511,"","",60835213,"","300",78211314,"","2275050011","03","MD","St. Mary's","24037","","WEST ST MARYS",48811,"Airport","OP",,"","OP",38.189,-76.4469,"Unknown","DRAYDEN","MD","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.247896,"LB" +10982411,"","",60517713,"","300",77577214,"","2275050012","04","NC","Wake","37183","","WAKE MEDICAL CENTER",48811,"Airport","OP",,"","OP",35.7868,-78.5858,"Unknown","RALEIGH","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11929911,"","",60691913,"","300",77925614,"","2275050012","03","VA","Manassas city","51683","","PRINCE WILLIAM HOSPITAL",48811,"Airport","OP",,"","OP",38.7658,-77.4878,"Unknown","MANASSAS","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12008111,"","",60855113,"","300",78250714,"","2275050011","04","TN","Sevier","47155","","KENNER FARM",48811,"Airport","OP",,"","OP",35.8809,-83.7271,"Unknown","SEYMOUR","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.246364,"LB" +11139811,"","",60855613,"","300",78251714,"","2275050011","04","TN","Robertson","47147","","HOLENTHAWALL",48811,"Airport","OP",,"","OP",36.6133,-86.8103,"Unknown","SPRINGFIELD","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.262576,"LB" +11843111,"","",60908213,"","300",78356514,"","2275050011","05","OH","Lucas","39095","","DELAWARE OPERATIONS",48811,"Airport","OP",,"","OP",41.6706,-83.5672,"Unknown","TOLEDO","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12033311,"","",60863113,"","300",78266714,"","2275050011","05","WI","Trempealeau","55121","","BRION MEMORIAL",48811,"Airport","OP",,"","OP",44.5569,-91.3669,"Unknown","STRUM","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.370312,"LB" +11874311,"","",60921813,"","300",78383314,"","2275050011","05","IN","Hancock","18059","","WILLIS",48811,"Airport","OP",,"","OP",39.7223,-85.7166,"Unknown","GREENFIELD","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11148511,"","",60879113,"","300",78298814,"","2275050012","04","KY","Jefferson","21111","","WLKY-TV STUDIOS",48811,"Airport","OP",,"","OP",38.2631,-85.7102,"Unknown","LOUISVILLE","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11537011,"","",60525813,"","300",77593414,"","2275050012","03","PA","Montgomery","42091","","PHOENIX TECHNOLOGIES",48811,"Airport","OP",,"","OP",40.1182,-75.4013,"Unknown","NORRISTOWN","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11040911,"","",60626613,"","300",77793514,"","2275050011","05","WI","Ozaukee","55089","","FLYING S RANCH",48811,"Airport","OP",,"","OP",43.3653,-87.887,"Unknown","PORT WASHINGTON","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.283158,"LB" +11075111,"","",60703413,"","300",77948514,"","2275050011","04","KY","Calloway","21035","","BRANDON AIRDROME",48811,"Airport","OP",,"","OP",36.5759,-88.3134,"Unknown","MURRAY","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.894402,"LB" +11112011,"","",60782213,"","300",78105814,"","2275050012","04","FL","Broward","12011","","CITY OF FORT LAUDERDALE",48811,"Airport","OP",,"","OP",26.124,-80.1442,"Unknown","FORT LAUDERDALE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11837111,"","",60782313,"","300",78105914,"","2275050011","04","FL","Putnam","12107","","COLUMBIA PUTNAM COMMUNITY HOSPITAL",48811,"Airport","OP",,"","OP",29.6427,-81.6926,"Unknown","PALATKA","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11088911,"","",60731113,"","300",78003514,"","2275050011","05","IN","Marshall","18099","","SCOTT FIELD",48811,"Airport","OP",,"","OP",41.2567,-86.1897,"Unknown","ARGOS","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.242102,"LB" +11131111,"","",60832413,"","300",78205814,"","2275050012","05","IL","Henry","17073","","HAMMOND-HENRY HOSPITAL",48811,"Airport","OP",,"","OP",41.4611,-90.1569,"Unknown","GENESEO","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11964811,"","",60832913,"","300",78206714,"","2275050011","05","IL","Bureau","17011","","ST MARGARETS HOSPITAL",48811,"Airport","OP",,"","OP",41.325,-89.1973,"Unknown","SPRING VALLEY","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11581811,"","",61095113,"","300",78729514,"","2275050011","02","NJ","Monmouth","34025","","NEW JERSEY BELL CDC 11",48811,"Airport","OP",,"","OP",40.2382,-74.3199,"Unknown","FREEHOLD TOWNSHIP","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11681011,"","",61128513,"","300",78796214,"","2275050012","05","IL","Cook","17031","","AMERITECH CENTER",48811,"Airport","OP",,"","OP",42.0778,-88.1236,"Unknown","HOFFMAN ESTATES","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11930711,"","",60944013,"","300",78427714,"","2275050011","03","PA","Lehigh","42077","","MACUNGIE MACK",48811,"Airport","OP",,"","OP",40.5001,-75.5663,"Unknown","MACUNGIE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11248111,"","",61180713,"","300",78899714,"","2275050011","05","IL","Jefferson","17081","","CROSSROADS COMMUNITY HOSPITAL",48811,"Airport","OP",,"","OP",38.3122,-88.9361,"Unknown","MOUNT VERNON","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11947011,"","",60952813,"","300",78445314,"","2275050011","03","VA","Culpeper","51047","","PLEASANTDALE FIELD",48811,"Airport","OP",,"","OP",38.569,-77.9206,"Unknown","RIXEYVILLE","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.242048,"LB" +11620111,"","",61282013,"","300",79102214,"","2275050012","04","FL","Pasco","12101","","BAYFLITE ONE",48811,"Airport","OP",,"","OP",28.1939,-82.6206,"Unknown","ODESSA","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11774611,"","",61067713,"","300",78674714,"","2275050011","04","TN","Perry","47135","","PERRY MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",35.5951,-87.8561,"Unknown","LINDEN","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11894111,"","",61023613,"","300",78586514,"","2275050011","03","VA","Northumberland","51133","","SHIVOK",48811,"Airport","OP",,"","OP",38.009,-76.563,"Unknown","CALLAO","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.238622,"LB" +11678811,"","",61125313,"","300",78789714,"","2275050011","04","GA","Carroll","13045","","FLYING W FARMS",48811,"Airport","OP",,"","OP",33.5078,-85.1856,"Unknown","CARROLLTON","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.285582,"LB" +11743511,"","",61148013,"","300",78834714,"","2275050011","03","PA","Lycoming","42081","","HACKENBURG-PENNY HILL",48811,"Airport","OP",,"","OP",41.1501,-76.8997,"Unknown","MONTOURSVILLE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.323296,"LB" +11673511,"","",61031513,"","300",78602314,"","2275050011","05","IN","Marion","18097","","FORT BENJAMIN HARRISON HELIPAD",48811,"Airport","OP",,"","OP",39.8834,-86.0166,"Unknown","FORT BENJAMIN HARRISON","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11693211,"","",61042713,"","300",78624714,"","2275050011","04","SC","Orangeburg","45075","","HOLLY HILL",48811,"Airport","OP",,"","OP",33.301,-80.394,"Unknown","HOLLY HILL","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.3758,"LB" +11201511,"","",61031613,"","300",78602514,"","2275050011","05","IN","Bartholomew","18005","","STRIETELMEIER FLYING FIELD",48811,"Airport","OP",,"","OP",39.2081,-85.9747,"Unknown","COLUMBUS","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.245056,"LB" +12013911,"","",60981713,"","300",78503214,"","2275050012","04","TN","Loudon","47105","","FT LOUDON MEDICAL CENTER",48811,"Airport","OP",,"","OP",35.8261,-84.2708,"Unknown","LENOIR CITY","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11830711,"","",60995713,"","300",78531114,"","2275050011","05","IN","Marshall","18099","","STUNTZ & HOCHSTETLER PINES",48811,"Airport","OP",,"","OP",41.4737,-86.4508,"Unknown","WALKERTON","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.427858,"LB" +11957611,"","",60955713,"","300",78451114,"","2275050011","05","WI","Brown","55009","","COUNTY RESCUE SERVICES",48811,"Airport","OP",,"","OP",44.4712,-87.9943,"Unknown","GREEN BAY","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11652111,"","",61205113,"","300",78948614,"","2275050012","05","OH","Portage","39133","","MILLS",48811,"Airport","OP",,"","OP",41.2384,-81.2538,"Unknown","MANTUA","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.177443,"LB" +11654811,"MIDEQ","AIRPORT8MI3",61293613,"GA","300",79125314,"Piston","2275050011","05","MI","Van Buren","26159","","MATTAWAN AIRPARK",48811,"Airport","OP",,"","OP",42.1959,-85.8056,"Unknown","MATTAWAN","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.58342,"LB" +11217311,"","",61082013,"","300",78703314,"","2275050011","04","NC","Robeson","37155","","SOUTHERN COMFORTS AERODROME",48811,"Airport","OP",,"","OP",34.8713,-78.9656,"Unknown","PARKTON","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.919528,"LB" +11214811,"","",61073613,"","300",78686514,"","2275050011","05","WI","Pierce","55093","","OTTMAN LANDING",48811,"Airport","OP",,"","OP",44.5944,-92.2585,"Unknown","MAIDEN ROCK","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.278646,"LB" +11810411,"","",61082713,"","300",78704714,"","2275050011","05","OH","Butler","39017","","MC CULLOUGH HYDE HOSPITAL",48811,"Airport","OP",,"","OP",39.5123,-84.7413,"Unknown","OXFORD","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11580611,"","",61093513,"","300",78726314,"","2275050011","04","GA","Coweta","13077","","BIG T",48811,"Airport","OP",,"","OP",33.2835,-84.5388,"Unknown","SENOIA","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.603056,"LB" +11610111,"","",61370413,"","300",79278014,"","2275050012","04","FL","Gulf","12045","","COSTIN",48811,"Airport","OP",,"","OP",29.7585,-85.2891,"Unknown","PORT ST JOE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.11244,"LB" +12461511,"","",61512813,"","300",79557214,"","2275050012","04","GA","Fulton","13121","","SOUTH FULTON MEDICAL CENTER",48811,"Airport","OP",,"","OP",33.6796,-84.4271,"Unknown","EAST POINT","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11369611,"","",61663613,"","300",79855114,"","2275050011","05","MN","Meeker","27093","","EMPIRE VALLEY",48811,"Airport","OP",,"","OP",45.2869,-94.6753,"Unknown","PAYNESVILLE","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.258286,"LB" +11332411,"","",61519613,"","300",79569814,"","2275050012","03","PA","Northumberland","42097","","SUNBURY",48811,"Airport","OP",,"","OP",40.9131,-76.733,"Unknown","SUNBURY","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0033763,"LB" +11593611,"","",61363113,"","300",79264114,"","2275050011","04","SC","Marlboro","45069","","CLIO CROP CARE",48811,"Airport","OP",,"","OP",34.5614,-79.5381,"Unknown","CLIO","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",8.02962,"LB" +12516711,"","",61628513,"","300",79785214,"","2275050012","01","MA","Middlesex","25017","","COMPAQ PARKER STREET",48811,"Airport","OP",,"","OP",42.4184,-71.4473,"Unknown","MAYNARD","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12340811,"","",61468213,"","300",79470214,"","2275050012","03","DE","New Castle","10003","","BRACEBRIDGE III",48811,"Airport","OP",,"","OP",39.7356,-75.5353,"Unknown","WILMINGTON","DE","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12504411,"","",61724013,"","300",79974514,"","2275050011","04","NC","Johnston","37101","","MASSENGILL",48811,"Airport","OP",,"","OP",35.3179,-78.3878,"Unknown","NEWTON GROVE","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.254246,"LB" +12358211,"","",61477113,"","300",79487114,"","2275050011","04","FL","Alachua","12001","","SHANDS HELISTOP",48811,"Airport","OP",,"","OP",29.6391,-82.3454,"Unknown","GAINESVILLE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12546711,"","",61636913,"","300",79801914,"","2275050011","03","MD","Carroll","24013","","WOODBINE",48811,"Airport","OP",,"","OP",39.3834,-77.0703,"Unknown","WOODBINE","MD","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.309814,"LB" +12287211,"","",61741813,"","300",80009914,"","2275050011","01","NH","Hillsborough","33011","","SOUTHERN NH MEDICAL CENTER",48811,"Airport","OP",,"","OP",42.7558,-71.462,"Unknown","NASHUA","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11314711,"","",61450313,"","300",79434414,"","2275050012","01","CT","Hartford","09003","","ELECTRO-METHODS INC",48811,"Airport","OP",,"","OP",41.832,-72.6009,"Unknown","SOUTH WINDSOR","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12547611,"","",61638013,"","300",79804114,"","2275050011","03","MD","Carroll","24013","","RESERVOIR",48811,"Airport","OP",,"","OP",39.482,-76.8816,"Unknown","FINKSBURG","MD","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.479554,"LB" +12378211,"","",61575413,"","300",79681114,"","2275050011","05","IL","La Salle","17099","","ST MARYS HOSPITAL - STREATOR",48811,"Airport","OP",,"","OP",41.1633,-88.835,"Unknown","STREATOR","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12396011,"","",61582713,"","300",79695814,"","2275050012","02","NJ","Burlington","34005","","WARREN HOPELY",48811,"Airport","OP",,"","OP",39.9283,-74.7622,"Unknown","VINCENTOWN","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11367711,"","",61659413,"","300",79846714,"","2275050011","05","MN","Kanabec","27065","","KANABEC HOSPITAL",48811,"Airport","OP",,"","OP",45.8744,-93.2899,"Unknown","MORA","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12500811,"","",61718813,"","300",79964114,"","2275050011","04","NC","Mecklenburg","37119","","DELTA AIR BASE",48811,"Airport","OP",,"","OP",35.2113,-80.7192,"Unknown","CHARLOTTE","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11355911,"","",61620913,"","300",79769914,"","2275050011","01","MA","Essex","25009","","NUGENT",48811,"Airport","OP",,"","OP",42.6279,-70.6378,"Unknown","GLOUCESTER","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11365111,"MIDEQ","AIRPORTMI54",61651713,"GA","300",79831314,"Piston","2275050011","05","MI","Monroe","26115","","HELIFARM",48811,"Airport","OP",,"","OP",41.7936,-83.5381,"Unknown","MONROE","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12249411,"","",61848113,"","300",80219714,"","2275050011","03","PA","Bucks","42017","","SKYVIEW",48811,"Airport","OP",,"","OP",40.3157,-75.3046,"Unknown","SOUDERTON","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11451111,"","",61985313,"","300",80490814,"","2275050012","02","VI","St. Thomas","78030","","ST THOMAS WATERFRONT",48811,"Airport","OP",,"","OP",18.3443,-64.9297,"Unknown","CHARLOTTE AMALIE","VI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11418111,"","",61838813,"","300",80201114,"","2275050011","03","PA","Warren","42123","","BROKENSTRAW",48811,"Airport","OP",,"","OP",41.8326,-79.3616,"Unknown","PITTSFIELD","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.76218,"LB" +12212511,"","",62014513,"","300",80548514,"","2275050011","05","WI","Lincoln","55069","","PINE RIVER",48811,"Airport","OP",,"","OP",45.2033,-89.5244,"Unknown","MERRILL","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.314578,"LB" +12212711,"","",62014713,"","300",80548914,"","2275050011","05","WI","Walworth","55127","","LAKE GENEVA AIRE ESTATES",48811,"Airport","OP",,"","OP",42.5722,-88.3673,"Unknown","LAKE GENEVA","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.451924,"LB" +12212811,"","",62014813,"","300",80549114,"","2275050011","05","WI","Winnebago","55139","","LARSON",48811,"Airport","OP",,"","OP",44.2028,-88.6396,"Unknown","LARSEN","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.328366,"LB" +12237311,"","",61845513,"","300",80214514,"","2275050011","03","PA","Butler","42019","","UPMC PASSAVANT CRANBERRY",48811,"Airport","OP",,"","OP",40.684,-80.0964,"Unknown","CRANBERRY","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12234311,"","",61842213,"","300",80207914,"","2275050011","03","PA","Adams","42001","","KINGSDALE AIR PARK",48811,"Airport","OP",,"","OP",39.727,-77.1119,"Unknown","LITTLESTOWN","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.247506,"LB" +12186411,"","",61793813,"","300",80112114,"","2275050011","05","OH","Hardin","39065","","ELLIOTTS LANDING",48811,"Airport","OP",,"","OP",40.5247,-83.5117,"Unknown","MOUNT VICTORY","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.566956,"LB" +12264511,"","",61855313,"","300",80232914,"","2275050011","03","PA","Beaver","42007","","SAINOVICH",48811,"Airport","OP",,"","OP",40.7001,-80.4331,"Unknown","INDUSTRY","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12094811,"","",61883213,"","300",80288314,"","2275050011","04","SC","Spartanburg","45083","","PEARSONS FARM",48811,"Airport","OP",,"","OP",35.0573,-81.9448,"Unknown","SPARTANBURG","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12125111,"","",61988013,"","300",80495914,"","2275050011","01","VT","Chittenden","50007","","SHELBURNE FARMS",48811,"Airport","OP",,"","OP",44.4014,-73.2671,"Unknown","SHELBURNE","VT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12187011,"","",61794513,"","300",80113514,"","2275050011","05","OH","Ashtabula","39007","","HEMLOCK FIELD",48811,"Airport","OP",,"","OP",41.7014,-80.8603,"Unknown","ROCK CREEK","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.284664,"LB" +12144911,"","",61813113,"","300",80150514,"","2275050011","05","OH","Logan","39091","","HILLVIEW AIRSTRIP",48811,"Airport","OP",,"","OP",40.3087,-83.6152,"Unknown","EAST LIBERTY","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.260542,"LB" +12227811,"","",61933813,"","300",80388914,"","2275050011","04","TN","McMinn","47107","","CUB HAVEN",48811,"Airport","OP",,"","OP",35.5472,-84.51,"Unknown","NIOTA","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.242604,"LB" +11455311,"","",61996313,"","300",80512114,"","2275050011","04","NC","Guilford","37081","","AIR HARBOR",48811,"Airport","OP",,"","OP",36.1736,-79.8031,"Unknown","GREENSBORO","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.61602,"LB" +12248611,"","",61847113,"","300",80217714,"","2275050011","03","PA","York","42133","","CIRCLE W AIRFIELD",48811,"Airport","OP",,"","OP",39.9587,-76.9708,"Unknown","EAST BERLIN","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11421411,"","",61861613,"","300",80245614,"","2275050012","02","PR","Orocovis","72107","","OROCOVIS HEALTH CENTER",48811,"Airport","OP",,"","OP",18.2266,-66.3943,"Unknown","OROCOVIS","PR","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12061011,"","",61869413,"","300",80261214,"","2275050012","03","PA","Bucks","42017","","ST MARY HOSPITAL",48811,"Airport","OP",,"","OP",40.2021,-74.9229,"Unknown","LANGHORNE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +9213711,"","",55305313,"","300",81181914,"","2275020000","03","PA","Allegheny","42003","","Pittsburgh Internationa",48811,"Airport","OP",,"","OP",40.493,-80.2492,"Unknown","Pittsburgh","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1222728,"LB" +6151711,"MNPCA","27053XMSP",15298213,"EU002","300",80843214,"","2275070000","05","MN","Hennepin","27053","","Minneapolis-St Paul Intl/Wold-Chamberlain/",488119,"Airport","OP",,"","OP",44.88514,-93.216601,"See Location Data","Minneapolis","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.430208,"LB" +9458311,"","",53515913,"","300",81268014,"","2275020000","04","MS","Harrison","28047","","Gulfport Biloxi Regional Airport",48811,"Airport","OP",,"","OP",30.4086,-89.0744,"14035-L Airport Road","Gulfport","MS","39503","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.108214,"LB" +9796711,"","",54007513,"","300",81567614,"","2275020000","04","FL","Hillsborough","12057","","Tampa Intl",48811,"Airport","OP",,"","OP",27.979379,-82.537823,"Unknown","Tampa","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.25308,"LB" +10560011,"","",52353113,"","300",80717914,"","2275020000","04","AL","Mobile","01097","","Mobile Regional",48811,"Airport","OP",,"","OP",30.6921,-88.2459,"Unknown","Mobile","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00746486,"LB" +10609611,"","",62240713,"","300",82633914,"","2275070000","04","AL","Tuscaloosa","01125","","Tuscaloosa Muni",48811,"Airport","OP",,"","OP",33.2198,-87.6182,"Unknown","Tuscaloosa","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000328488,"LB" +9576711,"","",53968413,"","300",81345714,"","2275020000","01","ME","Penobscot","23019","","Bangor Intl",48811,"Airport","OP",,"","OP",44.8181,-68.8444,"Unknown","Bangor","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00198857,"LB" +9809511,"","",54045913,"","300",81609014,"","2275020000","04","FL","Duval","12031","","Jacksonville Intl",48811,"Airport","OP",,"","OP",30.4942,-81.7005,"Unknown","Jacksonville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.23846,"LB" +9068811,"","",55129713,"","300",80955914,"","2275020000","03","VA","Norfolk city","51710","","Norfolk Intl",48811,"Airport","OP",,"","OP",36.8916,-76.211,"Unknown","Norfolk","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",29.18,"LB" +10544311,"","",62127913,"","300",82127914,"","2275050012","04","AL","Morgan","01103","","Rountree Field",48811,"Airport","OP",,"","OP",34.40823,-86.93295,"Unknown","Hartselle","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.5848,"LB" +9208111,"","",54833713,"","300",81166714,"","2275020000","04","SC","Charleston","45019","","Charleston AFB/Intl Airport",48811,"Airport","OP",,"","OP",32.8985,-80.0476,"Unknown","Charleston","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0412618,"LB" +9270111,"","",55238913,"","300",81234814,"","2275020000","05","OH","Cuyahoga","39035","","Burke Lakefront",48811,"Airport","OP",,"","OP",41.514,-81.6928,"Unknown","Cleveland","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001708582,"LB" +4867211,"ILEPA","MLI",62264513,"","300",82775214,"","2275070000","05","IL","Rock Island","17161","","Quad City Airport",488119,"Airport","OP",,"","OP",41.44879,-90.50479,"2200 69th Ave","Moline","IL","61265","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000211644,"LB" +6927711,"MNPCA","27135XROX",62278313,"","300",82818314,"","2275060011","05","MN","Roseau","27135","","Roseau Muni/Rudy Billberg Field",488119,"Airport","OP",,"","OP",48.85599,-95.69699,"See Location Data","Roseau","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.364826,"LB" +7131311,"MNPCA","27041XAXN",62284913,"","300",82834014,"","2275050011","05","MN","Douglas","27041","","Chandler Field",488119,"Airport","OP",,"","OP",45.866,-95.39499,"See Location Data","Alexandria","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",23.344,"LB" +9027411,"","",54614613,"","300",80894714,"","2275020000","05","WI","Brown","55009","","Austin Straubel Interna",48811,"Airport","OP",,"","OP",44.4772,-88.1361,"Unknown","Green Bay","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0361536,"LB" +9168411,"","",55044513,"","300",81100514,"","2275020000","04","TN","Sullivan","47163","","Tri-Cities Rgnl Tn/Va",48811,"Airport","OP",,"","OP",36.4722,-82.4158,"Unknown","Bristol/Johnson/Kingsp","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00748028,"LB" +9031911,"","",62425213,"","300",83462714,"","2275060012","05","WI","Jefferson","55055","","Fort Atkinson Muni",48811,"Airport","OP",,"","OP",42.9632,-88.81763,"Unknown","Fort Atkinson","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1380058,"LB" +9184711,"","",62458313,"","300",83604914,"","2275050011","03","PA","Elk","42047","","St Marys Muni",48811,"Airport","OP",,"","OP",41.41248,-78.50263,"Unknown","St Marys","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.82748,"LB" +9354311,"","",62525113,"","300",83952714,"","2275060012","04","NC","Macon","37113","","Macon County",48811,"Airport","OP",,"","OP",35.2226,-83.41904,"Unknown","Franklin","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.345006,"LB" +9072311,"","",62327213,"","300",83022614,"","2268008005","03","VA","Newport News city","51700","","Newport News/Williamsbu",48811,"Airport","OP",,"","OP",37.1253,-76.5016,"Unknown","Newport News","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.315234,"LB" +9338811,"","",62518413,"","300",83913214,"","2275050012","04","NC","Brunswick","37019","","Brunswick County",48811,"Airport","OP",,"","OP",33.92926,-78.07499,"Unknown","Oak Island","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",12.50572,"LB" +9339611,"","",62519313,"","300",83921214,"","2275050011","02","NY","Orange","36071","","Warwick Muni",48811,"Airport","OP",,"","OP",41.28759,-74.2871,"Unknown","Warwick","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.0185,"LB" +9332211,"","",62514013,"","300",83866214,"","2267008005","04","NC","Cabarrus","37025","","Concord Regional",48811,"Airport","OP",,"","OP",35.38521,-80.70971,"Unknown","Concord","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01101538,"LB" +9154911,"","",62378413,"","300",83261214,"","2275060012","04","SC","Lexington","45063","","Columbia Metropolitan",48811,"Airport","OP",,"","OP",33.9367,-81.1317,"Unknown","Columbia","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.16656,"LB" +9341511,"","",62520513,"","300",83925514,"","2275050011","04","NC","Avery","37011","","Avery County/Morrison F",48811,"Airport","OP",,"","OP",35.94457,-81.99567,"Unknown","Spruce Pine","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.0185,"LB" +9019011,"","",62413213,"","300",83412214,"","2270008005","05","WI","Marathon","55073","","Central Wisconsin",48811,"Airport","OP",,"","OP",44.781,-89.6758,"Unknown","Mosinee","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.92458,"LB" +9171111,"","",62445413,"","300",83542814,"","2275070000","04","TN","Shelby","47157","","Memphis Intl",48811,"Airport","OP",,"","OP",35.038513,-89.978107,"Unknown","Memphis","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.77416,"LB" +9275411,"","",62508013,"","300",83831414,"","2275050011","04","NC","Wilkes","37193","","Wilkes County",48811,"Airport","OP",,"","OP",36.22284,-81.09834,"Unknown","North Wilkesboro","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",6.02222,"LB" +9014211,"","",62409713,"","300",83396914,"","2275060012","05","WI","Sawyer","55113","","Sawyer County",48811,"Airport","OP",,"","OP",46.02586,-91.44424,"Unknown","Hayward","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.552024,"LB" +9342911,"","",62521513,"","300",83927614,"","2268008005","02","NY","Dutchess","36027","","Dutchess County",48811,"Airport","OP",,"","OP",41.6248,-73.8899,"Unknown","Poughkeepsie","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000265096,"LB" +9315811,"","",62578513,"","300",84163314,"","2267008005","02","NY","Suffolk","36103","","Republic",48811,"Airport","OP",,"","OP",40.72878,-73.41341,"Unknown","Farmingdale","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01494066,"LB" +10583011,"","",62385813,"","300",83296814,"","2275050011","04","AL","Autauga","01001","","Autauga County",48811,"Airport","OP",,"","OP",32.43878,-86.51045,"Unknown","Prattville","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",8.53548,"LB" +9177111,"","",62452913,"","300",83580614,"","2275060012","04","TN","Dickson","47043","","Dickson Muni",48811,"Airport","OP",,"","OP",36.12932,-87.43007,"Unknown","Dickson","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.068994,"LB" +9208811,"","",62478113,"","300",83702814,"","2275070000","01","RI","Kent","44003","","Theodore Francis Green",48811,"Airport","OP",,"","OP",41.7214,-71.4359,"Unknown","Providence","RI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1802256,"LB" +9068811,"","",62324613,"","300",82995014,"","2275070000","03","VA","Norfolk city","51710","","Norfolk Intl",48811,"Airport","OP",,"","OP",36.8916,-76.211,"Unknown","Norfolk","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000211644,"LB" +9024411,"","",62417313,"","300",83423414,"","2275050011","05","WI","Polk","55095","","L O Simenstad Muni",48811,"Airport","OP",,"","OP",45.30859,-92.69008,"Unknown","Osceola","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",18.5685,"LB" +9171111,"","",62445713,"","300",83550014,"","2265008005","04","TN","Shelby","47157","","Memphis Intl",48811,"Airport","OP",,"","OP",35.038513,-89.978107,"Unknown","Memphis","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",88.7708,"LB" +9216511,"","",62484413,"","300",83737314,"","2275050011","05","OH","Vinton","39163","","Vinton County",48811,"Airport","OP",,"","OP",39.32813,-82.44182,"Unknown","Mc Arthur","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",4.96832,"LB" +9657111,"","",63232313,"","300",86956314,"","2275001000","05","IN","Jefferson","18077","","Madison Muni",48811,"Airport","OP",,"","OP",38.75889,-85.46553,"Unknown","Madison","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.840614,"LB" +9620611,"","",63238713,"","300",86962714,"","2275001000","04","KY","Franklin","21073","","Capital City",48811,"Airport","OP",,"","OP",38.18249,-84.9047,"Unknown","Frankfort","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.369888,"LB" +11481611,"ILEPA","1IS3",63703713,"GA-Piston","300",88249614,"01","2275050011","05","IL","Macon","17115","","CRIBBET",48811,"Airport","OP",,"","OP",39.7278,-89.0595,"Unknown","BLUE MOUND","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.248454,"LB" +1056011,"ALJCBOH","010730074",62974113,"9","999",86687514,"1","40400122","04","AL","Jefferson","01073","","CITGO PETROLEUM CORP.",424710,"Petroleum Storage Facility","OP",,"","OP",33.46125,-86.87614,"2200 25th ST SW","Birmingham","AL","35211","R","Stack Test (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",.98,"LB" +9540811,"MIDEQ","AIRPORTIMT",63262013,"MIL","300",86986014,"Military","2275001000","05","MI","Dickinson","26043","","Ford",48811,"Airport","OP",,"","OP",45.81835,-88.11454,"Unknown","Iron Mountain Kingsfor","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01245352,"LB" +11067311,"ILEPA","26IS",63704913,"GA-Piston","300",88250814,"01","2275050011","05","IL","Livingston","17105","","FICKLIN-AIRTECH",48811,"Airport","OP",,"","OP",40.7667,-88.5056,"Unknown","FAIRBURY","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",4.95128,"LB" +10849611,"ILEPA","161065AHA",60289813,"0001","160",86361814,"01","20200102","05","IL","Rock Island","17161","","SBC Q78540",517911,"","OP",4.8,"E6BTU/HR","OP",41.505736,-90.574194,"635 18th St","Rock Island","IL","61201","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.000307,"LB" +9560811,"MIDEQ","AIRPORTIWD",63264213,"MIL","300",86988214,"Military","2275001000","05","MI","Gogebic","26053","","Gogebic-Iron County",48811,"Airport","OP",,"","OP",46.52748,-90.1314,"Unknown","Ironwood","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1245352,"LB" +9563311,"MIDEQ","AIRPORTFNT",63264613,"MIL","300",86988614,"Military","2275001000","05","MI","Genesee","26049","","Bishop International",48811,"Airport","OP",,"","OP",42.9687,-83.7522,"Unknown","Flint","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.298884,"LB" +5401911,"ILEPA","183814AAC",60337813,"0003","160",86468114,"01","20200252","05","IL","Vermilion","17183","","Midwestern Gas Transmission",486210,"Compressor Station","OP",18.3,"E6BTU/HR","OP",40.261686,-87.822728,"27385 N Rd 620 E","Potomac","IL","61865","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",2.30361,"LB" +1925711,"ILEPA","CMI",63707113,"AT-Piston","300",88253014,"01","2275060011","05","IL","Champaign","17019","","Willard Airport",488119,"Airport","OP",,"","OP",40.0399,-88.27619,"1 Airport Rd","Savoy","IL","61874","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.8962,"LB" +2681611,"ILEPA","ORD",63729913,"MIL","300",88275814,"01","2275001000","05","IL","Cook","17031","","OHare Airport",488119,"Airport","OP",,"","OP",41.9772,-87.9044,"10000 Bessie Coleman Dr","Chicago","IL","60666","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1320074,"LB" +9153811,"","",63153513,"","300",86877414,"","2275001000","04","TN","Cumberland","47035","","Crossville Memorial-Whi",48811,"Airport","OP",,"","OP",35.95129,-85.08498,"Unknown","Crossville","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1369888,"LB" +1000711,"ALJCBOH","010730235",63015513,"3","999",86728114,"1","40400160","04","AL","Jefferson","01073","","KINDERMORGAN SOUTHEAST TERMINALS LLC",424710,"Petroleum Storage Facility","OP",,"","OP",33.45818,-86.87399,"2635 Balsam AVE","Birmingham","AL","35211","R","USEPA Emission Factor (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",.02,"LB" +9173011,"","",63159613,"","300",86883514,"","2275001000","04","TN","Greene","47059","","Greeneville-Greene Coun",48811,"Airport","OP",,"","OP",36.19299,-82.81507,"Unknown","Greeneville","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.622676,"LB" +11344311,"ILEPA","IL78",63781113,"GA-Piston","300",88327014,"01","2275050011","05","IL","Kankakee","17091","","BENOIT",48811,"Airport","OP",,"","OP",41.1311,-87.7923,"Unknown","KANKAKEE","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.28586,"LB" +7492111,"MSDEQ","2804500005",65322613,"092","400",90593214,"1","40400326","04","MS","Hancock","28045","","National Aeronautics And Space Administration, John C Stennis Space Center",927110,"","OP",,"","OP",30.348064,-89.613336,"John C Stennis Space Center","Stennis Space Center","MS","32529","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",0,"LB" +8105111,"NYDEC","4012200007",64136713,"HIPSBG","270",88960414,"HEXFP","30101821","02","NY","Albany","36001","","SABIC INNOVATIVE PLASTICS US LLC",325211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",42.575478,-73.857126,"1 NORYL AVE","SELKIRK","NY","12158","R","Engineering Judgment","","2011NYDEC","100414","Ethyl Benzene",60,"LB" +6201411,"MNPCA","27071XINL",16523713,"EU006","300",88788514,"","2267008005","05","MN","Koochiching","27071","","Falls Intl",488119,"Airport","OP",,"","OP",48.566,-93.403,"See Location Data","International Falls","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01704594,"LB" +6055611,"KYDAQ","2105900127",23813713,"004","999",35312614,"1","40600131","04","KY","Daviess","21059","","Transmontaigne Operating Co LP - Owensboro Terminal",424710,"","OP",,"","OP",37.78,-87.073056,"900 Pleasant Valley Rd","Owensboro","KY","42303","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",1.24594,"LB" +9068811,"","",55129713,"","300",146318814,"","2275020000","03","VA","Norfolk city","51710","","Norfolk Intl",48811,"Airport","OP",,"","OP",36.8916,-76.211,"Unknown","Norfolk","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.054033,"LB" +5832211,"KYDAQ","2110900013",21377613,"002","999",35514214,"1","30801007","04","KY","Jackson","21109","","Phillips Diversified Mfg",326199,"","OP",,"","OP",37.318611,-83.979167,"US 25 N Industry Park","Annville","KY","40402","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",2.2242,"LB" +5344211,"KYDAQ","2109100020",26437913,"010","999",39157314,"10","40202537","04","KY","Hancock","21091","","Precoat Metals",332812,"","OP",,"","OP",37.93,-86.776944,"2604 River Rd","Hawesville","KY","42348","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",.21052,"LB" +5774811,"KYDAQ","2101100004",22587513,"002","999",39568114,"1","20200201","04","KY","Bath","21011","","Texas Eastern Transmission LP - Owingsville Transmission Station",486210,"Compressor Station","OP",152,"E6BTU/HR","OP",38.227222,-83.705833,"216 Old Oakley Pebble Rd","Owingsville","KY","40360","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",38.5468,"LB" +9068811,"","",98333513,"","300",146322514,"","2275050012","03","VA","Norfolk city","51710","","Norfolk Intl",48811,"Airport","OP",,"","OP",36.8916,-76.211,"Unknown","Norfolk","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0041028,"LB" +5981411,"KYDAQ","2109900033",23583013,"001","999",39364114,"2","40200710","04","KY","Hart","21099","","AWP Butcher Block Inc",321999,"","OP",,"","OP",37.177222,-85.925556,"320 Cherry St","Horse Cave","KY","42749","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",393.948,"LB" +9068911,"","",103337313,"","300",146328014,"","2275001000","03","VA","Norfolk city","51710","","Norfolk Ns",48811,"Airport","OP",,"","OP",36.93737,-76.29022,"Unknown","Norfolk","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.836076,"LB" +11424411,"","",103335513,"","300",146307414,"","2275070000","03","VA","Stafford","51179","","STAFFORD RGNL",48811,"Airport","OP",,"","OP",38.3981,-77.4555,"Unknown","STAFFORD","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001587328,"LB" +9618611,"","",62751813,"","300",84845114,"","2275050011","04","KY","Hardin","21093","","Addington Field",48811,"Airport","OP",,"","OP",37.68694,-85.92378,"Unknown","Elizabethtown","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",10.02698,"LB" +9789711,"","",62810313,"","300",85124614,"","2275060012","04","FL","Charlotte","12015","","Charlotte County",48811,"Airport","OP",,"","OP",26.92019,-81.99053,"Unknown","Punta Gorda","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.595956,"LB" +9608211,"","",62745313,"","300",84830214,"","2275060012","04","KY","Nelson","21179","","Samuels Field",48811,"Airport","OP",,"","OP",37.81432,-85.49964,"Unknown","Bardstown","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1863088,"LB" +9535411,"MIDEQ","AIRPORTDTW",62700213,"APU","300",84622514,"Boeing 737-300","2275070000","05","MI","Wayne","26163","","Detroit Metropolitan Wayne County",48811,"Airport","OP",,"","OP",42.2072,-83.3731,"Goddard Road","Detroit","MI","48242","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.403342,"LB" +9757711,"","",62783613,"","300",84994114,"","2275050012","04","GA","Brooks","13027","","Quitman Brooks County",48811,"Airport","OP",,"","OP",30.80575,-83.58655,"Unknown","Quitman","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.689962,"LB" +9564911,"","",62714813,"","300",84703914,"","2275070000","01","MA","Middlesex","25017","","Laurence G Hanscom Fld",48811,"Airport","OP",,"","OP",42.4664,-71.2989,"Unknown","Bedford","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0088736,"LB" +9551911,"","",62709313,"","300",84657814,"","2275060011","01","MA","Norfolk","25021","","Norwood Memorial",48811,"Airport","OP",,"","OP",42.1931,-71.1786,"Unknown","Norwood","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.418806,"LB" +9576711,"","",62725813,"","300",84745614,"","2275070000","01","ME","Penobscot","23019","","Bangor Intl",48811,"Airport","OP",,"","OP",44.8181,-68.8444,"Unknown","Bangor","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000895076,"LB" +2624911,"ILEPA","055070AAF",59587313,"0002","400",85768714,"01","40301019","05","IL","Franklin","17055","","Southard Oil Co",424710,"Petroleum Storage Facility","OP",,"","OP",37.900886,-88.9279,"102 E Lindell","West Frankfort","IL","62896","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.950477,"LB" +9384011,"","",62626413,"","300",84344514,"","2267008005","02","NJ","Burlington","34005","","McGuire AFB Airport",48811,"Airport","OP",,"","OP",40.01567,-74.59349,"Unknown","Wrightstown","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0161625,"LB" +946411,"ILEPA","031012ABI",59371113,"0234","100",85463114,"01","10200217","05","IL","Cook","17031","","Corn Products International Inc",311221,"Wet Corn Mill","OP",1670,"E6BTU/HR","OP",41.775132,-87.822356,"6400 S Archer Ave","Bedford Park","IL","60501","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",38.3975,"LB" +9522611,"MIDEQ","AIRPORTHAI",62696313,"GA","300",84597814,"Piston","2275050011","05","MI","St. Joseph","26149","","Three Rivers Muni Dr Ha",48811,"Airport","OP",,"","OP",41.95975,-85.59339,"Unknown","Three Rivers","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",12.04442,"LB" +9522911,"MIDEQ","AIRPORTPHN",62696613,"GA","300",84598714,"Turbine","2275050012","05","MI","St. Clair","26147","","St Clair County Intl",48811,"Airport","OP",,"","OP",42.91096,-82.52886,"Unknown","Port Huron","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",4.32004,"LB" +9576711,"","",62726113,"","300",84751714,"","2268008005","01","ME","Penobscot","23019","","Bangor Intl",48811,"Airport","OP",,"","OP",44.8181,-68.8444,"Unknown","Bangor","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1312248,"LB" +9458211,"","",62681713,"","300",84551514,"","2265008005","04","MS","Washington","28151","","Mid Delta Regional Airport",48811,"Airport","OP",,"","OP",33.4749,-90.9914,"Highway 1","Greenville","MS","38703","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1784382,"LB" +9566711,"","",62718613,"","300",84717714,"","2275050012","01","MA","Bristol","25005","","Mansfield Muni",48811,"Airport","OP",,"","OP",42.00013,-71.19677,"Unknown","Mansfield","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.60482,"LB" +9806211,"","",62827313,"","300",85237114,"","2275070000","04","FL","Miami-Dade","12086","","Miami Intl",48811,"Airport","OP",,"","OP",25.796275,-80.279769,"Unknown","Miami","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399676,"LB" +9386111,"","",62629413,"","300",84354014,"","2275050011","02","NY","Chenango","36017","","Lt Warren Eaton",48811,"Airport","OP",,"","OP",42.56655,-75.52411,"Unknown","Norwich","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",14.05182,"LB" +9496711,"","",62689613,"","300",84579414,"","2275050012","04","MS","DeSoto","28033","","Olive Branch Airport",48811,"Airport","OP",,"","OP",34.97875,-89.78686,"8000 Terminal Drive","Olive Branch","MS","38654","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",10.66248,"LB" +9458311,"","",62682013,"","300",84556214,"","2275050012","04","MS","Harrison","28047","","Gulfport Biloxi Regional Airport",48811,"Airport","OP",,"","OP",30.4086,-89.0744,"14035-L Airport Road","Gulfport","MS","39503","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.22038,"LB" +9754811,"","",62780513,"","300",84978114,"","2275050012","04","GA","Bulloch","13031","","Statesboro-Bulloch Coun",48811,"Airport","OP",,"","OP",32.48317,-81.73728,"Unknown","Statesboro","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.04194,"LB" +7990111,"NJDEP","41810",5103913,"U4","120",91644614,"OS10","20100201","02","NJ","Union","34039","","PSEG Fossil LLC Linden Gen St & PSE&G SNG Plt",221112,"Electricity Generation via Combustion","OP",,"","OP",40.6225,-74.2097,"Wood Avenue South","Linden","NJ","07036","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011NJDEP submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.271238,"LB" +7591211,"NJDEP","12174",11873313,"U2","120",91703914,"OS8","20100201","02","NJ","Hudson","34017","","Bayonne Plant Holding, L.L.C.",221112,"Electricity Generation via Combustion","OP",36,"MW","OP",40.651845,-74.097042,"10 HOOK RD","BAYONNE","NJ","07002","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011NJDEP submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",15.54286,"LB" +6790911,"WVDAQ","0101",103876813,"004","999",146996814,"2","31000299","03","WV","Randolph","54083","","SYSTEM 8000 - ELLAMORE CS",48621,"Compressor Station","OP",,"","OP",38.90611,-80.06361,"CR 151 3 MI E OF ELLAMORE","ELLAMORE","WV","26210","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",80,"LB" +9544511,"MIDEQ","AIRPORTLAN",53751613,"COM","300",148163214,"","2275020000","05","MI","Clinton","26037","","Capital City",48811,"Airport","OP",,"","OP",42.7761,-84.5966,"Unknown","Lansing","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000835552,"LB" +9554311,"MIDEQ","AIRPORTCMX",53710613,"COM","300",148169414,"","2275020000","05","MI","Houghton","26061","","Houghton County Memoria",48811,"Airport","OP",,"","OP",47.16842,-88.48906,"Unknown","Hancock","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.58508,"LB" +7971211,"INDEM","00058",104767113,"","999",148806314,"","40201999","05","IN","Grant","18053","","AMERICAN WOODMARK",33711,"","OP",,"","OP",40.478464,-85.573797,"5300 Eastside Pkwy Dr","Gas City","IN","46933","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",861.2,"LB" +8238411,"INDEM","00078",104777313,"","999",148821314,"","39999999","05","IN","Marion","18097","","Marathon Petroleum Company LLC",424710,"Petroleum Storage Facility","OP",,"","ONRE",39.78408,-86.22695,"1304 Olin Ave","Indianapolis","IN","46224","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",29,"LB" +16718211,"SCDHEC","0080-0147",107758313,"002","450",152623614,"1","40200101","04","SC","Aiken","45003","","TOGNUM AMERICA INC AIKEN PLANT",333618,"","OP",,"","OP",33.611664,-81.843056,"1038 SAGE MILL PKWY","GRANITEVILLE","SC","29829","R","Material Balance","","2011SCDHEC","100414","Ethyl Benzene",.42,"LB" +2795111,"FLDEP","1190011",67592413,"1","100",93222414,"1","10300903","04","FL","Sumter","12119","","ROBBINS MANUFACTURING CO.",321113,"Lumber/Sawmill","OP",10.9,"E6BTU/HR","OP",28.552778,-82.0575,"SR 50 AND SR 471","TARRYTOWN","FL","33597","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011FLDEP submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",1.215676,"LB" +9612411,"KYJCAPCD","0223",67631713,"159","120",93327514,"1938","20200201","04","KY","Jefferson","21111","","Texas Gas Transmission Co.",486210,"Compressor Station","OP",,"","OP",38.21679,-85.56544,"10327 GASLIGHT WAY","LOUISVILLE","KY","40299-2587","R","Engineering Judgment","","2011Louisville","100414","Ethyl Benzene",4.6,"LB" +4973411,"SCDHEC","1200-0039",32147513,"007","999",96454214,"2","30800107","04","SC","Greenville","45045","","MICHELIN NA US1 GREENVILLE",326211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",34.728178,-82.368985,"1401 ANTIOCH CHURCH RD","GREENVILLE","SC","29605","R","Engineering Judgment","","2011SCDHEC","100414","Ethyl Benzene",3858.4,"LB" +4762711,"SCDHEC","2140-0014",69782213,"020","290",96660914,"1","40200901","04","SC","Sumter","45085","","CAROLINA FURNITURE WORKS INC",33712,"","OP",,"","OP",33.912896,-80.332861,"406 BROOKLYN ST","SUMTER","SC","29150","R","Material Balance","","2011SCDHEC","100414","Ethyl Benzene",.744,"LB" +6328811,"WVDAQ","0042",71732613,"BLN","400",99308714,"1","40703615","03","WV","Berkeley","54003","","QUAD/GRAPHICS, INC",323111,"Printing/Publishing Facility","OP",,"","OP",39.506457,-77.946698,"855 CAPERTON BLVD","MARTINSBURG","WV","25403","R","Stack Test (no Control Efficiency used)","","2011WVDAQ","100414","Ethyl Benzene",0,"LB" +6257011,"WVDAQ","0003",71961713,"002","999",99690314,"1","10100212","03","WV","Grant","54023","","Dominion Resources, Inc. - MOUNT STORM POWER STATION",221112,"Electricity Generation via Combustion","OP",6200,"E6BTU/HR","OP",39.200431,-79.265035,"436 DOMINION BLVD","MOUNT STORM","WV","26739","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",104.434,"LB" +4878911,"WVDAQ","0001",71860913,"M02","999",99558114,"1","40200101","03","WV","Wood","54107","","DUPONT WASHINGTON WORKS",325211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",39.26944,-81.67,"ROUTE 892","WASHINGTON","WV","26181","R","Stack Test (no Control Efficiency used)","","2011WVDAQ","100414","Ethyl Benzene",8.88,"LB" +5782411,"WVDAQ","0007",71711013,"0OA","999",99265614,"1","30199998","03","WV","Kanawha","54039","","BAYER CROPSCIENCE",32532,"","OP",,"","OP",38.38111,-81.7725,"ROUTE 25","INSTITUTE","WV","25112","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",0,"LB" +8259811,"OHEPA","0123000137",32213,"B022","999",100455814,"20200252","20200252","05","OH","Fairfield","39045","","CRAWFORD COMPRESSOR STATION (0123000137)",486210,"Compressor Station","OP",23.5,"E6BTU/HR","OP",39.63172,-82.55616,"Environmental Health and Safety","Greenfield Twp.","OH","25314","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",2.611,"LB" +9303411,"OHEPA","1409000896",55544413,"P002","120",101008514,"20100201","20100201","05","OH","Butler","39017","","Duke Energy Indiana, Madison Generating Station (1409000896)",221112,"Electricity Generation via Combustion","OP",1180,"E6BTU/HR","OP",39.4523,-84.4634,"5657 Kennel Road","Trenton","OH","45067","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",11.78,"LB" +8504911,"NCDAQ","3704900019",74292113,"GR755","999",101273914,"78","39999995","04","NC","Craven","37049","","Marine Corps Air Station",92811,"Military Base","OP",,"","OP",34.898433,-76.906033,"Highway 70 and Highway 101","Cherry Point","NC","28533","R","Material Balance","","2011NCDAQ","100414","Ethyl Benzene",2.59095,"LB" +6275811,"MNPCA","2703700011",15811513,"TK150","400",102506814,"TK150PD002","40301108","05","MN","Dakota","27037","","Flint Hills Resources Pine Bend LLC",32411,"Petroleum Refinery","OP",,"","OP",44.76443,-93.03948,"13775 Clark Rd","Rosemount","MN","55068","R","Engineering Judgment","Emissions based on MSDS Component Concentration","2011MNPCA","100414","Ethyl Benzene",2.116,"LB" +13446011,"NCDAQ","3706900058",74355213,"G-6","450",101278414,"3","40200301","04","NC","Franklin","37069","","NC DOC - Enterprise Sign Plant",332999,"","OP",,"","OP",35.945105,-78.24967,"5978 NC Highway 39 South","Bunn","NC","27508","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",20.37,"LB" +13457611,"NCDAQ","3706300239",75165313,"G-16","390",101484914,"4","40188898","04","NC","Durham","37063","","Becton Dickinson Labware",339113,"","OP",,"","OP",36.095466,-78.851533,"One Becton Circle","Durham","NC","27712","R","Material Balance","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",929.7,"LB" +9540011,"MNPCA","2717300038",79404913,"TK004","400",102470814,"TK004PD002","40700810","05","MN","Chippewa","27023","","Granite Falls Energy LLC",325199,"Ethanol Biorefineries/Soy Biodiesel","OP",,"","OP",44.7999,-95.4869,"15045 Highway 23 SE","Granite Falls","MN","56241","R","Other Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.02082,"LB" +6934011,"MNPCA","27137SW163",14314513,"EU001","300",102885114,"EU001PD001","50100402","05","MN","St. Louis","27137","","Brookston",562212,"Landfill","OP",,"","OP",46.85832,-92.59489,"1/2 mi NE of inter of CoRd 862 & US 2,o","Brookston","MN","55711","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",10.77,"LB" +8107011,"NCDAQ","3705100050",4797113,"G-395","490",101342714,"20","30107001","04","NC","Cumberland","37051","","The Goodyear Tire & Rubber Company",326211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",35.16973,-78.856071,"6650 Ramsey Street","Fayetteville","NC","28302","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",2.683,"LB" +13565811,"NCDAQ","3708100576",75140413,"G-9","400",101473214,"9","40400178","04","NC","Guilford","37081","","Motiva Enterprises LLC - Greensboro",42471,"","OP",,"","OP",36.0747,-79.9183,"101 South Chimney Rock Road","Greensboro","NC","27409","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",.9976,"LB" +6320911,"MIDEQ","N6183",16385813,"EU0004","160",106353214,"20200253","20200253","05","MI","Otsego","26137","","SRW Inc - Chester 7",211111,"Oil or Gas Field (On-shore)","OP",,"","OP",44.928066,-84.606387,"Chester 7 - NE/4 NE/4 Sec 12 T29N R3W","OTSEGO LAKE","MI","48413","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.2748,"LB" +13670211,"MIDEQ","N1905",82790913,"EU0001","290",106413314,"30500255","30500255","05","MI","Multiple (portable facilities)","26777","","BOLEN ASPHALT PAVING, INC.",324121,"","OP",,"","OP",,,"","","","","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",14.23,"LB" +6063111,"MIDEQ","B9151",23475513,"EU0004","160",106452914,"20200254","20200254","05","MI","Grand Traverse","26055","","Merit Energy Co. - Grant 29",211111,"Oil or Gas Field (On-shore)","OP",,"","OP",44.5354,-85.7783,"JEWELL RD","TRAVERSE CITY","MI","49684","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.3361,"LB" +6619811,"MIDEQ","B1597",18999913,"EU0002","999",106170914,"30500258","30500258","05","MI","Genesee","26049","","Ace-Saginaw Paving Co.",324121,"Hot Mix Asphalt Plant","OP",,"","OP",42.9685,-83.6465,"4190 JIMBO DR","BURTON","MI","48529","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",3.182,"LB" +13681511,"MIDEQ","N7834",82727613,"EU0001","160",106306514,"20200253","20200253","05","MI","Otsego","26137","","MUSKEGON DEVELOPMENT, Otsego Lake Facility",211111,"","OP",,"","OP",44.935,-84.721,"SW 1/4 NE 1/4 SW 1/4 SEC 6","OTSEGO LAKE","MI","99999","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.3304,"LB" +7057811,"MNPCA","2710300024",83084413,"EU208","470",107793114,"EU208PD001","40500401","05","MN","Nicollet","27103","","Taylor Corp - Mankato Campus",322299,"","OP",,"","OP",44.17535,-94.03857,"1725 Roe Crest Dr","North Mankato","MN","56003","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",.5,"LB" +13685411,"MIDEQ","N6560",82837113,"EU0004","160",106482414,"20200254","20200254","05","MI","Otsego","26137","","BreitBurn Operating LP-LIVINGSTON 31 CPF",211111,"","OP",,"","OP",45.0622,-84.7239,"SE4, SW4, Sec 31, T31N, R3W (gt 4/12/07)","LIVNGSTON TWP","MI","49735","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.2891,"LB" +5348611,"KYDAQ","2122700111",83014713,"Insig3","999",107620914,"3","39999995","04","KY","Warren","21227","","Engineered Polymer Solutions Inc - Valspar Coatings",325510,"","OP",,"","OP",36.931889,-86.501111,"347 Central Ave","Bowling Green","KY","42101","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",.0911,"LB" +5971511,"KYDAQ","2123100010",73292113,"EP06","100",107656714,"1","10200903","04","KY","Wayne","21231","","Monticello Flooring & Lbr",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",28.7,"E6BTU/HR","OP",36.861389,-84.841667,"1925 N Main St","Monticello (Wayne)","KY","42633","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",1.247442,"LB" +6005611,"KYDAQ","2101700025",72490313,"42","999",106784514,"1","40200101","04","KY","Bourbon","21017","","Central Motor Wheel Of America Inc",336390,"","OP",,"","OP",38.223333,-84.273333,"125 Wheat Dr","Paris","KY","40361","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",396.544,"LB" +6391911,"MNPCA","27049POTW07",15660313,"WS001","300",108545914,"WS001PD001","50100701","05","MN","Goodhue","27049","","Zumbrota WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",44.2951,-92.6679,"309 East St","Zumbrota","MN","55992-1267","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",1.9302,"LB" +7157811,"MNPCA","27023POTW06",15008613,"WS001","300",108540014,"WS001PD001","50100701","05","MN","Chippewa","27023","","Maynard WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",44.90207,-95.46967,"Highway 23 & Minnie St","Maynard","MN","56260","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.564,"LB" +14425311,"","",87131313,"","300",117835114,"","28500201","05","IL","Vermilion","17183","","BREWER",488210,"Rail Yard","OP",,"","OP",40.12811,-87.556817,"Unknown","Unknown","IL","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",15.21212,"LB" +14478211,"","",87120913,"","300",117824614,"","28500201","04","FL","Orange","12095","","KALEY",488210,"Rail Yard","OP",,"","OP",28.524736,-81.381775,"Unknown","Unknown","FL","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",3.46454,"LB" +14418911,"","",87122513,"","300",117826214,"","28500201","04","GA","Dougherty","13095","","ALBANY",488210,"Rail Yard","OP",,"","OP",31.59032,-84.150581,"Unknown","Unknown","GA","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",1.504622,"LB" +14439111,"","",87147713,"","300",117851514,"","28500201","05","MN","St. Louis","27137","","POKEGAMA",488210,"Rail Yard","OP",,"","OP",46.656376,-92.208094,"Unknown","Unknown","MN","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",4.75488,"LB" +14499111,"KYJCAPCD","1746",87323513,"01","300",118343214,"01","28500201","04","KY","Jefferson","21111","","CSX Transportation switchyard",488210,"Rail Yard","OP",,"","ONRE",38.2389,-85.7763,"1310 W Kentucky St","Louisville","KY","40210","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",2.03002,"LB" +12513911,"","",89323913,"","300",120993714,"","2275060012","01","MA","Hampshire","25015","","WARE",48811,"Airport","OP",,"","OP",42.282,-72.2148,"Unknown","WARE","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.65607,"LB" +11319211,"","",89295713,"","300",120936714,"","2275060012","05","WI","Juneau","55057","","NECEDAH",48811,"Airport","OP",,"","OP",44.0334,-90.0851,"Unknown","NECEDAH","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.034497,"LB" +8047511,"NCDAQ","3705700149",6370413,"G-100","450",121196614,"23","40201901","04","NC","Davidson","37057","","Thomasville Furniture Industries, Inc. - Plant C/M/W/SB",337122,"","OP",,"","OP",35.8842,-80.075,"405 East Main Street","Thomasville","NC","27360","R","Material Balance","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",434.62,"LB" +639711,"FLDEP","0310028",46488213,"34","480",121162414,"3","40600130","04","FL","Duval","12031","","NUSTAR TERMINALS OPERATIONS PARTNERSHIP",4931,"","OP",,"","OP",30.379722,-81.634444,"6531 EVERGREEN AVE","JACKSONVILLE","FL","32208-4911","R","USEPA Emission Factor (no Control Efficiency used)","Annual Emissions (Tons/Year) 0.000141 = Annual Process or Fuel Usage Rate (1000 Gallons Distillate Oil Transferred) 56457.71 * Emission Factor (Lbs/1000 Gallons Distillate Oil Transferred) 0.000005 / 2000","2011FLDEP","100414","Ethyl Benzene",.282,"LB" +11149311,"","",89289613,"","300",120924214,"","2275060011","05","WI","Rock","55105","","BELOIT",48811,"Airport","OP",,"","OP",42.4978,-88.9676,"Unknown","BELOIT","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.030416,"LB" +7277511,"NCDAQ","3719100131",89270313,"GR55","999",120874414,"36","49099998","04","NC","Wayne","37191","","Seymour Johnson Air Force Base",92811,"Military Base","OP",,"","OP",35.346667,-77.965278,"1095 Peterson Avenue","Seymour Johnson AFB","NC","27531","R","USEPA Emission Factor (no Control Efficiency used)","2009 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",5.36,"LB" +14716711,"OHEPA","1318004311",89910913,"B524","999",121862514,"20100107","20100107","05","OH","Cuyahoga","39035","","Cleveland Clinic Foundation (1318004311)",622110,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",41.50306,-81.62417,"9500 Euclid Ave, Room CC46","Cleveland","OH","44195","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",.008912,"LB" +899311,"FLDEP","0310179",46591013,"20","400",125184814,"10","40400178","04","FL","Duval","12031","","BLANCHARD TERMINAL COMPANY, LLC",45431,"","OP",,"","OP",30.413889,-81.605833,"2101 ZOO PARKWAY","JACKSONVILLE","FL","32218-2709","R","USEPA Emission Factor (no Control Efficiency used)","SEE ATTACHMNET 2","2011FLDEP","100414","Ethyl Benzene",.2,"LB" +7156111,"MSC_HD","00101",15016513,"10053","400",124881114,"24H-WL","40301197","04","TN","Shelby","47157","","Valero Refining Co. (Prev. Premcor Refining, Prev. Williams Refining Llc)",32411,"Petroleum Refinery","OP",,"","ONRE",35.0875,-90.0864,"543 West Mallory Avenue","Memphis","TN","38109","R","Engineering Judgment","","2011Memphis","100414","Ethyl Benzene",1.80935,"LB" +4481211,"INDEM","00023",28304613,"001","100",123943814,"01","10200903","05","IN","Lagrange","18087","","PALLETONE OF INDIANA, INC,",321912,"Lumber/Sawmill","OP",,"","OP",41.670578,-85.528451,"5345 WEST 200 NORTH","SHIPSHEWANA","IN","46565","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011INDEM submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.361972,"LB" +4506911,"ILEPA","201808ABM",91395413,"0004","160",124534014,"01","20300101","05","IL","Winnebago","17201","","H Douglas Singer Mental Health Center",531120,"","OP",9.7,"E6BTU/HR","OP",42.323584,-89.082283,"4402 N Main St","Rockford","IL","61103","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.003684,"LB" +9314111,"NCDAQ","3709700294",92554713,"G-16","999",126055714,"6","49099998","04","NC","Iredell","37097","","General Microcircuits, Inc.",334412,"","OP",,"","OP",35.59076,-80.79067,"1133 North Main Street","Mooresville","NC","28115","R","USEPA Emission Factor (no Control Efficiency used)","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",11.3,"LB" +6608811,"KYJCAPCD","0741",95158613,"457","390",130326414,"2607","40400251","04","KY","Jefferson","21111","","Marathon Petroleum LLC",424710,"","OP",,"","OP",38.23204,-85.83027,"4510 ALGONQUIN PKY","LOUISVILLE","KY","40211","R","Engineering Judgment","","2011Louisville","100414","Ethyl Benzene",6.04,"LB" +5194511,"KYDAQ","2117300021",94772113,"SSMM","999",129773514,"1","20200201","04","KY","Montgomery","21173","","TN Gas Pipeline Co LLC - Station 107",486210,"Compressor Station","OP",,"","OP",37.993126,-83.806362,"260 Double Gate Rd","Jeffersonville","KY","40337","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011KYDAQ submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.423838,"LB" +5702311,"KYJCAPCD","0125",95159813,"442","120",130328414,"2545","20100201","04","KY","Jefferson","21111","","Louisville Gas & Electric Co., Paddys Run Station",221122,"Electricity Generation via Combustion","OP",,"","OP",38.220964,-85.84615,"4512 BELLS LN","LOUISVILLE","KY","40211-2129","R","USEPA Emission Factor (no Control Efficiency used)","AP-42- Table 3.1-3","2011Louisville","100414","Ethyl Benzene",.03,"LB" +7994011,"NYDEC","2620600012",4097013,"ER0001","100",135434114,"R11EI","10100401","02","NY","New York","36061","","CON ED-EAST RIVER GENERATING STATION",221112,"Electricity Generation via Combustion","OP",1930,"E6BTU/HR","OP",40.7278,-73.9733,"701-827 EAST 14TH ST","NEW YORK","NY","10009","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",.0629795,"LB" +14684811,"OHEPA","0306010062",96943113,"P001","120",135120414,"20100201","20100201","05","OH","Auglaize","39011","","OMEGA JV2-ST MARYS (0306010062)",221112,"","OP",209,"E6BTU/HR","OP",40.55011,-84.37,"AXE & CLEVELAND AVE","ST MARYS","OH","45885","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",.3737,"LB" +14984411,"ILEPA","031600GXG",96477113,"0005","160",134636314,"01","20300101","05","IL","Cook","17031","","Ann & Robert H Lurie Childrens Hospital of Chicago",622110,"","OP",6.8,"E6BTU/HR","OP",41.896409,-87.621543,"225 E Chicago Ave","Chicago","IL","60611","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +8481611,"MNPCA","2705301088",88266813,"EU090","690",119802714,"EU090PD001","30800736","05","MN","Hennepin","27053","","Douglas Corp - Eden Prairie",326199,"","OP",,"","OP",44.87289,-93.39878,"9650 Valley View Rd","Eden Prairie","MN","55344","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",.4064,"LB" +7016611,"MNPCA","27099POTW02",14227513,"WS001","300",119812414,"WS001PD001","50100701","05","MN","Mower","27099","","Austin WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",43.65589,-92.97455,"1205 S Main St","Austin","MN","55912","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",31.42,"LB" +2968111,"RIDEM","AIR1230",88314513,"40200101","999",119881014,"40200101","40200101","01","RI","Providence","44007","","PROVIDENCE METALLIZING CO., INC.",332813,"","OP",,"","OP",41.87169,-71.41236,"603 MINERAL SPRING AVE","PAWTUCKET","RI","02860","R","Other Emission Factor (no Control Efficiency used)","","2011RIDEM","100414","Ethyl Benzene",7,"LB" +3982611,"TNDEC","0022",88724313,"021","999",120489514,"07","30700199","04","TN","Sullivan","47163","","DOMTAR PAPER COMPANY, LLC - KINGSPORT MILL",322121,"Pulp and Paper Plant","OP",,"","OP",36.5491,-82.5672,"100 CLINCHFIELD STREET","KINGSPORT","TN","37660","R","Trade Group Emission Factor (no Control Efficiency used)","","2011TNDEC","100414","Ethyl Benzene",.294128,"LB" +6645811,"KYDAQ","2106700157",88444613,"BA","999",120056514,"14","39999994","04","KY","Fayette","21067","","Webasto Roof Systems Inc",336390,"","OP",,"","OP",38.090556,-84.5175,"2200 Innovation Dr","Lexington","KY","40511","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",39.9956,"LB" +9723111,"ILEPA","031438ABC",88706313,"0004","120",120384914,"01","20100201","05","IL","Cook","17031","","Elgin Energy Center",221112,"Electricity Generation via Combustion","OP",1470,"E6BTU/HR","OP",41.999927,-88.244548,"1559 Gifford Rd","Elgin","IL","60120","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",20,"LB" +6131411,"MDDOE","025-0076",87958213,"025-0076-9-0007","690",119369914,"40400178-1","40400178","03","MD","Harford","24025","","Colonial Pipeline Company",486910,"","OP",725,"E6BTU/HR","OP",39.589148,-76.412484,"929 Hoods Mill Road","Forest Hill","MD","21050","R","Engineering Judgment","","2011MDDOE","100414","Ethyl Benzene",0,"LB" +9810511,"","",62830013,"","300",137427014,"","2275060012","01","CT","New London","09011","","Groton-New London",48811,"Airport","OP",,"","OP",41.33006,-72.04514,"Unknown","Groton New London","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.912054,"LB" +9755511,"","",98263313,"","300",137456414,"","2275050011","04","FL","Palm Beach","12099","","Boca Raton",48811,"Airport","OP",,"","OP",26.3728,-80.115,"Unknown","Boca Raton","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",50.5906,"LB" +9792411,"","",62813413,"","300",137423414,"","2275060012","01","CT","Hartford","09003","","Bradley Intl",48811,"Airport","OP",,"","OP",41.9368,-72.6958,"Unknown","Windsor Locks","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0763526,"LB" +9768411,"","",62792813,"","300",137718214,"","2275060012","04","FL","Volusia","12127","","New Smyrna Beach Muni",48811,"Airport","OP",,"","OP",29.05581,-80.94836,"Unknown","New Smyrna Beach","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1842432,"LB" +9564711,"","",62714613,"","300",137752614,"","2275060012","03","MD","Wicomico","24045","","Salisbury-Ocean City Wi",48811,"Airport","OP",,"","OP",38.3398,-75.5178,"Unknown","Salisbury","MD","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0692824,"LB" +4714111,"PAACHD","4200300008",98986713,"139","690",138659714,"1","30101840","03","PA","Allegheny","42003","","NEVILLE CHEM CO/PGH",325211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",40.50222,-80.09833,"2800 NEVILLE RD","PITTSBURGH","PA","15225-1408","R","Engineering Judgment","","2011Alleg","100414","Ethyl Benzene",1.6,"LB" +9282511,"","",62510413,"","300",138004314,"","2275060011","04","NC","Moore","37125","","Moore County",48811,"Airport","OP",,"","OP",35.23735,-79.39117,"Unknown","Pinehurst/Southern Pin","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.259622,"LB" +15615211,"NCDAQ","3704500354",98864213,"GR1","490",138551314,"1","49099998","04","NC","Cleveland","37045","","Blachford RP Corporation/Kings Mountain Plant",326299,"","OP",,"","ONRE",35.23038,-81.327,"707 Broadview Street","Kings Mountain","NC","28086","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",9.51,"LB" +9388911,"","",62632813,"","300",137957014,"","2275060011","02","NY","Broome","36007","","Binghamton Regional/Edw",48811,"Airport","OP",,"","OP",42.2122,-75.9882,"Unknown","Binghamton","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.48264,"LB" +9315911,"","",98315513,"","300",137984714,"","2275050011","02","NY","Suffolk","36103","","The Francis S Gabreski",48811,"Airport","OP",,"","OP",40.844,-72.639,"Unknown","Westhampton Beach","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",42.2228,"LB" +9028311,"","",98329713,"","300",138172614,"","2275050011","05","WI","Kenosha","55059","","Kenosha Regional",48811,"Airport","OP",,"","OP",42.5948,-87.9356,"Unknown","Kenosha","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",44.8946,"LB" +9357711,"","",62527013,"","300",137987814,"","2275060011","02","NY","Warren","36113","","Floyd Bennett Memorial",48811,"Airport","OP",,"","OP",43.34122,-73.61031,"Unknown","Glens Falls","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.231292,"LB" +9070011,"","",98332613,"","300",138217614,"","2275050012","03","VA","Henrico","51087","","Richmond International",48811,"Airport","OP",,"","OP",37.5026,-77.3276,"Unknown","Richmond","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",4.66598,"LB" +15619911,"MSDEQ","2812900085",99500113,"014","999",139246814,"1","31000301","04","MS","Smith","28129","","Leaf River Energy Center LLC, Leaf River Energy Center",48621,"Compressor Station","OP",,"","OP",31.8647,-89.3242,"855 Smith County Road 5","Stringer","MS","39481","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",0,"LB" +15619911,"MSDEQ","2812900085",99500313,"016","180",139247014,"1","30600105","04","MS","Smith","28129","","Leaf River Energy Center LLC, Leaf River Energy Center",48621,"Compressor Station","OP",10,"E6BTU/HR","OP",31.8647,-89.3242,"855 Smith County Road 5","Stringer","MS","39481","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",0,"LB" +2655111,"GADNR","15700014",65518713,"WLDRY","999",139250614,"WDS-F","10100902","04","GA","Jackson","13157","","Huber Engineered Woods, LLC",321219,"Wood Board Manufacturing Plant","OP",150,"E6BTU/HR","OP",34.1612,-83.4329,"1442 Highway 334","Commerce","GA","30529","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",20,"LB" +15654111,"PADEP","420170293",99878813,"104","270",139711914,"2","50200505","03","PA","Bucks","42017","","ORCHARD HILL MEM PARK/ABBEY GLEN",541940,"","OP",,"","OP",40.45739,-75.35605,"80 KELLY RD","QUAKERTOWN","PA","18951-4224","R","USEPA Emission Factor (no Control Efficiency used)","","2011PADEP","100414","Ethyl Benzene",.4,"LB" +6532511,"PADEP","420830004",99818813,"212","690",139613014,"1","40301098","03","PA","McKean","42083","","AMER REF GROUP/BRADFORD",324110,"Petroleum Refinery","OP",,"","OP",41.96686,-78.63013,"77 N KENDALL AVE","BRADFORD","PA","16701-1726","R","USEPA Emission Factor (no Control Efficiency used)","","2011PADEP","100414","Ethyl Benzene",4,"LB" +9527611,"MIDEQ","AIRPORTYIP",62698013,"AT","300",140135114,"Gulfstream I","2275060012","05","MI","Wayne","26163","","Willow Run",48811,"Airport","OP",,"","OP",42.2379,-83.5414,"Unknown","Detroit","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0379394,"LB" +9535411,"MIDEQ","AIRPORTDTW",62700313,"AT","300",140141614,"Dassault Falcon 900","2275060012","05","MI","Wayne","26163","","Detroit Metropolitan Wayne County",48811,"Airport","OP",,"","OP",42.2072,-83.3731,"Goddard Road","Detroit","MI","48242","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00642648,"LB" +16130111,"","",103138213,"","300",144753714,"","2275050012","01","NH","Hillsborough","33011","","SUMMIT MEADOW",48811,"Airport","OP",,"","OP",42.896267,-71.915166,"UNKNOWN","PETERBOROUGH","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +16147411,"","",103102213,"","300",144698014,"","2275050012","01","VT","Chittenden","50007","","FLETCHER ALLEN HEALTH CARE",48811,"Airport","OP",,"","OP",44.473336,-73.1888,"UNKNOWN","BURLINGTON","VT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +16129111,"","",103120513,"","300",144725714,"","2275050011","04","NC","Mecklenburg","37119","","STEELE CREEK",48811,"Airport","OP",,"","OP",35.098333,-80.993333,"UNKNOWN","CHARLOTTE","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +16084111,"","",103121313,"","300",144726814,"","2275050011","02","NY","Dutchess","36027","","WINCHELL MOUNTAIN",48811,"Airport","OP",,"","OP",41.947778,-73.518055,"UNKNOWN","NEW YORK","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.285666,"LB" +5568311,"ILEPA","MQB",62270613,"","300",145374614,"","2275060012","05","IL","McDonough","17109","","Macomb Municipal Airport",488119,"Airport","OP",,"","OP",40.5196,-90.65409,"16190 E 1300th St","Macomb","IL","61455","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000046297,"LB" +9571111,"","",53922513,"","300",145512714,"","2275020000","03","MD","Anne Arundel","24003","","Baltimore-Washington International",48811,"Airport","OP",,"","OP",39.18035,-76.67098,"Unknown","Baltimore","MD","21240","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000983262,"LB" +9564911,"","",98299413,"","300",145558214,"","2275050012","01","MA","Middlesex","25017","","Laurence G Hanscom Fld",48811,"Airport","OP",,"","OP",42.4664,-71.2989,"Unknown","Bedford","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0020525,"LB" +9661711,"","",53615513,"","300",145402314,"","2275020000","05","IN","Marion","18097","","Indianapolis Intl",48811,"Airport","OP",,"","OP",39.716809,-86.296127,"Unknown","Indianapolis","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0224474,"LB" +9800611,"","",103201413,"","300",145247014,"","2270008005","03","DE","Sussex","10005","","Sussex County",48811,"Airport","OP",,"","OP",38.68919,-75.35889,"Unknown","Georgetown","DE","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001679112,"LB" +7044011,"MNPCA","27123XSTP",62282513,"","300",145596714,"","2275060012","05","MN","Ramsey","27123","","St Paul Downtown Holman Fld",488119,"Airport","OP",,"","OP",44.93399,-93.05999,"See Location Data","St Paul","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001410958,"LB" +9562811,"","",53557413,"","300",145564414,"","2275020000","01","MA","Suffolk","25025","","General Edward Lawrence Logan",48811,"Airport","OP",,"","OP",42.365306,-71.017598,"Unknown","Boston","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.535392,"LB" +9509311,"","",103220313,"","300",145579514,"","2270008005","05","MI","Marquette","26103","","Marquette County",48811,"Airport","OP",,"","OP",46.53417,-87.56167,"Unknown","Marquette","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.8279,"LB" +9336611,"","",62517413,"","300",145791114,"","2275070000","02","NY","Erie","36029","","Buffalo Niagara Intl",48811,"Airport","OP",,"","OP",42.9388,-78.7422,"Unknown","Buffalo","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0002381,"LB" +9660711,"","",62755813,"","300",145397014,"","2275070000","05","IN","Bartholomew","18005","","Columbus Muni",48811,"Airport","OP",,"","OP",39.26192,-85.89635,"Unknown","Columbus","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00232368,"LB" +9618811,"","",62751913,"","300",145456514,"","2275070000","04","KY","Boone","21015","","Cincinnati/Northern Ken",48811,"Airport","OP",,"","OP",39.0388,-84.6738,"Unknown","Covington/Cincinnati,","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00211202,"LB" +9571111,"","",62721413,"","300",145534914,"","2275060012","03","MD","Anne Arundel","24003","","Baltimore-Washington International",48811,"Airport","OP",,"","OP",39.18035,-76.67098,"Unknown","Baltimore","MD","21240","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.647456,"LB" +4532511,"ILEPA","PIA",28453513,"COM","300",145378114,"","2275020000","05","IL","Peoria","17143","","Greater Peoria Regional Airport",488119,"Airport","OP",,"","OP",40.65959,-89.68879,"6100 W Everett M. Dirksen Pkwy","Peoria","IL","61607","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000284396,"LB" +4466111,"ILEPA","CPS",103206613,"","300",145385414,"","2265008005","05","IL","St. Clair","17163","","St Louis Downtown Airport",488119,"Airport","OP",,"","OP",38.57049,-90.15799,"1680 Sauget Industrial Pkwy","Cahokia","IL","62206","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001754616,"LB" +9571111,"","",62721213,"","300",145522914,"","2275070000","03","MD","Anne Arundel","24003","","Baltimore-Washington International",48811,"Airport","OP",,"","OP",39.18035,-76.67098,"Unknown","Baltimore","MD","21240","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000793664,"LB" +9352511,"","",55686513,"","300",145836514,"","2275020000","02","NY","Westchester","36119","","Westchester County",48811,"Airport","OP",,"","OP",41.0705,-73.7153,"Unknown","White Plains","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00676378,"LB" +11354811,"","",61616713,"","300",145326814,"","2275070000","04","GA","Chattahoochee","13053","","LAWSON AAF (FORT BENNING)",48811,"Airport","OP",,"","OP",32.3373,-84.9913,"Unknown","FORT BENNING(COLUMBUS)","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001499144,"LB" +9452711,"","",55323713,"","300",145606914,"","2275020000","04","MS","Jones","28067","","Hattiesburg Laurel Regional Airport Authority",48811,"Airport","OP",,"","OP",31.46714,-89.33706,"1002 Terminal Drive","Moselle","MS","39459","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00936744,"LB" +9673211,"","",53650313,"","300",145399214,"","2275020000","05","IN","Lake","18089","","Gary/Chicago",48811,"Airport","OP",,"","OP",41.61627,-87.41279,"Unknown","Gary","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0899332,"LB" +5440811,"ILEPA","SPI",62268213,"","300",145387914,"","2275070000","05","IL","Sangamon","17167","","Capital Airport",488119,"Airport","OP",,"","OP",39.844,-89.6781,"1200 Capital Airport Dr","Springfield","IL","62707","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000211644,"LB" +9791511,"","",62812613,"","300",145260514,"","2275060012","04","FL","Broward","12011","","Fort Lauderdale/Hollywo",48811,"Airport","OP",,"","OP",26.074716,-80.152508,"Unknown","Fort Lauderdale","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0235056,"LB" +9792711,"","",62814013,"","300",145280914,"","2275070000","04","FL","Lee","12071","","Southwest Florida Intl",48811,"Airport","OP",,"","OP",26.5275,-81.7709,"Unknown","Fort Myers","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0790202,"LB" +9383711,"","",98309913,"","300",145754814,"","2275060012","02","NJ","Camden","34007","","Camden County",48811,"Airport","OP",,"","OP",39.77842,-74.9478,"Unknown","Berlin","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00365968,"LB" +9367411,"","",62536113,"","300",145763314,"","2275070000","02","NJ","Mercer","34021","","Trenton Mercer",48811,"Airport","OP",,"","OP",40.2768,-74.8208,"Unknown","Trenton","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000145505,"LB" +4670911,"INDEM","00010",28368713,"001","160",141311614,"001-01","20200202","05","IN","Orange","18117","","TETCO - FRENCH LICK STATION",48621,"Compressor Station","OP",,"","OP",38.521179,-86.669622,"HWY 56 W","FRENCH LICK","IN","47432","R","Manufacturer Specification","Per Region 5 Request","2011INDEM","100414","Ethyl Benzene",1.1,"LB" +3985511,"INDEM","00239",32587113,"003","999",141497414,"003-01","40400116","05","IN","Lake","18089","","BUCKEYE TERMINALS LLC",48691,"Petroleum Storage Facility","OP",,"","OP",41.60947,-87.470928,"2400 Michigan St","Hammond","IN","46320","R","S/L/T Speciation Profile","","2011INDEM","100414","Ethyl Benzene",12,"LB" +8183011,"INDEM","00001",5839513,"008","999",141247614,"008-01","40301007","05","IN","Warrick","18173","","SIGECO - F.B.CULLEY GENERATING STATION",221112,"Electricity Generation via Combustion","OP",,"","OP",37.9089,-87.3246,"CD 350 W & OLD HIGHWAY 66","YANKEETOWN","IN","47741","R","S/L/T Speciation Profile","Per Region 5 Request","2011INDEM","100414","Ethyl Benzene",.03,"LB" +6850411,"MNPCA","2705300870",102476413,"EU003","999",143945614,"EU003PD001","20201001","05","MN","Hennepin","27053","","Rotonics Manufacturing Inc RMI-P",326199,"","OP",,"","OP",45.01036,-93.66762,"5370 W Highway 12","Maple Plain","MN","55359","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.01268,"LB" +7838511,"MNPCA","2701900041",102770513,"EU007","690",144262614,"EU007PD001","39999999","05","MN","Carver","27019","","Rosemount Inc - Chanhassen Facility",334513,"","OP",,"","OP",44.8552,-93.53477,"8200 Market Blvd SC3L","Chanhassen","MN","55317","R","Engineering Judgment","","2011MNPCA","100414","Ethyl Benzene",23.6,"LB" +13600511,"MNPCA","2710300039",102604513,"EU002","450",144086414,"EU002PD001","40200101","05","MN","Nicollet","27103","","G & S Manufacturing LLC",332312,"","OP",,"","OP",44.28743,-94.33205,"989 Main St","Courtland","MN","56021","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",666,"LB" +6147311,"MNPCA","2705300403",102734213,"EU014","999",144225314,"EU014PD001","20300201","05","MN","Hennepin","27053","","Mpls Community & Technical College",61131,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",44.97316,-93.2842,"1501 Hennepin Ave","Minneapolis","MN","55403","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.00012918,"LB" +4689111,"ILEPA","JOT",97487413,"AT-Turbine","300",136018514,"01","2275060012","05","IL","Will","17197","","Joliet Park District Airport",488119,"Airport","OP",,"","OP",41.5186,-88.17739,"4100 W Jefferson","Joliet","IL","60431","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.380058,"LB" +4604611,"ILEPA","ENL",97482513,"AT-Piston","300",136013614,"01","2275060011","05","IL","Marion","17121","","Centralia Municipal Airport",488119,"Airport","OP",,"","OP",38.51559,-89.09169,"2331 E Calumet","Centralia","IL","62801","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.608042,"LB" +9193111,"","",62465913,"","300",146186214,"","2275070000","03","PA","Luzerne","42079","","Wilkes-Barre/Scranton I",48811,"Airport","OP",,"","OP",41.3344,-75.7319,"Unknown","Wilkes-Barre/Scranton","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000793664,"LB" +9208811,"","",62478113,"","300",146195214,"","2275070000","01","RI","Kent","44003","","Theodore Francis Green",48811,"Airport","OP",,"","OP",41.7214,-71.4359,"Unknown","Providence","RI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000302034,"LB" +9158111,"CHC_APCB","Ap01",55116213,"","300",146241214,"","2275020000","04","TN","Hamilton","47065","","Chattanooga Metropolitan Airport (Lovell Field)",48811,"Airport","OP",,"","OP",35.0338,-85.208,"1001 Airport Road","Chattanooga","TN","37421","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000284396,"LB" +9279611,"","",55617513,"","300",145846414,"","2275020000","04","NC","Mecklenburg","37119","","Charlotte/Douglas Intl",48811,"Airport","OP",,"","OP",35.223174,-80.944211,"Unknown","Charlotte","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00000220462,"LB" +9310311,"","",62574213,"","300",145891114,"","2275070000","05","OH","Franklin","39049","","Port Columbus Intl",48811,"Airport","OP",,"","OP",39.9983,-82.9084,"Unknown","Columbus","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0907908,"LB" +9292011,"","",98318613,"","300",145895714,"","2275060011","05","OH","Harrison","39067","","Harrison County",48811,"Airport","OP",,"","OP",40.23836,-81.01286,"Unknown","Cadiz","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1216084,"LB" +9262011,"","",55583813,"","300",145898014,"","2275020000","05","OH","Lucas","39095","","Toledo Express",48811,"Airport","OP",,"","OP",41.5873,-83.8175,"Unknown","Toledo","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00642868,"LB" +9262011,"","",55583813,"","300",145897014,"","2275020000","05","OH","Lucas","39095","","Toledo Express",48811,"Airport","OP",,"","OP",41.5873,-83.8175,"Unknown","Toledo","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00745382,"LB" +9224611,"","",55585013,"","300",145905214,"","2275020000","05","OH","Summit","39153","","Akron-Canton Regional",48811,"Airport","OP",,"","OP",40.9108,-81.4498,"Unknown","Akron","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000306442,"LB" +7864011,"NYDEC","4382400019",3600413,"EI0001","999",20640014,"E03EI","40301097","02","NY","Rensselaer","36083","","HESS RENSSELAER TERMINAL",454310,"Petroleum Storage Facility","OP",,"","OP",42.611056,-73.756527,"367 AMERICAN OIL RD","RENSSELAER","NY","12144","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",.16,"LB" +7054511,"MSDEQ","2802300048",14175013,"001","160",27729914,"1","20200202","04","MS","Clarke","28023","","Southern Natural Gas Company, Enterprise Compressor Station",221210,"Compressor Station","OP",2000,"E6BTU/HR","OP",32.151411,-88.843889,"100 County Road 332","Enterprise","MS","39330","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",8.6,"LB" +6993011,"MSDEQ","2810700054",14910613,"003","120",27217914,"1","20100201","04","MS","Panola","28107","","SOUTH MISSISSIPPI ELECTRIC POWER ASSOCIATION, BATESVILLE GENERATING STATION",221112,"Electricity Generation via Combustion","OP",185000,"KW","OP",34.335556,-89.927244,"200 Industrial Drive","Batesville","MS","38606","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",246.2,"LB" +7071911,"MSDEQ","2803500092",14152413,"004","160",25230914,"1","20400401","04","MS","Forrest","28035","","Kohler Company, Hattiesburg Engine Plant",333618,"","OP",,"","OP",31.266689,-89.270556,"182 John Merl Tatum Industrial Drive","Hattiesburg","MS","39401","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",31.8,"LB" +7853011,"MSDEQ","2801900005",2832613,"004","100",27513014,"1","10200902","04","MS","Choctaw","28019","","Southeastern Timber Products LLC, Ackerman Plant",321113,"Lumber/Sawmill","OP",,"","OP",33.301111,-89.207508,"240 PCA Road","Ackerman","MS","39735","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",120,"LB" +9208111,"","",62477113,"","300",146203314,"","2275070000","04","SC","Charleston","45019","","Charleston AFB/Intl Airport",48811,"Airport","OP",,"","OP",32.8985,-80.0476,"Unknown","Charleston","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000447538,"LB" +9154911,"","",54996813,"","300",146212514,"","2275020000","04","SC","Lexington","45063","","Columbia Metropolitan",48811,"Airport","OP",,"","OP",33.9367,-81.1317,"Unknown","Columbia","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00320552,"LB" +9168411,"","",62441313,"","300",146255614,"","2275070000","04","TN","Sullivan","47163","","Tri-Cities Rgnl Tn/Va",48811,"Airport","OP",,"","OP",36.4722,-82.4158,"Unknown","Bristol/Johnson/Kingsp","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00232368,"LB" +9171111,"","",62445413,"","300",146252414,"","2275070000","04","TN","Shelby","47157","","Memphis Intl",48811,"Airport","OP",,"","OP",35.038513,-89.978107,"Unknown","Memphis","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00079146,"LB" +7156111,"MSC_HD","00101",15014813,"4105005","280",11792614,"41B","30600904","04","TN","Shelby","47157","","Valero Refining Co. (Prev. Premcor Refining, Prev. Williams Refining Llc)",32411,"Petroleum Refinery","OP",,"","ONRE",35.0875,-90.0864,"543 West Mallory Avenue","Memphis","TN","38109","R","Engineering Judgment","","2011Memphis","100414","Ethyl Benzene",25.304,"LB" +7078511,"WIDNR","737009020",14848913,"B01","100",67088614,"01","10100222","05","WI","Marathon","55073","","Wisconsin Public Service Corporation- Weston Plant",221112,"Electricity Generation via Combustion","OP",858,"E6BTU/HR","OP",44.8579,-89.6502,"2501 Morrison Ave","Rothschild","WI","54474","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",10.4933,"LB" +3907511,"SCDHEC","0300-0036",37746013,"003","100",11912914,"2","10100202","04","SC","Barnwell","45011","","SAVANNAH RIVER NUCLEAR SOLUTIONS LLC",221112,"Electricity Generation via Combustion","OP",396,"E6BTU/HR","OP",33.202828,-81.740593,"400D, 484-4D","AIKEN","SC","29801","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100414","Ethyl Benzene",.0738,"LB" +3094311,"TNDEC","0095",38463413,"002","160",11950614,"01","20200252","04","TN","Maury","47119","","COLUMBIA GULF TRANSMISSION COMPANY - HAMPSHIRE COMPRESSOR STATION",486210,"Compressor Station","OP",19.1,"E6BTU/HR","OP",35.6426,-87.2638,"4077 BOOKER FARM ROAD","HAMPSHIRE","TN","38461","R","USEPA Emission Factor (no Control Efficiency used)","","2011TNDEC","100414","Ethyl Benzene",4,"LB" +6518011,"SCDHEC","1680-0043",18545813,"009","400",14733214,"1","30700105","04","SC","Marlboro","45069","","DOMTAR PAPER CO LLC MARLBORO MILL",322121,"Pulp and Paper Plant","OP",1070,"TON/DAY","OP",34.604536,-79.775331,"585 WILLAMETTE RD","BENNETTSVILLE","SC","29512","R","Engineering Judgment","","2011SCDHEC","100414","Ethyl Benzene",280,"LB" +5018911,"TNDEC","0028",29855113,"005","100",12356014,"02","10200204","04","TN","Hawkins","47073","","HOLSTON ARMY AMMUNITION PLANT (HSAAP)",32592,"Munition or Explosives Plant","OP",912,"E6BTU/HR","OP",36.55088,-82.6352,"4509 WEST STONE DRIVE","KINGSPORT","TN","37660","R","Engineering Judgment","","2011TNDEC","100414","Ethyl Benzene",.7176,"LB" +2885011,"NDC_MPHD","4703700070",37925313,"007","480",11891014,"1","40600145","04","TN","Davidson","47037","","Magellan Terminals Holdings, LP",424710,"Petroleum Storage Facility","OP",,"","OP",36.16806,-86.85,"1441 51st Ave North","Nashville","TN","37209","R","Material Balance","","2011Nashville","100414","Ethyl Benzene",20,"LB" +5698611,"SCDHEC","1140-0002",20531413,"002","210",11493114,"8","30700106","04","SC","Georgetown","45043","","INTERNATIONAL PAPER GEORGETOWN MILL",322121,"Pulp and Paper Plant","OP",,"","OP",33.364166,-79.303279,"700 S KAMINSKI ST","GEORGETOWN","SC","29440-4708","R","Engineering Judgment","","2011SCDHEC","100414","Ethyl Benzene",2.34,"LB" +4737211,"PADEP","421090001",27903513,"115","690",14624214,"1","40299998","03","PA","Snyder","42109","","WOOD MODE INC/KREAMER PLT",337110,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",40.80407,-76.96337,"1 2ND ST","KREAMER","PA","17833","R","Material Balance","","2011PADEP","100414","Ethyl Benzene",16.8,"LB" +4737611,"PADEP","421090010",27900813,"106","690",14427914,"1","40299998","03","PA","Snyder","42109","","COLONIAL FURNITURE CO/FREEBURG PLT",337122,"","OP",,"","OP",40.76364,-76.93576,"FRONT & CENTER ST","FREEBURG","PA","17827","R","Material Balance","","2011PADEP","100414","Ethyl Benzene",10.6,"LB" +14563411,"NHDES","3301100123",103727513,"006","690",146779214,"1","40204471","01","NH","Hillsborough","33011","","G & K SERVICES COMPANY",812332,"","OP",,"","OP",42.982368,-71.44191,"324 TAYLOR STREET","MANCHESTER","NH","03108","R","Material Balance","","2011NHDES","100414","Ethyl Benzene",9.198,"LB" +9036711,"","",62299913,"","300",146376214,"","2275070000","03","WV","Wood","54107","","Wood County Airport Gil",48811,"Airport","OP",,"","OP",39.3403,-81.4452,"Unknown","Parkersburg","WV","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000211644,"LB" +7935711,"NYDEC","8573600004",3543313,"G00004","100",20622614,"P61FP","10100202","02","NY","Yates","36123","","AES GREENIDGE LLC",221112,"Electricity Generation via Combustion","OP",1340,"E6BTU/HR","OP",42.679134,-76.948604,"590 PLANT RD","DRESDEN","NY","14441","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",3.9993,"LB" +9015311,"","",62411113,"","300",146385714,"","2275060012","05","WI","Dane","55025","","Dane County Regional-Tr",48811,"Airport","OP",,"","OP",43.1325,-89.3428,"Unknown","Madison","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0379658,"LB" +7920511,"NCDAQ","3708700159",3182613,"G-32","100",18895114,"12","30700104","04","NC","Haywood","37087","","Blue Ridge Paper Products - Canton Mill",322121,"Pulp and Paper Plant","OP",,"","OP",35.5356,-82.8419,"175 Main Street","Canton","NC","28716","R","Stack Test (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",.00705,"LB" +8503711,"NYDEC","9146400030",552713,"00EU03","450",20949814,"007FP","30801002","02","NY","Erie","36029","","GOODYEAR DUNLOP TIRES NORTH AMERICA LTD",326211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",42.971561,-78.918957,"3333 RIVER RD|10 SHERIDAN DR","TONAWANDA","NY","14150","R","Material Balance","","2011NYDEC","100414","Ethyl Benzene",.7,"LB" +7120811,"MNPCA","2701700025",14117113,"EU003","390",26824214,"EU003PD001","30288801","05","MN","Carlton","27017","","Specialty Minerals Inc - Cloquet",325998,"Chemical Plant","OP",,"","OP",46.72297,-92.44371,"2203 East End Ave B","Cloquet","MN","55720","R","Other Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.005494,"LB" +6384211,"MNPCA","2715300004",16337413,"EU004","160",27247814,"EU004PD001","20200253","05","MN","Morrison","27097","","Viking Gas Transmission - Cushing",48621,"","PS",120,"HP","OP",46.2106,-94.7015,"31888 400th St","Cushing","MN","56443","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.0003834,"LB" +8481611,"MNPCA","2705301088",1125313,"EU050","470",26846014,"EU050PD001","40500301","05","MN","Hennepin","27053","","Douglas Corp - Eden Prairie",326199,"","OP",.9,"LB/HR","OP",44.87289,-93.39878,"9650 Valley View Rd","Eden Prairie","MN","55344","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",11.31,"LB" +8384311,"MSDEQ","2805900058",886713,"295","350",25069014,"1","40388801","04","MS","Jackson","28059","","Chevron Products Company, Pascagoula Refinery",324110,"Petroleum Refinery","OP",,"","OP",30.343733,-88.4938,"250 Industrial Road","Pascagoula","MS","39581","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",.2,"LB" +7291111,"MSDEQ","2812500022",11106013,"007","160",27850514,"1","20200202","04","MS","Sharkey","28125","","Southern Natural Gas Company LLC, Onward Compressor Station",486210,"Compressor Station","OP",2600,"HP","OP",32.715817,-90.940333,"Highway 61 South","Cary","MS","39054","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",13.8,"LB" +8384311,"MSDEQ","2805900058",856213,"055","999",24718114,"1","30688801","04","MS","Jackson","28059","","Chevron Products Company, Pascagoula Refinery",324110,"Petroleum Refinery","OP",,"","OP",30.343733,-88.4938,"250 Industrial Road","Pascagoula","MS","39581","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",7.8,"LB" +6161411,"MNPCA","2713100007",15591413,"EU004","450",27429214,"EU004PD001","40200101","05","MN","Rice","27131","","Crown Cork & Seal Co USA - Faribault",332431,"","OP",,"","OP",44.29461,-93.29251,"1701 4th St NW","Faribault","MN","55021","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",6,"LB" +6275811,"MNPCA","2703700011",15805313,"TK087","400",29010514,"TK087PD001","40301151","05","MN","Dakota","27037","","Flint Hills Resources Pine Bend LLC",32411,"Petroleum Refinery","OP",,"","OP",44.76443,-93.03948,"13775 Clark Rd","Rosemount","MN","55068","R","Engineering Judgment","Emissions based on MSDS Component Concentration","2011MNPCA","100414","Ethyl Benzene",1.689,"LB" +8498811,"MSDEQ","2806700028",992313,"052","100",27747114,"1","10200902","04","MS","Jones","28067","","Masonite Corporation",321219,"Wood Board Manufacturing Plant","PS",258,"E6BTU/HR","OP",31.678058,-89.130303,"1001 South 4th Avenue","Laurel","MS","39441","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011MSDEQ submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",0,"LB" +6206011,"MNPCA","2712300687",16166713,"EU501","450",26497314,"EU501PD001","40200101","05","MN","Dakota","27037","","Waterous Co Inc",332911,"","OP",,"","OP",44.88641,-93.02447,"125 Hardman Ave S","South St. Paul","MN","55075","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",80,"LB" +6283711,"MSDEQ","2814500019",16454713,"007","160",24741314,"1","20200202","04","MS","Union","28145","","Tennessee Gas Pipeline Company, New Albany Compressor Station Number 851",486210,"Compressor Station","OP",15.8,"E6BTU/HR","OP",34.538767,-89.014083,"1362 County Road 81","New Albany","MS","38652","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",3.4,"LB" +7083711,"MSDEQ","2815100037",14484813,"021","160",24884314,"1","20200202","04","MS","Washington","28151","","Tennessee Gas Pipeline Company LLC, Greenville Compressor Station Number 54",486210,"Compressor Station","OP",1700,"HP","OP",33.356397,-91.054464,"272 Tennessee Gas Road","Greenville","MS","38701","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",2.6,"LB" +8384311,"MSDEQ","2805900058",885413,"397","350",25221414,"1","40388801","04","MS","Jackson","28059","","Chevron Products Company, Pascagoula Refinery",324110,"Petroleum Refinery","OP",,"","OP",30.343733,-88.4938,"250 Industrial Road","Pascagoula","MS","39581","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",.2,"LB" +5766211,"MIDEQ","N5574",20398113,"EU0024","120",30614414,"20200201","20200201","05","MI","Allegan","26005","","ANR Pipeline Company - Hamilton Compressor Station",486210,"Compressor Station","OP",,"","OP",42.6674,-85.9557,"4193 134th Ave","HAMILTON","MI","49419","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.0186,"LB" +8246211,"MIDEQ","A4043",6495413,"","999",66785614,"","30199998","05","MI","Midland","26111","","Dow Corning - Midland Plant",325998,"Chemical Plant","OP",,"","OP",43.5921,-84.205,"3901 S Saginaw Rd","MIDLAND","MI","48686","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",558,"LB" +8097711,"MIDEQ","N5747",6149613,"","999",66788114,"","40202501","05","MI","Macomb","26099","","HI-TECH COATINGS, INC.",332812,"","OP",,"","OP",42.4762,-82.9885,"24600 INDUSTRIAL HWY","WARREN","MI","48089","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",449,"LB" +6075911,"MIDEQ","A4285",23792113,"EU0009","160",29405314,"20200254","20200254","05","MI","Muskegon","26121","","LORIN INDUSTRIES",332813,"","OP",,"","OP",43.2168,-86.2142,"1960 S ROBERTS ST","MUSKEGON","MI","49442","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",1.887,"LB" +5206911,"KYDAQ","2102100010",25003013,"026","999",40022814,"1","39999994","04","KY","Boyle","21021","","Matsushita Appliance Corp",335210,"","OP",,"","OP",37.63486,-84.79677,"1355 Lebanon Rd","Danville","KY","40422","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",69.361,"LB" +7122411,"MNPCA","2709100028",14110513,"EU001","450",26403814,"EU001PD001","30800722","05","MN","Martin","27091","","Brand FX Body Co dba Glasstite",336214,"","OP",428,"LB/HR","OP",43.56089,-94.77272,"600 N Highway 4","Dunnell","MN","56127","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",.4,"LB" +9028111,"","",62422913,"","300",146397214,"","2275060012","05","WI","Outagamie","55087","","Outagamie County Region",48811,"Airport","OP",,"","OP",44.2549,-88.5282,"Unknown","Appleton","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.73655,"LB" +9034811,"","",62298413,"","300",146390614,"","2275070000","05","WI","Milwaukee","55079","","General Mitchell Intern",48811,"Airport","OP",,"","OP",42.947415,-87.896774,"Unknown","Milwaukee","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000925942,"LB" +9034811,"","",62298413,"","300",146392214,"","2275070000","05","WI","Milwaukee","55079","","General Mitchell Intern",48811,"Airport","OP",,"","OP",42.947415,-87.896774,"Unknown","Milwaukee","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.21034,"LB" +7332411,"ILEPA","031824AAB",9725013,"0003","400",44478614,"01","40301003","05","IL","Cook","17031","","Premcor Alsip Distribution Center",424710,"","OP",,"","OP",41.654974,-87.704459,"3600 W 131st","Alsip","IL","60803","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +4575111,"ILEPA","161045AIQ",28251513,"0015","400",43368814,"01","40400103","05","IL","Rock Island","17161","","Quint Cities Petroleum LLC",424710,"Petroleum Storage Facility","PS",,"","PS",41.511234,-90.495434,"2935 4th Ave","Moline","IL","61265","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.108,"LB" +1759011,"ILEPA","031327AAK",41499713,"0002","400",46718814,"01","40301019","05","IL","Cook","17031","","The Valvoline Co",324191,"","OP",,"","OP",41.741722,-87.879757,"8450 Willow Springs Rd","Willow Springs","IL","60480","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.192,"LB" +4656511,"ILEPA","137867AAA",28185413,"0001","180",42931014,"01","31000228","05","IL","Morgan","17137","","Panhandle Eastern Pipeline Co",486210,"Compressor Station","OP",3,"E6BTU/HR","OP",39.591919,-89.980208,"3302 State Highway 104","Waverly","IL","62692-6005","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",2420,"LB" +9034811,"","",62298413,"","300",146392914,"","2275070000","05","WI","Milwaukee","55079","","General Mitchell Intern",48811,"Airport","OP",,"","OP",42.947415,-87.896774,"Unknown","Milwaukee","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001056014,"LB" +8222611,"ILEPA","097809AAD",4278313,"0103","100",42947814,"01","10200204","05","IL","Lake","17097","","Abbott Laboratories",325412,"Pharmaceutical Manufacturing","OP",83,"E6BTU/HR","OP",42.301923,-87.896473,"200 Abbott Park Rd","Abbott Park","IL","60064-6212","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.360768,"LB" +4044811,"ILEPA","ALN",36049413,"COM","300",43231714,"01","2275020000","05","IL","Madison","17119","","St Louis Regional Airport",488119,"Airport","OP",,"","OP",38.89419,-90.0519,"8 Terminal Dr","East Alton","IL","62024","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00540932,"LB" +558511,"FLDEP","0570197",48170313,"","999",67396814,"","40400150","04","FL","Hillsborough","12057","","MOTIVA ENTERPRISES LLC",45431,"","OP",,"","OP",27.859444,-82.549167,"6500 WEST COMMERCE STREET","TAMPA","FL","33616","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",68,"LB" +1804511,"ILEPA","027422AAB",41973013,"0004","100",46041114,"01","10300225","05","IL","Clinton","17027","","W G Murray Development Center",622210,"","OP",30,"E6BTU/HR","OP",38.528649,-89.168372,"1535 W McCord","Centralia","IL","62801","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.254339,"LB" +2635811,"ILEPA","045020AAJ",41077313,"0002","400",45520514,"01","40400108","05","IL","Edgar","17045","","Illini FS Kansas Facility",424710,"Petroleum Storage Facility","OP",,"","OP",39.552935,-87.938333,"3240 Hwy 16","Kansas","IL","61933","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",3.3022,"LB" +843211,"CTBAM","T117 P0519 C07884",46211413,"R0815","480",48962514,"01","40600141","01","CT","New Haven","09009","","MAGELLAN TERMINALS HOLDINGS,LP - WATERFRONT ST",49319,"","OP",,"","OP",41.29275,-72.9029,"280 WATERFRONT ST","NEW HAVEN","CT","06512-1717","R","Vendor Emission Factor (pre-control) plus Control Efficiency","","2011CTBAM","100414","Ethyl Benzene",50.557,"LB" +4703411,"ILEPA","109025AAA",27762513,"0002","400",43082114,"01","40301010","05","IL","McDonough","17109","","Midwest Oil LLC",424710,"Petroleum Storage Facility","PS",,"","PS",40.55234,-90.516929,"200 S Walnut St","Good Hope","IL","61438","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",2.184,"LB" +4659111,"ILEPA","193805AAB",28177213,"0002","400",44078114,"01","40301001","05","IL","White","17193","","Wabash Valley Service Co",424910,"","OP",,"","OP",38.105537,-88.133192,"1562 Il Hwy 1","Carmi","IL","62821","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.144,"LB" +2800611,"FLDEP","1030254",41318513,"1","999",46179514,"2","30101401","04","FL","Pinellas","12103","","4701 LLC",325510,"","PS",,"","PS",27.893073,-82.71432,"5850 ULMERTON ROAD","CLEARWATER","FL","33760-3940","R","USEPA Emission Factor (no Control Efficiency used)","4/13/12","2011FLDEP","100414","Ethyl Benzene",0,"LB" +4589711,"ILEPA","197811AAA",28416213,"0007","400",43272014,"01","40400304","05","IL","Will","17197","","BP Pipelines North America Inc",486110,"Oil or Gas Field (On-shore)","OP",,"","OP",41.412232,-87.988353,"15600 Bruns Rd","Manhattan","IL","60442-0007","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",1.72,"LB" +639711,"FLDEP","0310028",46488613,"36","480",46593914,"1","40600237","04","FL","Duval","12031","","NUSTAR TERMINALS OPERATIONS PARTNERSHIP",4931,"","OP",,"","OP",30.379722,-81.634444,"6531 EVERGREEN AVE","JACKSONVILLE","FL","32208-4911","R","USEPA Emission Factor (no Control Efficiency used)","Annual Emissions (Tons/Year) 0 = + Annual Process or Fuel Usage Rate (1000 Gallons Gasoline Transferred) 0 * Emission Factor (Lbs/1000 Gallons Gasoline Transferred) 0.0018 / 2000","2011FLDEP","100414","Ethyl Benzene",0,"LB" +2617311,"ILEPA","029809AAD",40710713,"0001","270",47068814,"01","50200505","05","IL","Coles","17029","","Dignity Cremations",812210,"Crematory - Human","OP",,"","OP",39.388976,-88.412348,"3125 Etna Rd","Mattoon","IL","61938","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.08372,"LB" +922211,"CTBAM","T070 P0005 C00046",46494813,"P0059","450",48259814,"01","40202301","01","CT","New London","09011","","ELECTRIC BOAT CORP",336611,"Ship/Boat Manufacturing or Repair Facility","OP",,"","OP",41.345287,-72.078493,"75 EASTERN POINT RD","GROTON","CT","06340-4905","R","Material Balance","","2011CTBAM","100414","Ethyl Benzene",70.8306,"LB" +3204711,"ILEPA","043095AAU",39471213,"0001","400",45491314,"01","40400107","05","IL","DuPage","17043","","United Parcel Service",492110,"","OP",,"","OP",41.77418,-87.980889,"210 W 63rd St","Westmont","IL","60559","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.0756,"LB" +7440611,"ADEM","0003",10870813,"X030","280",61676714,"05","10100101","04","AL","Washington","01129","","BASF Corporation",325320,"","OP",,"","OP",31.2789,-88.0043,"1379 Ciba Road","Mcintosh","AL","36553","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",2347.6,"LB" +7442011,"ADEM","S005",10841613,"X001","100",61098014,"01","10200902","04","AL","Chilton","01021","","West Fraser Inc",321113,"Lumber/Sawmill","OP",119,"E6BTU/HR","OP",32.762913,-86.882667,"7475 Highway 22 West","Maplesville","AL","36750","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",7.40232,"LB" +1019211,"ADEM","0010",47713213,"X017","100",61379614,"01","10200901","04","AL","Monroe","01099","","GP Cellulose Alabama River Cellulose LLC",322121,"Pulp and Paper Plant","OP",266,"E6BTU/HR","OP",31.580112,-87.490073,"2373 Lena Landegger HWY","Perdue Hill","AL","36470","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011ADEM submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",1.484086,"LB" +7917311,"ADEM","0001",3531513,"X007","100",61692514,"01","10100201","04","AL","Walker","01127","","Alabama Power - Gorgas",221112,"Electricity Generation via Combustion","OP",1270,"E6BTU/HR","OP",33.6452,-87.2004,"460 Gorgas Rd","Parrish","AL","35580","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",12.1349,"LB" +1061511,"ADEM","4004",47299613,"009","160",61082314,"01","20200254","04","AL","Mobile","01097","","Four Star Oil Gas Company",211111,"Oil or Gas Field (On-shore)","OP",1640,"BLRHP","OP",30.890911,-88.0672,"Radcliff Rd","Creola","AL","36525","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",2,"LB" +10916111,"","",59275313,"","300",77400014,"","2275050011","04","AL","Lee","01081","","SOMMERSET STRIP",48811,"Airport","OP",,"","OP",32.7187,-85.3669,"Unknown","OPELIKA","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.307112,"LB" +10944011,"","",60455913,"","300",77453614,"","2275050012","05","IL","Madison","17119","","ST ANTHONYS HOSPITAL",48811,"Airport","OP",,"","OP",38.905,-90.1734,"Unknown","ALTON","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +10759111,"","",59268313,"","300",77386114,"","2275050012","04","AL","Montgomery","01101","","BAPTIST MEDICAL CENTER",48811,"Airport","OP",,"","OP",32.3275,-86.2766,"Unknown","MONTGOMERY","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +10949411,"","",60464213,"","300",77470114,"","2275050011","03","VA","King William","51101","","MANQUIN FLIGHT PARK",48811,"Airport","OP",,"","OP",37.7144,-77.2118,"Unknown","MANQUIN","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.781598,"LB" +11007011,"","",60565613,"","300",77672714,"","2275050011","01","ME","Cumberland","23005","","EAGLE FIELD",48811,"Airport","OP",,"","OP",43.8153,-70.2292,"Unknown","NORTH YARMOUTH","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11538211,"","",60527813,"","300",77597314,"","2275050011","03","PA","Carbon","42025","","MARIAN",48811,"Airport","OP",,"","OP",40.9895,-75.7513,"Unknown","WEATHERLY","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11907911,"","",60650613,"","300",77841614,"","2275050012","03","PA","Philadelphia","42101","","FRANKFORD HOSPITAL-TORRESDALE DIVISION",48811,"Airport","OP",,"","OP",40.0696,-74.9821,"Unknown","PHILADELPHIA","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12031611,"","",60772313,"","300",78086014,"","2275050012","03","VA","Appomattox","51011","","STATE POLICE DIVISION THREE",48811,"Airport","OP",,"","OP",37.3604,-78.8689,"Unknown","APPOMATTOX","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11977811,"","",60841413,"","300",78223714,"","2275050011","02","NJ","Burlington","34005","","PEMBERTON",48811,"Airport","OP",,"","OP",39.9821,-74.6927,"Unknown","PEMBERTON","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",9.18404,"LB" +11990011,"","",60845013,"","300",78230914,"","2275050011","05","OH","Allen","39003","","YOUNGPETER",48811,"Airport","OP",,"","OP",40.7833,-84.3678,"Unknown","DELPHOS","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.248008,"LB" +11563711,"","",60557513,"","300",77656614,"","2275050012","04","TN","Monroe","47123","","BEAR MOUNTAIN",48811,"Airport","OP",,"","OP",35.5983,-84.2675,"Unknown","VONORE","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11069611,"","",60689813,"","300",77921314,"","2275050011","05","MN","Kittson","27069","","LAKE BRONSON",48811,"Airport","OP",,"","OP",48.7375,-96.6545,"Unknown","LAKE BRONSON","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.772852,"LB" +11885111,"","",60892513,"","300",78325514,"","2275050011","02","NJ","Monmouth","34025","","PERL ACRES",48811,"Airport","OP",,"","OP",40.1529,-74.4552,"Unknown","CLARKSBURG","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.5232,"LB" +11500811,"","",60597213,"","300",77735114,"","2275050011","04","FL","Martin","12085","","TROPICAL PLANTATION",48811,"Airport","OP",,"","OP",27.1028,-80.2934,"Unknown","PALM CITY","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11968811,"MIDEQ","AIRPORT29MI",60709113,"GA","300",77959914,"Piston","2275050011","05","MI","Ingham","26065","","SAWYER FIELD",48811,"Airport","OP",,"","OP",42.6,-84.45,"Unknown","MASON","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1505482,"LB" +10995811,"","",60545313,"","300",77632114,"","2275050011","01","CT","Fairfield","09001","","CANDLELIGHT FARMS",48811,"Airport","OP",,"","OP",41.5668,-73.4662,"Unknown","NEW MILFORD","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",11.04072,"LB" +11510811,"","",60570713,"","300",77682914,"","2275050011","01","MA","Essex","25009","","LAWRENCE GENERAL HOSPITAL",48811,"Airport","OP",,"","OP",42.7098,-71.1506,"Unknown","LAWRENCE","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11061711,"","",60672713,"","300",77885714,"","2275050011","04","FL","Marion","12083","","LAKE WEIR",48811,"Airport","OP",,"","OP",29.0344,-81.9506,"Unknown","OKLAWAHA","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.270458,"LB" +12047611,"","",60870113,"","300",78280714,"","2275050011","04","FL","Lee","12071","","SOUTHERN MACHINE & STEEL YARD",48811,"Airport","OP",,"","OP",26.6342,-81.834,"Unknown","FORT MYERS","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11062011,"","",60673513,"","300",77887314,"","2275050011","04","KY","Hopkins","21107","","WILLIAMS FARM",48811,"Airport","OP",,"","OP",37.2167,-87.4306,"Unknown","MORTONS GAP","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11956311,"","",60701813,"","300",77945414,"","2275050012","03","PA","Montgomery","42091","","WILSON",48811,"Airport","OP",,"","OP",40.2001,-75.2996,"Unknown","LANSDALE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11948911,"","",60665313,"","300",77870914,"","2275050011","03","WV","Taylor","54091","","GRAFTON CITY HOSPITAL",48811,"Airport","OP",,"","OP",39.3436,-80.0292,"Unknown","GRAFTON","WV","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11123611,"","",60813913,"","300",78169114,"","2275050011","05","MN","Scott","27139","","NAGEL AND SCHULTZ",48811,"Airport","OP",,"","OP",44.5822,-93.8016,"Unknown","BELLE PLAINE","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.268926,"LB" +11937411,"","",60820513,"","300",78181914,"","2275050011","05","IN","Johnson","18081","","FRANKLIN FLYING FIELD",48811,"Airport","OP",,"","OP",39.4264,-86.0583,"Unknown","FRANKLIN","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.031528,"LB" +11135411,"","",60839913,"","300",78220714,"","2275050011","04","NC","Wake","37183","","GARNER ROAD",48811,"Airport","OP",,"","OP",35.7321,-78.6287,"Unknown","RALEIGH","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11103111,"","",60762613,"","300",78066514,"","2275050011","03","VA","Nelson","51125","","DEER RUN",48811,"Airport","OP",,"","OP",37.8877,-78.8619,"Unknown","NELSON COUNTY","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11537511,"","",60526613,"","300",77594914,"","2275050011","03","PA","Bucks","42017","","CARSON",48811,"Airport","OP",,"","OP",40.3334,-75.2163,"Unknown","PERKASIE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0498856,"LB" +11089111,"","",60731513,"","300",78004414,"","2275050012","05","IN","Lake","18089","","ST ANTHONY",48811,"Airport","OP",,"","OP",41.3944,-87.3689,"Unknown","CROWN POINT","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11000711,"","",60555013,"","300",77651514,"","2275050011","05","IL","Cook","17031","","HENRY VALVE COMPANY",48811,"Airport","OP",,"","OP",41.9086,-87.8736,"Unknown","MELROSE PARK","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11633711,"","",61197913,"","300",78934214,"","2275050012","03","PA","Centre","42027","","RIDGE SOARING",48811,"Airport","OP",,"","OP",40.8839,-77.9072,"Unknown","UNIONVILLE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.04194,"LB" +11250811,"","",61189713,"","300",78917714,"","2275050011","05","MN","Marshall","27089","","KLAMAR FIELD",48811,"Airport","OP",,"","OP",48.3714,-95.7881,"Unknown","GATZKE","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.238342,"LB" +11825311,"","",61086213,"","300",78711714,"","2275050011","05","MN","Chisago","27025","","TAYLORS FALLS",48811,"Airport","OP",,"","OP",45.3814,-92.6824,"Unknown","TAYLORS FALLS","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.242772,"LB" +11970211,"","",60963013,"","300",78465714,"","2275050011","04","FL","Lake","12069","","TEX MERRITT PRIVATE AIRSTRIP",48811,"Airport","OP",,"","OP",28.6678,-81.9181,"Unknown","LEESBURG","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.267032,"LB" +11710311,"","",61139913,"","300",78818514,"","2275050011","04","NC","Catawba","37035","","LITTLE MOUNTAIN",48811,"Airport","OP",,"","OP",35.5918,-81.0795,"Unknown","DENVER","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.21433,"LB" +11904811,"","",60936913,"","300",78413514,"","2275050011","02","NJ","Hunterdon","34019","","WINDWARD FARMS",48811,"Airport","OP",,"","OP",40.4493,-75.0177,"Unknown","ROSEMONT","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.250208,"LB" +11678511,"","",61124813,"","300",78788814,"","2275050012","04","GA","Douglas","13097","","HCA PARKWAY MEDICAL CENTER",48811,"Airport","OP",,"","OP",33.7781,-84.6114,"Unknown","LITHIA SPRINGS","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11266411,"","",61250613,"","300",79039414,"","2275050011","04","FL","Palm Beach","12099","","BR RANCH",48811,"Airport","OP",,"","OP",26.9142,-80.2053,"Unknown","JUPITER","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.387694,"LB" +11178811,"","",60959313,"","300",78458314,"","2275050011","04","FL","Calhoun","12013","","CATTLE CREEK RANCH",48811,"Airport","OP",,"","OP",30.5182,-85.1988,"Unknown","ALTHA","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.238844,"LB" +11213611,"","",61070613,"","300",78680614,"","2275050012","03","VA","Bristol city","51520","","SULLINS",48811,"Airport","OP",,"","OP",36.6121,-82.1887,"Unknown","BRISTOL","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11671811,"","",61299713,"","300",79137514,"","2275050011","03","VA","Gloucester","51073","","NEW QUARTER FARM",48811,"Airport","OP",,"","OP",37.3447,-76.5644,"Unknown","GLOUCESTER","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.25965,"LB" +11723111,"","",61053313,"","300",78645914,"","2275050011","04","NC","Davie","37059","","TARA AIRBASE",48811,"Airport","OP",,"","OP",35.7932,-80.5123,"Unknown","MOCKSVILLE","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.445852,"LB" +11723211,"","",61053413,"","300",78646214,"","2275050012","04","NC","Union","37179","","LATHAN STRIP",48811,"Airport","OP",,"","OP",34.8763,-80.6192,"Unknown","MONROE","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.43939,"LB" +11745011,"","",61150013,"","300",78838714,"","2275050011","03","PA","Schuylkill","42107","","ALLIED SIGNAL",48811,"Airport","OP",,"","OP",40.6787,-76.2349,"Unknown","POTTSVILLE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11569211,"MIDEQ","AIRPORT86MI",61264513,"GA","300",79067114,"Piston","2275050011","05","MI","Washtenaw","26161","","DOWNWIND ACRES",48811,"Airport","OP",,"","OP",42.1528,-83.5674,"Unknown","WILLIS","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1424708,"LB" +11713111,"","",61225313,"","300",78988814,"","2275050012","02","NY","Dutchess","36027","","STATE POLICE TROOP K",48811,"Airport","OP",,"","OP",41.7834,-73.7543,"Unknown","MILLBROOK","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11946311,"","",60951613,"","300",78443014,"","2275050012","05","IN","Greene","18055","","MORRISON FLIGHT PARK",48811,"Airport","OP",,"","OP",39.0217,-87.1871,"Unknown","LINTON","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0709748,"LB" +11797111,"","",61168613,"","300",78875514,"","2275050011","04","FL","Polk","12105","","LAZY B I RANCH",48811,"Airport","OP",,"","OP",28.0297,-81.6545,"Unknown","WINTER HAVEN","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11583411,"","",61178213,"","300",78894814,"","2275050012","03","PA","Blair","42013","","ALTOONA RGNL HOSPITAL",48811,"Airport","OP",,"","OP",40.5223,-78.397,"Unknown","ALTOONA","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12461011,"","",61512113,"","300",79555714,"","2275050011","04","GA","Fulton","13121","","CRAWFORD W. LONG MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",33.7687,-84.3863,"Unknown","ATLANTA","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12310611,"","",61552213,"","300",79634714,"","2275050011","05","IN","Blackford","18009","","HICKORY HILLS",48811,"Airport","OP",,"","OP",40.4278,-85.3735,"Unknown","HARTFORD CITY","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.257256,"LB" +12302311,"","",61744613,"","300",80015514,"","2275050011","01","NH","Rockingham","33015","","WINTERWOOD",48811,"Airport","OP",,"","OP",42.9784,-71.0095,"Unknown","BRENTWOOD","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.266864,"LB" +11316711,"","",61456213,"","300",79446114,"","2275050011","01","CT","Litchfield","09005","","LONG VIEW LANDING",48811,"Airport","OP",,"","OP",41.6668,-73.2829,"Unknown","WASHINGTON","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.293492,"LB" +12450911,"","",61701513,"","300",79930514,"","2275050011","05","MN","Hubbard","27057","","FALK PRIVATE",48811,"Airport","OP",,"","OP",46.8622,-95.0522,"Unknown","PARK RAPIDS","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.258008,"LB" +11345611,"","",61571413,"","300",79673114,"","2275050011","05","IN","Crawford","18025","","ROBERSON",48811,"Airport","OP",,"","OP",38.3214,-86.4908,"Unknown","ENGLISH","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.238454,"LB" +11753311,"","",61325913,"","300",79189914,"","2275050011","04","GA","Lumpkin","13187","","LUMPKIN COUNTY-WIMPYS",48811,"Airport","OP",,"","OP",34.5831,-84.02,"Unknown","DAHLONEGA","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.0185,"LB" +11592911,"","",61362013,"","300",79262014,"","2275050012","03","VA","Alexandria city","51510","","INOVA ALEXANDRIA HOSPITAL",48811,"Airport","OP",,"","OP",38.8226,-77.1041,"Unknown","ALEXANDRIA","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11328911,"","",61503713,"","300",79540114,"","2275050011","04","FL","Orange","12095","","TANGERINE",48811,"Airport","OP",,"","OP",28.7603,-81.6059,"Unknown","ZELLWOOD","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.351734,"LB" +11593611,"","",61363113,"","300",79264214,"","2275050012","04","SC","Marlboro","45069","","CLIO CROP CARE",48811,"Airport","OP",,"","OP",34.5614,-79.5381,"Unknown","CLIO","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.351968,"LB" +11320711,"","",61467413,"","300",79468514,"","2275050011","03","DE","Sussex","10005","","WEST PVT",48811,"Airport","OP",,"","OP",38.5173,-75.1655,"Unknown","ROXANA","DE","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.25706,"LB" +12467911,"","",61705713,"","300",79938914,"","2275050011","05","MN","Wright","27171","","JOHNSON",48811,"Airport","OP",,"","OP",45.1508,-93.74,"Unknown","ROCKFORD","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.249846,"LB" +12358711,"","",61477713,"","300",79488414,"","2275050012","04","FL","Palm Beach","12099","","PALMS WEST HOSPITAL HELISTOP",48811,"Airport","OP",,"","OP",26.6806,-80.8406,"Unknown","LOXAHATCHEE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12300611,"","",61742213,"","300",80010814,"","2275050012","01","NH","Hillsborough","33011","","MERRIMACK",48811,"Airport","OP",,"","OP",42.817,-71.5053,"Unknown","MERRIMACK","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11788111,"","",61338113,"","300",79214214,"","2275050012","05","IL","Cook","17031","","ST JAMES HOSPITAL AND HEALTH CENTERS",48811,"Airport","OP",,"","OP",41.5078,-87.6444,"Unknown","CHICAGO HEIGHTS","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12392711,"","",61488413,"","300",79509714,"","2275050011","04","FL","Putnam","12107","","EAGLES NEST AERODROME",48811,"Airport","OP",,"","OP",29.4269,-81.6042,"Unknown","CRESCENT CITY","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.634922,"LB" +12297211,"MIDEQ","AIRPORTMI14",61647913,"GA","300",79823714,"Piston","2275050011","05","MI","Washtenaw","26161","","OVERFLOW PAD (LOWER PAD)",48811,"Airport","OP",,"","OP",42.2889,-83.7305,"Unknown","ANN ARBOR","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12319511,"","",61749613,"","300",80025314,"","2275050011","02","NJ","Gloucester","34015","","PEASLEES AIRSTRIP",48811,"Airport","OP",,"","OP",39.7893,-75.2291,"Unknown","CLARKSBORO","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.37761,"LB" +12344211,"","",61563813,"","300",79657914,"","2275050011","05","IN","Tippecanoe","18157","","SUTTON",48811,"Airport","OP",,"","OP",40.5453,-87.0522,"Unknown","MONTMORENCI","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.291794,"LB" +12378211,"","",61575413,"","300",79681214,"","2275050012","05","IL","La Salle","17099","","ST MARYS HOSPITAL - STREATOR",48811,"Airport","OP",,"","OP",41.1633,-88.835,"Unknown","STREATOR","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11367811,"","",61659613,"","300",79847114,"","2275050011","05","MN","Dakota","27037","","JENNRICH FLD",48811,"Airport","OP",,"","OP",44.5661,-93.1322,"Unknown","FARMINGTON","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.295748,"LB" +11305311,"","",61408613,"","300",79351514,"","2275050011","05","IN","Lake","18089","","LOWELL",48811,"Airport","OP",,"","OP",41.2301,-87.5077,"Unknown","LOWELL","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",4.01118,"LB" +11358411,"","",61631113,"","300",79790314,"","2275050011","03","MD","Dorchester","24019","","HORN POINT",48811,"Airport","OP",,"","OP",38.5896,-76.1386,"Unknown","CAMBRIDGE","MD","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.278536,"LB" +12501511,"","",61719713,"","300",79965914,"","2275050011","04","NC","McDowell","37111","","MCDOWELL HOSPITAL",48811,"Airport","OP",,"","OP",35.6658,-82.0242,"Unknown","MARION","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11821711,"","",61350813,"","300",79239514,"","2275050011","05","OH","Hancock","39063","","WEAVER",48811,"Airport","OP",,"","OP",41.0353,-83.569,"Unknown","FINDLAY","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.300596,"LB" +11418811,"","",61844113,"","300",80211814,"","2275050012","03","PA","Columbia","42037","","BERWICK HOSPITAL CORPORATION PERSONAL USE",48811,"Airport","OP",,"","OP",41.0704,-76.2313,"Unknown","BERWICK","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12146111,"","",61814313,"","300",80153014,"","2275050012","05","OH","Cuyahoga","39035","","1ST DISTRICT POLICE STA",48811,"Airport","OP",,"","OP",41.4481,-81.779,"Unknown","CLEVELAND","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12102311,"","",61976813,"","300",80474614,"","2275050012","03","VA","Surry","51181","","WHITE OAK FARM",48811,"Airport","OP",,"","OP",37.0716,-76.8745,"Unknown","SURRY","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12266711,"","",61857913,"","300",80238114,"","2275050011","03","PA","Juniata","42067","","JANSEN VINEYARDS",48811,"Airport","OP",,"","OP",40.65,-77.0575,"Unknown","RICHFIELD","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11411211,"","",61806613,"","300",80137814,"","2275050012","05","OH","Montgomery","39113","","GOOD SAMARITAN HOSPITAL",48811,"Airport","OP",,"","OP",39.7878,-84.2344,"Unknown","DAYTON","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11423711,"","",61874313,"","300",80270514,"","2275050011","01","RI","Kent","44003","","RICONN",48811,"Airport","OP",,"","OP",41.6968,-71.7837,"Unknown","GREENE","RI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.532616,"LB" +12237911,"","",61846113,"","300",80215814,"","2275050012","03","PA","Philadelphia","42101","","TEMPLE UNIVERSITY",48811,"Airport","OP",,"","OP",40.0048,-75.1496,"Unknown","PHILADELPHIA","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12088711,"","",61969713,"","300",80460314,"","2275050011","03","VA","Augusta","51015","","BROOK HILL FARM",48811,"Airport","OP",,"","OP",37.9282,-79.1781,"Unknown","STEELES TAVERN","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.244748,"LB" +12184311,"","",61790413,"","300",80105714,"","2275050011","02","NY","Orleans","36073","","MEDINA MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",43.2231,-78.3981,"Unknown","MEDINA","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11459711,"","",62017913,"","300",80555414,"","2275050012","05","WI","Barron","55005","","SILVER LAKE",48811,"Airport","OP",,"","OP",45.5844,-91.9258,"Unknown","CUMBERLAND","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001694196,"LB" +12243111,"","",62025813,"","300",80571114,"","2275050011","05","WI","Rock","55105","","ARCHIES",48811,"Airport","OP",,"","OP",42.7375,-89.0709,"Unknown","JANESVILLE","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.234416,"LB" +9352511,"","",55686513,"","300",81744014,"","2275020000","02","NY","Westchester","36119","","Westchester County",48811,"Airport","OP",,"","OP",41.0705,-73.7153,"Unknown","White Plains","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",17.29716,"LB" +9213711,"","",55305313,"","300",81181814,"","2275020000","03","PA","Allegheny","42003","","Pittsburgh Internationa",48811,"Airport","OP",,"","OP",40.493,-80.2492,"Unknown","Pittsburgh","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.034758,"LB" +9333311,"","",55489713,"","300",81714914,"","2275020000","02","NY","Queens","36081","","John F Kennedy Intl",48811,"Airport","OP",,"","OP",40.644653,-73.784401,"Unknown","New York","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.42604,"LB" +9281811,"","",55693713,"","300",81256814,"","2275020000","04","NC","Wake","37183","","Raleigh-Durham Intl",48811,"Airport","OP",,"","OP",35.87764,-78.78747,"Unknown","Raleigh/Durham","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.404628,"LB" +10560011,"","",62162413,"","300",82277014,"","2275070000","04","AL","Mobile","01097","","Mobile Regional",48811,"Airport","OP",,"","OP",30.6921,-88.2459,"Unknown","Mobile","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00676158,"LB" +10592411,"","",62207513,"","300",82457814,"","2275070000","04","AL","Jefferson","01073","","Birmingham Intl",48811,"Airport","OP",,"","OP",33.555,-86.7606,"Unknown","Birmingham","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.324162,"LB" +9361311,"","",55683513,"","300",81751614,"","2275020000","04","NC","Cumberland","37051","","Fayetteville Regional/G",48811,"Airport","OP",,"","OP",34.9869,-78.8878,"Unknown","Fayetteville","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0555454,"LB" +9362911,"","",55494013,"","300",81753814,"","2275020000","02","NY","Albany","36001","","Albany Intl",48811,"Airport","OP",,"","OP",42.7531,-73.8094,"Unknown","Albany","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1629878,"LB" +10592411,"","",62207513,"","300",82460914,"","2275070000","04","AL","Jefferson","01073","","Birmingham Intl",48811,"Airport","OP",,"","OP",33.555,-86.7606,"Unknown","Birmingham","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001479302,"LB" +9315811,"","",55410513,"","300",81686014,"","2275020000","02","NY","Suffolk","36103","","Republic",48811,"Airport","OP",,"","OP",40.72878,-73.41341,"Unknown","Farmingdale","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00284616,"LB" +9038711,"","",62301313,"","300",82885414,"","2275050012","05","WI","Grant","55043","","Lancaster Muni",48811,"Airport","OP",,"","OP",42.78055,-90.68096,"Unknown","Lancaster","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.199878,"LB" +9563711,"MIDEQ","AIRPORTGRR",53744113,"COM","300",81323214,"Embraer Erj-175","2275020000","05","MI","Kent","26081","","Gerald R. Ford International",48811,"Airport","OP",,"","OP",42.8808,-85.5351,"Patterson Ave, SE","Grand Rapids","MI","49512","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0634248,"LB" +2682911,"ILEPA","MVN",62253713,"","300",82724814,"","2268008005","05","IL","Jefferson","17081","","Mt Vernon Airport",488119,"Airport","OP",,"","OP",38.3227,-88.85929,"100 Aviation Dr","Mt. Vernon","IL","62864","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001088682,"LB" +9185011,"","",54796413,"","300",81137314,"","2275020000","03","PA","Delaware","42045","","Philadelphia Intl",48811,"Airport","OP",,"","OP",39.874,-75.2496,"Unknown","Philadelphia","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.72046,"LB" +9185011,"","",54796413,"","300",81140514,"","2275020000","03","PA","Delaware","42045","","Philadelphia Intl",48811,"Airport","OP",,"","OP",39.874,-75.2496,"Unknown","Philadelphia","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",64.3526,"LB" +2681611,"ILEPA","ORD",41247613,"APU","300",80800714,"","2275070000","05","IL","Cook","17031","","OHare Airport",488119,"Airport","OP",,"","OP",41.9772,-87.9044,"10000 Bessie Coleman Dr","Chicago","IL","60666","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.031892,"LB" +6151711,"MNPCA","27053XMSP",62272113,"","300",82804414,"","2275060012","05","MN","Hennepin","27053","","Minneapolis-St Paul Intl/Wold-Chamberlain/",488119,"Airport","OP",,"","OP",44.88514,-93.216601,"See Location Data","Minneapolis","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",82.6524,"LB" +7016811,"MNPCA","27099XAUM",62281413,"","300",82825514,"","2275060012","05","MN","Mower","27099","","Austin Muni",488119,"Airport","OP",,"","OP",43.665,-92.93299,"See Location Data","Austin","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.207018,"LB" +4464311,"ILEPA","BMI",62258513,"","300",82753614,"","2270008005","05","IL","McLean","17113","","Central Illinois Regional Airport",488119,"Airport","OP",,"","OP",40.4814,-88.92639,"3201 Cira Dr","Bloomington","IL","61704","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",10.90366,"LB" +9186311,"","",62460113,"","300",83622714,"","2268008005","04","SC","Beaufort","45013","","Hilton Head Airport",48811,"Airport","OP",,"","OP",32.2244,-80.6975,"Dillon Road","Hilton Head","SC","29926","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0383518,"LB" +9189511,"","",62463413,"","300",83640014,"","2268008005","03","PA","Dauphin","42043","","Harrisburg Internationa",48811,"Airport","OP",,"","OP",40.1991,-76.7788,"Unknown","Harrisburg","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.501658,"LB" +9208911,"","",62478613,"","300",83706314,"","2275050012","03","PA","Montgomery","42091","","Pottstown Limerick",48811,"Airport","OP",,"","OP",40.23957,-75.55663,"Unknown","Pottstown","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.23466,"LB" +9335811,"","",62517013,"","300",83900714,"","2267008005","04","NC","Buncombe","37021","","Asheville Regional Airport",48811,"Airport","OP",,"","OP",35.4465,-82.5467,"Unknown","Asheville","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.311124,"LB" +9203311,"","",62473713,"","300",83679114,"","2275050012","04","SC","Dorchester","45035","","Summerville",48811,"Airport","OP",,"","OP",33.06344,-80.27933,"Unknown","Summerville","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.50928,"LB" +9203411,"","",62473813,"","300",83679214,"","2275050011","04","SC","Dorchester","45035","","St George",48811,"Airport","OP",,"","OP",33.1955,-80.50847,"Unknown","St George","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.21924,"LB" +9203611,"","",62474013,"","300",83679714,"","2275050012","04","SC","Darlington","45031","","Darlington County Jetpo",48811,"Airport","OP",,"","OP",34.44919,-79.89036,"Unknown","Darlington","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.28437,"LB" +9353811,"","",62524413,"","300",83950914,"","2275070000","02","NY","Niagara","36063","","Niagara Falls Intl",48811,"Airport","OP",,"","OP",43.1034,-78.9507,"Unknown","Niagara Falls","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0942322,"LB" +9027411,"","",62421213,"","300",83443214,"","2275070000","05","WI","Brown","55009","","Austin Straubel Interna",48811,"Airport","OP",,"","OP",44.4772,-88.1361,"Unknown","Green Bay","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000703274,"LB" +9033011,"","",62425713,"","300",83464314,"","2268008005","05","WI","Oneida","55085","","Rhinelander-Oneida Coun",48811,"Airport","OP",,"","OP",45.63119,-89.46745,"Unknown","Rhinelander","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0375918,"LB" +9187111,"","",62460813,"","300",83625014,"","2275050011","03","PA","Crawford","42039","","Port Meadville",48811,"Airport","OP",,"","OP",41.62653,-80.21473,"Unknown","Meadville","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",13.011,"LB" +9336711,"","",62517913,"","300",83912214,"","2275050012","02","NY","Erie","36029","","Akron",48811,"Airport","OP",,"","OP",43.02114,-78.48253,"Unknown","Akron","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",8.4498,"LB" +9339411,"","",62518713,"","300",83913714,"","2275060011","02","NY","Oswego","36075","","Oswego County",48811,"Airport","OP",,"","OP",43.35078,-76.38805,"Unknown","Fulton","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1368166,"LB" +9339411,"","",62518813,"","300",83913914,"","2275050011","02","NY","Oswego","36075","","Oswego County",48811,"Airport","OP",,"","OP",43.35078,-76.38805,"Unknown","Fulton","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",19.97366,"LB" +9189511,"","",62463113,"","300",83632514,"","2275070000","03","PA","Dauphin","42043","","Harrisburg Internationa",48811,"Airport","OP",,"","OP",40.1991,-76.7788,"Unknown","Harrisburg","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00253532,"LB" +9305511,"","",62571513,"","300",84124114,"","2265008005","05","OH","Greene","39057","","Wright-Patterson AFB",48811,"Airport","OP",,"","OP",39.82617,-84.04827,"Unknown","Dayton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000700732,"LB" +9025711,"","",62419213,"","300",83430114,"","2275050012","03","WV","Barbour","54001","","Philippi/Barbour County",48811,"Airport","OP",,"","OP",39.16621,-80.06258,"Unknown","Philippi","WV","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.351968,"LB" +9009711,"","",62406113,"","300",83385814,"","2275050012","03","WV","Nicholas","54067","","Summersville",48811,"Airport","OP",,"","OP",38.23164,-80.87081,"Unknown","Summersville","WV","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.2535,"LB" +9208511,"","",62478013,"","300",83696914,"","2268008005","01","RI","Newport","44005","","Newport State",48811,"Airport","OP",,"","OP",41.53244,-71.28154,"Unknown","Newport","RI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000424182,"LB" +9024411,"","",62417213,"","300",83423214,"","2275060011","05","WI","Polk","55095","","L O Simenstad Muni",48811,"Airport","OP",,"","OP",45.30859,-92.69008,"Unknown","Osceola","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.258424,"LB" +9156311,"","",62427413,"","300",83470214,"","2275050012","04","TN","Claiborne","47025","","New Tazewell Municipal",48811,"Airport","OP",,"","OP",36.41008,-83.55546,"Unknown","Tazewell","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.91765,"LB" +9014611,"","",62410313,"","300",83398014,"","2275060011","05","WI","Sauk","55111","","Reedsburg Muni",48811,"Airport","OP",,"","OP",43.5259,-89.98322,"Unknown","Reedsburg","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0760122,"LB" +9279611,"","",62509313,"","300",83844614,"","2270008005","04","NC","Mecklenburg","37119","","Charlotte/Douglas Intl",48811,"Airport","OP",,"","OP",35.223174,-80.944211,"Unknown","Charlotte","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",556.946,"LB" +9334211,"","",62516113,"","300",83895614,"","2275060012","02","NY","Franklin","36033","","Adirondack Regional",48811,"Airport","OP",,"","OP",44.38531,-74.20619,"Unknown","Saranac Lake","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000590838,"LB" +10588311,"","",62399513,"","300",83359614,"","2275050011","04","AL","Limestone","01083","","Pryor Field Rgnl",48811,"Airport","OP",,"","OP",34.65265,-86.94537,"Unknown","Decatur","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",201.722,"LB" +9248311,"","",62552813,"","300",84071614,"","2268008005","03","PA","Berks","42011","","Reading Regional/Carl A",48811,"Airport","OP",,"","OP",40.3836,-75.9717,"Unknown","Reading","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000883566,"LB" +5390011,"ILEPA","097200AAV",59808613,"0006","400",85958414,"01","40600706","05","IL","Lake","17097","","Veolia ES Zion Landfill",562212,"Landfill","OP",,"","OP",42.483262,-87.873956,"701 Greenbay Rd","Zion","IL","60099","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.144,"LB" +5563211,"ILEPA","097811AAI",59854313,"0012","400",85968514,"01","40301021","05","IL","Lake","17097","","Curran Contracting Co",324121,"Hot Mix Asphalt Plant","OP",,"","OP",42.297301,-87.874794,"941 Skokie Highway","Lake Bluff","IL","60044","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.192,"LB" +4950611,"ILEPA","097050AAA",59774713,"0003","160",85914914,"01","20300101","05","IL","Lake","17097","","Highland Park Hospital Foundation",622110,"Institutional (school, hospital, prison, etc.)","OP",13.8,"E6BTU/HR","OP",42.191018,-87.808819,"777 Park Avenue West","Highland Park","IL","60035","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.00755957,"LB" +9178911,"","",63162113,"","300",86886014,"","2275001000","04","TN","Davidson","47037","","John C Tune",48811,"Airport","OP",,"","OP",36.18236,-86.88672,"Unknown","Nashville","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0298884,"LB" +4749411,"ILEPA","113090ABH",60037213,"0003","160",86097614,"01","20100102","05","IL","McLean","17113","","Corn Belt Energy Corp",221112,"Electricity Generation via Combustion","OP",7,"E6BTU/HR","OP",40.517328,-89.027773,"W Gregory St","Normal","IL","61761","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +9315611,"","",63215613,"","300",86939614,"","2275001000","02","NY","Suffolk","36103","","Brookhaven",48811,"Airport","OP",,"","OP",40.81677,-72.86205,"Unknown","Shirley","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1245352,"LB" +7940411,"ILEPA","119090AAA",60119313,"0193","400",86190214,"01","40301117","05","IL","Madison","17119","","ConocoPhillips Co",324110,"Petroleum Refinery","OP",,"","OP",38.836148,-90.067006,"900 S Central Ave","Roxana","IL","62084","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",18.65,"LB" +9061011,"","",55091413,"","300",146274914,"","2275020000","01","VT","Chittenden","50007","","Burlington Intl",48811,"Airport","OP",,"","OP",44.4763,-73.161,"Unknown","Burlington","VT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",10.74798,"LB" +9053211,"","",103332813,"","300",146277614,"","2267008005","01","VT","Washington","50023","","Edward F Knapp State",48811,"Airport","OP",,"","OP",44.20351,-72.56233,"Unknown","Barre/Montpelier","VT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000670454,"LB" +7213811,"ALJCBOH","010730127",62990813,"1","999",86704414,"1","40715809","04","AL","Jefferson","01073","","ALLIED ENERGY CORP.",424710,"Petroleum Storage Facility","OP",,"","OP",33.44844,-86.87368,"2700 Ishkooda-Wenonah RD","Birmingham","AL","35211","R","USEPA Emission Factor (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",.3,"LB" +9565711,"","",63265713,"","300",86989714,"","2275001000","01","MA","Bristol","25005","","Taunton Muni",48811,"Airport","OP",,"","OP",41.8746,-71.01688,"Unknown","Taunton","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0498142,"LB" +9800611,"","",63286913,"","300",87010914,"","2275001000","03","DE","Sussex","10005","","Sussex County",48811,"Airport","OP",,"","OP",38.68919,-75.35889,"Unknown","Georgetown","DE","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1245352,"LB" +9388911,"","",63244513,"","300",86968514,"","2275001000","02","NY","Broome","36007","","Binghamton Regional/Edw",48811,"Airport","OP",,"","OP",42.2122,-75.9882,"Unknown","Binghamton","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.5679,"LB" +12369111,"","",103333213,"","300",146285814,"","2275001000","03","VA","Caroline","51033","","A P HILL AAF (FORT A P HILL)",48811,"Airport","OP",,"","OP",38.0688,-77.3183,"Unknown","FORT A. P. HILL","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.736092,"LB" +4636911,"ILEPA","099832AAF",59894713,"0013","120",86010014,"01","20200201","05","IL","La Salle","17099","","Nicor Gas",221210,"Compressor Station","OP",10.2,"E6BTU/HR","OP",41.456033,-89.131884,"169 N 36th Rd","Troy Grove","IL","61372","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.143194,"LB" +9014411,"","",63129613,"","300",86853514,"","2275001000","05","WI","Sauk","55111","","Tri-County Regional",48811,"Airport","OP",,"","OP",43.21174,-90.18156,"Unknown","Lone Rock","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.24907,"LB" +5440811,"ILEPA","SPI",63687213,"GA-Turbine","300",88233114,"01","2275050012","05","IL","Sangamon","17167","","Capital Airport",488119,"Airport","OP",,"","OP",39.844,-89.6781,"1200 Capital Airport Dr","Springfield","IL","62707","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.40106,"LB" +9160811,"","",63156213,"","300",86880114,"","2275001000","04","TN","Benton","47005","","Benton County",48811,"Airport","OP",,"","OP",36.01123,-88.12329,"Unknown","Camden","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01494424,"LB" +12037411,"ILEPA","2LL9",63708613,"GA-Piston","300",88254514,"01","2275050011","05","IL","DeKalb","17037","","GEORGE",48811,"Airport","OP",,"","OP",41.7042,-88.6931,"Unknown","SOMONAUK","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.34076,"LB" +4659411,"ILEPA","193807AAE",60352613,"0008","160",86483314,"01","20200253","05","IL","White","17193","","Texas Eastern Transmission LP",486210,"Compressor Station","OP",10.4,"E6BTU/HR","OP",37.983346,-88.315343,"Hwy 1 And By-pass 45","Norris City","IL","62869","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.0000001984,"LB" +7918811,"ALJCBOH","010730374",63061913,"1","999",86780314,"1","50100402","04","AL","Jefferson","01073","","NEW GEORGIA LANDFILL, BIRMINGHAM",562212,"Landfill","OP",,"","OP",33.58149,-86.81357,"2800 47th AVE N","Birmingham","AL","35217","R","USEPA Emission Factor (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",781,"LB" +11951811,"ILEPA","3IL2",63720613,"GA-Piston","300",88266514,"01","2275050011","05","IL","Will","17197","","SWEEDLER",48811,"Airport","OP",,"","OP",41.4123,-88.0487,"Unknown","ELWOOD","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.304996,"LB" +9604011,"","",63229113,"","300",86953114,"","2275001000","01","ME","Kennebec","23011","","Augusta State",48811,"Airport","OP",,"","OP",44.32065,-69.79732,"Unknown","Augusta","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.73606,"LB" +9046811,"","",62305913,"","300",146280914,"","2275070000","03","VA","Arlington","51013","","Ronald Reagan Washingto",48811,"Airport","OP",,"","OP",38.8566,-77.0423,"Unknown","Washington","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.333218,"LB" +12447611,"ILEPA","LL10",63772313,"GA-Piston","300",88318214,"01","2275050011","05","IL","DuPage","17043","","NAPER AERO CLUB",48811,"Airport","OP",,"","OP",41.7348,-88.2034,"Unknown","NAPERVILLE","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.3537,"LB" +12463411,"ILEPA","LL52",63775113,"GA-Piston","300",88321014,"01","2275050011","05","IL","La Salle","17099","","WILTS",48811,"Airport","OP",,"","OP",41.1611,-88.9391,"Unknown","STREATOR","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.24876,"LB" +6094611,"KYDAQ","2108500011",23459813,"003","100",34754314,"1","10200902","04","KY","Grayson","21085","","OFS Brands Holdings Inc - Plant 11",337122,"","OP",48,"E6BTU/HR","OP",37.490833,-86.280556,"1010 Salt River Rd","Leitchfield","KY","42755","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",5.37528,"LB" +5181511,"KYDAQ","2111700659",25734113,"001","999",39081014,"1","40600301","04","KY","Kenton","21117","","Triumph Energy Corp",447110,"Gasoline/Diesel Service Station","OP",,"","OP",39.016383,-84.577233,"140 Dudley Rd","Edgewood (Kenton)","KY","41017","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.629086,"LB" +9063811,"","",62320313,"","300",146300714,"","2275060012","03","VA","Loudoun","51107","","Washington Dulles Inter",48811,"Airport","OP",,"","OP",38.946138,-77.447858,"Unknown","Washington","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00426814,"LB" +11407811,"","",103335413,"","300",146307014,"","2275001000","03","VA","Stafford","51179","","QUANTICO MCAF /TURNER FIELD",48811,"Airport","OP",,"","OP",38.5036,-77.305,"Unknown","QUANTICO","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",71.0668,"LB" +6038011,"KYDAQ","2114500052",24129613,"004","999",35042414,"1","40400199","04","KY","McCracken","21145","","Transmontaigne Operating Company LP - Paducah Terminal",493190,"Petroleum Storage Facility","OP",,"","OP",37.071667,-88.586667,"1350 S 3rd St","Paducah","KY","42003","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",.36776,"LB" +6095911,"KYDAQ","2108700002",23454213,"010","100",39374214,"1","10300903","04","KY","Green","21087","","Indiana Hardwoods - Greensburg",321999,"","OP",21,"E6BTU/HR","OP",37.266111,-85.496111,"513 N Depot St","Greensburg","KY","42743","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011KYDAQ submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",2.99948,"LB" +5742811,"KYDAQ","2122300002",22616813,"001","100",35306114,"1","10100202","04","KY","Trimble","21223","","Louisville Gas & Electric Co - Trimble Co Generating Station",221112,"Electricity Generation via Combustion","OP",5330,"E6BTU/HR","OP",38.5847,-85.4117,"487 Corn Creek Rd","Bedford","KY","40006","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",133.258,"LB" +9618811,"","",62751913,"","300",84845814,"","2275070000","04","KY","Boone","21015","","Cincinnati/Northern Ken",48811,"Airport","OP",,"","OP",39.0388,-84.6738,"Unknown","Covington/Cincinnati,","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001499144,"LB" +9777011,"","",62798913,"","300",85067714,"","2275070000","04","FL","Seminole","12117","","Orlando Sanford",48811,"Airport","OP",,"","OP",28.777404,-81.245326,"Unknown","Orlando","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00140655,"LB" +9802411,"","",62821913,"","300",85205114,"","2275070000","04","FL","Okaloosa","12091","","Eglin AFB Airport",48811,"Airport","OP",,"","OP",30.48325,-86.5254,"Unknown","Valparaiso","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0564118,"LB" +9570211,"","",62720713,"","300",84723814,"","2275060012","03","MD","Carroll","24013","","Carroll County Regional",48811,"Airport","OP",,"","OP",39.60828,-77.00767,"Unknown","Unknown","MD","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.345006,"LB" +9621711,"","",62596513,"","300",84254114,"","2275070000","04","KY","Fayette","21067","","Blue Grass",48811,"Airport","OP",,"","OP",38.0338,-84.6146,"Unknown","Lexington","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000145505,"LB" +9387111,"","",62630913,"","300",84361914,"","2265008005","02","NJ","Bergen","34003","","Teterboro",48811,"Airport","OP",,"","OP",40.8428,-74.0661,"Unknown","Teterboro","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1750252,"LB" +9802411,"","",62822213,"","300",85207314,"","2270008005","04","FL","Okaloosa","12091","","Eglin AFB Airport",48811,"Airport","OP",,"","OP",30.48325,-86.5254,"Unknown","Valparaiso","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",16.9832,"LB" +9621711,"","",62596513,"","300",84255114,"","2275070000","04","KY","Fayette","21067","","Blue Grass",48811,"Airport","OP",,"","OP",38.0338,-84.6146,"Unknown","Lexington","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00452388,"LB" +9795211,"","",62815113,"","300",85171314,"","2275050012","04","FL","Brevard","12009","","Arthur Dunn Air Park",48811,"Airport","OP",,"","OP",28.62235,-80.8357,"Unknown","Titusville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",6.97954,"LB" +9563711,"MIDEQ","AIRPORTGRR",62713413,"APU","300",84690614,"Rj-100/Rj-100er","2275070000","05","MI","Kent","26081","","Gerald R. Ford International",48811,"Airport","OP",,"","OP",42.8808,-85.5351,"Patterson Ave, SE","Grand Rapids","MI","49512","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1235052,"LB" +9796711,"","",62818113,"","300",85184114,"","2275070000","04","FL","Hillsborough","12057","","Tampa Intl",48811,"Airport","OP",,"","OP",27.979379,-82.537823,"Unknown","Tampa","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.066756,"LB" +9619811,"","",62593813,"","300",84238114,"","2275060011","04","KY","Graves","21083","","Mayfield Graves County",48811,"Airport","OP",,"","OP",36.76911,-88.58472,"Unknown","Mayfield","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.200656,"LB" +9652711,"","",62617513,"","300",84322414,"","2275060012","05","IN","Kosciusko","18085","","Warsaw Muni",48811,"Airport","OP",,"","OP",41.2747,-85.84006,"Unknown","Warsaw","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.419544,"LB" +9513511,"MIDEQ","AIRPORTC04",62694513,"GA","300",84590714,"Turbine","2275050012","05","MI","Oceana","26127","","Oceana County",48811,"Airport","OP",,"","OP",43.64168,-86.32924,"Unknown","Hart/Shelby","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.321546,"LB" +9735611,"","",62769513,"","300",84920814,"","2275050011","04","GA","Wheeler","13309","","Telfair-Wheeler",48811,"Airport","OP",,"","OP",32.09578,-82.88003,"Unknown","Mc Rae","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",4.0148,"LB" +9792711,"","",62814313,"","300",85169714,"","2267008005","04","FL","Lee","12071","","Southwest Florida Intl",48811,"Airport","OP",,"","OP",26.5275,-81.7709,"Unknown","Fort Myers","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.0783,"LB" +9604011,"","",62741813,"","300",84813814,"","2267008005","01","ME","Kennebec","23011","","Augusta State",48811,"Airport","OP",,"","OP",44.32065,-69.79732,"Unknown","Augusta","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000335226,"LB" +9661711,"","",62756813,"","300",84872114,"","2275070000","05","IN","Marion","18097","","Indianapolis Intl",48811,"Airport","OP",,"","OP",39.716809,-86.296127,"Unknown","Indianapolis","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0230272,"LB" +10779611,"ILEPA","031063AIQ",59401113,"0001","450",85492814,"04","40201901","05","IL","Cook","17031","","OSI Inc",337211,"","PS",,"","PS",42.005646,-87.909968,"555 Santa Rosa Dr","Des Plaines","IL","60018-2601","R","Material Balance","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +9496711,"","",62689513,"","300",84579114,"","2275060011","04","MS","DeSoto","28033","","Olive Branch Airport",48811,"Airport","OP",,"","OP",34.97875,-89.78686,"8000 Terminal Drive","Olive Branch","MS","38654","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.455652,"LB" +9580211,"","",62727613,"","300",84757614,"","2275070000","01","MA","Nantucket","25019","","Nantucket Memorial",48811,"Airport","OP",,"","OP",41.2515,-70.0676,"Unknown","Nantucket","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0196476,"LB" +9605711,"","",62742913,"","300",84818514,"","2275060012","04","KY","Pike","21195","","Pike County-Hatcher Fie",48811,"Airport","OP",,"","OP",37.56174,-82.56661,"Unknown","Pikeville","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.676224,"LB" +9661811,"","",62757313,"","300",84875314,"","2275050011","05","IN","Marion","18097","","Eagle Creek Airpark",48811,"Airport","OP",,"","OP",39.83071,-86.29438,"Unknown","Indianapolis","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",43.7504,"LB" +9545411,"MIDEQ","AIRPORTDRM",62704413,"GA","300",84643414,"Turbine","2275050012","05","MI","Chippewa","26033","","Drummond Island",48811,"Airport","OP",,"","OP",46.00931,-83.74393,"Unknown","Drummond Island","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.84498,"LB" +9562811,"","",62712613,"","300",84670714,"","2275070000","01","MA","Suffolk","25025","","General Edward Lawrence Logan",48811,"Airport","OP",,"","OP",42.365306,-71.017598,"Unknown","Boston","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000211644,"LB" +9592311,"","",62735313,"","300",84793114,"","2267008005","04","KY","McCracken","21145","","Barkley Regional",48811,"Airport","OP",,"","OP",37.06,-88.78,"Unknown","Paducah","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.025006,"LB" +9663111,"","",62758113,"","300",84877014,"","2275060012","05","IN","White","18181","","White County",48811,"Airport","OP",,"","OP",40.70882,-86.76676,"Unknown","Monticello","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.361432,"LB" +7990011,"NJDEP","41809",65946113,"U6","120",91353414,"OS1","20100201","02","NJ","Union","34039","","Cogen Technologies Linden Venture, L.P.",221112,"Electricity Generation via Combustion","OP",2120,"E6BTU/HR","OP",40.632531,-74.215866,"RAILROAD AVE","LINDEN","NJ","07036","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",452.514,"LB" +2655111,"GADNR","15700014",65518713,"WLDRY","999",90847314,"WDS","10100902","04","GA","Jackson","13157","","Huber Engineered Woods, LLC",321219,"Wood Board Manufacturing Plant","OP",150,"E6BTU/HR","OP",34.1612,-83.4329,"1442 Highway 334","Commerce","GA","30529","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011GADNR submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",20,"LB" +3873411,"PACOP","4210101517",103829813,"100","690",146913614,"1","40400199","03","PA","Philadelphia","42101","","SUN CO/SCHUYLKILL TANK FARM",424710,"Petroleum Storage Facility","OP",,"","OP",39.90811,-75.21408,"3144 PASSYUNK AVE","PHILADELPHIA","PA","19145","R","USEPA Emission Factor (no Control Efficiency used)","","2011Philly","100414","Ethyl Benzene",1177.6,"LB" +3854011,"PADEP","420070035",104942213,"","999",149061214,"","40400250","03","PA","Beaver","42007","","MARATHON PETRO CO/MIDLAND TERMINAL",424710,"Petroleum Storage Facility","OP",,"","OP",40.63113,-80.43964,"ROUTE 68","MIDLAND","PA","15059","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",7,"LB" +3037611,"RIDEM","AIR3274",107713813,"39999997","999",152573714,"39999997","39999997","01","RI","Newport","44005","","NAVAL UNDERSEA WARFARE CENTER",928110,"Military Base","OP",,"","OP",41.532148,-71.306708,"1176 HOWELL ST","NEWPORT","RI","02841","R","Other Emission Factor (no Control Efficiency used)","","2011RIDEM","100414","Ethyl Benzene",14,"LB" +2691711,"FLDEP","0990349",40866813,"1","160",92848614,"2","20200252","04","FL","Palm Beach","12099","","SOUTH FLORIDA WATER MANAGEMENT DISTRICT",924110,"","PS",1600,"HP","OP",26.684167,-80.367778,"20700 State Road 80","LOXAHATCHEE","FL","33470","R","USEPA Speciation Profile","Emissions multiplication factor of .0009 applied to 2011FLDEP submitted VOC based on augmentation description of 20200252_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",0,"LB" +12789911,"FLDEP","1050341",67290813,"4","450",92810514,"3","40200601","04","FL","Polk","12105","","TURNER COATINGS INC.",332999,"","OP",,"","OP",27.902309,-81.990657,"1865 Industrial Park Road","MULBERRY","FL","33860","R","Material Balance","Annual Emissions (Tons/Year) 0.28098 = Annual Process or Fuel Usage Rate (Gallons Coating Processed) 1338 * Emission Factor (Lbs/Gallons Coating Processed) 0.42 / 2000 EF based on record keeping and materials balance","2011FLDEP","100414","Ethyl Benzene",561.96,"LB" +6662011,"PADEP","420450014",17764413,"032","100",93037214,"1","10100212","03","PA","Delaware","42045","","EXELON GENERATION CO/EDDYSTONE",221112,"Electricity Generation via Combustion","OP",2810,"E6BTU/HR","OP",39.8588,-75.3236,"1 INDUSTRIAL HWY","EDDYSTONE","PA","19022-1524","R","USEPA Emission Factor (no Control Efficiency used)","","2011PADEP","100414","Ethyl Benzene",7,"LB" +3871511,"PADEP","420110105",67445813,"221","690",93031114,"1","40301155","03","PA","Berks","42011","","READING TERM CORP/SINKING SPRING TERM",424710,"Petroleum Storage Facility","OP",,"","OP",40.32251,-76.02837,"901 MOUNTAIN HOME RD","SINKING SPRING","PA","19608","R","USEPA Emission Factor (no Control Efficiency used)","","2011PADEP","100414","Ethyl Benzene",.6,"LB" +4076111,"SCDHEC","0200-0150",69627913,"IA2","400",95974614,"1","42500302","04","SC","Anderson","45007","","MICHELIN:ANDERSON US8",326211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",34.466661,-82.703006,"1 BIB WAY","ANDERSON","SC","29626","R","USEPA Emission Factor (no Control Efficiency used)","","2011SCDHEC","100414","Ethyl Benzene",.25,"LB" +2914311,"SCDHEC","0420-0059",38259813,"001","999",96696914,"2","50100410","04","SC","Berkeley","45015","","BERKELEY COUNTY LANDFILL",562212,"Landfill","OP",,"","OP",33.121836,-80.034649,"2277 HIGHWAY 52","MONCKS CORNER","SC","29461","R","USEPA Emission Factor (no Control Efficiency used)","","2011SCDHEC","100414","Ethyl Benzene",.694,"LB" +6654511,"SCDHEC","1900-0040",69705213,"004","450",96274314,"1","40201801","04","SC","Richland","45079","","CONSOLIDATED SYSTEMS, INC",332812,"","OP",,"","OP",33.96912,-81.03053,"650 ROSEWOOD DR","COLUMBIA","SC","29202","R","Material Balance","","2011SCDHEC","100414","Ethyl Benzene",45,"LB" +4961911,"SCDHEC","2060-0081",30079913,"002","999",96618214,"17","30901098","04","SC","Spartanburg","45083","","R R DONNELLEY & SONS COMPANY",323111,"Printing/Publishing Facility","OP",,"","OP",35.014994,-81.885018,"300 JONES RD","SPARTANBURG","SC","29307","R","Material Balance","","2011SCDHEC","100414","Ethyl Benzene",.2,"LB" +4076111,"SCDHEC","0200-0150",69627613,"002","999",95974314,"1","30800199","04","SC","Anderson","45007","","MICHELIN:ANDERSON US8",326211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",34.466661,-82.703006,"1 BIB WAY","ANDERSON","SC","29626","R","Engineering Judgment","","2011SCDHEC","100414","Ethyl Benzene",1234,"LB" +6214711,"WVDAQ","0017",71681413,"001","160",99217914,"5","20200254","03","WV","Wyoming","54109","","BRADLEY COMPRESSOR STATION",324199,"Compressor Station","OP",,"","OP",37.54472,-81.63889,"BRIAR CREEK RD","BRENTON","WV","24818","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",1.2,"LB" +4879011,"WVDAQ","0011",71958013,"181","450",99686014,"1","40200101","03","WV","Mineral","54057","","ALLEGANY BALLISTICS LABORATORY",336415,"Aircraft, Aerospace, or Related Parts Plant","OP",,"","OP",39.56028,-78.835,"WV 2NDARY RT 956 @ POTOMAC RI","ROCKET CENTER","WV","26726-0210","R","Material Balance","","2011WVDAQ","100414","Ethyl Benzene",0,"LB" +6885011,"WVDAQ","0047",71725213,"010","120",99284714,"1","20200201","03","WV","Kanawha","54039","","LANHAM 4C4590",486210,"Compressor Station","OP",,"","OP",38.47722,-81.71083,"ROUTE 4, BOX 144-A","CHARLESTON","WV","25312","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011WVDAQ submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",0,"LB" +6760711,"WVDAQ","0001",71715213,"001","999",99270514,"1","10100202","03","WV","Mason","54053","","APPALACHIAN POWER CO.-PHILIP SPORN PLANT",221112,"Electricity Generation via Combustion","OP",1310,"E6BTU/HR","OP",38.9669,-81.9231,"STATE ROUTE 62","NEW HAVEN","WV","25265","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",20.6793,"LB" +6885711,"WVDAQ","0075",71704113,"001","160",99257214,"2","20200252","03","WV","Kanawha","54039","","HORSEMILL COMPRESSOR STATION",324199,"Compressor Station","OP",,"","OP",38.238174,-81.438518,"102 THIRD STREET","GLASGOW","WV","25086","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",.2,"LB" +5782411,"WVDAQ","0007",71707513,"009","999",99262114,"1","30199998","03","WV","Kanawha","54039","","BAYER CROPSCIENCE",32532,"","OP",,"","OP",38.38111,-81.7725,"ROUTE 25","INSTITUTE","WV","25112","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",0,"LB" +8050211,"OHEPA","0370000228",6331913,"P002","999",100702614,"20200252","20200252","05","OH","Richland","39139","","WEAVER COMPRESSOR STATION (0370000228)",486210,"Compressor Station","OP",12.6,"E6BTU/HR","OP",40.65944,-82.4025,"Environmental Health & Safety Dept.","Charleston","WV","25314","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",4.81,"LB" +9293211,"OHEPA","0215050202",55659513,"B001","999",100539414,"20200253","20200253","05","OH","Columbiana","39029","","BRINKER COMPRESSOR STATION (0215050202)",486210,"Compressor Station","OP",,"","OP",40.82472,-80.75639,"5213 Leetonia Rd","Leetonia","WV","44431","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",.02231,"LB" +7319811,"OHEPA","0448010246",8364913,"T066","999",100775714,"40301140","40301140","05","OH","Lucas","39095","","Toledo Refining Company, LLC. (0448010246)",324110,"Petroleum Refinery","OP",,"","OP",41.6328,-83.5019,"1819 Woodville Road","Oregon","OH","43616","R","Engineering Judgment","","2011OHEPA","100414","Ethyl Benzene",1.27,"LB" +13598511,"MNPCA","2706300025",79531113,"FS007","480",102671714,"FS007PD002","40600131","05","MN","Jackson","27063","","Heron Lake BioEnergy LLC",325199,"Ethanol Biorefineries/Soy Biodiesel","OP",,"","OP",43.8069,-95.2878,"201 10th St","Heron Lake","MN","56137","R","Other Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.1647,"LB" +6275811,"MNPCA","2703700011",79419813,"EU268","680",102494614,"EU268PD001","30600701","05","MN","Dakota","27037","","Flint Hills Resources Pine Bend LLC",32411,"Petroleum Refinery","OP",,"","OP",44.76443,-93.03948,"13775 Clark Rd","Rosemount","MN","55068","R","Engineering Judgment","Avg of all calcd vapor weight fraction of all crude tanks for 2003-2005","2011MNPCA","100414","Ethyl Benzene",13.18,"LB" +7970211,"NCDAQ","3710500123",75050313,"G-6","450",101444814,"4","40202501","04","NC","Lee","37105","","Static Control Components, Inc. - Plant 17",334111,"","OP",,"","OP",35.449266,-79.143616,"2903 Lee Avenue","Sanford","NC","27331","R","Material Balance","","2011NCDAQ","100414","Ethyl Benzene",43.2,"LB" +8479311,"NCDAQ","3701300071",75370713,"G-1093","220",101531514,"130","30111201","04","NC","Beaufort","37013","","PCS Phosphate Company Inc. - Aurora",325312,"Fertilizer Plant","OP",,"","OP",35.37745,-76.778816,"1530 NC Highway 306 South","Aurora","NC","27806","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",.58,"LB" +8157711,"MIDEQ","K3249",82809813,"EU0555","120",106445614,"20200203","20200203","05","MI","Ingham","26065","","Michigan State University",611310,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",42.726917,-84.483056,"426 Auditorium Rd.","EAST LANSING","MI","48824","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",2.311,"LB" +6243211,"MIDEQ","N6113",82704613,"EU0004","160",106267414,"20200254","20200254","05","MI","Otsego","26137","","BREITBURN OPERATING LP - SMC PHASE 2",211111,"Oil or Gas Field (On-shore)","OP",,"","OP",45.0276,-84.4359,"SE SE SEC 33 T31N R1W","CHARLTON TWP","MI","49751","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",1.561,"LB" +6242111,"MIDEQ","N6086",15839513,"EU0001","160",106361714,"20200253","20200253","05","MI","Otsego","26137","","Merit Energy Company - Charlton 28 CPF",211111,"Oil or Gas Field (On-shore)","OP",,"","OP",45.043,-84.4322,"Sparr Rd","JOHANNESBURG","MI","49751","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.3542,"LB" +7057811,"MNPCA","2710300024",83102713,"EU765","470",107813014,"EU765PD001","40500401","05","MN","Nicollet","27103","","Taylor Corp - Mankato Campus",322299,"","OP",,"","OP",44.17535,-94.03857,"1725 Roe Crest Dr","North Mankato","MN","56003","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",.02,"LB" +7057811,"MNPCA","2710300024",83091013,"EU660","470",107799714,"EU660PD001","40500401","05","MN","Nicollet","27103","","Taylor Corp - Mankato Campus",322299,"","OP",,"","OP",44.17535,-94.03857,"1725 Roe Crest Dr","North Mankato","MN","56003","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",.02,"LB" +13713411,"MNPCA","27085POTW07",83071713,"WS001","300",107780114,"WS001PD001","50100701","05","MN","McLeod","27085","","Lester Prairie WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",44.87029,-94.02816,"18355 County Road 9","Lester Prairie","MN","55354","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.6654,"LB" +8361411,"KYDAQ","2122700066",83017813,"05","999",107627414,"1","40200711","04","KY","Warren","21227","","Lord Corporation",326299,"","OP",,"","OP",36.952389,-86.489028,"2800 Pioneer Dr","Bowling Green","KY","42101","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",308.78,"LB" +5924511,"KYDAQ","2115100013",73097413,"EU24","999",107293414,"1","39999992","04","KY","Madison","21151","","Bluegrass Army Depot",92811,"Military Base","OP",,"","OP",37.7011,-84.2347,"431 Battlefield Memorial Hwy","Richmond","KY","40475-5060","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",0,"LB" +13424311,"KYDAQ","2112500104",72971613,"EP5","999",107992914,"1","39999994","04","KY","Laurel","21125","","Accent Marble Inc",326191,"","OP",,"","OP",37.178611,-84.126111,"267 KY 490","East Bernstadt","KY","40729","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",31.581,"LB" +13417211,"KYDAQ","2106700181",72807413,"001","999",107855014,"6","39999995","04","KY","Fayette","21067","","Clark Material Handling",333924,"","OP",,"","OP",38.062222,-84.544444,"700 Enterprise Dr","Lexington","KY","40517","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",27.94,"LB" +6047411,"KYDAQ","2121300046",72995313,"EP7","999",108040614,"1","40200710","04","KY","Simpson","21213","","Toyo Automotive Parts (USA) Inc",326291,"Automobile/Truck or Parts Plant","OP",,"","OP",36.706972,-86.518861,"521 Page Dr","Franklin","KY","42134","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",12.55898,"LB" +5659811,"KYDAQ","2119500250",83203113,"E01","999",108327614,"1","20200252","04","KY","Pike","21195","","Columbia Gas Transmission Corp",486210,"Compressor Station","OP",,"","OP",37.5311,-82.6172,"6090 Hurricane Rd","Pikeville","KY","41501","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",4.66776,"LB" +13680711,"MIDEQ","N7817",82872113,"EU0003","160",106544214,"20200253","20200253","05","MI","Antrim","26009","","JORDAN DEVELOPMENT COMPANY, L.L.C.- MILTON BRADLEY",211111,"","OP",,"","OP",44.970341,-85.358429,"4600 CAIRN HWY","KEWADIN","MI","49648","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",1.169,"LB" +6375511,"MNPCA","27045POTW07",15679813,"WS001","300",108544014,"WS001PD001","50100701","05","MN","Fillmore","27045","","Canton WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",43.533,-91.93313,"407 Highway 52 W","Canton","MN","55922","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.05174,"LB" +8341111,"VTDEC","690",86188413,"3","450",116580414,"1","40201901","01","VT","Rutland","50021","","Carris Reels Inc",32199,"","OP",,"","OP",43.60374,-73.0114,"Depot Lane","Rutland","VT","05701","R","USEPA Emission Factor (no Control Efficiency used)","","2011VTDEC","100414","Ethyl Benzene",.11,"LB" +6098611,"KYDAQ","2123300052",86744213,"EU01G1","100",117325714,"1","10100202","04","KY","Webster","21233","","Big Rivers Electric Corp - Green Station",221112,"Electricity Generation via Combustion","OP",2820,"E6BTU/HR","OP",37.6467,-87.5006,"Jct of KY 2097 & KY 2096","Sebree","KY","42455","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",76.9172,"LB" +2844911,"MSC_HD","00605",38138613,"EU-2","450",117010714,"EP-5","40202501","04","TN","Shelby","47157","","SFI Of Tennessee",332999,"","OP",,"","ONRE",35.0381,-89.9017,"4768 Hungerford Road","Memphis","TN","38181","R","Engineering Judgment","","2011Memphis","100414","Ethyl Benzene",0,"LB" +14417111,"","",87120213,"","300",117823914,"","28500201","04","FL","Gadsden","12039","","CHATTAHOOCHEE",488210,"Rail Yard","OP",,"","OP",30.682532,-84.849365,"Unknown","Unknown","FL","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",6.0516,"LB" +14446611,"","",87156113,"","300",117859914,"","28500201","02","NY","Tioga","36107","","OWEGO",488210,"Rail Yard","OP",,"","OP",42.104821,-76.280132,"Unknown","Unknown","NY","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",4.00924,"LB" +11457411,"","",89299713,"","300",120944714,"","2275060012","05","WI","Buffalo","55011","","DURAND MUNI",48811,"Airport","OP",,"","OP",44.5389,-92.0141,"Unknown","DURAND","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.068994,"LB" +12496311,"","",89323313,"","300",120992514,"","2275060012","05","OH","Erie","39043","","WAKEMAN",48811,"Airport","OP",,"","OP",41.2931,-82.3707,"Unknown","WAKEMAN","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.242052,"LB" +12282811,"","",89318313,"","300",120982214,"","2275060011","05","MN","Wright","27171","","MAPLE LAKE MUNI",48811,"Airport","OP",,"","OP",45.236,-93.9856,"Unknown","MAPLE LAKE","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.304022,"LB" +9680311,"ILEPA","197065AAN",91400813,"0008","770",124541014,"01","30500214","05","IL","Will","17197","","Interstate Asphalt LLC",324121,"","OP",,"","OP",41.411789,-87.749778,"5701 W Bruns Rd","Monee","IL","60449","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",1.10703,"LB" +1817411,"ILEPA","029010AAP",91289313,"0004","770",124426314,"01","30500214","05","IL","Coles","17029","","Ne-Co Asphalt Co",324121,"Hot Mix Asphalt Plant","OP",,"","OP",39.505315,-88.173441,"812 Adkins Dr","Charleston","IL","61920","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +14968311,"MSDEQ","2803100013",91403013,"016","400",124542714,"1","40301104","04","MS","Covington","28031","","Colonial Pipeline Company, Collins Complex",486910,"","OP",,"","OP",31.646964,-89.515569,"35 Pumping Station Road","Collins","MS","39428","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",4.6,"LB" +7156111,"MSC_HD","00101",15020413,"80072","400",124880914,"24BH-WL","40301197","04","TN","Shelby","47157","","Valero Refining Co. (Prev. Premcor Refining, Prev. Williams Refining Llc)",32411,"Petroleum Refinery","OP",,"","ONRE",35.0875,-90.0864,"543 West Mallory Avenue","Memphis","TN","38109","R","Engineering Judgment","","2011Memphis","100414","Ethyl Benzene",3.50406,"LB" +15052911,"NCDAQ","3708700850",92360813,"G-5","999",125999214,"8","30801007","04","NC","Haywood","37087","","Consolidated Metco, Inc. - Canton Plant",326199,"","OP",,"","OP",35.5659,-82.834866,"171 Great Oak Drive","Canton","NC","28716","R","Engineering Judgment","2010 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",9.7,"LB" +8227611,"MIDEQ","B2869",94639213,"EU0084","160",129550214,"20200253","20200253","05","MI","Macomb","26099","","FORD MOTOR COMPANY - ROMEO ENGINE PLANT",336310,"Automobile/Truck or Parts Plant","OP",,"","OP",42.8031,-82.9983,"701 E. 32 MILE RD.","ROMEO","MI","48065","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.00007489,"LB" +7363311,"ILEPA","161807AAA",96554813,"0131","160",134716314,"01","20200102","05","IL","Rock Island","17161","","3M Cordova",325211,"Plastic, Resin, or Rubber Products Plant","OP",.5,"E6BTU/HR","OP",41.754301,-90.28913,"22614 Route 84 N","Cordova","IL","61242","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +7317411,"ILEPA","089005ABB",96499613,"0014","999",134660314,"01","49099998","05","IL","Kane","17089","","Henry Pratt Co",332919,"Fabricated Metal Products Plant","OP",,"","OP",41.753521,-88.332334,"401 S Highland Ave","Aurora","IL","60506-5563","R","Material Balance","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +8498611,"MNPCA","2716300003",79738913,"FS088","360",103018514,"FS088PD001","30600503","05","MN","Washington","27163","","Saint Paul Park Refining Co LLC",32411,"Petroleum Refinery","OP",,"","OP",44.85187,-93.0013,"301 St Paul Park Rd","St. Paul Park","MN","55071","R","Other Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",8.13,"LB" +8498611,"MNPCA","2716300003",996013,"EU029","999",103015614,"EU029PD002","30600106","05","MN","Washington","27163","","Saint Paul Park Refining Co LLC",32411,"Petroleum Refinery","OP",,"","OP",44.85187,-93.0013,"301 St Paul Park Rd","St. Paul Park","MN","55071","R","Site-Specific Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",3.462,"LB" +6194911,"TNDEC","0033",88726913,"002","450",120494714,"01","40201901","04","TN","Henry","47079","","INSTITUTIONAL CASEWORK, INC",337127,"","OP",,"","OP",36.32777,-88.32694,"1865 N. MARKET STREET","PARIS","TN","38242","R","Material Balance","","2011TNDEC","100414","Ethyl Benzene",1590.6,"LB" +3111611,"TNDEC","0113",88739413,"002","300",120527914,"01","50100402","04","TN","Obion","47131","","NORTHWEST TENNESSEE DISPOSAL CORPORATION",562212,"Landfill","OP",,"","OP",36.4028,-89.1518,"518 BEECH CHAPEL ROAD","UNION CITY","TN","38261","R","Material Balance","","2011TNDEC","100414","Ethyl Benzene",3.724,"LB" +10552811,"","",98254313,"","300",137369414,"","2275050011","04","AL","Montgomery","01101","","Montgomery Rgnl (Dannel",48811,"Airport","OP",,"","OP",32.299,-86.4026,"Unknown","Montgomery","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",20.9392,"LB" +9650711,"","",98263513,"","300",137460314,"","2275050011","05","IN","Porter","18127","","Porter County Muni",48811,"Airport","OP",,"","OP",41.45397,-87.00707,"Unknown","Valparaiso","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",52.9594,"LB" +9606311,"","",62744113,"","300",137738714,"","2275060012","01","ME","Cumberland","23005","","Portland Intl Jetport",48811,"Airport","OP",,"","OP",43.6498,-70.3166,"Unknown","Portland","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000350534,"LB" +9452511,"","",62676413,"","300",137769514,"","2275060011","04","MS","Lafayette","28071","","University of Mississippi, The, Airport Runway Extension",48811,"Airport","OP",,"","OP",34.38432,-89.53531,"1 Airport Road","Oxford","MS","38655","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.751458,"LB" +9194111,"","",98324513,"","300",138111214,"","2275050011","01","RI","Washington","44009","","Westerly State",48811,"Airport","OP",,"","OP",41.34962,-71.80338,"Unknown","Westerly","RI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",16.71566,"LB" +7252311,"NCDAQ","3708100272",7431313,"G-131","400",138530114,"28","40400178","04","NC","Guilford","37081","","Colonial Pipeline Company",48691,"","OP",,"","OP",36.070278,-79.939722,"411 Gallimore Dairy Road","Greensboro","NC","27409","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",254.63,"LB" +9622011,"","",62597613,"","300",137817614,"","2275060012","04","KY","Jefferson","21111","","Louisville Intl-Standif",48811,"Airport","OP",,"","OP",38.1836,-85.7444,"Unknown","Louisville","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",27.6304,"LB" +9622011,"","",98302513,"","300",137817914,"","2275050012","04","KY","Jefferson","21111","","Louisville Intl-Standif",48811,"Airport","OP",,"","OP",38.1836,-85.7444,"Unknown","Louisville","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.21554,"LB" +4715111,"PAACHD","4200300095",98921913,"111","690",138594514,"1","40600126","03","PA","Allegheny","42003","","BUCKEYE PIPE LINE CO/CORAOPOLIS",486910,"","OP",,"","OP",40.52611,-80.18083,"3324 UNIVERSITY BLVD STE A","MOON TOWNSHIP","PA","15108-2586","R","USEPA Emission Factor (no Control Efficiency used)","","2011Alleg","100414","Ethyl Benzene",.4,"LB" +9015311,"","",62411113,"","300",138166714,"","2275060012","05","WI","Dane","55025","","Dane County Regional-Tr",48811,"Airport","OP",,"","OP",43.1325,-89.3428,"Unknown","Madison","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",16.19612,"LB" +9388911,"","",62632813,"","300",137957414,"","2275060012","02","NY","Broome","36007","","Binghamton Regional/Edw",48811,"Airport","OP",,"","OP",42.2122,-75.9882,"Unknown","Binghamton","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.4107,"LB" +9301511,"","",98318813,"","300",138044914,"","2275050011","05","OH","Montgomery","39113","","James M Cox Dayton Intl",48811,"Airport","OP",,"","OP",39.9,-84.2324,"Unknown","Dayton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",17.47444,"LB" +12578311,"ALJCBOH","010731006",99762013,"3","999",139544114,"1","40600504","04","AL","Jefferson","01073","","Colonial Pipeline Company Birmingham Delivery Faci",486910,"","OP",,"","OP",33.4571,-86.8742,"2545 28th Street SW","Birmingham","AL","35211","R","USEPA Emission Factor (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",1.96,"LB" +15652111,"KYJCAPCD","1734",99876613,"489","360",139708714,"2823","40100335","04","KY","Jefferson","21111","","Kentucky Trailer",336212,"","OP",,"","OP",38.169327,-85.881657,"7201 LOGISTICS DR","LOUISVILLE","KY","40258","R","Material Balance","","2011Louisville","100414","Ethyl Benzene",31.63,"LB" +16121211,"","",103105113,"","300",144702514,"","2275050011","01","ME","York","23031","","SWN POND SPLASH IN GO",48811,"Airport","OP",,"","OP",43.520544,-70.648686,"UNKNOWN","LYMAN","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.25706,"LB" +7047311,"MNPCA","2777700261",14678313,"EU002","255",144593414,"EU002PD001","30500261","05","MN","Multiple (portable facilities)","27777","","Riley Bros Construction Inc - Portable",324121,"Hot Mix Asphalt Plant","OP",,"","OP",,,"","","","","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",7.946,"LB" +16127811,"","",103167013,"","300",144806014,"","2275060012","04","NC","Duplin","37061","","Duplin County",48811,"Airport","OP",,"","OP",35,-77.981667,"UNKNOWN","Kenansville","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0240678,"LB" +16140011,"","",103171313,"","300",144813814,"","2267008005","03","PA","Cumberland","42041","","Carlisle Airport",48811,"Airport","OP",,"","OP",40.187778,-77.174167,"UNKNOWN","Carlisle","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000335226,"LB" +16143811,"","",103110113,"","300",144710214,"","2275050011","04","TN","Hardeman","47069","","FLYING D",48811,"Airport","OP",,"","OP",35.133806,-89.186805,"UNKNOWN","GERMANTOWN","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.240126,"LB" +16102711,"","",103110413,"","300",144710614,"","2275050011","04","FL","Osceola","12097","","LAKE MARIAN",48811,"Airport","OP",,"","OP",27.886389,-81.083888,"UNKNOWN","COCOA BEACH","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.26419,"LB" +10581911,"COHDNREM","A141",62384713,"","300",144845214,"","2275070000","04","AL","Madison","01089","","Huntsville - Madison County Airport Authority",48811,"Airport","OP",,"","OP",34.6282,-86.7752,"1000 Glenn Hearn Blvd.","Huntsville","AL","35824","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001146404,"LB" +16121511,"","",103163813,"","300",144800114,"","2275050011","05","MI","Livingston","26093","","CLOUD NINE EAST",48811,"Airport","OP",,"","OP",42.551144,-84.098288,"UNKNOWN","WEBBERVILLE","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.31118,"LB" +10914211,"","",103181113,"","300",144846914,"","2270008005","04","AL","Madison","01089","","REDSTONE AAF",48811,"Airport","OP",,"","OP",34.6787,-86.6848,"Unknown","REDSTONE ARSNL HUNTSVILLE","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00333172,"LB" +5440811,"ILEPA","SPI",62268413,"","300",145388614,"","2275050012","05","IL","Sangamon","17167","","Capital Airport",488119,"Airport","OP",,"","OP",39.844,-89.6781,"1200 Capital Airport Dr","Springfield","IL","62707","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00322756,"LB" +9571111,"","",98298013,"","300",145538014,"","2275050012","03","MD","Anne Arundel","24003","","Baltimore-Washington International",48811,"Airport","OP",,"","OP",39.18035,-76.67098,"Unknown","Baltimore","MD","21240","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.17784,"LB" +6182011,"MNPCA","27061XGPZ",15267613,"EU003","300",145590914,"","2275060012","05","MN","Itasca","27061","","Grand Rapids/Itasca Co-Gordon Newstrom Fld",488119,"Airport","OP",,"","OP",47.21099,-93.51,"See Location Data","Grand Rapids","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.035052,"LB" +9788611,"","",62809513,"","300",145285614,"","2275070000","04","FL","Manatee","12081","","Sarasota/Bradenton Intl",48811,"Airport","OP",,"","OP",27.397,-82.5622,"Unknown","Sarasota/Bradenton","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001014126,"LB" +9564911,"","",98299413,"","300",145557814,"","2275050012","01","MA","Middlesex","25017","","Laurence G Hanscom Fld",48811,"Airport","OP",,"","OP",42.4664,-71.2989,"Unknown","Bedford","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.651352,"LB" +9804311,"","",54533113,"","300",145297314,"","2275020000","04","FL","Monroe","12087","","Key West Intl",48811,"Airport","OP",,"","OP",24.5562,-81.7668,"Unknown","Key West","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.566308,"LB" +9573211,"","",103215613,"","300",145509714,"","2265008005","01","ME","Washington","23029","","Princeton Muni",48811,"Airport","OP",,"","OP",45.20067,-67.56439,"Unknown","Princeton","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000341258,"LB" +6934911,"MNPCA","27137XDLH",62279413,"","300",145599114,"","2275060012","05","MN","St. Louis","27137","","Duluth Intl",488119,"Airport","OP",,"","OP",46.84199,-92.194,"See Location Data","Duluth","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.038054,"LB" +6151711,"MNPCA","27053XMSP",15297913,"EU004","300",145582414,"","2275050012","05","MN","Hennepin","27053","","Minneapolis-St Paul Intl/Wold-Chamberlain/",488119,"Airport","OP",,"","OP",44.88514,-93.216601,"See Location Data","Minneapolis","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0043365,"LB" +9353811,"","",55413513,"","300",145802614,"","2275020000","02","NY","Niagara","36063","","Niagara Falls Intl",48811,"Airport","OP",,"","OP",43.1034,-78.9507,"Unknown","Niagara Falls","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00842828,"LB" +9347511,"","",62522413,"","300",145810214,"","2275060012","02","NY","Onondaga","36067","","Syracuse Hancock Intl",48811,"Airport","OP",,"","OP",43.1148,-76.1202,"Unknown","Syracuse","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1166928,"LB" +9347511,"","",62522413,"","300",145810414,"","2275060012","02","NY","Onondaga","36067","","Syracuse Hancock Intl",48811,"Airport","OP",,"","OP",43.1148,-76.1202,"Unknown","Syracuse","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0083952,"LB" +9806211,"","",54502613,"","300",145290214,"","2275020000","04","FL","Miami-Dade","12086","","Miami Intl",48811,"Airport","OP",,"","OP",25.796275,-80.279769,"Unknown","Miami","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0661122,"LB" +9802411,"","",54537213,"","300",145299214,"","2275020000","04","FL","Okaloosa","12091","","Eglin AFB Airport",48811,"Airport","OP",,"","OP",30.48325,-86.5254,"Unknown","Valparaiso","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.366748,"LB" +6151711,"MNPCA","27053XMSP",15298213,"EU002","300",145585514,"","2275070000","05","MN","Hennepin","27053","","Minneapolis-St Paul Intl/Wold-Chamberlain/",488119,"Airport","OP",,"","OP",44.88514,-93.216601,"See Location Data","Minneapolis","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0667626,"LB" +9352511,"","",62524113,"","300",145839314,"","2275060012","02","NY","Westchester","36119","","Westchester County",48811,"Airport","OP",,"","OP",41.0705,-73.7153,"Unknown","White Plains","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00413808,"LB" +9791311,"","",103201813,"","300",145255514,"","2275020000","04","FL","Broward","12011","","North Perry",48811,"Airport","OP",,"","OP",25.9979,-80.2427,"Unknown","Hollywood","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0378652,"LB" +9352511,"","",98315913,"","300",145839814,"","2275050012","02","NY","Westchester","36119","","Westchester County",48811,"Airport","OP",,"","OP",41.0705,-73.7153,"Unknown","White Plains","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0650848,"LB" +9746511,"","",54081913,"","300",145345414,"","2275020000","04","GA","Richmond","13245","","Augusta Rgnl At Bush Fi",48811,"Airport","OP",,"","OP",33.3746,-81.9708,"Unknown","Augusta","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00937846,"LB" +9326611,"","",62584513,"","300",145140414,"","2275070000","04","NC","Guilford","37081","","Piedmont Triad Internat",48811,"Airport","OP",,"","OP",36.0958,-79.9498,"Unknown","Greensboro","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000081571,"LB" +9796911,"","",62818713,"","300",145277814,"","2275070000","04","FL","Hillsborough","12057","","Mac Dill AFB Airport",48811,"Airport","OP",,"","OP",27.84919,-82.52149,"Unknown","Tampa","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000423288,"LB" +6151711,"MNPCA","27053XMSP",89325813,"","300",145589014,"","2275020000","05","MN","Hennepin","27053","","Minneapolis-St Paul Intl/Wold-Chamberlain/",488119,"Airport","OP",,"","OP",44.88514,-93.216601,"See Location Data","Minneapolis","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1470682,"LB" +9370011,"","",103235513,"","300",145719714,"","2275001000","01","NH","Coos","33007","","Mount Washington Region",48811,"Airport","OP",,"","OP",44.36762,-71.54447,"Unknown","Whitefield","NH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01245352,"LB" +9388911,"","",62632613,"","300",145783114,"","2275070000","02","NY","Broome","36007","","Binghamton Regional/Edw",48811,"Airport","OP",,"","OP",42.2122,-75.9882,"Unknown","Binghamton","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000634932,"LB" +9316411,"","",62579513,"","300",145801314,"","2275060012","02","NY","Monroe","36055","","Greater Rochester Inter",48811,"Airport","OP",,"","OP",43.1133,-77.6813,"Unknown","Rochester","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",8.50056,"LB" +9785011,"","",62807013,"","300",145241714,"","2275060012","01","CT","New Haven","09009","","Waterbury-Oxford",48811,"Airport","OP",,"","OP",41.47856,-73.13525,"Unknown","Oxford","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0379438,"LB" +12185111,"","",61791613,"","300",145264614,"","2275070000","04","FL","Duval","12031","","Jacksonville, FL: Cecil Field Nas",48811,"Airport","OP",,"","OP",30.2161,-81.875,"Unknown","Jacksonville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001267658,"LB" +10714911,"INDEM","00028",58599113,"005","120",141359614,"005-01","20100201","05","IN","Lawrence","18093","","LAWRENCE GENERATING STATION",221112,"Electricity Generation via Combustion","OP",460,"E6BTU/HR","OP",38.80084,-86.45056,"1000 S. OLD PALISTINE ROAD","MITCHELL","IN","47446","R","USEPA Emission Factor (no Control Efficiency used)","Per Region 5 Request","2011INDEM","100414","Ethyl Benzene",2.8,"LB" +15991511,"MNPCA","2777700326",102747413,"EU001","255",144239014,"EU001PD001","30500261","05","MN","Multiple (portable facilities)","27777","","Duininck Inc - Plant 5",324121,"","OP",,"","OP",,,"","","","","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",18.184,"LB" +6277011,"MNPCA","2703700041",102730313,"EU002","255",144221414,"EU002PD001","30500255","05","MN","Dakota","27037","","Commercial Asphalt Co - Plant 902",324121,"Hot Mix Asphalt Plant","OP",,"","OP",44.78962,-93.26721,"920 Cliff Rd W","Burnsville","MN","55337","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",86.66,"LB" +15988311,"MNPCA","2777700188",102555613,"EU003","255",144034314,"EU003PD001","30500261","05","MN","Multiple (portable facilities)","27777","","Knife River Materials Asphalt Plant 3",324121,"","OP",,"","OP",,,"","","","","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",72.18,"LB" +15994511,"MNPCA","2701300103",102862513,"EU002","450",144359414,"EU002PD001","40202599","05","MN","Blue Earth","27013","","CAB Construction",332999,"","OP",,"","OP",44.18058,-93.9929,"1532 1st Ave","Mankato","MN","56001","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",84.2,"LB" +2651611,"ILEPA","PRG",97478013,"AT-Piston","300",136009114,"01","2275060011","05","IL","Edgar","17045","","Edgar County Airport",488119,"Airport","OP",,"","OP",39.7001,-87.67009,"15551 Airport Rd","Paris","IL","61944-8474","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0455962,"LB" +1782011,"ILEPA","1H2",97478313,"AT-Turbine","300",136009414,"01","2275060012","05","IL","Effingham","17049","","Effingham County Memorial Airport",488119,"Airport","OP",,"","OP",39.07109,-88.53399,"Rr 1 Box 347","Effingham","IL","62401","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.38116,"LB" +2681211,"ILEPA","RSV",97477013,"AT-Turbine","300",136008114,"01","2275060012","05","IL","Crawford","17033","","Robinson Airport",488119,"Airport","OP",,"","OP",39.0163,-87.64669,"10748 N 1650th St","Robinson","IL","62451-2702","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.552024,"LB" +4619511,"ILEPA","SLO",97482813,"AT-Piston","300",136013914,"01","2275060011","05","IL","Marion","17121","","Leckrone Field",488119,"Airport","OP",,"","OP",38.6449,-88.9642,"Airport Rd","Salem","IL","62881","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.304022,"LB" +2822711,"ILEPA","DKB",97477313,"AT-Turbine","300",136008414,"01","2275060012","05","IL","DeKalb","17037","","Dekalb-Taylor Municipal Airport",488119,"Airport","OP",,"","OP",41.9299,-88.7057,"3232 Pleasant St","Dekalb","IL","60115","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.745236,"LB" +9535111,"MIDEQ","M1812",57825113,"RG0012","160",76141114,"20100102","20100102","05","MI","Wayne","26163","","ST JOHN HOSPITAL & MEDICAL CENTER",622110,"Institutional (school, hospital, prison, etc.)","OP",1000,"KW","OP",42.4197,-82.9134,"22101 MOROSS RD","DETROIT","MI","48236","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.01934,"LB" +9279611,"","",55617513,"","300",145847014,"","2275020000","04","NC","Mecklenburg","37119","","Charlotte/Douglas Intl",48811,"Airport","OP",,"","OP",35.223174,-80.944211,"Unknown","Charlotte","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0067704,"LB" +9279611,"","",62509013,"","300",145850614,"","2275070000","04","NC","Mecklenburg","37119","","Charlotte/Douglas Intl",48811,"Airport","OP",,"","OP",35.223174,-80.944211,"Unknown","Charlotte","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01098784,"LB" +9295111,"","",62564713,"","300",145894014,"","2275070000","05","OH","Hamilton","39061","","Cincinnati Muni Airport",48811,"Airport","OP",,"","OP",39.1001,-84.425,"Unknown","Cincinnati","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001056014,"LB" +9262011,"","",55583813,"","300",145897414,"","2275020000","05","OH","Lucas","39095","","Toledo Express",48811,"Airport","OP",,"","OP",41.5873,-83.8175,"Unknown","Toledo","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.02825,"LB" +9081211,"VADEQ","40996",58376013,"3","120",68463714,"1","20100201","03","VA","Fauquier","51061","","Old Dominion Electric Cooperative - Marsh Run",221112,"Electricity Generation via Combustion","OP",1800,"E6BTU/HR","OP",38.5292,-77.7686,"12109 Lucky Hill Road","Remington","VA","22734","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011VADEQ submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",17.14,"LB" +7014011,"PREQB","EQB86",14695013,"","999",65010814,"","39999999","02","PR","Penuelas","72111","","Peerless Oil Chemical",324110,"","PS",,"","PS",17.9908,-66.7349,"Road 337","Penuelas","PR","00624","R","Engineering Judgment","TRI 2011 Report","2011EPA_TRI","100414","Ethyl Benzene",332.2,"LB" +6797211,"WIDNR","772056010",13092113,"P07","160",64472514,"01","20100201","05","WI","Wood","55141","","Anr Pipeline Company - Marshfield Comp Stn",486210,"Compressor Station","OP",10,"E6BTU/HR","OP",44.6187,-90.1622,"10255 S Washington Ave","Marshfield","WI","54449","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100414","Ethyl Benzene",.00211,"LB" +3000811,"PADEP","421330528",38374413,"105","690",15080514,"1","50200601","03","PA","York","42133","","REPUBLIC SVC OF PA LLC/MODERN LDFL",562212,"Landfill","OP",,"","OP",39.9599,-76.5937,"MT PISGAH RD","YORK","PA","17406","R","Material Balance","","2011PADEP","100414","Ethyl Benzene",107.4,"LB" +3895011,"PADEP","421250024",37444013,"033","100",14712914,"1","10100202","03","PA","Washington","42125","","GENON POWER MIDWEST LP/ELRAMA POWER PLT",221112,"Electricity Generation via Combustion","OP",1300,"E6BTU/HR","OP",40.25,-79.9167,"30 DUQUESNE LIGHT WAY","ELRAMA","PA","15038","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",1.3363,"LB" +6992811,"MSDEQ","2810700028",14911813,"002","160",27218814,"1","20200202","04","MS","Panola","28107","","ANR Pipeline Company, Sardis Compressor Station",221210,"Compressor Station","OP",,"","OP",34.423067,-90.125564,"2099 Holly Grove Road","Sardis","MS","38666","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",3.4,"LB" +2875711,"RIDEM","AIR1094",103259713,"40588801","999",145950114,"40588801","40588801","01","RI","Providence","44007","","HONEYWELL SAFETY PRODUCTS",32612,"","OP",,"","OP",41.78839,-71.5102,"2000 PLAINFIELD PIKE","CRANSTON","RI","02921","R","Other Emission Factor (no Control Efficiency used)","","2011RIDEM","100414","Ethyl Benzene",36,"LB" +7888311,"MIDEQ","B2816",3285213,"EU0064","100",29015514,"10100222","10100222","05","MI","Monroe","26115","","DTE - Electric Company MONROE POWER",221112,"Electricity Generation via Combustion","OP",7420,"E6BTU/HR","OP",41.8917,-83.3461,"3500 E FRONT ST","MONROE","MI","48161","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",213.5,"LB" +9189511,"","",54759113,"","300",146168214,"","2275020000","03","PA","Dauphin","42043","","Harrisburg Internationa",48811,"Airport","OP",,"","OP",40.1991,-76.7788,"Unknown","Harrisburg","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.1464,"LB" +9164711,"","",103329413,"","300",146208714,"","2267008005","04","SC","Greenwood","45047","","Greenwood County",48811,"Airport","OP",,"","OP",34.24872,-82.15908,"Unknown","Greenwood","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000688346,"LB" +9176811,"","",62452113,"","300",146249014,"","2275070000","04","TN","Rutherford","47149","","Smyrna",48811,"Airport","OP",,"","OP",36.0092,-86.5251,"Unknown","Smyrna","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.001267658,"LB" +9158111,"CHC_APCB","Ap01",62429613,"","300",146245014,"","2275060012","04","TN","Hamilton","47065","","Chattanooga Metropolitan Airport (Lovell Field)",48811,"Airport","OP",,"","OP",35.0338,-85.208,"1001 Airport Road","Chattanooga","TN","37421","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0252142,"LB" +6867411,"","",13522113,"","300",984214,"","50100402","03","VA","Carroll","51035","","CGGSWA Regional Landfill",562212,"Landfill","OP",,"","OP",36.7623,-80.7516,"162 Landfill Road","Hillsville","VA","24343","R","USEPA Emission Factor (no Control Efficiency used)","based on 2011 GHG methane emissions reported by facility","2011 EPA Landfills","100414","Ethyl Benzene",187.37,"LB" +7667111,"VADEQ","40782",12163213,"4","160",968814,"1","20200252","03","VA","Orange","51137","","Transcontinental Gas Pipeline - Station 180",486210,"Compressor Station","OP",17,"E6BTU/HR","OP",38.30111,-77.96421,"7444 Everonia Rd Hwy 522","Unionville","VA","22567","R","USEPA Speciation Profile","Emissions multiplication factor of .0009 applied to 2011VADEQ submitted VOC based on augmentation description of 20200252_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",0,"LB" +6516411,"TNDEC","0120",18563513,"003","450",11274114,"01","40200101","04","TN","Dyer","47045","","SIEGEL-ROBERT AUTOMOTIVE NEWBERN",326199,"","OP",,"","OP",36.10546,-89.25067,"100 FABRITE ROAD","NEWBERN","TN","38059","R","Material Balance","","2011TNDEC","100414","Ethyl Benzene",1476,"LB" +7156111,"MSC_HD","00101",15016113,"80058","400",11790914,"24BB-SL","40301103","04","TN","Shelby","47157","","Valero Refining Co. (Prev. Premcor Refining, Prev. Williams Refining Llc)",32411,"Petroleum Refinery","OP",,"","ONRE",35.0875,-90.0864,"543 West Mallory Avenue","Memphis","TN","38109","R","Engineering Judgment","","2011Memphis","100414","Ethyl Benzene",29.3125,"LB" +3096511,"","",38457813,"","300",11509314,"","50100402","04","TN","Montgomery","47125","","Bi-County Solid Waste Management System Landfill",562212,"Landfill","OP",,"","OP",36.53716,-87.54478,"3212 Dover Rd","Woodlawn","TN","37191","R","USEPA Emission Factor (no Control Efficiency used)","based on 2011 GHG methane emissions reported by facility","2011 EPA Landfills","100414","Ethyl Benzene",1235.3,"LB" +5082811,"VADEQ","50257",25887213,"1","999",1992014,"2","40200901","03","VA","Richmond city","51760","","Aqua Clean Environmental Of Virginia",332321,"","OP",,"","ONP",37.5511,-77.427,"710 Hospital St","Richmond","VA","23219","R","Engineering Judgment","","2011VADEQ","100414","Ethyl Benzene",94,"LB" +3933911,"TNDEC","0246",37074913,"001","999",11299914,"02","50100402","04","TN","Washington","47179","","IRIS GLEN ENVIRONMENTAL CENTER",562212,"Landfill","OP",,"","OP",36.330216,-82.332897,"1705 EAST MAIN STREET","JOHNSON CITY","TN","37601","R","USEPA Emission Factor (no Control Efficiency used)","based on 2011 GHG methane emissions reported by facility","2011 EPA Landfills","100414","Ethyl Benzene",262.659,"LB" +4948311,"SCDHEC","0200-0004",30083013,"002","100",14807614,"1","10100212","04","SC","Anderson","45007","","DUKE ENERGY LEE STEAM STATION",221112,"Electricity Generation via Combustion","TS",1220,"E6BTU/HR","OP",34.602373,-82.435267,"ROAD S-4-178","PELZER","SC","29669","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100414","Ethyl Benzene",6.856,"LB" +2899811,"TNDEC","0092",37890213,"006","160",11345814,"01","20200254","04","TN","Dyer","47045","","TRUNKLINE GAS COMPANY - DYERSBURG COMPRESSOR STATION",48621,"Compressor Station","OP",18.6,"E6BTU/HR","OP",35.90944,-89.28389,"1224 BONICORD RD.","DYERSBURG","TN","38024","R","USEPA Speciation Profile","Emissions multiplication factor of .000336440677966 applied to 2011TNDEC submitted VOC based on augmentation description of 20200254_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.551762,"LB" +4779411,"SCDHEC","0640-0013",31834413,"002","100",11934014,"1","10200902","04","SC","Chester","45023","","CHESTER PLYWOOD",321212,"Wood Board Manufacturing Plant","OP",210,"E6BTU/HR","OP",34.733363,-81.143457,"1445 LANCASTER HWY","CHESTER","SC","29706","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100414","Ethyl Benzene",37.0776,"LB" +6196211,"TNDEC","0061",15190413,"001","999",12114214,"01","31306500","04","TN","Marshall","47117","","CalsonicKansei North America -Lewisburg Operations",326199,"","OP",,"","OP",35.43296,-86.7592,"201 GARRETT PARKWAY","LEWISBURG","TN","37091","R","Engineering Judgment","","2011TNDEC","100414","Ethyl Benzene",0,"LB" +7127311,"NDC_MPHD","4703700062",15027313,"006","350",11966014,"3","40400154","04","TN","Davidson","47037","","Cumberland Terminals",424710,"Petroleum Storage Facility","OP",,"","OP",36.18698,-86.8785,"7260 Centennial Blvd","Nashville","TN","37209","R","USEPA Speciation Profile","","2011Nashville","100414","Ethyl Benzene",20,"LB" +3776611,"PADEP","420730025",37249013,"034","100",13668514,"1","10100202","03","PA","Lawrence","42073","","NRG POWER MIDWEST LP/NEW CASTLE POWER PLT",221112,"Electricity Generation via Combustion","OP",1030,"E6BTU/HR","OP",40.9378,-80.3681,"ROUTE 168 S","WEST PITTSBURG","PA","16160","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",8.22554,"LB" +2843311,"TNDEC","0002",38145313,"007","450",12269514,"11","40200899","04","TN","Scott","47151","","ARMSTRONG HARDWOOD FLOORING COMPANY",321918,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",36.49694,-84.51499,"565 HARTCO DRIVE","ONEIDA","TN","37841","R","Material Balance","","2011TNDEC","100414","Ethyl Benzene",0,"LB" +5863911,"TNDEC","0020",22210813,"004","470",11183814,"03","40201116","04","TN","Putnam","47141","","Cummins Filtration",336390,"","OP",,"","OP",36.132519,-85.483077,"1200 FLEETGUARD ROAD","COOKEVILLE","TN","38501","R","Material Balance","","2011TNDEC","100414","Ethyl Benzene",3.732,"LB" +4737711,"PADEP","421090036",27900113,"P101","690",14427814,"1","40299998","03","PA","Snyder","42109","","WOOD MODE INC/SELINSGROVE PLT",337127,"","OP",,"","OP",40.80591,-76.85745,"100 E SHERMAN ST","SELINSGROVE","PA","17870-2021","R","Material Balance","","2011PADEP","100414","Ethyl Benzene",10.6,"LB" +3900311,"PADEP","420770060",37121313,"102","690",13639214,"1","40400116","03","PA","Lehigh","42077","","ALLENTOWN TERM CORP/ALLENTOWN TERM",424710,"Petroleum Storage Facility","OP",,"","OP",40.6297,-75.4318,"1134 N QUEBEC ST","ALLENTOWN","PA","18109-1609","R","USEPA Emission Factor (no Control Efficiency used)","","2011PADEP","100414","Ethyl Benzene",3.8,"LB" +8428111,"NYDEC","3334800084",1623213,"U20000","999",17846114,"P21FP","40201721","02","NY","Orange","36071","","METAL CONTAINER CORP",332431,"Fabricated Metal Products Plant","OP",,"","OP",41.487858,-74.095518,"130 BRUENIG RD","NEW WINDSOR","NY","12553","R","Material Balance","","2011NYDEC","100414","Ethyl Benzene",137,"LB" +8134611,"NCDAQ","3705100113",5497013,"GR6","400",17448114,"23","40400151","04","NC","Cumberland","37051","","Motiva Enterprises - Fayetteville Terminal",42471,"Petroleum Storage Facility","OP",,"","OP",35.113166,-78.927416,"992 Shaw Mill Road","Fayetteville","NC","28303","R","USEPA Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",1.6839,"LB" +8299711,"NCDAQ","3709900119",174313,"G-1","100",18875014,"3","10301202","04","NC","Jackson","37099","","Jackson Paper Manufacturing Company",32213,"Pulp and Paper Plant","OP",,"","OP",35.376097,-83.216721,"152 West Main Street","Sylva","NC","28779","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",1.85645,"LB" +9009611,"","",62405813,"","300",146373914,"","2275060012","03","WV","Ohio","54069","","Wheeling Ohio Co",48811,"Airport","OP",,"","OP",40.1727,-80.6511,"Unknown","Wheeling","WV","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0380144,"LB" +8474611,"NYDEC","1472400345",293013,"UDG004","160",17828114,"P95FP","20100102","02","NY","Suffolk","36103","","EAST HAMPTON GT FACILITY",221112,"Electricity Generation via Combustion","OP",2,"MW","OP",40.961673,-72.210297,"BUELL LN WEST OF COVE HOLLOW LN","EAST HAMPTON","NY","11937","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",.101122,"LB" +8427711,"NYDEC","3334600011",1625313,"UD0001","100",21099514,"D10FP","10100401","02","NY","Orange","36071","","DANSKAMMER GENERATING STATION",221112,"Electricity Generation via Combustion","OP",709,"E6BTU/HR","OP",41.573016,-73.964597,"994 RIVER RD","NEWBURGH","NY","12550","R","S/L/T Emission Factor (no Control Efficiency used)","","2011NYDEC","100414","Ethyl Benzene",.0108921,"LB" +9015311,"","",62411113,"","300",146385314,"","2275060012","05","WI","Dane","55025","","Dane County Regional-Tr",48811,"Airport","OP",,"","OP",43.1325,-89.3428,"Unknown","Madison","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0117286,"LB" +9015311,"","",54748513,"","300",146382014,"","2275020000","05","WI","Dane","55025","","Dane County Regional-Tr",48811,"Airport","OP",,"","OP",43.1325,-89.3428,"Unknown","Madison","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.510912,"LB" +8213211,"NHDES","3301100076",6695713,"003","450",22065414,"1","40200401","01","NH","Hillsborough","33011","","KALWALL PANELS & ACCESSORIES",327215,"","OP",,"","OP",42.986944,-71.406389,"1111 CANDIA ROAD","MANCHESTER","NH","03108","R","Material Balance","","2011NHDES","100414","Ethyl Benzene",1760.43,"LB" +7621511,"NJDEP","17958",11831113,"U1","100",20278914,"OS2","20300203","02","NJ","Middlesex","34023","","RUTGERS UNIVERSITY",611310,"Institutional (school, hospital, prison, etc.)","OP",69.8,"E6BTU/HR","OP",40.526934,-74.461485,"27 RD 1","PISCATAWAY","NJ","08854","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011NJDEP submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",280,"LB" +7868311,"NHDES","3300900026",3382613,"001","100",21326814,"1","10100902","01","NH","Grafton","33009","","PINETREE POWER - BETHLEHEM",221118,"Electricity Generation via Combustion","OP",289,"E6BTU/HR","OP",44.327833,-71.680456,"1241 WHITEFIELD ROAD","BETHLEHEM","NH","03574","R","USEPA Speciation Profile","Emissions multiplication factor of .001809860578149 applied to 2011NHDES submitted VOC based on augmentation description of combust_wood_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",16.24606,"LB" +8942511,"","",103344013,"","300",146440514,"","2275070000","02","VI","St. Thomas","78030","","Cyril E King",48811,"Airport","OP",,"","OP",18.3371,-64.9835,"Unknown","Charlotte Amalie","VI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00551818,"LB" +6848511,"MNPCA","2705300844",13530913,"EU035","160",26597614,"EU035PD001","20201702","05","MN","Hennepin","27053","","The Toro Co - Lyndale",333112,"","OP",30,"HP","OP",44.8566,-93.28821,"8111 Lyndale Ave S","Bloomington","MN","55420","R","Other Emission Factor (pre-control) plus Control Efficiency","Engine efficiency of 12,683 Btu/hp-hr","2011MNPCA","100414","Ethyl Benzene",.18774,"LB" +8384311,"MSDEQ","2805900058",854913,"208","999",24719414,"1","30688801","04","MS","Jackson","28059","","Chevron Products Company, Pascagoula Refinery",324110,"Petroleum Refinery","OP",,"","OP",30.343733,-88.4938,"250 Industrial Road","Pascagoula","MS","39581","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",196.8,"LB" +6394411,"MNPCA","2705300028",15641113,"EU010","100",26346314,"EU010PD002","40200101","05","MN","Hennepin","27053","","Electric Machinery Co Inc",335312,"","OP",2,"E3LB/HR","OP",44.99116,-93.24838,"800 NE Central Ave","Minneapolis","MN","55413","R","Material Balance","Coating/solvent use only tracked facility-wide, not by unit. This emission represents 1/6 of total emission spread across EU10, 11,13, 14, 15, 25.","2011MNPCA","100414","Ethyl Benzene",242,"LB" +8960211,"","",103342313,"","300",146426314,"","2275070000","02","PR","Carolina","72031","","Luis Munoz Marin Intl",48811,"Airport","OP",,"","OP",18.437452,-65.998066,"Unknown","San Juan","PR","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000634932,"LB" +7183811,"MSDEQ","2803300009",14325813,"008","160",24818014,"1","20200252","04","MS","DeSoto","28033","","Texas Gas Transmission LLC, Lake Cormorant Compressor Station",221210,"Compressor Station","OP",2000,"HP","OP",34.899192,-90.166389,"2672 Wilson Mill Road","Lake Cormorant","MS","38641","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",10.8,"LB" +6393611,"MNPCA","2705300011",15646913,"EU019","999",26492314,"EU019PD001","20200202","05","MN","Hennepin","27053","","NRG Energy Center Minneapolis LLC",22133,"Electricity Generation via Combustion","OP",,"","OP",44.97347,-93.26779,"816 4th Ave S","Minneapolis","MN","55404","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.010422,"LB" +6992611,"MSDEQ","2810700021",14915613,"022","450",27259314,"1","40201901","04","MS","Panola","28107","","Batesville Manufacturing Inc, Batesville",339995,"","OP",,"","OP",34.341958,-89.917225,"310 Crowne Road","Batesville","MS","38606","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",1080.4,"LB" +6275811,"MNPCA","2703700011",15807913,"FS018","390",29007914,"FS018PD001","30688801","05","MN","Dakota","27037","","Flint Hills Resources Pine Bend LLC",32411,"Petroleum Refinery","OP",,"","OP",44.76443,-93.03948,"13775 Clark Rd","Rosemount","MN","55068","R","Engineering Judgment","Emissions based on MSDS Component Concentration","2011MNPCA","100414","Ethyl Benzene",.6031,"LB" +7027711,"MNPCA","2704100006",14883513,"TK024","400",26793814,"TK024PD001","40301151","05","MN","Douglas","27041","","Magellan Pipeline Co LP - Alexandria",48691,"Petroleum Storage Facility","OP",,"","OP",45.89272,-95.3913,"709 3rd Ave W","Alexandria","MN","56308","R","Engineering Judgment","","2011MNPCA","100414","Ethyl Benzene",6,"LB" +7979311,"MIDEQ","B9132",6488413,"EU0002","400",30350514,"40400110","40400110","05","MI","Berrien","26021","","Buckeye Terminals, LLC - NILES TERMINAL",493110,"Petroleum Storage Facility","OP",,"","OP",41.7873,-86.2563,"2303 S. 3rd Street","NILES","MI","49120","R","Other Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",3.811,"LB" +8146011,"MIDEQ","H5877",6975613,"EU0018","120",26933014,"20300202","20300202","05","MI","Washtenaw","26161","","EASTERN MI UNIVERSITY",611310,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",42.2489,-83.6289,"812 OAKWOOD","YPSILANTI","MI","48197","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",10.37,"LB" +5695811,"MIDEQ","N6626",22025013,"RG0031","120",28088314,"20100201","20100201","05","MI","Jackson","26075","","Jackson Power Company, LLC",221112,"Electricity Generation via Combustion","OP",637,"E6BTU/HR","OP",42.2488,-84.3767,"2219 CHAPIN ST","JACKSON","MI","49203","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",199.9,"LB" +6393611,"MNPCA","2705300011",15648013,"EU015","999",26491014,"EU015PD001","20200202","05","MN","Hennepin","27053","","NRG Energy Center Minneapolis LLC",22133,"Electricity Generation via Combustion","OP",,"","OP",44.97347,-93.26779,"816 4th Ave S","Minneapolis","MN","55404","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.03126,"LB" +7778711,"MIDEQ","N6631",3630913,"EU0001","120",26878114,"20100201","20100201","05","MI","Wayne","26163","","DEARBORN INDUSTRIAL GENERATION",221112,"Electricity Generation via Combustion","OP",2160,"E6BTU/HR","OP",42.3026,-83.154,"2400 MILLER RD","DEARBORN","MI","48121","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",22.47,"LB" +7193811,"MNPCA","2712900046",14975413,"EU001","120",27437114,"EU001PD001","20200201","05","MN","Renville","27129","","Alliance Pipeline - Olivia 23-A",48621,"Compressor Station","OP",33000,"HP","OP",44.8491,-94.8969,"38884 870th Ave","Bird Island","MN","55310","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",54.44,"LB" +1725411,"ILEPA","019010ADA",41717813,"0020","270",46725514,"01","50200505","05","IL","Champaign","17019","","University of Illinois",611310,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",40.104431,-88.24255,"354 Administration Building","Champaign","IL","61820","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.00332402,"LB" +8205811,"ILEPA","161065AAW",4347213,"0049","100",43364714,"01","10200205","05","IL","Rock Island","17161","","Rock Island Arsenal",332994,"Munition or Explosives Plant","OP",518,"E6BTU/HR","OP",41.513033,-90.550036,"1 Rodman Ave","Rock Island","IL","61299-5000","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",1.80945,"LB" +2787111,"ILEPA","043090AAF",41157913,"0067","100",44982114,"02","10200401","05","IL","DuPage","17043","","General Mills Operations Inc",311230,"Food Products Processing Plant","OP",213,"E6BTU/HR","OP",41.879361,-88.217612,"704 W Washington St","West Chicago","IL","60185","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.0000518976,"LB" +8138411,"ILEPA","097190AAE",4663713,"0024","999",45613114,"01","39999994","05","IL","Lake","17097","","AkzoNobel Aerospace Coating",325510,"","OP",,"","OP",42.358062,-87.825971,"One E Water St","Waukegan","IL","60085","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",860,"LB" +2756911,"ILEPA","049025AAN",40990513,"0016","480",45146314,"01","40400107","05","IL","Effingham","17049","","Effingham Equity",424910,"","OP",,"","OP",39.128354,-88.543244,"North 4th St","Effingham","IL","62401","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.882,"LB" +4776611,"ILEPA","097090ABN",28612613,"0013","160",44996814,"01","20200253","05","IL","Lake","17097","","North Shore Gas Co",486210,"","OP",.6,"E6BTU/HR","OP",42.305523,-88.006677,"2101 W Peterson Rd","Libertyville","IL","60048","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.0000000025,"LB" +5399111,"ILEPA","091055AEJ",27072613,"0001","270",45095914,"01","31502102","05","IL","Kankakee","17091","","Clancy-Gernon-Hertz Crematory",812210,"Crematory - Human","OP",,"","OP",41.120951,-87.885158,"1480 W Court St","Kankakee","IL","60901","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.35742,"LB" +9034811,"","",62298413,"","300",146391814,"","2275070000","05","WI","Milwaukee","55079","","General Mitchell Intern",48811,"Airport","OP",,"","OP",42.947415,-87.896774,"Unknown","Milwaukee","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.4351,"LB" +4467511,"ILEPA","165015AAA",28075713,"0001","999",44315714,"01","50100403","05","IL","Saline","17165","","West End Disposal Facility",562212,"Landfill","OP",,"","OP",37.872429,-88.699759,"IL Rte 34 & Township Rd 35","Galatia","IL","62890","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",240,"LB" +5394811,"ILEPA","105810AAC",27373413,"0001","400",45203314,"01","40301001","05","IL","Livingston","17105","","Kens Oil Service Inc",424710,"","OP",,"","OP",40.766335,-88.411154,"Route 47 S","Forrest","IL","61741","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.666,"LB" +7791011,"ILEPA","119020AAE",2330213,"0006","350",43238414,"01","40301019","05","IL","Madison","17119","","Dynegy Midwest Generation Inc",221112,"Electricity Generation via Combustion","OP",,"","OP",38.8639,-90.1325,"1 Chessen Ln","East Alton","IL","62024","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.000128,"LB" +751611,"CTBAM","T034 P0002 C08483",46318313,"P0003","160",48333214,"01","20200253","01","CT","Windham","09015","","ALGONQUIN GAS TRANSMISSION LLC",48621,"Compressor Station","OP",3.25,"E6BTU/HR","OP",41.81625,-72.15992,"539 TOWER HILL RD","CHAPLIN","CT","06235","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011CTBAM","100414","Ethyl Benzene",.00024552,"LB" +2312411,"FLDEP","1050217",39754313,"1","120",48379214,"1","20100201","04","FL","Polk","12105","","MULBERRY COGEN FACILITY",2211,"Electricity Generation via Combustion","OP",970,"E6BTU/HR","OP",27.8489,-81.8775,"3600 COUNTY ROAD 555","BARTOW","FL","33830-8425","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011FLDEP submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",100,"LB" +4971211,"ILEPA","119803AAB",32158013,"0001","210",42984414,"01","30500311","05","IL","Madison","17119","","Richards Brick Co",327120,"Brick, Structural Clay, or Clay Ceramics Plant","OP",10,"E6BTU/HR","OP",38.810518,-89.945001,"234 Springer Ave","Edwardsville","IL","62025-1806","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.336816,"LB" +5030111,"ILEPA","101015AAB",30784613,"0001","100",42823214,"01","10200401","05","IL","Lawrence","17101","","Emulsions Inc",324121,"Hot Mix Asphalt Plant","OP",10,"E6BTU/HR","OP",38.7164,-87.683832,"12th St and B&O RR","Lawrenceville","IL","62439","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.000778464,"LB" +2416711,"ILEPA","005801AAC",40619113,"0002","400",46368714,"01","40301001","05","IL","Bond","17005","","Tri County Petroleum Inc",424710,"","OP",,"","OP",38.902146,-89.429281,"RR 3","Greenville","IL","62246","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",4.2457,"LB" +1929211,"ILEPA","021814AAB",41603313,"0009","100",46204314,"01","10100203","05","IL","Christian","17021","","Kincaid Generation LLC",221112,"Electricity Generation via Combustion","OP",6410,"E6BTU/HR","OP",39.591559,-89.497498,"4 Mi W Of Kincaid Rte 104","Kincaid","IL","62540","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",151.372,"LB" +844411,"CTBAM","T117 P0212 C07884",46200113,"P0167","400",47431914,"01","40400162","01","CT","New Haven","09009","","MAGELLAN TERMINALS HOLDINGS,LP - FORBES AVE",49319,"","OP",,"","OP",41.29184,-72.90174,"134 FORBES AVE","NEW HAVEN","CT","06512-1610","R","USEPA Emission Factor (no Control Efficiency used)","","2011CTBAM","100414","Ethyl Benzene",7.45,"LB" +948111,"ILEPA","025010ABE",47896313,"0001","999",46098014,"01","30800701","05","IL","Clay","17025","","North American Lighting Inc",336390,"","OP",,"","OP",38.668118,-88.461648,"20 Industrial Park","Flora","IL","62839","R","Material Balance","","2011ILEPA","100414","Ethyl Benzene",1680,"LB" +8500611,"FLDEP","0570351",965513,"1","450",48710414,"3","40200101","04","FL","Hillsborough","12057","","SYPRIS ELECTRONICS LLC",334220,"","OP",,"","OP",28.046667,-82.416111,"10901 N. MCKINLEY DRIVE","TAMPA","FL","33612","R","Material Balance","Annual Emissions (Tons/Year) 0.000236 = Annual Process or Fuel Usage Rate (Tons Coating Mix Applied) 0.216 * Emission Factor (Lbs/Tons Coating Mix Applied) 2.1858 / 2000","2011FLDEP","100414","Ethyl Benzene",.472,"LB" +899411,"FLDEP","0310180",46590113,"11","400",49153814,"6","40400178","04","FL","Duval","12031","","BUCKEYE TERMINALS, LLC",45431,"","OP",,"","OP",30.417273,-81.596061,"2617 HECKSCHER DR","JACKSONVILLE","FL","32226-2719","R","USEPA Emission Factor (no Control Efficiency used)","","2011FLDEP","100414","Ethyl Benzene",.2,"LB" +754511,"CTBAM","T015 P0862 C06859",46284913,"P0190","120",47337314,"02","20100201","01","CT","Fairfield","09001","","BRIDGEPORT ENERGY LLC",221112,"Electricity Generation via Combustion","OP",1930,"E6BTU/HR","OP",41.16876,-73.18416,"10 ATLANTIC ST","BRIDGEPORT","CT","06604-5512","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011CTBAM","100414","Ethyl Benzene",305.676,"LB" +999711,"ADEM","0024",47801713,"X004","640",60951214,"07","30800112","04","AL","Tuscaloosa","01125","","BFGoodrich Tire Co",326211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",33.190789,-87.602908,"5101 21st St","Tuscaloosa","AL","35401","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",71.8,"LB" +1000211,"ADEM","0004",47797313,"X002","200",61441014,"01","30700104","04","AL","Russell","01113","","MeadWestvaco Mahrt Mill",322121,"Pulp and Paper Plant","OP",124,"E3LB/HR","OP",32.177396,-85.025501,"1817 Hwy 165 S","Phenix City","AL","36868","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",10,"LB" +10633611,"VADEQ","51019",58466213,"1","100",76740114,"1","10100204","03","VA","Hopewell city","51670","","Dominion-Hopewell Power Station",221112,"Electricity Generation via Combustion","OP",391,"E6BTU/HR","OP",37.30063,-77.2822,"107 Terminal St","Hopewell, VA","VA","23860","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",1.65459,"LB" +10920211,"","",59261213,"","300",77371814,"","2275050011","04","AL","Tuscaloosa","01125","","TUSCALOOSA POLICE DEPARTMENT",48811,"Airport","OP",,"","OP",33.1741,-87.5571,"Unknown","TUSCALOOSA","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +10914811,"","",59264113,"","300",77377714,"","2275050012","04","AL","Mobile","01097","","ROY E. RAY",48811,"Airport","OP",,"","OP",30.4546,-88.2106,"Unknown","BAYOU LA BATRE","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.179258,"LB" +10909011,"","",59276313,"","300",77402114,"","2275050012","04","AL","Dale","01045","","KNOX AHP",48811,"Airport","OP",,"","OP",31.3168,-85.6666,"Unknown","FORT RUCKER/OZARK","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +1018911,"ADEM","0008",47716713,"X006","100",61324614,"01","10100202","04","AL","Jackson","01071","","TVA",221112,"Electricity Generation via Combustion","OP",1390,"E6BTU/HR","OP",34.883314,-85.755278,"Hwy 72","Stevenson","AL","35772","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",1.26791,"LB" +10958111,"","",60479613,"","300",77500914,"","2275050011","03","VA","Halifax","51083","","ALPHA HOTEL",48811,"Airport","OP",,"","OP",36.8196,-78.7831,"Unknown","CLOVER","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.241016,"LB" +11557211,"MIDEQ","AIRPORT03MI",60456813,"GA","300",77455414,"Turbine","2275050012","05","MI","Bay","26017","","HAROLD MILLER",48811,"Airport","OP",,"","OP",43.5509,-83.8622,"Unknown","BAY CITY","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +10973111,"","",60503013,"","300",77547814,"","2275050012","05","IL","DuPage","17043","","GOOD SAMARITAN HOSPITAL",48811,"Airport","OP",,"","OP",41.8189,-88.0078,"Unknown","DOWNERS GROVE","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11113411,"","",60786613,"","300",78114614,"","2275050012","04","GA","Fulton","13121","","WGCL-TV",48811,"Airport","OP",,"","OP",33.7874,-84.4011,"Unknown","ATLANTA","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11499211,"","",60594013,"","300",77728714,"","2275050011","05","IN","Miami","18103","","CONVERSE",48811,"Airport","OP",,"","OP",40.5709,-85.8917,"Unknown","CONVERSE","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.71859,"LB" +11538211,"","",60527813,"","300",77597414,"","2275050012","03","PA","Carbon","42025","","MARIAN",48811,"Airport","OP",,"","OP",40.9895,-75.7513,"Unknown","WEATHERLY","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11118811,"","",60800113,"","300",78141514,"","2275050011","04","KY","Logan","21141","","LONE PINE AERODROME",48811,"Airport","OP",,"","OP",36.9125,-86.7828,"Unknown","AUBURN","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.277226,"LB" +11007911,"","",60566813,"","300",77675214,"","2275050012","05","OH","Tuscarawas","39157","","TWIN CITY HOSPITAL",48811,"Airport","OP",,"","OP",40.4023,-81.3371,"Unknown","DENNISON","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11095711,"","",60745113,"","300",78031514,"","2275050011","05","MN","Blue Earth","27013","","ZARN",48811,"Airport","OP",,"","OP",43.9074,-94.2747,"Unknown","AMBOY","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11115311,"","",60791513,"","300",78124314,"","2275050011","01","MA","Berkshire","25003","","NORTH ADAMS RGNL HOSPITAL",48811,"Airport","OP",,"","OP",42.7079,-73.109,"Unknown","NORTH ADAMS","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11829911,"","",60906213,"","300",78352514,"","2275050011","04","FL","Gadsden","12039","","WATSON FARM",48811,"Airport","OP",,"","OP",30.6119,-84.6417,"Unknown","QUINCY","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.24202,"LB" +11545011,"","",60536413,"","300",77614314,"","2275050011","03","VA","Bedford","51019","","JOHNSON FOX FIELD",48811,"Airport","OP",,"","OP",37.2335,-79.5853,"Unknown","BEDFORD","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12010011,"","",60725213,"","300",77992114,"","2275050011","04","NC","Cumberland","37051","","GRAYS CREEK",48811,"Airport","OP",,"","OP",34.8937,-78.8435,"Unknown","FAYETTEVILLE","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.03114,"LB" +11019311,"","",60588013,"","300",77716714,"","2275050011","03","DE","New Castle","10003","","MCKEOWN",48811,"Airport","OP",,"","OP",39.4956,-75.7333,"Unknown","MIDDLETOWN","DE","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.272156,"LB" +11003511,"","",60559613,"","300",77660814,"","2275050012","04","GA","Dade","13083","","STAKELY",48811,"Airport","OP",,"","OP",34.7855,-85.4537,"Unknown","TRENTON","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11070111,"","",60690813,"","300",77923314,"","2275050011","05","OH","Geauga","39055","","AUBURN",48811,"Airport","OP",,"","OP",41.4103,-81.2843,"Unknown","CHAGRIN FALLS","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.283856,"LB" +11885211,"","",60892613,"","300",78325714,"","2275050011","02","NY","Seneca","36099","","SAVANNAH AGRI-AIR",48811,"Airport","OP",,"","OP",43.0188,-76.761,"Unknown","SAVANNAH","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11107011,"","",60770313,"","300",78081914,"","2275050011","05","MN","Beltrami","27007","","CHANDLER PERSONAL USE",48811,"Airport","OP",,"","OP",47.4111,-94.7725,"Unknown","BEMIDJI","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.241824,"LB" +11156611,"","",60902213,"","300",78344614,"","2275050012","04","GA","Laurens","13175","","FAIRVIEW PARK HOSPITAL",48811,"Airport","OP",,"","OP",32.5329,-82.951,"Unknown","DUBLIN","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11093211,"MIDEQ","AIRPORT2MI3",60740313,"GA","300",78021914,"Piston","2275050011","05","MI","Kalamazoo","26077","","LARRY D BOVEN",48811,"Airport","OP",,"","OP",42.3125,-85.4633,"Unknown","GALESBURG","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.280958,"LB" +11480911,"","",60616713,"","300",77773714,"","2275050011","05","IN","Allen","18003","","PARKVIEW MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",41.0964,-85.1102,"Unknown","FORT WAYNE","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11075511,"MIDEQ","AIRPORT28MI",60704013,"GA","300",77949714,"Piston","2275050011","05","MI","Leelanau","26089","","MILLER-HERROLD",48811,"Airport","OP",,"","OP",44.8744,-85.7926,"Unknown","CEDAR","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.258146,"LB" +10997811,"","",60549113,"","300",77639714,"","2275050011","05","IL","Mercer","17131","","MERCER COUNTY HOSPITAL",48811,"Airport","OP",,"","OP",41.2059,-90.7599,"Unknown","ALEDO","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11791911,"MIDEQ","AIRPORT5Y2",61074913,"GA","300",78689114,"Piston","2275050011","05","MI","Roscommon","26143","","HOUGHTON LAKE STATE",48811,"Airport","OP",,"","OP",44.3292,-84.7917,"Unknown","HOUGHTON LAKE HEIGHTS","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.602666,"LB" +11933311,"","",60948613,"","300",78436914,"","2275050011","04","TN","Wayne","47181","","TGP STATION 555",48811,"Airport","OP",,"","OP",35.0251,-87.7578,"Unknown","COLLINWOOD","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11186211,"","",60979213,"","300",78498214,"","2275050012","04","GA","Gwinnett","13135","","GWINNETT MEDICAL CENTER",48811,"Airport","OP",,"","OP",33.9639,-84.0181,"Unknown","LAWRENCEVILLE","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11774111,"","",61067113,"","300",78673514,"","2275050011","04","TN","Hardeman","47069","","TGP STATION 71",48811,"Airport","OP",,"","OP",35.0334,-88.8931,"Unknown","MIDDLETON","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11778811,"MIDEQ","AIRPORT6Y0",61160313,"GA","300",78859414,"Turbine","2275050012","05","MI","Missaukee","26113","","MOORESTOWN AIRPARK",48811,"Airport","OP",,"","OP",44.4625,-84.9959,"Unknown","MOORESTOWN","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0507048,"LB" +11619911,"","",61281813,"","300",79101714,"","2275050011","04","FL","Brevard","12009","","WUESTHOFF HOSPITAL EMERGENCY",48811,"Airport","OP",,"","OP",28.3361,-80.7303,"Unknown","ROCKLEDGE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12025311,"","",60984813,"","300",78509314,"","2275050011","02","NY","Orleans","36073","","MAYNARDS",48811,"Airport","OP",,"","OP",43.3253,-78.0497,"Unknown","KENDALL","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.260264,"LB" +11653311,"","",61291613,"","300",79121414,"","2275050012","05","IL","Edgar","17045","","PARIS COMMUNITY HOSPITAL",48811,"Airport","OP",,"","OP",39.6078,-87.6764,"Unknown","PARIS","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11891611,"","",61020013,"","300",78579314,"","2275050011","04","TN","Greene","47059","","FLAGLOR",48811,"Airport","OP",,"","OP",36.2447,-82.9689,"Unknown","MOSHEIM","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.299982,"LB" +11692611,"","",61041913,"","300",78623114,"","2275050011","05","IL","Jackson","17077","","MEMORIAL HOSP OF CARBONDALE",48811,"Airport","OP",,"","OP",37.727,-89.2212,"Unknown","CARBONDALE","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11678711,"","",61125213,"","300",78789614,"","2275050012","04","GA","Cherokee","13057","","MAC",48811,"Airport","OP",,"","OP",34.2061,-84.2953,"Unknown","CUMMING","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11766011,"","",61242113,"","300",79022314,"","2275050011","05","MN","Sibley","27143","","A.R.S. SPORT STRIP",48811,"Airport","OP",,"","OP",44.6666,-93.7836,"Unknown","BELLE PLAINE","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.0689,"LB" +11679811,"","",61126913,"","300",78792914,"","2275050011","05","IN","Cass","18017","","TURNPAUGH FIELD",48811,"Airport","OP",,"","OP",40.6453,-86.2928,"Unknown","WALTON","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11630811,"","",61194113,"","300",78926614,"","2275050012","02","NJ","Monmouth","34025","","HAZLET TOWNSHIP POLICE",48811,"Airport","OP",,"","OP",40.4265,-74.1404,"Unknown","KEANSBURG","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11723411,"","",61053613,"","300",78646614,"","2275050012","04","NC","Cherokee","37039","","MURPHY MEDICAL CENTER",48811,"Airport","OP",,"","OP",35.0731,-83.9668,"Unknown","MURPHY","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11213911,"","",61071413,"","300",78682214,"","2275050012","04","NC","Wake","37183","","TRIPLE W",48811,"Airport","OP",,"","OP",35.6203,-78.7003,"Unknown","RALEIGH","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.45044,"LB" +11957411,"","",60955513,"","300",78450714,"","2275050011","05","WI","Polk","55095","","ROMEO AIRSTRIP",48811,"Airport","OP",,"","OP",45.457,-92.3783,"Unknown","BALSAM LAKE","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.241796,"LB" +11758611,"","",61063413,"","300",78666114,"","2275050011","03","PA","Union","42119","","EVANGELICAL COMMUNITY HOSPITAL EAST",48811,"Airport","OP",,"","OP",40.9793,-76.8858,"Unknown","LEWISBURG","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11168511,"","",60932013,"","300",78403714,"","2275050011","05","MN","Martin","27091","","BURK",48811,"Airport","OP",,"","OP",43.8438,-94.2858,"Unknown","AMBOY","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.239484,"LB" +11671211,"","",61299113,"","300",79136314,"","2275050011","03","PA","Butler","42019","","HAWKINS FIELD",48811,"Airport","OP",,"","OP",40.7042,-79.952,"Unknown","COOPERSTOWN","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.255752,"LB" +11221111,"","",61093713,"","300",78726814,"","2275050012","05","IN","Allen","18003","","THE LUTHERAN HOSP OF INDIANA",48811,"Airport","OP",,"","OP",41.04,-85.248,"Unknown","FORT WAYNE","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11257411,"","",61216913,"","300",78972114,"","2275050011","01","MA","Bristol","25005","","CRAIG COVE",48811,"Airport","OP",,"","OP",41.7806,-70.9472,"Unknown","EAST FREETOWN","MA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.2921,"LB" +11184711,"MIDEQ","AIRPORT53W",60974113,"GA","300",78488014,"Turbine","2275050012","05","MI","Isabella","26073","","WOODRUFF LAKE",48811,"Airport","OP",,"","OP",43.5545,-84.9786,"Unknown","WINN","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1689962,"LB" +12441311,"","",61502513,"","300",79537714,"","2275050011","04","FL","Escambia","12033","","BAPTIST HOSPITAL",48811,"Airport","OP",,"","OP",30.4294,-87.2311,"Unknown","PENSACOLA","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12460711,"","",61511813,"","300",79555114,"","2275050011","04","GA","Fayette","13113","","KENLEY FIELD",48811,"Airport","OP",,"","OP",33.269,-84.4971,"Unknown","BROOKS","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.3409,"LB" +11384511,"","",61709713,"","300",79947014,"","2275050012","04","NC","Guilford","37081","","DS BUTLER FARM AND AIRFIELD",48811,"Airport","OP",,"","OP",36.1951,-80.0053,"Unknown","OAK RIDGE","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.692878,"LB" +11319911,"","",61465613,"","300",79465014,"","2275050012","03","DC","District of Columbia","11001","","STEUART OFFICE PAD",48811,"Airport","OP",,"","OP",38.884,-77.001,"Unknown","WASHINGTON","DC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12311511,"","",61553113,"","300",79636514,"","2275050011","05","IN","Delaware","18035","","FINNEYS AIRPARK",48811,"Airport","OP",,"","OP",40.2595,-85.2605,"Unknown","ALBANY","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.286278,"LB" +11328811,"","",61503513,"","300",79539714,"","2275050011","04","FL","Indian River","12061","","BROOCKE AIR PATCH",48811,"Airport","OP",,"","OP",27.7086,-80.4528,"Unknown","WINTER BEACH","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.251156,"LB" +12442311,"","",61503613,"","300",79539914,"","2275050011","04","FL","Santa Rosa","12113","","JAY",48811,"Airport","OP",,"","OP",30.9557,-87.1305,"Unknown","JAY","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.766582,"LB" +12348411,"","",61664213,"","300",79856314,"","2275050011","05","MN","Otter Tail","27111","","VELO AIRSTRIP",48811,"Airport","OP",,"","OP",46.5111,-96.192,"Unknown","ROTHSAY","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.243106,"LB" +12389411,"","",61484413,"","300",79501714,"","2275050011","04","FL","Marion","12083","","LEEWARD AIR RANCH",48811,"Airport","OP",,"","OP",29.0841,-82.0323,"Unknown","OCALA/BELLEVIEW","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.42844,"LB" +12478811,"","",61519513,"","300",79569614,"","2275050012","05","MN","McLeod","27085","","GLENCOE MUNI",48811,"Airport","OP",,"","OP",44.756,-94.0812,"Unknown","GLENCOE","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.793888,"LB" +11298711,"","",61385213,"","300",79305914,"","2275050011","05","MN","Swift","27151","","APPLETON MUNI",48811,"Airport","OP",,"","OP",45.2275,-96.0043,"Unknown","APPLETON","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.40888,"LB" +12422111,"","",61496213,"","300",79525114,"","2275050011","04","FL","Okaloosa","12091","","RUCKEL",48811,"Airport","OP",,"","OP",30.5196,-86.4383,"Unknown","NICEVILLE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.887024,"LB" +11575411,"","",61355113,"","300",79248214,"","2275050012","03","PA","Northampton","42095","","PERIN",48811,"Airport","OP",,"","OP",40.847,-75.2438,"Unknown","PEN ARGYL","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11575511,"","",61355213,"","300",79248314,"","2275050011","03","PA","Allegheny","42003","","ZOKAITES",48811,"Airport","OP",,"","OP",40.609,-80.033,"Unknown","WEXFORD","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12423211,"","",61497513,"","300",79527714,"","2275050011","04","FL","Pasco","12101","","RGNL MEDICAL CENTER BAYONET POINT",48811,"Airport","OP",,"","OP",28.3622,-82.6883,"Unknown","NEW PORT RICHEY","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11347111,"","",61582013,"","300",79694314,"","2275050011","02","NJ","Salem","34033","","VAR-SKY",48811,"Airport","OP",,"","OP",39.6501,-75.2841,"Unknown","WOODSTOWN","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.243996,"LB" +12423811,"","",61498113,"","300",79528914,"","2275050011","04","FL","Hillsborough","12057","","CARE FLIGHT",48811,"Airport","OP",,"","OP",27.982,-82.4915,"Unknown","TAMPA","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12377711,"","",61574813,"","300",79679914,"","2275050011","05","IL","Champaign","17019","","COUNTY EMERG SVCS/DISASTER AGCY",48811,"Airport","OP",,"","OP",40.1111,-88.1845,"Unknown","URBANA","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11770911,"","",61332813,"","300",79203614,"","2275050012","04","FL","Sumter","12119","","FLYING W AIRRANCH",48811,"Airport","OP",,"","OP",28.6836,-82.1576,"Unknown","BUSHNELL","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.675984,"LB" +11361911,"","",61640513,"","300",79809114,"","2275050011","01","ME","Aroostook","23003","","SUNRISE FARMS",48811,"Airport","OP",,"","OP",47.1662,-68.392,"Unknown","FORT KENT","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.244554,"LB" +11821211,"","",61350313,"","300",79238514,"","2275050011","05","OH","Sandusky","39143","","HAAR",48811,"Airport","OP",,"","OP",41.4542,-83.2652,"Unknown","ELMORE","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.42925,"LB" +12374911,"","",61481113,"","300",79495214,"","2275050012","04","FL","Alachua","12001","","NORTH FLORIDA RGNL MEDICAL CENTER",48811,"Airport","OP",,"","OP",29.6615,-82.4121,"Unknown","GAINESVILLE","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11362511,"","",61642213,"","300",79812614,"","2275050012","01","ME","Hancock","23009","","BANKS",48811,"Airport","OP",,"","OP",44.1654,-68.4282,"Unknown","SWANS ISLAND","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01689356,"LB" +11429111,"","",61886913,"","300",80295714,"","2275050011","04","SC","Greenville","45045","","KING FIELD",48811,"Airport","OP",,"","OP",35.0907,-82.4954,"Unknown","CLEVELAND","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12101411,"","",61975613,"","300",80472214,"","2275050012","03","VA","Amelia","51007","","HILL TOP",48811,"Airport","OP",,"","OP",37.416,-77.9539,"Unknown","AMELIA","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1013976,"LB" +12233111,"","",61840713,"","300",80204914,"","2275050011","03","PA","Franklin","42055","","JJ & PK",48811,"Airport","OP",,"","OP",39.7934,-77.778,"Unknown","GREENCASTLE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.252326,"LB" +12354611,"","",61762513,"","300",80051214,"","2275050012","02","NY","Orange","36071","","BASTEK",48811,"Airport","OP",,"","OP",41.3209,-74.5043,"Unknown","PINE ISLAND","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12113811,"","",61982013,"","300",80484114,"","2275050011","03","VA","Bedford","51019","","ROBINSON",48811,"Airport","OP",,"","OP",37.3485,-79.572,"Unknown","BEDFORD","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +12058711,"","",61866913,"","300",80256214,"","2275050012","03","PA","Luzerne","42079","","TRI-COUNTY",48811,"Airport","OP",,"","OP",40.9862,-75.8344,"Unknown","ECKLEY","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12085711,"","",61881113,"","300",80284114,"","2275050011","04","SC","Darlington","45031","","CURRY",48811,"Airport","OP",,"","OP",34.3779,-80.0053,"Unknown","HARTSVILLE","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.244248,"LB" +12114711,"","",61983213,"","300",80486514,"","2275050011","03","VA","Prince George","51149","","HENSHAW",48811,"Airport","OP",,"","OP",37.2524,-77.1527,"Unknown","HOPEWELL","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.24096,"LB" +12161611,"","",61816113,"","300",80156514,"","2275050011","05","OH","Lake","39085","","BLACKACRE FARM",48811,"Airport","OP",,"","OP",41.7784,-81.167,"Unknown","PAINESVILLE","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.278926,"LB" +12100611,"","",61974113,"","300",80469214,"","2275050012","03","VA","Harrisonburg city","51660","","ROCKINGHAM MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",38.4401,-78.872,"Unknown","HARRISONBURG","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12148111,"","",61781313,"","300",80087614,"","2275050012","02","NY","Erie","36029","","BASHER FIELD",48811,"Airport","OP",,"","OP",42.5667,-78.5561,"Unknown","SARDINIA","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0033763,"LB" +12129311,"","",61807713,"","300",80139914,"","2275050011","05","OH","Highland","39071","","HIGHLAND DISTRICT MEDICAL",48811,"Airport","OP",,"","OP",39.2212,-83.6108,"Unknown","HILLSBORO","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +11439111,"","",61933013,"","300",80387314,"","2275050011","04","TN","Blount","47009","","SEYMOUR AIR PARK, INC.",48811,"Airport","OP",,"","OP",35.8118,-83.7746,"Unknown","SEVIERVILLE","TN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.323964,"LB" +12353011,"","",61760913,"","300",80048014,"","2275050012","02","NY","St. Lawrence","36089","","THOMAS E. PERDUE",48811,"Airport","OP",,"","OP",44.9367,-74.9097,"Unknown","MASSENA","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +11396811,"","",61757813,"","300",80041814,"","2275050012","02","NY","Oneida","36065","","ST LUKES MEMORIAL HOSPITAL",48811,"Airport","OP",,"","OP",43.0962,-75.2763,"Unknown","UTICA","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +12145211,"","",61813413,"","300",80151114,"","2275050011","05","OH","Portage","39133","","FAR VIEW",48811,"Airport","OP",,"","OP",41.2957,-81.1582,"Unknown","HIRAM","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.70798,"LB" +11420111,"","",61856213,"","300",80234714,"","2275050011","03","PA","Chester","42029","","MIKES",48811,"Airport","OP",,"","OP",39.8672,-75.9336,"Unknown","COCHRANVILLE","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0513898,"LB" +12338611,"","",61758313,"","300",80042814,"","2275050012","02","NY","Suffolk","36103","","MATHER",48811,"Airport","OP",,"","OP",40.9391,-73.0544,"Unknown","PORT JEFFERSON","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0399952,"LB" +9805311,"","",54053813,"","300",81580214,"","2275020000","04","FL","Escambia","12033","","Pensacola Regional",48811,"Airport","OP",,"","OP",30.4776,-87.1943,"Unknown","Pensacola","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0268612,"LB" +9791211,"","",54043213,"","300",81536414,"","2275020000","04","FL","Leon","12073","","Tallahassee Regional",48811,"Airport","OP",,"","OP",30.4024,-84.3577,"Unknown","Tallahassee","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01026252,"LB" +5440811,"ILEPA","SPI",62268513,"","300",82796114,"","2267008005","05","IL","Sangamon","17167","","Capital Airport",488119,"Airport","OP",,"","OP",39.844,-89.6781,"1200 Capital Airport Dr","Springfield","IL","62707","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0746466,"LB" +6151711,"MNPCA","27053XMSP",15298313,"EU001","300",80848514,"","2275020000","05","MN","Hennepin","27053","","Minneapolis-St Paul Intl/Wold-Chamberlain/",488119,"Airport","OP",,"","OP",44.88514,-93.216601,"See Location Data","Minneapolis","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.05052,"LB" +9224611,"","",55585013,"","300",81194214,"","2275020000","05","OH","Summit","39153","","Akron-Canton Regional",48811,"Airport","OP",,"","OP",40.9108,-81.4498,"Unknown","Akron","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.82554,"LB" +9462111,"","",53520713,"","300",81271014,"","2275020000","04","MS","Rankin","28121","","Jackson International Airport, Thompson and Hawkins Fields",48811,"Airport","OP",,"","OP",32.3216,-90.0824,"100 International Drive","Jackson","MS","39208","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",14.28864,"LB" +7047211,"MNPCA","27149XMOX",62282913,"","300",82829014,"","2275050011","05","MN","Stevens","27149","","Morris Muni",488119,"Airport","OP",,"","OP",45.567,-95.968,"See Location Data","Morris","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.62072,"LB" +9185011,"","",54796413,"","300",81134714,"","2275020000","03","PA","Delaware","42045","","Philadelphia Intl",48811,"Airport","OP",,"","OP",39.874,-75.2496,"Unknown","Philadelphia","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.306182,"LB" +9513711,"MIDEQ","AIRPORTPTK",53823413,"COM","300",81274314,"Dc-9-15f","2275020000","05","MI","Oakland","26125","","Oakland County Internat",48811,"Airport","OP",,"","OP",42.6672,-83.4333,"Unknown","Pontiac","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.079309,"LB" +7055411,"MNPCA","27033XMWM",62283013,"","300",82829314,"","2275060012","05","MN","Cottonwood","27033","","Windom Muni",488119,"Airport","OP",,"","OP",43.91299,-95.109,"See Location Data","Windom","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.207018,"LB" +9621711,"","",53880413,"","300",81394314,"","2275020000","04","KY","Fayette","21067","","Blue Grass",48811,"Airport","OP",,"","OP",38.0338,-84.6146,"Unknown","Lexington","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0667934,"LB" +9664311,"","",53462713,"","300",81424814,"","2275020000","05","IN","Allen","18003","","Fort Wayne Internationa",48811,"Airport","OP",,"","OP",40.9742,-85.2058,"Unknown","Fort Wayne","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00746706,"LB" +9762111,"","",54000113,"","300",81487114,"","2275020000","04","FL","Orange","12095","","Orlando Intl",48811,"Airport","OP",,"","OP",28.432086,-81.308409,"Unknown","Orlando","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",5.13908,"LB" +9193111,"","",54751413,"","300",81152114,"","2275020000","03","PA","Luzerne","42079","","Wilkes-Barre/Scranton I",48811,"Airport","OP",,"","OP",41.3344,-75.7319,"Unknown","Wilkes-Barre/Scranton","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00894636,"LB" +9341111,"","",55609813,"","300",81735914,"","2275020000","04","NC","Forsyth","37067","","Smith Reynolds",48811,"Airport","OP",,"","OP",36.1359,-80.2288,"Unknown","Winston Salem","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.01121272,"LB" +7039311,"MNPCA","27027XJKJ",62282213,"","300",82827214,"","2275050011","05","MN","Clay","27027","","Moorhead Municipal Airport",488119,"Airport","OP",,"","OP",46.839,-96.663,"See Location Data","Moorhead","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",9.06142,"LB" +8943311,"","",62296513,"","300",82867514,"","2275050012","05","WI","Waukesha","55133","","Waukesha County",48811,"Airport","OP",,"","OP",43.0407,-88.2451,"Unknown","Waukesha","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",9.07272,"LB" +6151611,"MNPCA","27053XMIC",62272013,"","300",82803914,"","2275050012","05","MN","Hennepin","27053","","Crystal",488119,"Airport","OP",,"","OP",45.062,-93.35399,"See Location Data","Crystal","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.34576,"LB" +4689211,"ILEPA","LOT",62264013,"","300",82774114,"","2267008005","05","IL","Will","17197","","Lewis University Airport",488119,"Airport","OP",,"","OP",41.6085,-88.0892,"1 Hangar Rd","Romeoville","IL","60446","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00001771078,"LB" +6360111,"MNPCA","27043XSBU",62276513,"","300",82814714,"","2275050011","05","MN","Faribault","27043","","Blue Earth Muni",488119,"Airport","OP",,"","OP",43.595,-94.093,"See Location Data","Blue Earth","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",14.05182,"LB" +7014911,"MNPCA","27077XBDE",62281313,"","300",82825314,"","2275050012","05","MN","Lake of the Woods","27077","","Baudette Intl",488119,"Airport","OP",,"","OP",48.728,-94.612,"See Location Data","Baudette","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.05416,"LB" +7116611,"MNPCA","27097XLXL",62284313,"","300",82832814,"","2275050012","05","MN","Morrison","27097","","Little Falls/Morrison County-Lindbergh Fld",488119,"Airport","OP",,"","OP",45.95,-94.347,"See Location Data","Little Falls","MN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.71792,"LB" +9027411,"","",54614613,"","300",80896314,"","2275020000","05","WI","Brown","55009","","Austin Straubel Interna",48811,"Airport","OP",,"","OP",44.4772,-88.1361,"Unknown","Green Bay","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1418498,"LB" +10592411,"","",52258613,"","300",80748314,"","2275020000","04","AL","Jefferson","01073","","Birmingham Intl",48811,"Airport","OP",,"","OP",33.555,-86.7606,"Unknown","Birmingham","AL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.17852,"LB" +9028111,"","",54828013,"","300",80897814,"","2275020000","05","WI","Outagamie","55087","","Outagamie County Region",48811,"Airport","OP",,"","OP",44.2549,-88.5282,"Unknown","Appleton","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.93792,"LB" +9028111,"","",54828013,"","300",80898014,"","2275020000","05","WI","Outagamie","55087","","Outagamie County Region",48811,"Airport","OP",,"","OP",44.2549,-88.5282,"Unknown","Appleton","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0568418,"LB" +9788611,"","",54047313,"","300",81532514,"","2275020000","04","FL","Manatee","12081","","Sarasota/Bradenton Intl",48811,"Airport","OP",,"","OP",27.397,-82.5622,"Unknown","Sarasota/Bradenton","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.109475,"LB" +9209111,"","",62478913,"","300",83706814,"","2275050011","03","PA","Montgomery","42091","","Perkiomen Valley",48811,"Airport","OP",,"","OP",40.20405,-75.43026,"Unknown","Collegeville","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",20.4756,"LB" +9350811,"","",62523613,"","300",83941414,"","2270008005","02","NY","Oneida","36065","","Griffiss Airpark",48811,"Airport","OP",,"","OP",43.2338,-75.40703,"Unknown","Rome","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.094101,"LB" +9015311,"","",62410913,"","300",83400314,"","2275070000","05","WI","Dane","55025","","Dane County Regional-Tr",48811,"Airport","OP",,"","OP",43.1325,-89.3428,"Unknown","Madison","WI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1212762,"LB" +9188711,"","",62462113,"","300",83629614,"","2275050012","03","PA","Westmoreland","42129","","Arnold Palmer Regional",48811,"Airport","OP",,"","OP",40.27594,-79.4048,"Unknown","Latrobe","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.17358,"LB" +9063811,"","",62320113,"","300",82963214,"","2275070000","03","VA","Loudoun","51107","","Washington Dulles Inter",48811,"Airport","OP",,"","OP",38.946138,-77.447858,"Unknown","Washington","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.89862,"LB" +9262011,"","",62494413,"","300",83777414,"","2275070000","05","OH","Lucas","39095","","Toledo Express",48811,"Airport","OP",,"","OP",41.5873,-83.8175,"Unknown","Toledo","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0665774,"LB" +9025711,"","",62419213,"","300",83430014,"","2275050011","03","WV","Barbour","54001","","Philippi/Barbour County",48811,"Airport","OP",,"","OP",39.16621,-80.06258,"Unknown","Philippi","WV","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",8.02962,"LB" +9207611,"","",62476513,"","300",83686514,"","2275060011","03","PA","Erie","42049","","Erie Intl/Tom Ridge Fie",48811,"Airport","OP",,"","OP",42.0776,-80.1828,"Unknown","Erie","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",2.51882,"LB" +9332211,"","",62513713,"","300",83865314,"","2275060012","04","NC","Cabarrus","37025","","Concord Regional",48811,"Airport","OP",,"","OP",35.38521,-80.70971,"Unknown","Concord","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001212542,"LB" +9301511,"","",62569413,"","300",84112914,"","2275070000","05","OH","Montgomery","39113","","James M Cox Dayton Intl",48811,"Airport","OP",,"","OP",39.9,-84.2324,"Unknown","Dayton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00274696,"LB" +9173811,"","",62448013,"","300",83556614,"","2275050012","04","SC","Sumter","45085","","Sumter Muni",48811,"Airport","OP",,"","OP",33.99569,-80.3615,"Unknown","Sumter","SC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",7.94282,"LB" +9341111,"","",62520213,"","300",83925014,"","2267008005","04","NC","Forsyth","37067","","Smith Reynolds",48811,"Airport","OP",,"","OP",36.1359,-80.2288,"Unknown","Winston Salem","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00131666,"LB" +9315811,"","",62578213,"","300",84159714,"","2275070000","02","NY","Suffolk","36103","","Republic",48811,"Airport","OP",,"","OP",40.72878,-73.41341,"Unknown","Farmingdale","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00084437,"LB" +9322211,"","",62581513,"","300",84177714,"","2275060011","02","NY","Steuben","36101","","Corning-Painted Post",48811,"Airport","OP",,"","OP",42.17591,-77.11219,"Unknown","Corning","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00760402,"LB" +9301511,"","",62569613,"","300",84119914,"","2275060012","05","OH","Montgomery","39113","","James M Cox Dayton Intl",48811,"Airport","OP",,"","OP",39.9,-84.2324,"Unknown","Dayton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00822324,"LB" +9347511,"","",62522213,"","300",83933614,"","2275070000","02","NY","Onondaga","36067","","Syracuse Hancock Intl",48811,"Airport","OP",,"","OP",43.1148,-76.1202,"Unknown","Syracuse","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00676158,"LB" +9326611,"","",62584513,"","300",84186314,"","2275070000","04","NC","Guilford","37081","","Piedmont Triad Internat",48811,"Airport","OP",,"","OP",36.0958,-79.9498,"Unknown","Greensboro","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1191642,"LB" +9068811,"","",62324613,"","300",83001514,"","2275070000","03","VA","Norfolk city","51710","","Norfolk Intl",48811,"Airport","OP",,"","OP",36.8916,-76.211,"Unknown","Norfolk","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00460546,"LB" +9281811,"","",62509813,"","300",83847214,"","2275070000","04","NC","Wake","37183","","Raleigh-Durham Intl",48811,"Airport","OP",,"","OP",35.87764,-78.78747,"Unknown","Raleigh/Durham","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.395948,"LB" +9248311,"","",62552813,"","300",84071714,"","2270008005","03","PA","Berks","42011","","Reading Regional/Carl A",48811,"Airport","OP",,"","OP",40.3836,-75.9717,"Unknown","Reading","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0540798,"LB" +9296511,"","",63211613,"","300",86935614,"","2275001000","05","OH","Carroll","39019","","Carroll County-Tolson",48811,"Airport","OP",,"","OP",40.56187,-81.07749,"Unknown","Carrollton","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0622676,"LB" +11668011,"ILEPA","7IL8",63745813,"GA-Piston","300",88291714,"01","2275050011","05","IL","La Salle","17099","","CODY PORT RLA",48811,"Airport","OP",,"","OP",41.5189,-88.8376,"Unknown","HARDING","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +9191311,"","",63165613,"","300",86889514,"","2275001000","03","PA","Clinton","42035","","William T. Piper Memori",48811,"Airport","OP",,"","OP",41.13618,-77.42054,"Unknown","Lock Haven","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.24907,"LB" +1001511,"ALJCBOH","010730268",63025813,"15","999",86738514,"1","40400160","04","AL","Jefferson","01073","","Buckeye BIRMINGHAM TERMINAL",493190,"Petroleum Storage Facility","OP",,"","OP",33.47584,-86.85771,"1600 Mims AVE SW","Birmingham","AL","35211","R","USEPA Emission Factor (no Control Efficiency used)","","2011JeffCty","100414","Ethyl Benzene",.16,"LB" +9323811,"","",63217613,"","300",86941614,"","2275001000","04","NC","Halifax","37083","","Halifax County",48811,"Airport","OP",,"","OP",36.43946,-77.70934,"Unknown","Roanoke Rapids","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.373606,"LB" +5402411,"ILEPA","DNV",63684413,"GA-Turbine","300",88230314,"01","2275050012","05","IL","Vermilion","17183","","Vermilion County Airport",488119,"Airport","OP",,"","OP",40.1972,-87.59709,"22633 N Bowman Ave","Danville","IL","61832","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.495612,"LB" +9209211,"","",63170913,"","300",86894814,"","2275001000","03","PA","Montgomery","42091","","Wings Field",48811,"Airport","OP",,"","OP",40.1334,-75.25025,"Unknown","Philadelphia","PA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0784572,"LB" +9334611,"","",63219613,"","300",86943614,"","2275001000","04","NC","Granville","37077","","Henderson-Oxford",48811,"Airport","OP",,"","OP",36.36156,-78.52917,"Unknown","Oxford","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.494424,"LB" +9342911,"","",63221213,"","300",86945214,"","2275001000","02","NY","Dutchess","36027","","Dutchess County",48811,"Airport","OP",,"","OP",41.6248,-73.8899,"Unknown","Poughkeepsie","NY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.819442,"LB" +2417211,"ILEPA","GRE",63738613,"GA-Turbine","300",88284514,"01","2275050012","05","IL","Bond","17005","","Greenville Airport",488119,"Airport","OP",,"","OP",38.83459,-89.3764,"Airport Ave","Greenville","IL","62246","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.71792,"LB" +11635911,"ILEPA","8IL0",63752313,"GA-Piston","300",88298214,"01","2275050011","05","IL","McHenry","17111","","ADKINS RLA",48811,"Airport","OP",,"","OP",42.3528,-88.6348,"Unknown","HARVARD","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +11187711,"ILEPA","56LL",63730813,"GA-Piston","300",88276714,"01","2275050011","05","IL","DeKalb","17037","","WADE",48811,"Airport","OP",,"","OP",41.755,-88.7712,"Unknown","WATERMAN","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.600828,"LB" +11206111,"ILEPA","5LL1",63740513,"GA-Piston","300",88286414,"01","2275050011","05","IL","Shelby","17173","","HILVETY",48811,"Airport","OP",,"","OP",39.65,-88.9751,"Unknown","MOWEAQUA","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",3.2558,"LB" +11682011,"ILEPA","7IS2",63744413,"GA-Piston","300",88290314,"01","2275050011","05","IL","St. Clair","17163","","AERO ESTATES",48811,"Airport","OP",,"","OP",38.5245,-90.0569,"Unknown","BELLEVILLE","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.598712,"LB" +12704811,"WIDNR","405066090",64955613,"P02","160",90062514,"00","20100102","05","WI","Brown","55009","","Aurora Baycare Medical Center",622110,"","OP",10,"E6BTU/HR","OP",44.4748,-87.9409,"2845 Greenbrier Road","Green Bay","WI","54311","R","USEPA Emission Factor (no Control Efficiency used)","","2011WIDNR","100414","Ethyl Benzene",.0014,"LB" +12332111,"ILEPA","IL84",63779913,"GA-Piston","300",88325814,"01","2275050011","05","IL","Hancock","17067","","DOUGLAS",48811,"Airport","OP",,"","OP",40.5764,-91.1029,"Unknown","COLUSA","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.313602,"LB" +9063811,"","",55138713,"","300",146295114,"","2275020000","03","VA","Loudoun","51107","","Washington Dulles Inter",48811,"Airport","OP",,"","OP",38.946138,-77.447858,"Unknown","Washington","VA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.7304,"LB" +12329811,"ILEPA","IL57",63782513,"GA-Piston","300",88328414,"01","2275050011","05","IL","McLean","17113","","COTTONWOOD",48811,"Airport","OP",,"","OP",40.422,-89.0206,"Unknown","BLOOMINGTON","IL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.310038,"LB" +12587911,"MSDEQ","2811300038",63818513,"017","400",88366014,"1","40400301","04","MS","Pike","28113","","Denbury Onshore LLC, Little Creek EOR Facility",211111,"","OP",,"","OP",31.343911,-90.358347,"4047 Shell Oil Road","Ruth","MS","39662","R","Engineering Judgment","","2011MSDEQ","100414","Ethyl Benzene",1.2,"LB" +5989511,"KYDAQ","2101500652",24206813,"001","999",39696714,"1","40600301","04","KY","Boone","21015","","National Auto Truckstop",447110,"Gasoline/Diesel Service Station","OP",,"","OP",39.000751,-84.64468,"7777 Burlington Pike","Florence","KY","41042","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.704762,"LB" +5350711,"KYDAQ","2111700699",26385413,"001","999",38986014,"1","40600301","04","KY","Kenton","21117","","United Dairy Farmers",447110,"Gasoline/Diesel Service Station","OP",,"","OP",39.021179,-84.530947,"3410 Madison Pike","Fort Wright","KY","41011","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.487514,"LB" +5793611,"KYDAQ","2111700652",22565913,"001","999",39083514,"1","40600301","04","KY","Kenton","21117","","Ameristop Development Co",447110,"Gasoline/Diesel Service Station","OP",,"","OP",39.024444,-84.605833,"472 Erlanger Rd","Erlanger","KY","41018","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.1060488,"LB" +5793411,"KYDAQ","2111700650",22566313,"001","999",39084314,"1","40600301","04","KY","Kenton","21117","","Equilon Enterprises Llc",447110,"Gasoline/Diesel Service Station","OP",,"","OP",39.086667,-84.514722,"207 W 4th St","Covington","KY","41011","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.629086,"LB" +5189811,"KYDAQ","2101500612",25077913,"001","999",40032314,"1","40600301","04","KY","Boone","21015","","Clark Refining & Mrkting",447110,"Gasoline/Diesel Service Station","OP",,"","OP",38.989167,-84.622778,"7810 S Dixie Hwy","Florence","KY","41042","R","USEPA Speciation Profile","Emissions multiplication factor of .001721739130435 applied to 2011KYDAQ submitted VOC based on augmentation description of 40600301_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.390732,"LB" +9806211,"","",62827313,"","300",85240314,"","2275070000","04","FL","Miami-Dade","12086","","Miami Intl",48811,"Airport","OP",,"","OP",25.796275,-80.279769,"Unknown","Miami","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1512746,"LB" +9648911,"","",62613713,"","300",84313614,"","2275050011","05","IN","Dubois","18037","","Huntingburg",48811,"Airport","OP",,"","OP",38.24903,-86.95372,"Unknown","Huntingburg","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",11.39602,"LB" +9794511,"","",62814713,"","300",85170514,"","2275060012","04","FL","Lake","12069","","Leesburg Regional",48811,"Airport","OP",,"","OP",28.82274,-81.80901,"Unknown","Leesburg","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.480258,"LB" +9765211,"","",62789913,"","300",85025814,"","2275050012","04","GA","Henry","13151","","Clayton County - Tara F",48811,"Airport","OP",,"","OP",33.38911,-84.33236,"Unknown","Hampton","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",6.79364,"LB" +9796711,"","",62818113,"","300",85183714,"","2275070000","04","FL","Hillsborough","12057","","Tampa Intl",48811,"Airport","OP",,"","OP",27.979379,-82.537823,"Unknown","Tampa","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.198406,"LB" +9808011,"","",62828513,"","300",85249314,"","2275050011","04","FL","Duval","12031","","Jacksonville Nas /Tower",48811,"Airport","OP",,"","OP",30.23468,-81.67648,"Unknown","Jacksonville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.00278536,"LB" +10797411,"ILEPA","031600GTS",59530213,"0001","160",85626914,"01","20300101","05","IL","Cook","17031","","69 W Washington Management Co",921190,"","OP",13.6,"E6BTU/HR","OP",41.882403,-87.629252,"69 W Washington","Chicago","IL","60602","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +9563711,"MIDEQ","AIRPORTGRR",62713613,"GA","300",84696314,"Cessna 208 Caravan","2275060012","05","MI","Kent","26081","","Gerald R. Ford International",48811,"Airport","OP",,"","OP",42.8808,-85.5351,"Patterson Ave, SE","Grand Rapids","MI","49512","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.565266,"LB" +9665711,"","",62760513,"","300",84886814,"","2275050011","05","IN","Vigo","18167","","Terre Haute Internation",48811,"Airport","OP",,"","OP",39.4475,-87.3168,"Unknown","Terre Haute","IN","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",38.9166,"LB" +9757711,"","",62783613,"","300",84994014,"","2275050011","04","GA","Brooks","13027","","Quitman Brooks County",48811,"Airport","OP",,"","OP",30.80575,-83.58655,"Unknown","Quitman","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",10.03702,"LB" +9512211,"MIDEQ","AIRPORTMBL",62694313,"GSE","300",84590114,"CNG","2268008005","05","MI","Manistee","26101","","Manistee Co.-Blacker",48811,"Airport","OP",,"","OP",44.27242,-86.24692,"Unknown","Manistee","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0155024,"LB" +9563911,"MIDEQ","AIRPORTPLN",62714013,"GA","300",84698414,"Cessna 208 Caravan","2275060012","05","MI","Emmet","26047","","Pellston Regional Airpo",48811,"Airport","OP",,"","OP",45.57093,-84.79672,"Unknown","Pellston","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1761956,"LB" +9563911,"MIDEQ","AIRPORTPLN",62714113,"GSE","300",84698914,"Diesel","2270008005","05","MI","Emmet","26047","","Pellston Regional Airpo",48811,"Airport","OP",,"","OP",45.57093,-84.79672,"Unknown","Pellston","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.231812,"LB" +9748811,"","",62776713,"","300",84947714,"","2275070000","04","GA","Clayton","13063","","Hartsfield-Jackson Atlanta International Airport",48811,"Airport","OP",,"","OP",33.640747,-84.429698,"Unknown","Atlanta","GA","00000","R","Site-Specific Emission Factor (no Control Efficiency used)","","2011GADNR","100414","Ethyl Benzene",.07712,"LB" +9758311,"","",62784513,"","300",84997714,"","2275050012","04","GA","Berrien","13019","","Berrien Co",48811,"Airport","OP",,"","OP",31.21256,-83.22628,"Unknown","Nashville","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.675984,"LB" +9792411,"","",62813213,"","300",85154614,"","2275070000","01","CT","Hartford","09003","","Bradley Intl",48811,"Airport","OP",,"","OP",41.9368,-72.6958,"Unknown","Windsor Locks","CT","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0787182,"LB" +2585011,"ILEPA","077801AAA",59829013,"0013","400",85837914,"01","40301001","05","IL","Jackson","17077","","Southern Illinois University",611310,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",37.71188,-89.215083,"200 Physical Plant Dr","Carbondale","IL","62901-6727","R","USEPA Speciation Profile","","2011ILEPA","100414","Ethyl Benzene",.00162,"LB" +9615911,"","",62749813,"","300",84841214,"","2275050012","04","KY","Caldwell","21033","","Princeton-Caldwell Coun",48811,"Airport","OP",,"","OP",37.1156,-87.85557,"Unknown","Princeton","KY","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.929484,"LB" +9809511,"","",62829313,"","300",85259814,"","2270008005","04","FL","Duval","12031","","Jacksonville Intl",48811,"Airport","OP",,"","OP",30.4942,-81.7005,"Unknown","Jacksonville","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",89.8944,"LB" +9760811,"","",62787913,"","300",85007214,"","2268008005","04","GA","Houston","13153","","Robins AFB Airport",48811,"Airport","OP",,"","OP",32.64014,-83.59185,"Unknown","Warner Robins","GA","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0000544342,"LB" +9806211,"","",62827313,"","300",85237014,"","2275070000","04","FL","Miami-Dade","12086","","Miami Intl",48811,"Airport","OP",,"","OP",25.796275,-80.279769,"Unknown","Miami","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0277958,"LB" +9464811,"","",62689113,"","300",84578314,"","2275050011","04","MS","Perry","28111","","Richton-Perry County",48811,"Airport","OP",,"","OP",31.3174,-88.93505,"Unknown","Richton","MS","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",1.405182,"LB" +5427511,"ILEPA","091806AAI",59752113,"0004","780",85891814,"01","30500213","05","IL","Kankakee","17091","","Kankakee Valley Construction Company Inc",324121,"Hot Mix Asphalt Plant","OP",,"","OP",41.207572,-87.850243,"1349 E 6000 N Rd","Kankakee","IL","60901","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.00016468,"LB" +9567011,"","",62719013,"","300",84718414,"","2275050011","03","MD","Prince George's","24033","","Potomac Airfield",48811,"Airport","OP",,"","OP",38.74761,-76.9572,"Unknown","Friendly","MD","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",12.04342,"LB" +9606211,"","",62743713,"","300",84820914,"","2275060012","01","ME","Franklin","23007","","Steven A. Bean Muni",48811,"Airport","OP",,"","OP",44.9919,-70.66463,"Unknown","Rangeley","ME","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.034497,"LB" +9458411,"","",62682313,"","300",84556914,"","2275050011","04","MS","Hancock","28045","","Stennis International Airport",48811,"Airport","OP",,"","OP",30.36781,-89.45461,"7252 Stennis Airport Drive","Bay St Louis","MS","39521","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",10.13336,"LB" +9742711,"","",62773413,"","300",84931314,"","2275060012","04","FL","Pinellas","12103","","Clearwater Air Park",48811,"Airport","OP",,"","OP",27.97669,-82.75874,"Unknown","Clearwater","FL","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0207088,"LB" +899611,"FLDEP","0310188",46588513,"19","400",92594214,"8","40400301","04","FL","Duval","12031","","TRANSMONTAIGNE TERMINALS, LLC",45431,"","OP",,"","OP",30.360839,-81.627106,"3529 TALLEYRAND AVENUE","JACKSONVILLE","FL","32206-2645","R","USEPA Emission Factor (no Control Efficiency used)","Based on wt. % of pollutant to VOC content. See calcuations. Emissions include working and breathing SCCs.","2011FLDEP","100414","Ethyl Benzene",.008,"LB" +3713211,"GADNR","11500003",36848113,"SG02","100",90806514,"3","10100212","04","GA","Floyd","13115","","Ga Power Company - Plant Hammond",221112,"Electricity Generation via Combustion","OP",125000,"KW","OP",34.2531,-85.3448,"5963 Alabama Hwy SW","Coosa","GA","30129","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",15.3751,"LB" +6341711,"WVDAQ","0022",103877513,"0T5","999",147000314,"1","40400122","03","WV","Wayne","54099","","MARATHON PETROLEUM COMPANY LP TRISTATE",42471,"Petroleum Storage Facility","OP",,"","OP",38.40667,-82.59083,"227 23RD STREET","KENOVA","WV","25530","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",1.2,"LB" +9544511,"MIDEQ","AIRPORTLAN",53751613,"COM","300",148163514,"","2275020000","05","MI","Clinton","26037","","Capital City",48811,"Airport","OP",,"","OP",42.7761,-84.5966,"Unknown","Lansing","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.025997,"LB" +9535411,"MIDEQ","AIRPORTDTW",62700213,"APU","300",148186114,"","2275070000","05","MI","Wayne","26163","","Detroit Metropolitan Wayne County",48811,"Airport","OP",,"","OP",42.2072,-83.3731,"Goddard Road","Detroit","MI","48242","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0001587328,"LB" +9554311,"MIDEQ","AIRPORTCMX",62710013,"APU","300",148169814,"","2275070000","05","MI","Houghton","26061","","Houghton County Memoria",48811,"Airport","OP",,"","OP",47.16842,-88.48906,"Unknown","Hancock","MI","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.000634932,"LB" +9376211,"","",98310013,"","300",148198614,"","2275050012","02","NJ","Essex","34013","","Newark Liberty Intl",48811,"Airport","OP",,"","OP",40.690265,-74.176413,"Unknown","Newark","NJ","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.49391,"LB" +2986211,"PADEP","421330072",38381513,"102","690",93213214,"2","40202199","03","PA","York","42133","","LEISTERS FURNITURE/HANOVER BORO",337122,"Woodwork, Furniture, Millwork Manufacturing","OP",,"","OP",39.80754,-76.97362,"433 RIDGE AVE","HANOVER","PA","17331-9511","R","USEPA Emission Factor (no Control Efficiency used)","","2011PADEP","100414","Ethyl Benzene",672.2,"LB" +6639911,"SCDHEC","0820-0012",69733413,"001","100",96436014,"10","10200902","04","SC","Darlington","45031","","SONOCO PRODUCTS CO",322130,"Pulp and Paper Plant","OP",,"","OP",34.384861,-80.067449,"N SECOND ST","HARTSVILLE","SC","29550","R","S/L/T Emission Factor (no Control Efficiency used)","","2011SCDHEC","100414","Ethyl Benzene",7.0182,"LB" +4762711,"SCDHEC","2140-0014",69781913,"021","290",96660514,"1","40200901","04","SC","Sumter","45085","","CAROLINA FURNITURE WORKS INC",33712,"","OP",,"","OP",33.912896,-80.332861,"406 BROOKLYN ST","SUMTER","SC","29150","R","Material Balance","","2011SCDHEC","100414","Ethyl Benzene",45,"LB" +4879011,"WVDAQ","0011",71951813,"013","450",99679814,"1","40200101","03","WV","Mineral","54057","","ALLEGANY BALLISTICS LABORATORY",336415,"Aircraft, Aerospace, or Related Parts Plant","OP",,"","OP",39.56028,-78.835,"WV 2NDARY RT 956 @ POTOMAC RI","ROCKET CENTER","WV","26726-0210","R","Material Balance","","2011WVDAQ","100414","Ethyl Benzene",.2,"LB" +6885111,"WVDAQ","0048",71698413,"005","160",99250514,"1","20200254","03","WV","Kanawha","54039","","CLENDENIN 4C1200",486210,"Compressor Station","OP",,"","OP",38.495,-81.3125,"120 WEST UNION RD","CLENDENIN","WV","25045","R","USEPA Speciation Profile","Emissions multiplication factor of .000336440677966 applied to 2011WVDAQ submitted VOC based on augmentation description of 20200254_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.7543,"LB" +4879111,"WVDAQ","0003",71967613,"003","450",99698814,"1","40201901","03","WV","Hardy","54031","","AMERICAN WOODMARK CORPORATION -HARDY CO.",33711,"","PS",,"","PS",39.04111,-78.98722,"390 INDUSTRIAL PARK ROAD","MOOREFIELD","WV","26836","R","Material Balance","","2011WVDAQ","100414","Ethyl Benzene",21720,"LB" +6342011,"WVDAQ","0100",71746613,"T1","400",99353314,"1","40400116","03","WV","Wayne","54099","","MARATHON PETROLEUM COMPANY LP KENOVA",48832,"","OP",,"","OP",38.40444,-82.58833,"23RD STREET AT RIVER","KENOVA","WV","25530","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",.6,"LB" +6342011,"WVDAQ","0100",71746713,"T2","400",99353614,"2","40400161","03","WV","Wayne","54099","","MARATHON PETROLEUM COMPANY LP KENOVA",48832,"","OP",,"","OP",38.40444,-82.58833,"23RD STREET AT RIVER","KENOVA","WV","25530","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",10.6,"LB" +4986111,"WVDAQ","0025",71895013,"201","999",99604414,"1","31299999","03","WV","Nicholas","54067","","SMR TECHNOLOGIES",326299,"","OP",,"","OP",38.22778,-80.58417,"93 NETTIE FENWICK ROAD","FENWICK","WV","26202","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011WVDAQ","100414","Ethyl Benzene",21.5,"LB" +6340611,"WVDAQ","0009",71897513,"011","160",99607414,"1","20200252","03","WV","Upshur","54097","","CLEVELAND 6C4330",486210,"Compressor Station","OP",,"","OP",38.75056,-80.36278,"HC 32 BOX 12","KANAWHA HEAD","WV","26228","R","USEPA Speciation Profile","Emissions multiplication factor of .0009 applied to 2011WVDAQ submitted VOC based on augmentation description of 20200252_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",7.4628,"LB" +9216911,"OHEPA","0381000043",55668013,"P003","120",100726314,"20100201","20100201","05","OH","Van Wert","39161","","Robert P. Mone Plant (0381000043)",221112,"Electricity Generation via Combustion","OP",167,"MW","OP",40.93,-84.73917,"4406 Mentzer Road","Convoy","OH","45832","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",5.909,"LB" +7319811,"OHEPA","0448010246",8360713,"T038","999",100773414,"40301197","40301197","05","OH","Lucas","39095","","Toledo Refining Company, LLC. (0448010246)",324110,"Petroleum Refinery","OP",,"","OP",41.6328,-83.5019,"1819 Woodville Road","Oregon","OH","43616","R","Engineering Judgment","","2011OHEPA","100414","Ethyl Benzene",1.7,"LB" +7319811,"OHEPA","0448010246",8360713,"T038","999",100773514,"40301140","40301140","05","OH","Lucas","39095","","Toledo Refining Company, LLC. (0448010246)",324110,"Petroleum Refinery","OP",,"","OP",41.6328,-83.5019,"1819 Woodville Road","Oregon","OH","43616","R","Engineering Judgment","","2011OHEPA","100414","Ethyl Benzene",1.31,"LB" +8050111,"OHEPA","0370000226",6332513,"P007","999",100702014,"20200252","20200252","05","OH","Richland","39139","","PAVONIA COMPRESSOR STATION (0370000226)",486210,"Compressor Station","OP",12.6,"E6BTU/HR","OP",40.81944,-82.42056,"Environmental Affairs Department","Charleston","WV","25325","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",4.438,"LB" +7120011,"MNPCA","2701700003",79401813,"EU023","100",102465214,"EU023PD001","10200903","05","MN","Carlton","27017","","Jarden Home Brands",321999,"","OP",8,"E6BTU/HR","OP",46.72155,-92.44379,"1800 Cloquet Ave","Cloquet","MN","55720","R","USEPA Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",1.0474,"LB" +13453511,"NCDAQ","3708100010",74964913,"G-1","255",101421414,"2","30500258","04","NC","Guilford","37081","","APAC-Atlantic, Inc. - Plant #10",324121,"","OP",,"","OP",35.9631,-79.922,"5730 Riverdale Drive","Jamestown","NC","27282","R","S/L/T Emission Factor (no Control Efficiency used)","2008 Emissions used as gap-fill for 2011 for NATA purposes","2011NCDAQ","100414","Ethyl Benzene",221.14,"LB" +8247011,"NCDAQ","3710100176",70213,"G-5","690",101289514,"3","31401551","04","NC","Johnston","37101","","May-Craft Fiberglass Products Inc",336612,"Ship/Boat Manufacturing or Repair Facility","OP",,"","OP",35.459566,-78.386433,"96 Hillsboro Road","Four Oaks","NC","27524","R","USEPA Emission Factor (no Control Efficiency used)","","2011NCDAQ","100414","Ethyl Benzene",10.1,"LB" +7372611,"OHEPA","1667090000",73896713,"P014","100",101117014,"30500311","30500311","05","OH","Portage","39133","","Harbison-Walker Refractories Co. (1667090000)",327120,"","OP",40.2,"E6BTU/HR","OP",41.23222,-81.04222,"East Center Street / Route 303","Windham","OH","44288","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",.5586,"LB" +6292211,"MNPCA","2705300099",79474713,"EU017","690",102597114,"EU017PD001","30400318","05","MN","Hennepin","27053","","Prospect Foundry Inc",331511,"Foundries, Iron and Steel","OP",,"","OP",44.99339,-93.23317,"1225 Winter St NE","Minneapolis","MN","55413","R","Engineering Judgment","","2011MNPCA","100414","Ethyl Benzene",2.038,"LB" +9561911,"MIDEQ","N7462",53596713,"EU0001","160",106298314,"20200254","20200254","05","MI","Alpena","26007","","BREITBURN OPERATING LP.-BLUE HERRON/JACK SPRATT",211111,"","OP",,"","OP",44.9816,-83.7704,"SEC 24 30N 05E NE NE SE","LACHINE","MI","49753","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",2.004,"LB" +13683511,"MIDEQ","N7943",82734113,"EU0002","999",106314014,"20200253","20200253","05","MI","Montmorency","26119","","WARD LAKE ENERGY",211111,"","OP",,"","OP",44.9404,-84.3627,"NW NW SE SEC 18","VIENNA TWP","MI","49735","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",.3284,"LB" +9561811,"MIDEQ","N7472",53596913,"EU0001","160",106318214,"20200254","20200254","05","MI","Alpena","26007","","BREITBURN OPERATING - CARBON BLACK ROHMAN EMPIRE",211111,"","OP",,"","OP",44.9599,-83.7459,"SEC 29 TWP 30N 6E SE SW SW","LACHINE","MI","49753","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",3.078,"LB" +10690111,"KYDAQ","2121700039",83028213,"EP 2","999",107692514,"5","39999995","04","KY","Taylor","21217","","Murakami Manufacturing USA Inc",336390,"","OP",,"","OP",37.339444,-85.322222,"575 Water Tower Bypass","Campbellsville","KY","42718","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",14.75882,"LB" +7057811,"MNPCA","2710300024",83103513,"EU773","470",107813814,"EU773PD001","40500401","05","MN","Nicollet","27103","","Taylor Corp - Mankato Campus",322299,"","OP",,"","OP",44.17535,-94.03857,"1725 Roe Crest Dr","North Mankato","MN","56003","R","Material Balance","","2011MNPCA","100414","Ethyl Benzene",.02,"LB" +5353811,"KYDAQ","2119100004",26365613,"001","255",107720614,"3","30500258","04","KY","Pendleton","21191","","Mago Construction Co LLC - Butler Plant",324121,"Hot Mix Asphalt Plant","OP",,"","OP",38.793208,-84.342836,"Jct KY 177 & Flour Creek Rd","Butler","KY","41006","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",3.37752,"LB" +9489711,"MNPCA","27111POTW01",53937113,"WS001","300",107777214,"WS001PD001","50100701","05","MN","Otter Tail","27111","","Pelican Rapids WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",46.57,-96.078,"300 1st Ave NW","Pelican Rapids","MN","56572","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",4.54,"LB" +8226211,"MIDEQ","B2328",82884513,"EU0033","160",106565814,"20100102","20100102","05","MI","Washtenaw","26161","","University of Michigan- former PFIZER GLOBAL R&D",611310,"Institutional (school, hospital, prison, etc.)","OP",,"","OP",42.3,-83.7069,"2800 PLYMOUTH RD&1600 HURON PKWY","ANN ARBOR","MI","48105","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",0,"LB" +6047411,"KYDAQ","2121300046",72996113,"EP41","999",108047014,"1","40200711","04","KY","Simpson","21213","","Toyo Automotive Parts (USA) Inc",326291,"Automobile/Truck or Parts Plant","OP",,"","OP",36.706972,-86.518861,"521 Page Dr","Franklin","KY","42134","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",13.3856,"LB" +13426711,"KYDAQ","2121700013",73356213,"25","999",107599914,"1","39999995","04","KY","Taylor","21217","","Ingersoll Rand Co",333912,"","OP",,"","OP",37.344444,-85.3325,"101 Industrial Dr","Campbellsville","KY","42718","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",2012.4,"LB" +999711,"ADEM","0024",47801713,"X004","640",108400614,"12","30800112","04","AL","Tuscaloosa","01125","","BFGoodrich Tire Co",326211,"Plastic, Resin, or Rubber Products Plant","OP",,"","OP",33.190789,-87.602908,"5101 21st St","Tuscaloosa","AL","35401","R","Engineering Judgment","","2011ADEM","100414","Ethyl Benzene",71.8,"LB" +6040611,"KYDAQ","2101500025",72474113,"EP1","999",106756514,"1","30899999","04","KY","Boone","21015","","Crane Composites Inc",326199,"","OP",,"","OP",38.974833,-84.62425,"8015 Dixon Rd","Florence","KY","41042","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",17.69904,"LB" +7107611,"MNPCA","27131POTW01",15092913,"WS001","300",108555714,"WS001PD001","50100701","05","MN","Rice","27131","","Morristown WWTP",22132,"Wastewater Treatment Facility","OP",,"","OP",44.22628,-93.44907,"401 Main St E","Morristown","MN","55052","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MNPCA","100414","Ethyl Benzene",.3122,"LB" +14468811,"","",87184113,"","300",117887814,"","28500201","03","VA","Alleghany","51005","","CLIFTONFORGE",488210,"Rail Yard","OP",,"","OP",37.811769,-79.832261,"Unknown","Unknown","VA","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",45.4428,"LB" +14419411,"","",87123413,"","300",117827114,"","28500201","04","GA","Lowndes","13185","","LANGDALE",488210,"Rail Yard","OP",,"","OP",30.838852,-83.256974,"Unknown","Unknown","GA","00000","R","Other Emission Factor (no Control Efficiency used)","","2011EPA_Rail","100414","Ethyl Benzene",19.65094,"LB" +14435511,"","",87143413,"","300",117847214,"","28500201","03","MD","Baltimore","24005","","BAYVIEW(NS)",488210,"Rail Yard","OP",,"","OP",39.3048,-76.509288,"Unknown","Unknown","MD","00000","R","Engineering Judgment","","2011MDDOE","100414","Ethyl Benzene",2.32,"LB" +6637611,"MADEP","1180060",87594313,"3","160",118795214,"1","20200201","01","MA","Worcester","25027","","TENNESSEE GAS PIPELINE LLC STATION 266A",486210,"Compressor Station","OP",2.2,"E6BTU/HR","OP",42.080703,-71.514289,"54 THAYER RD","MENDON","MA","01756-0000","R","USEPA Speciation Profile","Emissions multiplication factor of .015238095238095 applied to 2011MADEP submitted VOC based on augmentation description of ice_natgas_EthylBenzene_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.1828572,"LB" +12140111,"","",89317113,"","300",120979814,"","2275060011","04","NC","Wilson","37195","","WILSON INDUSTRIAL AIR CENTER",48811,"Airport","OP",,"","OP",35.7704,-77.9698,"Unknown","WILSON","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.2128,"LB" +9540611,"MIDEQ","B1646",57768813,"EU0002","100",121582714,"30500255","30500255","05","MI","Eaton","26045","","RIETH RILEY CONSTRUCTION CO., INC.",324121,"","OP",1,"DATAMIGRATION","OP",42.6915,-84.6452,"4150 S. CREYTS RD.","LANSING","MI","48917","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",66.18,"LB" +11918611,"","",89311013,"","300",120967314,"","2275060012","05","OH","Hamilton","39061","","HORIZONS",48811,"Airport","OP",,"","OP",39.1226,-84.4099,"Unknown","CINCINNATI","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.1125126,"LB" +11938211,"","",89311513,"","300",120968214,"","2275060011","05","OH","Mahoning","39099","","TRI-CITY",48811,"Airport","OP",,"","OP",40.906,-81,"Unknown","SEBRING","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.0091081,"LB" +11975511,"","",89312213,"","300",120969614,"","2275060011","05","OH","Mahoning","39099","","SALEM AIRPARK INC",48811,"Airport","OP",,"","OP",40.9481,-80.8621,"Unknown","SALEM","OH","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.258424,"LB" +11850011,"","",89309713,"","300",120964714,"","2275060012","04","NC","Durham","37063","","LAKE RIDGE AERO PARK",48811,"Airport","OP",,"","OP",36.0601,-78.7833,"Unknown","DURHAM","NC","00000","R","USEPA Emission Factor (no Control Efficiency used)","","2011EPA_Airports","100414","Ethyl Benzene",.207018,"LB" +4433911,"FLDEP","0210031",89411313,"31","160",125201614,"1","20200254","04","FL","Collier","12021","","BREITBURN FLORIDA, LLC",211111,"Oil or Gas Field (On-shore)","OP",14.2,"E6BTU/HR","OP",25.979167,-80.903611,"RACCOON POINT- 60 MI SE NAPLES","COLLIER COUNTY","FL","34101","R","USEPA Speciation Profile","Emissions multiplication factor of .000336440677966 applied to 2011FLDEP submitted VOC based on augmentation description of 20200254_100414_VOC","2011EPA_HAP-Aug","100414","Ethyl Benzene",.327924,"LB" +5431911,"ILEPA","099085AAH",91335513,"0023","160",124473414,"01","20100102","05","IL","La Salle","17099","","City Of Peru Generating Station",221112,"Electricity Generation via Combustion","OP",27.4,"E6BTU/HR","OP",41.324355,-89.124084,"1415 Water St","Peru","IL","61354","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.00409538,"LB" +5431911,"ILEPA","099085AAH",91335613,"0024","160",124473514,"01","20100102","05","IL","La Salle","17099","","City Of Peru Generating Station",221112,"Electricity Generation via Combustion","OP",27.4,"E6BTU/HR","OP",41.324355,-89.124084,"1415 Water St","Peru","IL","61354","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.0029033,"LB" +4923311,"ILEPA","163065AAI",91367113,"0015","770",124505014,"01","30500214","05","IL","St. Clair","17163","","Christ Bros Products LLC",324121,"Hot Mix Asphalt Plant","OP",,"","OP",38.592199,-89.800197,"1100 Reese Dr","Lebanon","IL","62254","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",1.74708,"LB" +15023311,"OHEPA","0660000261",91691413,"P003","160",124961414,"20200254","20200254","05","OH","Muskingum","39119","","Chandlersville Compressor Station (0660000261)",486210,"Compressor Station","OP",,"","ONRE",39.84327,-81.94451,"1420 Irish Ridge Rd.","Philo","OH","43771","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",1.972,"LB" +9300011,"OHEPA","1409040897",55576013,"P001","120",124985914,"20100201","20100201","05","OH","Butler","39017","","OMEGA JV2 Hamilton Peaking Station (1409040897)",221112,"Electricity Generation via Combustion","OP",423,"E6BTU/HR","OP",39.33111,-84.51945,"8000 N. Gilmore Road","Hamilton","OH","45015","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011OHEPA","100414","Ethyl Benzene",.7946,"LB" +7255211,"INDEM","00033",91188713,"Unit 6","999",123966814,"02","10100212","05","IN","Marion","18097","","IP&L - HARDING STREET",221112,"Electricity Generation via Combustion","OP",1020,"E6BTU/HR","OP",39.7119,-86.1975,"3700 S Harding St","Indianapolis","IN","46217","R","USEPA Emission Factor (no Control Efficiency used)","calc from CAMD2011 heat input and 2008 Pechan EF","2011 EPA EGUs","100414","Ethyl Benzene",22.0963,"LB" +14597211,"ILEPA","055802AAF",91316613,"0004","770",124454314,"01","30500214","05","IL","Franklin","17055","","ET Simonds Construction Co",324121,"","OP",,"","OP",37.99695,-88.985072,"9141 Rend City Rd","West City","IL","62891","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",.384,"LB" +7360711,"ILEPA","197800AAA",91383213,"0141","160",124521614,"01","20200102","05","IL","Will","17197","","Exxon Mobil Oil Corp",324110,"Petroleum Refinery","PS",6,"E6BTU/HR","OP",41.413831,-88.18346,"Interstate 55 & Arsenal Rd","Joliet","IL","60434","R","USEPA Emission Factor (pre-control) plus Control Efficiency","","2011ILEPA","100414","Ethyl Benzene",0,"LB" +5760411,"MEDEP","2301900083",22599413,"002","400",129298614,"002-1","40400122","01","ME","Penobscot","23019","","COLD BROOK ENERGY INC",424710,"Petroleum Storage Facility","OP",1320000,"GAL","OP",44.779078,-68.783157,"809 MAIN RD N","BANGOR","ME","04444-1903","R","Engineering Judgment","See attached calculation worksheets","2011MEDEP","100414","Ethyl Benzene",.35,"LB" +8229311,"MIDEQ","B2810",6593713,"EU0039","200",129534414,"10100222","10100222","05","MI","Wayne","26163","","DTE - Electric Company RIVER ROUGE",221112,"Electricity Generation via Combustion","OP",3000,"E6BTU/HR","OP",42.2727,-83.1124,"1 BELANGER PARK DR","RIVER ROUGE","MI","48218","R","S/L/T Emission Factor (no Control Efficiency used)","","2011MIDEQ","100414","Ethyl Benzene",59.99,"LB" +5345611,"KYDAQ","2109300022",94663613,"EU09","400",129588614,"2","40301099","04","KY","Hardin","21093","","US Army Garrison Fort Knox",928110,"Military Base","OP",,"","OP",37.903266,-85.953442,"Knox St IMSE-KNX-PWE Bldg 1110B","Fort Knox","KY","40121-5000","R","Other Emission Factor (pre-control) plus Control Efficiency","","2011KYDAQ","100414","Ethyl Benzene",.0283,"LB" diff --git a/scripts/us_epa/national_emissions_inventory/test_data/datasets/2017_esg_cty_scc_12961.csv b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2017_esg_cty_scc_12961.csv new file mode 100644 index 0000000000..250084d42d --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/datasets/2017_esg_cty_scc_12961.csv @@ -0,0 +1,12157 @@ +epa region code,state,fips state code,tribal name,fips code,county,data category,emissions type code,scc,sector,aetc,reporting period,emissions operating type,pollutant code,pollutant desc,pollutant type(s),total emissions,emissions uom,data set +10,WA,53,,53055,San Juan,NP,,2630020000,Waste Disposal,,A,R,123911,p-Dioxane,HAP,.002529414,LB,2017NEI_Apr2020 +10,WA,53,,53055,San Juan,NP,,2630020000,Waste Disposal,,A,R,126998,Chloroprene,HAP,.003363132,LB,2017NEI_Apr2020 +10,WA,53,,53055,San Juan,NP,,2630020000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,8.450222,LB,2017NEI_Apr2020 +10,WA,53,,53055,San Juan,NP,,2630020000,Waste Disposal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,.009001322,LB,2017NEI_Apr2020 +10,WA,53,,53055,San Juan,NP,,2630020000,Waste Disposal,,A,R,56235,Carbon Tetrachloride,HAP,.15826502,LB,2017NEI_Apr2020 +10,WA,53,,53055,San Juan,NP,,2630020000,Waste Disposal,,A,R,67663,Chloroform,HAP,.9100238,LB,2017NEI_Apr2020 +10,WA,53,,53055,San Juan,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,.07955644,LB,2017NEI_Apr2020 +10,WA,53,,53055,San Juan,NP,,2630020000,Waste Disposal,,A,R,78875,Propylene Dichloride,HAP,.0016250426,LB,2017NEI_Apr2020 +10,WA,53,,53055,San Juan,NP,,2630020000,Waste Disposal,,A,R,79469,2-Nitropropane,HAP,.00004126196,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,4.71350499,TON,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2610000500,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.042496825,TON,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,7.376559,TON,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,56235,Carbon Tetrachloride,HAP,.15792,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,75058,Acetonitrile,HAP,.048645,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,126998,Chloroprene,HAP,.0033558,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00022701,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,79469,2-Nitropropane,HAP,.000041172,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,87683,Hexachlorobutadiene,HAP,.000102789,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,95534,o-Toluidine,HAP,.00024675,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,107051,Allyl Chloride,HAP,.0027354,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,108054,Vinyl Acetate,HAP,.0108006,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,108883,Toluene,HAP,1.7343,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2630020000,Waste Disposal,,A,R,121697,"N,N-Dimethylaniline",HAP,.045402,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20197,Wabaunsee,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.005155079,TON,2017NEI_Apr2020 +07,KS,20,,20197,Wabaunsee,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.309304,LB,2017NEI_Apr2020 +07,KS,20,,20197,Wabaunsee,NP,,2805035000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,2.34143,LB,2017NEI_Apr2020 +07,KS,20,,20197,Wabaunsee,NP,,2805035000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.18011,LB,2017NEI_Apr2020 +07,KS,20,,20197,Wabaunsee,NP,,2805035000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,11.25688,TON,2017NEI_Apr2020 +07,KS,20,,20197,Wabaunsee,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,.18011,LB,2017NEI_Apr2020 +07,KS,20,,20127,Morris,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,905.9337,LB,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000292269878,TON,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.00002514034,LB,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.0002935228,LB,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.0000006264204,LB,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.00003877841,TON,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.00000001509375,LB,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2302003200,Commercial Cooking,,A,R,86737,Fluorene,HAP,2.382612,LB,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2302003200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.0000959728,LB,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,94757,"2,4-Dichlorophenoxy Acetic Acid",HAP,31403.19,LB,2017NEI_Apr2020 +09,CA,06,,06103,Tehama,NP,,2401040000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45029,Colleton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.006235196,TON,2017NEI_Apr2020 +06,AR,05,,05113,Polk,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,5.156325,LB,2017NEI_Apr2020 +06,AR,05,,05113,Polk,NP,,2501060201,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,4.864458,TON,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.000001497136,LB,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.000002969676,TON,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.000006995794,LB,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,.01055995,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2851001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.546404,LB,2017NEI_Apr2020 +03,PA,42,,42003,Allegheny,NP,,2610030000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.15742811,TON,2017NEI_Apr2020 +03,PA,42,,42003,Allegheny,NP,,2610030000,Waste Disposal,,A,R,120821,"1,2,4-Trichlorobenzene",HAP,.5170053,LB,2017NEI_Apr2020 +03,PA,42,,42003,Allegheny,NP,,2610030000,Waste Disposal,,A,R,123386,Propionaldehyde,HAP,580.8555,LB,2017NEI_Apr2020 +03,PA,42,,42003,Allegheny,NP,,2610030000,Waste Disposal,,A,R,218019,Chrysene,HAP,9.306096,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.33153149568,TON,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2610000400,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0029890784,TON,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2610000400,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.09320691,TON,2017NEI_Apr2020 +07,KS,20,,20079,Harvey,NP,,2310021501,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.2037896,LB,2017NEI_Apr2020 +05,MI,26,,26117,Montcalm,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0116230448,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,6.117392,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,137.3821,LB,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,244.6957,LB,2017NEI_Apr2020 +06,TX,48,,48459,Upshur,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.847832,LB,2017NEI_Apr2020 +06,TX,48,,48459,Upshur,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,179.06208,LB,2017NEI_Apr2020 +06,TX,48,,48459,Upshur,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +08,CO,08,,08009,Baca,NP,,2310010700,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,.19059566935672,LB,2017NEI_Apr2020 +08,CO,08,,08009,Baca,NP,,2310010700,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.36917699580216,LB,2017NEI_Apr2020 +06,TX,48,,48379,Rains,NP,,2310011505,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18139,Rush,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2501080050,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,87.71532,LB,2017NEI_Apr2020 +06,LA,22,,22071,Orleans,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00003228721542,TON,2017NEI_Apr2020 +06,LA,22,,22071,Orleans,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.0003695158,LB,2017NEI_Apr2020 +06,LA,22,,22071,Orleans,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.00003978708,TON,2017NEI_Apr2020 +06,LA,22,,22071,Orleans,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.00001956359,LB,2017NEI_Apr2020 +06,LA,22,,22071,Orleans,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.00009372815,LB,2017NEI_Apr2020 +06,LA,22,,22025,Catahoula,NP,,2801500220,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.0000297,TON,2017NEI_Apr2020 +06,LA,22,,22029,Concordia,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,43.2,LB,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2311020000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.001056584115,TON,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,28.94751,TON,2017NEI_Apr2020 +04,GA,13,,13043,Candler,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00013622085312,TON,2017NEI_Apr2020 +04,GA,13,,13043,Candler,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00002459953584,TON,2017NEI_Apr2020 +04,GA,13,,13043,Candler,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,7439921,Lead,CAP/HAP,.0008031878,LB,2017NEI_Apr2020 +04,GA,13,,13043,Candler,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.00002192701,LB,2017NEI_Apr2020 +04,GA,13,,13043,Candler,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.000004722742,LB,2017NEI_Apr2020 +04,GA,13,,13027,Brooks,NP,,2805007100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,67.62713,LB,2017NEI_Apr2020 +04,GA,13,,13027,Brooks,NP,,2805007100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,56.35594,TON,2017NEI_Apr2020 +06,TX,48,,48369,Parmer,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48369,Parmer,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48371,Pecos,NP,,2310021401,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48371,Pecos,NP,,2310021401,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48371,Pecos,NP,,2310021401,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48371,Pecos,NP,,2310021401,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13297,Walton,NP,,2851001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.164081,LB,2017NEI_Apr2020 +06,TX,48,,48431,Sterling,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,21.08,TON,2017NEI_Apr2020 +06,TX,48,,48431,Sterling,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,4.42,TON,2017NEI_Apr2020 +06,TX,48,,48431,Sterling,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,2.241099386,LB,2017NEI_Apr2020 +06,TX,48,,48431,Sterling,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,108952,Phenol,HAP,2.154116462,LB,2017NEI_Apr2020 +06,TX,48,,48431,Sterling,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,126.8933538,LB,2017NEI_Apr2020 +05,IN,18,,18037,Dubois,NP,,2501080100,Gas Stations,,A,R,110543,Hexane,HAP,.2791372,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2630020000,Waste Disposal,,A,R,171,Glycol Ethers,HAP,9.706,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2630020000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,.0166268,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2630020000,Waste Disposal,,A,R,75014,Vinyl Chloride,HAP,.00566324,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2630020000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,.26164,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2630020000,Waste Disposal,,A,R,95534,o-Toluidine,HAP,.001477,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.00381488,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2630020000,Waste Disposal,,A,R,108054,Vinyl Acetate,HAP,.0646504,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2630020000,Waste Disposal,,A,R,77474,Hexachlorocyclopentadiene,HAP,.000492052,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2630020000,Waste Disposal,,A,R,126998,Chloroprene,HAP,.0200872,LB,2017NEI_Apr2020 +06,TX,48,,48345,Motley,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48345,Motley,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48345,Motley,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48345,Motley,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13199,Meriwether,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.504213,TON,2017NEI_Apr2020 +04,GA,13,,13199,Meriwether,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,6.8573,LB,2017NEI_Apr2020 +10,ID,16,,16029,Caribou,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,50000,Formaldehyde,HAP,296835.2,LB,2017NEI_Apr2020 +10,ID,16,,16029,Caribou,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,VOC,Volatile Organic Compounds,CAP,5287.398,TON,2017NEI_Apr2020 +10,ID,16,,16029,Caribou,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,CO,Carbon Monoxide,CAP,1038.994,TON,2017NEI_Apr2020 +10,ID,16,,16045,Gem,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,CO,Carbon Monoxide,CAP,716.9807,TON,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,83329,Acenaphthene,HAP,.000368883,LB,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.1573434,TON,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.009440606,TON,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,.576926,LB,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00002919594,LB,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439921,Lead,CAP/HAP,.02209802,LB,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439976,Mercury,HAP,.00736717,LB,2017NEI_Apr2020 +04,MS,28,,28119,Quitman,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.00073245,LB,2017NEI_Apr2020 +06,TX,48,,48039,Brazoria,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.790334,LB,2017NEI_Apr2020 +06,TX,48,,48039,Brazoria,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.23647,TON,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,3.36452371,TON,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.108035165,TON,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,60.13779,LB,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,78591,Isophorone,HAP,32.81856,LB,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,84742,Dibutyl Phthalate,HAP,12.24044,LB,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,85018,Phenanthrene,HAP,18.80415,LB,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,86737,Fluorene,HAP,10.59064,LB,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,88062,"2,4,6-Trichlorophenol",HAP,.674111,LB,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.2654596,LB,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,134.4674,LB,2017NEI_Apr2020 +07,MO,29,,29161,Phelps,NP,,2610030000,Waste Disposal,,A,R,50328,Benzo[a]Pyrene,HAP,4.967133,LB,2017NEI_Apr2020 +05,MN,27,,27159,Wadena,NP,,2415000000,Solvent - Degreasing,,A,R,71556,Methyl Chloroform,HAP,863.432522511052,LB,2017NEI_Apr2020 +05,MN,27,,27159,Wadena,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,1273.691,LB,2017NEI_Apr2020 +05,MN,27,,27159,Wadena,NP,,2415000000,Solvent - Degreasing,,A,R,91203,Naphthalene,HAP,.6997027,LB,2017NEI_Apr2020 +08,MT,30,,30097,Sweet Grass,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,52.9948,LB,2017NEI_Apr2020 +08,MT,30,,30097,Sweet Grass,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,46.4566,LB,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12075,Levy,NP,,2294000000,Dust - Paved Road Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.023197608,TON,2017NEI_Apr2020 +04,FL,12,,12075,Levy,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,57.99402,TON,2017NEI_Apr2020 +04,GA,13,,13039,Camden,NP,,2610000400,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0973274952,TON,2017NEI_Apr2020 +04,GA,13,,13039,Camden,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.8929128,TON,2017NEI_Apr2020 +04,GA,13,,13039,Camden,NP,,2610000400,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,3.413182,TON,2017NEI_Apr2020 +04,GA,13,,13039,Camden,NP,,2610000400,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.158044,TON,2017NEI_Apr2020 +07,NE,31,,31177,Washington,NP,,2302002200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,8.641693,LB,2017NEI_Apr2020 +07,NE,31,,31177,Washington,NP,,2302002200,Commercial Cooking,,A,R,108883,Toluene,HAP,88.02156,LB,2017NEI_Apr2020 +07,NE,31,,31177,Washington,NP,,2302002200,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,2.062729,LB,2017NEI_Apr2020 +07,NE,31,,31177,Washington,NP,,2302002200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.2436919184,TON,2017NEI_Apr2020 +07,MO,29,,29167,Polk,NP,,2610000100,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.004219397,TON,2017NEI_Apr2020 +07,MO,29,,29167,Polk,NP,,2610000100,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.131404078,TON,2017NEI_Apr2020 +05,IL,17,,17149,Pike,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,116.5327,LB,2017NEI_Apr2020 +05,IL,17,,17167,Sangamon,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,71432,Benzene,HAP,1453.145,LB,2017NEI_Apr2020 +05,IL,17,,17203,Woodford,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.7135648,TON,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.02943352,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.02943352,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.1471676,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,83329,Acenaphthene,HAP,.0014737714,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0289865,TON,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,.00008521332,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,.00016623582,LB,2017NEI_Apr2020 +04,TN,47,,47125,Montgomery,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.006550482,LB,2017NEI_Apr2020 +04,TN,47,,47125,Montgomery,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.006550482,LB,2017NEI_Apr2020 +04,TN,47,,47125,Montgomery,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00003326538,LB,2017NEI_Apr2020 +04,AL,01,,01085,Lowndes,NP,,2501060201,Gas Stations,,A,R,110543,Hexane,HAP,373.3355,LB,2017NEI_Apr2020 +04,AL,01,,01085,Lowndes,NP,,2501060201,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,116.1488,LB,2017NEI_Apr2020 +04,AL,01,,01085,Lowndes,NP,,2501060201,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,10.37043,TON,2017NEI_Apr2020 +04,AL,01,,01085,Lowndes,NP,,2501060201,Gas Stations,,A,R,98828,Cumene,HAP,2.488903,LB,2017NEI_Apr2020 +04,AL,01,,01093,Marion,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,2813.015,LB,2017NEI_Apr2020 +04,AL,01,,01067,Henry,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,6.61424,LB,2017NEI_Apr2020 +04,AL,01,,01067,Henry,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,52.5248,LB,2017NEI_Apr2020 +04,AL,01,,01079,Lawrence,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.29115,TON,2017NEI_Apr2020 +04,AL,01,,01079,Lawrence,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.08175,TON,2017NEI_Apr2020 +04,AL,01,,01079,Lawrence,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,14.08,LB,2017NEI_Apr2020 +09,AZ,04,,04027,Yuma,NP,,2501055120,Bulk Gasoline Terminals,,A,R,108883,Toluene,HAP,1.7019,LB,2017NEI_Apr2020 +09,AZ,04,,04027,Yuma,NP,,2501055120,Bulk Gasoline Terminals,,A,R,91203,Naphthalene,HAP,.0003282235,LB,2017NEI_Apr2020 +10,AK,02,,02110,Juneau,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0571048,TON,2017NEI_Apr2020 +10,AK,02,,02110,Juneau,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.776626,LB,2017NEI_Apr2020 +10,AK,02,,02110,Juneau,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0456856,LB,2017NEI_Apr2020 +06,AR,05,,05037,Cross,NP,,2302002100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.08393469,TON,2017NEI_Apr2020 +06,AR,05,,05037,Cross,NP,,2302002100,Commercial Cooking,,A,R,108952,Phenol,HAP,.5475239,LB,2017NEI_Apr2020 +06,AR,05,,05037,Cross,NP,,2302002100,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.432546,LB,2017NEI_Apr2020 +06,AR,05,,05037,Cross,NP,,2302002100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.07801584,LB,2017NEI_Apr2020 +06,AR,05,,05037,Cross,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0004692506005,TON,2017NEI_Apr2020 +06,AR,05,,05037,Cross,NP,,2302002100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.3442966,LB,2017NEI_Apr2020 +06,AR,05,,05137,Stone,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,4.305799,TON,2017NEI_Apr2020 +06,AR,05,,05075,Lawrence,NP,,2801500220,Fires - Agricultural Field Burning,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.00448,TON,2017NEI_Apr2020 +06,AR,05,,05075,Lawrence,NP,,2801500220,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,.0608,LB,2017NEI_Apr2020 +09,CA,06,,06009,Calaveras,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.01154810044,TON,2017NEI_Apr2020 +09,AZ,04,,04025,Yavapai,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,18.81824,TON,2017NEI_Apr2020 +06,AR,05,,05017,Chicot,NP,,2325000000,Industrial Processes - Mining,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05017,Chicot,NP,,2325000000,Industrial Processes - Mining,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,SC,45,,45067,Marion,NP,,2285002008,Mobile - Locomotives,,A,R,7439965,Manganese,HAP,.581178,LB,2017NEI_Apr2020 +04,SC,45,,45067,Marion,NP,,2285002008,Mobile - Locomotives,,A,R,110543,Hexane,HAP,1.301474,LB,2017NEI_Apr2020 +04,SC,45,,45067,Marion,NP,,2285002008,Mobile - Locomotives,,A,R,129000,Pyrene,HAP,.04018792,LB,2017NEI_Apr2020 +04,SC,45,,45067,Marion,NP,,2285002008,Mobile - Locomotives,,A,R,205992,Benzo[b]Fluoranthene,HAP,.0007448292,LB,2017NEI_Apr2020 +04,SC,45,,45067,Marion,NP,,2285002008,Mobile - Locomotives,,A,R,208968,Acenaphthylene,HAP,.2309066,LB,2017NEI_Apr2020 +04,SC,45,,45067,Marion,NP,,2285002008,Mobile - Locomotives,,A,R,56553,Benz[a]Anthracene,HAP,.002430232,LB,2017NEI_Apr2020 +04,SC,45,,45067,Marion,NP,,2285002008,Mobile - Locomotives,,A,R,85018,Phenanthrene,HAP,.5386264,LB,2017NEI_Apr2020 +04,SC,45,,45067,Marion,NP,,2285002008,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,.233239,TON,2017NEI_Apr2020 +04,SC,45,,45067,Marion,NP,,2285002008,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,.6077118,TON,2017NEI_Apr2020 +06,AR,05,,05115,Pope,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1263726,TON,2017NEI_Apr2020 +06,AR,05,,05115,Pope,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.003828289,TON,2017NEI_Apr2020 +06,AR,05,,05115,Pope,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,1.432416,LB,2017NEI_Apr2020 +04,NC,37,,37127,Nash,NP,,2805002000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.3806478,LB,2017NEI_Apr2020 +02,NY,36,,36075,Oswego,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,107211,Ethylene Glycol,HAP,2097.735,LB,2017NEI_Apr2020 +07,IA,19,,19123,Mahaska,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,3781.116,LB,2017NEI_Apr2020 +07,IA,19,,19123,Mahaska,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,130.5413,LB,2017NEI_Apr2020 +04,AL,01,,01029,Cleburne,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,51.1378,LB,2017NEI_Apr2020 +04,AL,01,,01029,Cleburne,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,44.8286,LB,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2302002200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.1135897,LB,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2302002200,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,9.59438,TON,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2302002200,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,41.63259,LB,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2302002200,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.1192777,LB,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2302002200,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0701234,LB,2017NEI_Apr2020 +02,PR,72,,72119,Rio Grande,NP,,2302003100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72119,Rio Grande,NP,,2302003100,Commercial Cooking,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72119,Rio Grande,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51111,Lunenburg,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.28183362702,TON,2017NEI_Apr2020 +03,VA,51,,51111,Lunenburg,NP,,2610000400,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.1536248,TON,2017NEI_Apr2020 +03,VA,51,,51111,Lunenburg,NP,,2610000400,Waste Disposal,,A,R,108952,Phenol,HAP,5.698985,LB,2017NEI_Apr2020 +03,VA,51,,51660,Harrisonburg city,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,7.968,LB,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2610000100,Waste Disposal,,A,R,98828,Cumene,HAP,.6049883,LB,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2610000100,Waste Disposal,,A,R,100425,Styrene,HAP,4.634439,LB,2017NEI_Apr2020 +03,WV,54,,54039,Kanawha,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.5784901,TON,2017NEI_Apr2020 +03,WV,54,,54039,Kanawha,NP,,2610000100,Waste Disposal,,A,R,100425,Styrene,HAP,18.94089,LB,2017NEI_Apr2020 +04,NC,37,,37171,Surry,NP,,2610000100,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.577704069184,TON,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2610000100,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.22803776388,TON,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.1243012,TON,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2610000100,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,2.245441,TON,2017NEI_Apr2020 +03,WV,54,,54075,Pocahontas,NP,,2610000100,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.1902824412,TON,2017NEI_Apr2020 +03,WV,54,,54075,Pocahontas,NP,,2610000100,Waste Disposal,,A,R,108952,Phenol,HAP,3.84772,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,3.047694,TON,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.0013579172,LB,2017NEI_Apr2020 +07,MO,29,,29223,Wayne,NP,,2501055120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.0467369,LB,2017NEI_Apr2020 +07,MO,29,,29223,Wayne,NP,,2501055120,Bulk Gasoline Terminals,,A,R,98828,Cumene,HAP,.001001505,LB,2017NEI_Apr2020 +07,KS,20,,20009,Barton,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20009,Barton,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20009,Barton,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55077,Marquette,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000342796874,TON,2017NEI_Apr2020 +05,WI,55,,55091,Pepin,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,108883,Toluene,HAP,.00586434,LB,2017NEI_Apr2020 +05,WI,55,,55091,Pepin,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00043250194,TON,2017NEI_Apr2020 +05,WI,55,,55091,Pepin,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000007011399,LB,2017NEI_Apr2020 +05,WI,55,,55091,Pepin,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.000008359193,LB,2017NEI_Apr2020 +05,WI,55,,55103,Richland,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55103,Richland,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55103,Richland,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55103,Richland,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55103,Richland,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,100414,Ethyl Benzene,HAP,135.5748,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,108883,Toluene,HAP,2170.29,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,171,Glycol Ethers,HAP,1128.879,LB,2017NEI_Apr2020 +04,AL,01,,01055,Etowah,NP,,2302002100,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.2526336,LB,2017NEI_Apr2020 +04,AL,01,,01055,Etowah,NP,,2302002100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,4.071849,TON,2017NEI_Apr2020 +04,AL,01,,01055,Etowah,NP,,2302002100,Commercial Cooking,,A,R,107062,Ethylene Dichloride,HAP,4.946105,LB,2017NEI_Apr2020 +04,AL,01,,01055,Etowah,NP,,2302002100,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,14.13173,LB,2017NEI_Apr2020 +04,AL,01,,01055,Etowah,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00682784464,TON,2017NEI_Apr2020 +04,AL,01,,01055,Etowah,NP,,2302002100,Commercial Cooking,,A,R,129000,Pyrene,HAP,1.528428,LB,2017NEI_Apr2020 +04,AL,01,,01055,Etowah,NP,,2302002100,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,20.8443,LB,2017NEI_Apr2020 +04,AL,01,,01055,Etowah,NP,,2302002100,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.1559703,LB,2017NEI_Apr2020 +04,AL,01,,01055,Etowah,NP,,2302002100,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,138.8442,LB,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2610000500,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.610944128,TON,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2610000500,Waste Disposal,,A,R,98828,Cumene,HAP,7.232248,LB,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,1.205375,TON,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2610000500,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.5002304,TON,2017NEI_Apr2020 +06,OK,40,,40075,Kiowa,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,28.4608,LB,2017NEI_Apr2020 +06,OK,40,,40075,Kiowa,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,29.4988,LB,2017NEI_Apr2020 +04,TN,47,,47085,Humphreys,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,TN,47,,47085,Humphreys,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47085,Humphreys,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47085,Humphreys,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40029,Coal,NP,,2805007100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,14.72502,TON,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2501060052,Gas Stations,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13003,Atkinson,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.4502698,LB,2017NEI_Apr2020 +04,GA,13,,13003,Atkinson,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,.799232,LB,2017NEI_Apr2020 +07,KS,20,,20167,Russell,NP,,2630020000,Waste Disposal,,A,R,77781,Dimethyl Sulfate,HAP,.00036287,LB,2017NEI_Apr2020 +07,KS,20,,20167,Russell,NP,,2630020000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.133791,LB,2017NEI_Apr2020 +07,KS,20,,20167,Russell,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00044597,LB,2017NEI_Apr2020 +07,MO,29,,29069,Dunklin,NP,,2610000500,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.2757594,TON,2017NEI_Apr2020 +08,SD,46,,46003,Aurora,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00000022477551855,TON,2017NEI_Apr2020 +08,SD,46,,46003,Aurora,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.0000004158014,TON,2017NEI_Apr2020 +08,SD,46,,46003,Aurora,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.0000001530583,LB,2017NEI_Apr2020 +08,SD,46,,46003,Aurora,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.0000000006543708,LB,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.000004461134,TON,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.000003803869,TON,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.000003759383,LB,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.01,TON,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.00012106,LB,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.0192,TON,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.004544,LB,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.004517,TON,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,2.982,LB,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.19626,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023513,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.01076248,TON,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023513,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,.09744604,LB,2017NEI_Apr2020 +06,AR,05,,05147,Woodruff,NP,,2310023010,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05147,Woodruff,NP,,2310023010,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +08,UT,49,,49017,Garfield,NP,,2310023030,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54009,Brooke,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54009,Brooke,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17053,Ford,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17053,Ford,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,120809,Catechol,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17053,Ford,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17053,Ford,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2310011501,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,13.29844,TON,2017NEI_Apr2020 +05,IL,17,,17027,Clinton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.001411449,TON,2017NEI_Apr2020 +05,IL,17,,17027,Clinton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.005584965,LB,2017NEI_Apr2020 +05,IL,17,,17027,Clinton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.01507941,LB,2017NEI_Apr2020 +05,IL,17,,17027,Clinton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.005500013,TON,2017NEI_Apr2020 +05,IL,17,,17027,Clinton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01411449,TON,2017NEI_Apr2020 +05,IL,17,,17027,Clinton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.004638566,TON,2017NEI_Apr2020 +05,IL,17,,17027,Clinton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.000053988,LB,2017NEI_Apr2020 +04,GA,13,,13207,Monroe,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.02297399,TON,2017NEI_Apr2020 +04,GA,13,,13221,Oglethorpe,NP,,2610000400,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0906175751,TON,2017NEI_Apr2020 +04,GA,13,,13221,Oglethorpe,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.8313539,TON,2017NEI_Apr2020 +04,GA,13,,13105,Elbert,NP,,2501055120,Bulk Gasoline Terminals,,A,R,91203,Naphthalene,HAP,.00002879775,LB,2017NEI_Apr2020 +04,GA,13,,13105,Elbert,NP,,2501055120,Bulk Gasoline Terminals,,A,R,98828,Cumene,HAP,.0012799,LB,2017NEI_Apr2020 +04,GA,13,,13105,Elbert,NP,,2501055120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,.005652891,LB,2017NEI_Apr2020 +04,GA,13,,13251,Screven,NP,,2302003200,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.002881106,LB,2017NEI_Apr2020 +04,GA,13,,13251,Screven,NP,,2302003200,Commercial Cooking,,A,R,86737,Fluorene,HAP,10.70745,LB,2017NEI_Apr2020 +04,GA,13,,13251,Screven,NP,,2302003200,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.03638394,TON,2017NEI_Apr2020 +04,GA,13,,13251,Screven,NP,,2302003200,Commercial Cooking,,A,R,120127,Anthracene,HAP,.8617984,LB,2017NEI_Apr2020 +04,GA,13,,13271,Telfair,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,140.9246,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,60344,Methylhydrazine,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13163,Jefferson,NP,,2302003000,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.0269108,LB,2017NEI_Apr2020 +04,GA,13,,13155,Irwin,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,1.86202,LB,2017NEI_Apr2020 +04,GA,13,,13155,Irwin,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.07218,LB,2017NEI_Apr2020 +04,GA,13,,13153,Houston,NP,,2501080100,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,.004624088,LB,2017NEI_Apr2020 +04,GA,13,,13153,Houston,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.002312044,LB,2017NEI_Apr2020 +04,GA,13,,13151,Henry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13151,Henry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13151,Henry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13151,Henry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13151,Henry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13151,Henry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13151,Henry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13151,Henry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13089,DeKalb,NP,,2805025000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16013,Blaine,NP,,2810050000,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00596686165,TON,2017NEI_Apr2020 +10,ID,16,,16013,Blaine,NP,,2810050000,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00477565515,TON,2017NEI_Apr2020 +10,ID,16,,16013,Blaine,NP,,2810050000,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00949716455,TON,2017NEI_Apr2020 +10,ID,16,,16013,Blaine,NP,,2801500330,Fires - Agricultural Field Burning,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2630020000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2630020000,Waste Disposal,,A,R,56235,Carbon Tetrachloride,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2630020000,Waste Disposal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2630020000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2630020000,Waste Disposal,,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2630020000,Waste Disposal,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2425000000,Solvent - Graphic Arts,,A,R,67561,Methanol,HAP,4817.28330214032,LB,2017NEI_Apr2020 +06,TX,48,,48451,Tom Green,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.049115,TON,2017NEI_Apr2020 +06,TX,48,,48451,Tom Green,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.08,TON,2017NEI_Apr2020 +06,TX,48,,48451,Tom Green,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.02,TON,2017NEI_Apr2020 +06,TX,48,,48451,Tom Green,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,129000,Pyrene,HAP,.0026860465368,LB,2017NEI_Apr2020 +06,TX,48,,48029,Bexar,NP,,2501060053,Gas Stations,,A,R,110543,Hexane,HAP,10794.9,LB,2017NEI_Apr2020 +06,TX,48,,48029,Bexar,NP,,2501060053,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,299.8582,TON,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,48.73836,TON,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,5.585296,LB,2017NEI_Apr2020 +06,TX,48,,48459,Upshur,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48459,Upshur,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48459,Upshur,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48459,Upshur,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48459,Upshur,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41035,Klamath,NP,,2415000000,Solvent - Degreasing,,A,R,71432,Benzene,HAP,64.15381897238,LB,2017NEI_Apr2020 +05,OH,39,,39013,Belmont,NP,,2805040000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,4.524665,TON,2017NEI_Apr2020 +05,OH,39,,39013,Belmont,NP,,2805040000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,256.4218,LB,2017NEI_Apr2020 +06,OK,40,,40089,McCurtain,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5074.733,TON,2017NEI_Apr2020 +06,LA,22,,22119,Webster,NP,,2501080050,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.08121644,LB,2017NEI_Apr2020 +06,LA,22,,22119,Webster,NP,,2501080050,Gas Stations,,A,R,108883,Toluene,HAP,75.50792,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2501080050,Gas Stations,,A,R,91203,Naphthalene,HAP,1.211616,LB,2017NEI_Apr2020 +04,KY,21,,21179,Nelson,NP,,2501080050,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,5.771128,TON,2017NEI_Apr2020 +08,MT,30,,30097,Sweet Grass,NP,,2801700099,Agriculture - Fertilizer Application,,A,R,NH3,Ammonia,CAP,273.1,TON,2017NEI_Apr2020 +03,PA,42,,42035,Clinton,NP,,2302003000,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.06238398,LB,2017NEI_Apr2020 +06,AR,05,,05117,Prairie,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.4320139,TON,2017NEI_Apr2020 +03,PA,42,,42027,Centre,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.8920361,TON,2017NEI_Apr2020 +03,PA,42,,42069,Lackawanna,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,663.286,LB,2017NEI_Apr2020 +03,PA,42,,42069,Lackawanna,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,784.23,LB,2017NEI_Apr2020 +03,PA,42,,42069,Lackawanna,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,381.93,LB,2017NEI_Apr2020 +04,TN,47,,47111,Macon,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47111,Macon,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47111,Macon,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47111,Macon,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47111,Macon,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47111,Macon,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47111,Macon,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28039,George,NP,,2302003100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.4772675684,TON,2017NEI_Apr2020 +04,MS,28,,28039,George,NP,,2302003100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.0565738,LB,2017NEI_Apr2020 +05,MN,27,,27167,Wilkin,NP,,2302002200,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.006156969,LB,2017NEI_Apr2020 +05,MN,27,,27167,Wilkin,NP,,2302002200,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,.6217313,LB,2017NEI_Apr2020 +05,MN,27,,27167,Wilkin,NP,,2302002200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.002604497,LB,2017NEI_Apr2020 +07,MO,29,,29009,Barry,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.0010352338,LB,2017NEI_Apr2020 +07,MO,29,,29009,Barry,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,.001228327,TON,2017NEI_Apr2020 +07,MO,29,,29009,Barry,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00049710384,TON,2017NEI_Apr2020 +07,MO,29,,29009,Barry,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.001019511,TON,2017NEI_Apr2020 +07,MO,29,,29009,Barry,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.001596825,TON,2017NEI_Apr2020 +07,MO,29,,29009,Barry,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.000850002,LB,2017NEI_Apr2020 +07,MO,29,,29009,Barry,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000005552036,LB,2017NEI_Apr2020 +07,MO,29,,29009,Barry,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,.0005257238,LB,2017NEI_Apr2020 +07,MO,29,,29009,Barry,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.00000985118,LB,2017NEI_Apr2020 +07,MO,29,,29073,Gasconade,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.01464754,TON,2017NEI_Apr2020 +03,VA,51,,51760,Richmond city,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,59.359,LB,2017NEI_Apr2020 +05,MI,26,,26045,Eaton,NP,,2415000000,Solvent - Degreasing,,A,R,VOC,Volatile Organic Compounds,CAP,153.6143,TON,2017NEI_Apr2020 +05,MI,26,,26045,Eaton,NP,,2415000000,Solvent - Degreasing,,A,R,111773,Diethylene Glycol Monomethyl Ether,HAP,5943.945,LB,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.09116565,TON,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.00008662876,LB,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.0015305556,LB,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.19243228,LB,2017NEI_Apr2020 +05,MI,26,,26107,Mecosta,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.032017,TON,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00600183376,TON,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2302003200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.1656275278,TON,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2302003200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,4.662315,LB,2017NEI_Apr2020 +05,MI,26,,26015,Barry,NP,,2501060051,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,456.4525,LB,2017NEI_Apr2020 +05,MN,27,,27073,Lac qui Parle,NP,,2302003100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1361704,TON,2017NEI_Apr2020 +05,MI,26,,26097,Mackinac,NP,,2302002200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.2119723158,TON,2017NEI_Apr2020 +05,MI,26,,26097,Mackinac,NP,,2302002200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,3.4991095086,TON,2017NEI_Apr2020 +05,MI,26,,26097,Mackinac,NP,,2302002200,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.06472116,LB,2017NEI_Apr2020 +05,MI,26,,26097,Mackinac,NP,,2302002200,Commercial Cooking,,A,R,71432,Benzene,HAP,193.9216,LB,2017NEI_Apr2020 +05,MI,26,,26097,Mackinac,NP,,2302002200,Commercial Cooking,,A,R,86737,Fluorene,HAP,.5617612,LB,2017NEI_Apr2020 +05,MI,26,,26097,Mackinac,NP,,2302002200,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.7387425,LB,2017NEI_Apr2020 +05,MI,26,,26097,Mackinac,NP,,2302002200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.1859739,TON,2017NEI_Apr2020 +05,MI,26,,26097,Mackinac,NP,,2302002200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.391971,TON,2017NEI_Apr2020 +05,MN,27,,27001,Aitkin,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.02814905,TON,2017NEI_Apr2020 +05,MN,27,,27001,Aitkin,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,71432,Benzene,HAP,.2073646,LB,2017NEI_Apr2020 +05,MN,27,,27001,Aitkin,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,4.410018,TON,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.0594849,LB,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,22.77555,LB,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.01127616,TON,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.009614825,TON,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,205992,Benzo[b]Fluoranthene,HAP,.000001100466,LB,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.000008470693,LB,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.04869,TON,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.345,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.04524147,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.09421674,LB,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.000999404,LB,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.5589507,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.1207334,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.238113,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.000896557,LB,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2302002200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0034213265,TON,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2302002200,Commercial Cooking,,A,R,71432,Benzene,HAP,87.94269,LB,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2302002200,Commercial Cooking,,A,R,100027,4-Nitrophenol,HAP,.8410411,LB,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2302002200,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,10.24457,LB,2017NEI_Apr2020 +03,VA,51,,51520,Bristol city,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,36.84007,LB,2017NEI_Apr2020 +03,VA,51,,51520,Bristol city,NP,,2302003200,Commercial Cooking,,A,R,86737,Fluorene,HAP,24.23536,LB,2017NEI_Apr2020 +03,VA,51,,51520,Bristol city,NP,,2302003200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,.3117335,LB,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.0000000597951,LB,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.00000000291823,LB,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.00002531058,TON,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.0000127601,LB,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.00002320279,LB,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.00001882544,LB,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,86737,Fluorene,HAP,.00000009412722,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0065691392,TON,2017NEI_Apr2020 +10,WA,53,,53023,Garfield,NP,,2501060053,Gas Stations,,A,R,110543,Hexane,HAP,47.00425,LB,2017NEI_Apr2020 +03,VA,51,,51830,Williamsburg city,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,.5533381,TON,2017NEI_Apr2020 +04,SC,45,,45077,Pickens,NP,,2401040000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,178.8377,LB,2017NEI_Apr2020 +04,SC,45,,45077,Pickens,NP,,2401040000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,8.681443,TON,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,80626,Methyl Methacrylate,HAP,7.095152,LB,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,VOC,Volatile Organic Compounds,CAP,29.56313,TON,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,108883,Toluene,HAP,2347.313,LB,2017NEI_Apr2020 +09,CA,06,,06019,Fresno,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,80626,Methyl Methacrylate,HAP,204.876936,LB,2017NEI_Apr2020 +09,CA,06,,06019,Fresno,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,100425,Styrene,HAP,1741.453956,LB,2017NEI_Apr2020 +09,CA,06,,06019,Fresno,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,121448,Triethylamine,HAP,102.438468,LB,2017NEI_Apr2020 +09,CA,06,,06019,Fresno,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,171,Glycol Ethers,HAP,35255.90607,LB,2017NEI_Apr2020 +04,NC,37,,37003,Alexander,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,98828,Cumene,HAP,33.44543,LB,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,123911,p-Dioxane,HAP,1.964187,LB,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,107211,Ethylene Glycol,HAP,4958.591,LB,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,108054,Vinyl Acetate,HAP,11.78512,LB,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,131113,Dimethyl Phthalate,HAP,.9820937,LB,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,84742,Dibutyl Phthalate,HAP,1.964187,LB,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,108101,Methyl Isobutyl Ketone,HAP,96.26121,LB,2017NEI_Apr2020 +04,FL,12,,12093,Okeechobee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,67561,Methanol,HAP,1196.652,LB,2017NEI_Apr2020 +07,IA,19,,19039,Clarke,NP,,2460900000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.32809,TON,2017NEI_Apr2020 +04,AL,01,,01019,Cherokee,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,148.2544,LB,2017NEI_Apr2020 +04,AL,01,,01019,Cherokee,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,4294.175,LB,2017NEI_Apr2020 +04,AL,01,,01025,Clarke,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,138.0829,LB,2017NEI_Apr2020 +02,NY,36,,36011,Cayuga,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.469655937,TON,2017NEI_Apr2020 +02,NY,36,,36011,Cayuga,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,83329,Acenaphthene,HAP,.01494922,LB,2017NEI_Apr2020 +02,NY,36,,36011,Cayuga,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,90120,1-Methylnaphthalene,HAP,.0784467,LB,2017NEI_Apr2020 +02,NY,36,,36011,Cayuga,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,91576,2-Methylnaphthalene,HAP,.1110092,LB,2017NEI_Apr2020 +02,NY,36,,36011,Cayuga,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,CO,Carbon Monoxide,CAP,1.79553,TON,2017NEI_Apr2020 +02,NY,36,,36011,Cayuga,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM10-FIL,PM10 Filterable,CAP,1.496275,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,71432,Benzene,HAP,3.872193,LB,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,75070,Acetaldehyde,HAP,17.22772,LB,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,90120,1-Methylnaphthalene,HAP,.107168,LB,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,91576,2-Methylnaphthalene,HAP,.1516525,LB,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM-CON,PM Condensible,CAP,.06949934,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,SO2,Sulfur Dioxide,CAP,.1022049,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,VOC,Volatile Organic Compounds,CAP,.06949934,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,106990,"1,3-Butadiene",HAP,1.182887,LB,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.002830957,LB,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,.00161391,LB,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.2124165,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.230359135,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.88,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.01455165,LB,2017NEI_Apr2020 +02,NY,36,,36045,Jefferson,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,77.07622,LB,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00213136448544,TON,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.08553912,LB,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.0004297082,LB,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,.02037844,TON,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.01429006,TON,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.014088796,LB,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00009157716,LB,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439976,Mercury,HAP,.017107822,LB,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439921,Lead,CAP/HAP,.05132346,LB,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,158.0692,LB,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,1845.691,LB,2017NEI_Apr2020 +02,NY,36,,36021,Columbia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,2.71,TON,2017NEI_Apr2020 +02,NY,36,,36021,Columbia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,2.0969755,TON,2017NEI_Apr2020 +02,NY,36,,36021,Columbia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.05766683,LB,2017NEI_Apr2020 +02,NY,36,,36021,Columbia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.0131061,LB,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.00003078417,LB,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.000009855707,LB,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.008662522,LB,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.01038071,LB,2017NEI_Apr2020 +02,NY,36,,36081,Queens,NP,,2302003200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,8678.745,LB,2017NEI_Apr2020 +02,NY,36,,36081,Queens,NP,,2302003200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,1.816104,TON,2017NEI_Apr2020 +02,NY,36,,36081,Queens,NP,,2302003200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,37.57335,LB,2017NEI_Apr2020 +05,IN,18,,18037,Dubois,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,7723140,Phosphorus,HAP,.00963309,LB,2017NEI_Apr2020 +05,IN,18,,18037,Dubois,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,7782492,Selenium,HAP,.000758511,LB,2017NEI_Apr2020 +05,IN,18,,18037,Dubois,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,1.4567588,LB,2017NEI_Apr2020 +05,IN,18,,18037,Dubois,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,.4077758,LB,2017NEI_Apr2020 +05,IN,18,,18151,Steuben,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.00180177,TON,2017NEI_Apr2020 +05,IN,18,,18151,Steuben,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,.03556126,LB,2017NEI_Apr2020 +05,IN,18,,18151,Steuben,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,.001351327,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,3.51,LB,2017NEI_Apr2020 +06,LA,22,,22039,Evangeline,NP,,2310023512,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,.0200648,LB,2017NEI_Apr2020 +06,LA,22,,22039,Evangeline,NP,,2310023512,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.01517239,TON,2017NEI_Apr2020 +06,LA,22,,22001,Acadia,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,1.734592,LB,2017NEI_Apr2020 +06,LA,22,,22029,Concordia,NP,,2310021030,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.01416552,TON,2017NEI_Apr2020 +06,LA,22,,22029,Concordia,NP,,2310021030,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,.15402124,LB,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2805040000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,64.78744,LB,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2805040000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.09145602,TON,2017NEI_Apr2020 +01,RI,44,,44003,Kent,NP,,2805035000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,.2508069,LB,2017NEI_Apr2020 +01,RI,44,,44003,Kent,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.1543427,LB,2017NEI_Apr2020 +04,SC,45,,45091,York,NP,,2805018000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,23.98099,LB,2017NEI_Apr2020 +04,SC,45,,45091,York,NP,,2805018000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,73.50695,LB,2017NEI_Apr2020 +04,TN,47,,47055,Giles,NP,,2805009100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.002995493,TON,2017NEI_Apr2020 +04,TN,47,,47055,Giles,NP,,2805009100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,.04493239,LB,2017NEI_Apr2020 +04,TN,47,,47055,Giles,NP,,2805009100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,.01497746,LB,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2805025000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,9.299631,LB,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2805025000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.9893225,TON,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2805025000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,12.36653,TON,2017NEI_Apr2020 +04,TN,47,,47065,Hamilton,NP,,2805007100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,8.824075,LB,2017NEI_Apr2020 +03,VA,51,,51135,Nottoway,NP,,2805035000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,6.240002,TON,2017NEI_Apr2020 +03,VA,51,,51057,Essex,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.005898221,LB,2017NEI_Apr2020 +03,VA,51,,51057,Essex,NP,,2805007100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.0083269,LB,2017NEI_Apr2020 +03,VA,51,,51057,Essex,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.01526598,LB,2017NEI_Apr2020 +07,NE,31,,31165,Sioux,NP,,2805007100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.004092857,TON,2017NEI_Apr2020 +07,NE,31,,31165,Sioux,NP,,2805007100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.01964571,LB,2017NEI_Apr2020 +02,NY,36,,36097,Schuyler,NP,,2805025000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,22.09441,LB,2017NEI_Apr2020 +02,NY,36,,36097,Schuyler,NP,,2805025000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,4.98906,LB,2017NEI_Apr2020 +08,MT,30,,30029,Flathead,NP,,2805040000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.1270518,TON,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2805035000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,1.33631,LB,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,11.30724,LB,2017NEI_Apr2020 +10,OR,41,,41063,Wallowa,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41063,Wallowa,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41063,Wallowa,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,OR,41,,41063,Wallowa,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,2.726285,TON,2017NEI_Apr2020 +05,WI,55,,55061,Kewaunee,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55061,Kewaunee,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +08,UT,49,,49005,Cache,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.01532669,TON,2017NEI_Apr2020 +08,UT,49,,49005,Cache,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00009200314,LB,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39115,Morgan,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,3.885062,TON,2017NEI_Apr2020 +05,OH,39,,39115,Morgan,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.01942531,TON,2017NEI_Apr2020 +08,ND,38,,38037,Grant,NP,,2311030000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,ND,38,,38037,Grant,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.07206972,TON,2017NEI_Apr2020 +05,OH,39,,39053,Gallia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39053,Gallia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.03567185,TON,2017NEI_Apr2020 +05,OH,39,,39053,Gallia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,.0003188696,LB,2017NEI_Apr2020 +05,OH,39,,39053,Gallia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,4.4213,LB,2017NEI_Apr2020 +05,OH,39,,39053,Gallia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0002237446,LB,2017NEI_Apr2020 +05,OH,39,,39053,Gallia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439965,Manganese,HAP,.11291734,LB,2017NEI_Apr2020 +05,OH,39,,39053,Gallia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.05645868,LB,2017NEI_Apr2020 +05,OH,39,,39053,Gallia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.0752961,LB,2017NEI_Apr2020 +05,OH,39,,39053,Gallia,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,1.205809,TON,2017NEI_Apr2020 +05,OH,39,,39155,Trumbull,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0010299116176,TON,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,.006494424,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,86737,Fluorene,HAP,.001428562,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.6762872,TON,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.0005080295,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2501060201,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,200.2651,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.03845195,TON,2017NEI_Apr2020 +06,OK,40,,40051,Grady,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.9027752,TON,2017NEI_Apr2020 +05,OH,39,,39141,Ross,NP,,2302002100,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.1419849802,TON,2017NEI_Apr2020 +05,OH,39,,39141,Ross,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.602187,TON,2017NEI_Apr2020 +05,OH,39,,39141,Ross,NP,,2302002100,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,10.45914,LB,2017NEI_Apr2020 +05,OH,39,,39141,Ross,NP,,2302002100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,3.707764,LB,2017NEI_Apr2020 +05,OH,39,,39141,Ross,NP,,2302002100,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.1869785,LB,2017NEI_Apr2020 +05,OH,39,,39141,Ross,NP,,2302002100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,15.522,LB,2017NEI_Apr2020 +05,OH,39,,39163,Vinton,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,22.57725,TON,2017NEI_Apr2020 +06,OK,40,,40119,Payne,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,125.347,LB,2017NEI_Apr2020 +10,OR,41,,41039,Lane,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.02350694,LB,2017NEI_Apr2020 +10,OR,41,,41023,Grant,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,553.1504,TON,2017NEI_Apr2020 +04,NC,37,,37123,Montgomery,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,7.771045,LB,2017NEI_Apr2020 +04,NC,37,,37015,Bertie,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0080876877264,TON,2017NEI_Apr2020 +04,NC,37,,37015,Bertie,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,.0006982624,LB,2017NEI_Apr2020 +04,NC,37,,37015,Bertie,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,.000420962,LB,2017NEI_Apr2020 +02,NY,36,,36049,Lewis,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,9.108416,LB,2017NEI_Apr2020 +08,ND,38,,38001,Adams,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0005049274338,TON,2017NEI_Apr2020 +08,ND,38,,38001,Adams,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,86737,Fluorene,HAP,.00009873573,LB,2017NEI_Apr2020 +08,ND,38,,38001,Adams,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.007581493,TON,2017NEI_Apr2020 +08,ND,38,,38001,Adams,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,.0740518,LB,2017NEI_Apr2020 +08,ND,38,,38001,Adams,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,129000,Pyrene,HAP,.0001763138,LB,2017NEI_Apr2020 +04,NC,37,,37185,Warren,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37185,Warren,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37185,Warren,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37185,Warren,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,123319,Hydroquinone,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37185,Warren,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37185,Warren,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,832699,1-Methylphenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37185,Warren,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37185,Warren,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,91576,2-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2311030000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,CO,08,,08071,Las Animas,NP,,2285002006,Mobile - Locomotives,,A,R,7440020,Nickel,HAP,49.43046,LB,2017NEI_Apr2020 +08,CO,08,,08071,Las Animas,NP,,2285002006,Mobile - Locomotives,,A,R,86737,Fluorene,HAP,10.60229,LB,2017NEI_Apr2020 +08,CO,08,,08071,Las Animas,NP,,2285002006,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,42.422,TON,2017NEI_Apr2020 +08,CO,08,,08071,Las Animas,NP,,2285002006,Mobile - Locomotives,,A,R,100414,Ethyl Benzene,HAP,76.0413,LB,2017NEI_Apr2020 +08,CO,08,,08071,Las Animas,NP,,2285002006,Mobile - Locomotives,,A,R,107028,Acrolein,HAP,316.8388,LB,2017NEI_Apr2020 +08,CO,08,,08071,Las Animas,NP,,2285002006,Mobile - Locomotives,,A,R,108883,Toluene,HAP,425.752,LB,2017NEI_Apr2020 +08,CO,08,,08071,Las Animas,NP,,2285002006,Mobile - Locomotives,,A,R,129000,Pyrene,HAP,1.707025,LB,2017NEI_Apr2020 +08,CO,08,,08071,Las Animas,NP,,2285002006,Mobile - Locomotives,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0117537,LB,2017NEI_Apr2020 +08,CO,08,,08071,Las Animas,NP,,2285002006,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,9.90121,TON,2017NEI_Apr2020 +05,MI,26,,26039,Crawford,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,4.107825,LB,2017NEI_Apr2020 +08,SD,46,,46049,Faulk,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,67561,Methanol,HAP,779157.8,LB,2017NEI_Apr2020 +04,TN,47,,47125,Montgomery,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,75070,Acetaldehyde,HAP,155580.64,LB,2017NEI_Apr2020 +04,TN,47,,47125,Montgomery,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,VOC,Volatile Organic Compounds,CAP,5819.394,TON,2017NEI_Apr2020 +06,TX,48,,48003,Andrews,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,75070,Acetaldehyde,HAP,410361.6,LB,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2701220000,Biogenics - Vegetation and Soil,,A,R,NOX,Nitrogen Oxides,CAP,587.5655,TON,2017NEI_Apr2020 +04,GA,13,,13189,McDuffie,NP,,2302003000,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.04765826,LB,2017NEI_Apr2020 +04,AL,01,,01009,Blount,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,122.563,LB,2017NEI_Apr2020 +10,AK,02,,02290,Yukon-Koyukuk,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.107473,LB,2017NEI_Apr2020 +08,MT,30,,30043,Jefferson,NP,,2501060053,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,134.4503,LB,2017NEI_Apr2020 +04,KY,21,,21239,Woodford,NP,,2501060053,Gas Stations,,A,R,71432,Benzene,HAP,89.29579,LB,2017NEI_Apr2020 +07,NE,31,,31015,Boyd,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,.2173394,LB,2017NEI_Apr2020 +07,NE,31,,31015,Boyd,NP,,2501060053,Gas Stations,,A,R,108883,Toluene,HAP,25.35626,LB,2017NEI_Apr2020 +07,NE,31,,31015,Boyd,NP,,2501060053,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,10.1425,LB,2017NEI_Apr2020 +05,MN,27,,27125,Red Lake,NP,,2501060052,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28031,Covington,NP,,2501060053,Gas Stations,,A,R,108883,Toluene,HAP,573.8023,LB,2017NEI_Apr2020 +04,MS,28,,28031,Covington,NP,,2501060053,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,20.49294,TON,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2501060053,Gas Stations,,A,R,110543,Hexane,HAP,13.29598,LB,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2501060053,Gas Stations,,A,R,71432,Benzene,HAP,1.994398,LB,2017NEI_Apr2020 +04,MS,28,,28049,Hinds,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,42.6193,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,131.7956,LB,2017NEI_Apr2020 +05,MN,27,,27159,Wadena,NP,,2851001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.02334,LB,2017NEI_Apr2020 +04,GA,13,,13101,Echols,NP,,2302002100,Commercial Cooking,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13101,Echols,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13101,Echols,NP,,2302002100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13101,Echols,NP,,2302002100,Commercial Cooking,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13101,Echols,NP,,2302002100,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13101,Echols,NP,,2302002100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37171,Surry,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,36.57574,LB,2017NEI_Apr2020 +07,IA,19,,19059,Dickinson,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,100.975,LB,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,15.5362,TON,2017NEI_Apr2020 +05,IN,18,,18115,Ohio,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,2.951421,LB,2017NEI_Apr2020 +04,FL,12,,12001,Alachua,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,126.7984,TON,2017NEI_Apr2020 +04,FL,12,,12001,Alachua,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,679.6394,LB,2017NEI_Apr2020 +10,WA,53,,53035,Kitsap,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,23613.6,LB,2017NEI_Apr2020 +07,IA,19,,19159,Ringgold,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,2.549323,LB,2017NEI_Apr2020 +06,LA,22,,22091,St. Helena,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.9791118,TON,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2302003200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.00004360926,TON,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,8.092374,LB,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000376263472,TON,2017NEI_Apr2020 +04,AL,01,,01043,Cullman,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,245.632,LB,2017NEI_Apr2020 +07,NE,31,,31181,Webster,NP,,2302003200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000736747375,TON,2017NEI_Apr2020 +07,NE,31,,31181,Webster,NP,,2302003200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,.1308152,LB,2017NEI_Apr2020 +07,NE,31,,31181,Webster,NP,,2302003200,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.1641212,LB,2017NEI_Apr2020 +04,AL,01,,01053,Escambia,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,1195.264,LB,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2302002200,Commercial Cooking,,A,R,98862,Acetophenone,HAP,1.143405,LB,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2302002200,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,6.430007,TON,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2302002200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,6.659706,TON,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2302002200,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,6.448529,TON,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2302002200,Commercial Cooking,,A,R,100425,Styrene,HAP,90.6828,LB,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2302002200,Commercial Cooking,,A,R,120127,Anthracene,HAP,.6625474,LB,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2302002200,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,27.90152,LB,2017NEI_Apr2020 +02,PR,72,,72009,Aibonito,NP,,2302002100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,PR,72,,72009,Aibonito,NP,,2302002100,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18145,Shelby,NP,,2302002200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.014440113,TON,2017NEI_Apr2020 +05,IN,18,,18145,Shelby,NP,,2302002200,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,30.18786,LB,2017NEI_Apr2020 +05,IN,18,,18145,Shelby,NP,,2302002200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.1264601,LB,2017NEI_Apr2020 +02,PR,72,,72071,Isabela,NP,,2302003100,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72071,Isabela,NP,,2302003100,Commercial Cooking,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72085,Las Piedras,NP,,2302003100,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,PR,72,,72085,Las Piedras,NP,,2302003100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72085,Las Piedras,NP,,2302003100,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72137,Toa Baja,NP,,2302003100,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.004799911,LB,2017NEI_Apr2020 +02,PR,72,,72137,Toa Baja,NP,,2302003100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.1098864,LB,2017NEI_Apr2020 +02,PR,72,,72137,Toa Baja,NP,,2302003100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.004632527,LB,2017NEI_Apr2020 +02,PR,72,,72137,Toa Baja,NP,,2302003100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.02163759,TON,2017NEI_Apr2020 +02,VI,78,,78010,St. Croix,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00029588109,TON,2017NEI_Apr2020 +02,VI,78,,78010,St. Croix,NP,,2302002100,Commercial Cooking,,A,R,107062,Ethylene Dichloride,HAP,.2143369,LB,2017NEI_Apr2020 +02,VI,78,,78010,St. Croix,NP,,2302002100,Commercial Cooking,,A,R,129000,Pyrene,HAP,.06623362,LB,2017NEI_Apr2020 +02,VI,78,,78010,St. Croix,NP,,2302002100,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.004281719,LB,2017NEI_Apr2020 +02,VI,78,,78010,St. Croix,NP,,2302002100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.04919208,LB,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,24.290405,TON,2017NEI_Apr2020 +08,MT,30,,30059,Meagher,NP,,2302003200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.0000959728,LB,2017NEI_Apr2020 +08,MT,30,,30059,Meagher,NP,,2302003200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000736747375,TON,2017NEI_Apr2020 +08,MT,30,,30059,Meagher,NP,,2302003200,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,.008076607,TON,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,1.144866,LB,2017NEI_Apr2020 +04,AL,01,,01011,Bullock,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.1947521,TON,2017NEI_Apr2020 +04,AL,01,,01011,Bullock,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,3.407532,LB,2017NEI_Apr2020 +04,AL,01,,01011,Bullock,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,11.6851,LB,2017NEI_Apr2020 +04,AL,01,,01017,Chambers,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,116.88,LB,2017NEI_Apr2020 +07,NE,31,,31113,Logan,NP,,2302003200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31165,Sioux,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,199.787,LB,2017NEI_Apr2020 +05,IN,18,,18043,Floyd,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,11.2601,LB,2017NEI_Apr2020 +01,MA,25,,25017,Middlesex,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,5399.133,LB,2017NEI_Apr2020 +07,NE,31,,31135,Perkins,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.007359859,TON,2017NEI_Apr2020 +07,NE,31,,31135,Perkins,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.02877036,TON,2017NEI_Apr2020 +07,NE,31,,31135,Perkins,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,86737,Fluorene,HAP,.0003746838,LB,2017NEI_Apr2020 +07,NE,31,,31129,Nuckolls,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,5.95501984,TON,2017NEI_Apr2020 +07,NE,31,,31129,Nuckolls,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.21267928,TON,2017NEI_Apr2020 +09,NV,32,,32013,Humboldt,NP,,2311030000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00001693796735,TON,2017NEI_Apr2020 +02,NJ,34,,34019,Hunterdon,NP,,2401040000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18055,Greene,NP,,2310011201,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.02442466,TON,2017NEI_Apr2020 +05,IN,18,,18065,Henry,NP,,2310021506,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21001,Adair,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,KY,21,,21001,Adair,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,KY,21,,21001,Adair,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21001,Adair,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21001,Adair,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21001,Adair,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21001,Adair,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21001,Adair,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17159,Richland,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,1.3156174,LB,2017NEI_Apr2020 +05,IN,18,,18079,Jennings,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18079,Jennings,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18079,Jennings,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18079,Jennings,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,62.39512,LB,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,2.17198,LB,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,25.62936,TON,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,25.62936,TON,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,1025.175,LB,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,341.0008,LB,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,267.1535,LB,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.048695784,TON,2017NEI_Apr2020 +04,AL,01,,01125,Tuscaloosa,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01125,Tuscaloosa,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01125,Tuscaloosa,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30091,Sheridan,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.04412483,TON,2017NEI_Apr2020 +08,MT,30,,30091,Sheridan,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.03171411,TON,2017NEI_Apr2020 +08,MT,30,,30091,Sheridan,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,77.22403,LB,2017NEI_Apr2020 +08,MT,30,,30091,Sheridan,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.009259655,LB,2017NEI_Apr2020 +08,MT,30,,30091,Sheridan,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,352.027,LB,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,6.838051,TON,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,12.468308532,TON,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,3.50089034,TON,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,91576,2-Methylnaphthalene,HAP,31.37991,LB,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,108952,Phenol,HAP,414.9531,LB,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,118741,Hexachlorobenzene,HAP,.1476702,LB,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,1336363,Polychlorinated Biphenyls,HAP,.4614692,LB,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,4.79928,LB,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,71432,Benzene,HAP,3609.428,LB,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,84742,Dibutyl Phthalate,HAP,12.73655,LB,2017NEI_Apr2020 +06,AR,05,,05059,Hot Spring,NP,,2610030000,Waste Disposal,,A,R,83329,Acenaphthene,HAP,2.362722,LB,2017NEI_Apr2020 +06,AR,05,,05063,Independence,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01523440368,TON,2017NEI_Apr2020 +06,AR,05,,05063,Independence,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.08436108224,TON,2017NEI_Apr2020 +06,AR,05,,05063,Independence,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,.951636,LB,2017NEI_Apr2020 +06,AR,05,,05063,Independence,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,1.0082386,LB,2017NEI_Apr2020 +04,FL,12,,12125,Union,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,1.771213,TON,2017NEI_Apr2020 +07,NE,31,,31145,Red Willow,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31145,Red Willow,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31145,Red Willow,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31145,Red Willow,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31153,Sarpy,NP,,2610000100,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,NE,31,,31153,Sarpy,NP,,2610000100,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31153,Sarpy,NP,,2610000100,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36099,Seneca,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.0269088,LB,2017NEI_Apr2020 +02,NY,36,,36099,Seneca,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.02330563,LB,2017NEI_Apr2020 +02,NY,36,,36099,Seneca,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.4284123,TON,2017NEI_Apr2020 +02,NY,36,,36099,Seneca,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.008892938,LB,2017NEI_Apr2020 +06,AR,05,,05075,Lawrence,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,5.16302,TON,2017NEI_Apr2020 +06,AR,05,,05075,Lawrence,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.6171063,LB,2017NEI_Apr2020 +09,CA,06,,06077,San Joaquin,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,7.63389019314,TON,2017NEI_Apr2020 +09,CA,06,,06085,Santa Clara,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,62.87932,TON,2017NEI_Apr2020 +04,GA,13,,13161,Jeff Davis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13161,Jeff Davis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13161,Jeff Davis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,123386,Propionaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13161,Jeff Davis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13161,Jeff Davis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,127184,Tetrachloroethylene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75150,Carbon Disulfide,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30101,Toole,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,MT,30,,30101,Toole,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30101,Toole,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30101,Toole,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30101,Toole,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30101,Toole,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30101,Toole,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31167,Stanton,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,91.23766,LB,2017NEI_Apr2020 +07,NE,31,,31167,Stanton,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.6864434,TON,2017NEI_Apr2020 +07,NE,31,,31167,Stanton,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,18.36052,LB,2017NEI_Apr2020 +07,NE,31,,31167,Stanton,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,4.284121,LB,2017NEI_Apr2020 +07,NE,31,,31167,Stanton,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,192972,Benzo[e]Pyrene,HAP,.02772909,LB,2017NEI_Apr2020 +08,ND,38,,38023,Divide,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,.03716526,LB,2017NEI_Apr2020 +08,ND,38,,38023,Divide,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,.6154777,LB,2017NEI_Apr2020 +08,ND,38,,38023,Divide,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.0005575741,LB,2017NEI_Apr2020 +08,ND,38,,38023,Divide,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.00006910107,LB,2017NEI_Apr2020 +08,ND,38,,38023,Divide,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00004638509,LB,2017NEI_Apr2020 +08,ND,38,,38035,Grand Forks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.3624936,LB,2017NEI_Apr2020 +08,ND,38,,38035,Grand Forks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0006219626,LB,2017NEI_Apr2020 +08,ND,38,,38035,Grand Forks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.009679214,LB,2017NEI_Apr2020 +08,ND,38,,38035,Grand Forks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,.0004489832,LB,2017NEI_Apr2020 +08,ND,38,,38035,Grand Forks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0007415219,LB,2017NEI_Apr2020 +08,ND,38,,38035,Grand Forks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,.03713969,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2285002007,Mobile - Locomotives,,A,R,7440382,Arsenic,HAP,1.591956,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2285002007,Mobile - Locomotives,,A,R,7439965,Manganese,HAP,3.421224,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2285002007,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,1.373972,TON,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2285002007,Mobile - Locomotives,,A,R,110543,Hexane,HAP,7.666764,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2285002007,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.1734603,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2285002007,Mobile - Locomotives,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00248741168,TON,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2285002007,Mobile - Locomotives,,A,R,50000,Formaldehyde,HAP,612.7916,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2285002007,Mobile - Locomotives,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.001625671,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2285002007,Mobile - Locomotives,,A,R,540841,"2,2,4-Trimethylpentane",HAP,19.56536,LB,2017NEI_Apr2020 +08,MT,30,,30025,Fallon,NP,,2630020000,Waste Disposal,,A,R,121142,"2,4-Dinitrotoluene",HAP,.0041366,LB,2017NEI_Apr2020 +08,MT,30,,30025,Fallon,NP,,2630020000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,.7826,LB,2017NEI_Apr2020 +08,MT,30,,30025,Fallon,NP,,2630020000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.018576,LB,2017NEI_Apr2020 +08,MT,30,,30025,Fallon,NP,,2630020000,Waste Disposal,,A,R,108883,Toluene,HAP,1.0578,LB,2017NEI_Apr2020 +08,MT,30,,30025,Fallon,NP,,2630020000,Waste Disposal,,A,R,75569,Propylene Oxide,HAP,.062952,LB,2017NEI_Apr2020 +08,MT,30,,30025,Fallon,NP,,2630020000,Waste Disposal,,A,R,77781,Dimethyl Sulfate,HAP,.00011266,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,120821,"1,2,4-Trichlorobenzene",HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,75014,Vinyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,75058,Acetonitrile,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,107051,Allyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,98953,Nitrobenzene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2630020000,Waste Disposal,,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46095,Mellette,NP,,2630020000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46095,Mellette,NP,,2630020000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46095,Mellette,NP,,2630020000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46095,Mellette,NP,,2630020000,Waste Disposal,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46095,Mellette,NP,,2630020000,Waste Disposal,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46102,Oglala Lakota,NP,,2630020000,Waste Disposal,,A,R,121697,"N,N-Dimethylaniline",HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46102,Oglala Lakota,NP,,2630020000,Waste Disposal,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46102,Oglala Lakota,NP,,2630020000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46102,Oglala Lakota,NP,,2630020000,Waste Disposal,,A,R,75354,Vinylidene Chloride,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46102,Oglala Lakota,NP,,2630020000,Waste Disposal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46102,Oglala Lakota,NP,,2630020000,Waste Disposal,,A,R,56235,Carbon Tetrachloride,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47051,Franklin,NP,,2630020000,Waste Disposal,,A,R,171,Glycol Ethers,HAP,8.7515,LB,2017NEI_Apr2020 +04,TN,47,,47051,Franklin,NP,,2630020000,Waste Disposal,,A,R,75150,Carbon Disulfide,HAP,3.28752,LB,2017NEI_Apr2020 +04,TN,47,,47051,Franklin,NP,,2630020000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.367563,LB,2017NEI_Apr2020 +04,TN,47,,47051,Franklin,NP,,2630020000,Waste Disposal,,A,R,120821,"1,2,4-Trichlorobenzene",HAP,.0659787,LB,2017NEI_Apr2020 +04,TN,47,,47051,Franklin,NP,,2630020000,Waste Disposal,,A,R,75354,Vinylidene Chloride,HAP,.321903,LB,2017NEI_Apr2020 +09,CA,06,,06113,Yolo,NP,,2630020000,Waste Disposal,,A,R,77474,Hexachlorocyclopentadiene,HAP,.0002187279,LB,2017NEI_Apr2020 +09,CA,06,,06113,Yolo,NP,,2630020000,Waste Disposal,,A,R,77781,Dimethyl Sulfate,HAP,.0004914812,LB,2017NEI_Apr2020 +09,CA,06,,06113,Yolo,NP,,2630020000,Waste Disposal,,A,R,127184,Tetrachloroethylene,HAP,1.602004,LB,2017NEI_Apr2020 +09,CA,06,,06113,Yolo,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.001695798,LB,2017NEI_Apr2020 +04,TN,47,,47137,Pickett,NP,,2630020000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.4979,LB,2017NEI_Apr2020 +04,TN,47,,47137,Pickett,NP,,2630020000,Waste Disposal,,A,R,100447,Benzyl Chloride,HAP,.00053105,LB,2017NEI_Apr2020 +04,TN,47,,47137,Pickett,NP,,2630020000,Waste Disposal,,A,R,108054,Vinyl Acetate,HAP,.004979,LB,2017NEI_Apr2020 +04,TN,47,,47137,Pickett,NP,,2630020000,Waste Disposal,,A,R,121697,"N,N-Dimethylaniline",HAP,.02093,LB,2017NEI_Apr2020 +04,TN,47,,47137,Pickett,NP,,2630020000,Waste Disposal,,A,R,126998,Chloroprene,HAP,.001547,LB,2017NEI_Apr2020 +04,TN,47,,47137,Pickett,NP,,2630020000,Waste Disposal,,A,R,75150,Carbon Disulfide,HAP,.2808,LB,2017NEI_Apr2020 +04,TN,47,,47137,Pickett,NP,,2630020000,Waste Disposal,,A,R,100425,Styrene,HAP,.17745,LB,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,47.67832,LB,2017NEI_Apr2020 +07,IA,19,,19049,Dallas,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,59.2062,TON,2017NEI_Apr2020 +07,IA,19,,19145,Page,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,101.2917,LB,2017NEI_Apr2020 +08,ND,38,,38103,Wells,NP,,2610000500,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,.07567225,TON,2017NEI_Apr2020 +08,ND,38,,38103,Wells,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.04191649,TON,2017NEI_Apr2020 +10,OR,41,,41019,Douglas,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,64.64776,TON,2017NEI_Apr2020 +10,OR,41,,41019,Douglas,NP,,2610000500,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,70.90399,TON,2017NEI_Apr2020 +07,NE,31,,31093,Howard,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,71432,Benzene,HAP,11.75265,LB,2017NEI_Apr2020 +07,NE,31,,31093,Howard,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,61.23751,LB,2017NEI_Apr2020 +05,IL,17,,17203,Woodford,NP,,2650000002,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17203,Woodford,NP,,2650000002,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17189,Washington,NP,,2310011201,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.3372186,LB,2017NEI_Apr2020 +05,IL,17,,17169,Schuyler,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17169,Schuyler,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17169,Schuyler,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17169,Schuyler,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17169,Schuyler,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17169,Schuyler,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16005,Bannock,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16005,Bannock,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16005,Bannock,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,11.87319,TON,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,7.213281,TON,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2610000500,Waste Disposal,,A,R,108952,Phenol,HAP,146.819,LB,2017NEI_Apr2020 +07,IA,19,,19045,Clinton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.0738413,LB,2017NEI_Apr2020 +07,IA,19,,19045,Clinton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,.02097764,LB,2017NEI_Apr2020 +07,IA,19,,19045,Clinton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.04363349,LB,2017NEI_Apr2020 +07,IA,19,,19045,Clinton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.02601227,LB,2017NEI_Apr2020 +07,IA,19,,19045,Clinton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.1418089,LB,2017NEI_Apr2020 +07,IA,19,,19045,Clinton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.02013854,LB,2017NEI_Apr2020 +07,IA,19,,19045,Clinton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.04027707,LB,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2610000400,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.2386573,TON,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2610000400,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,3.69534,LB,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2610000400,Waste Disposal,,A,R,100425,Styrene,HAP,7.814103,LB,2017NEI_Apr2020 +05,MN,27,,27121,Pope,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.02699248,TON,2017NEI_Apr2020 +05,MN,27,,27121,Pope,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,7.929041,TON,2017NEI_Apr2020 +05,MN,27,,27121,Pope,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.0506109,TON,2017NEI_Apr2020 +05,MN,27,,27121,Pope,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,129000,Pyrene,HAP,.000843515,LB,2017NEI_Apr2020 +05,MN,27,,27121,Pope,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.000506109,LB,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2302002100,Commercial Cooking,,A,R,108952,Phenol,HAP,.8311733,LB,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2302002100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.1274178,TON,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0007123498865,TON,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2302002100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.01638547,TON,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.5077798,TON,2017NEI_Apr2020 +02,NJ,34,,34023,Middlesex,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34023,Middlesex,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34023,Middlesex,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48119,Delta,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,.418772,LB,2017NEI_Apr2020 +10,ID,16,,16067,Minidoka,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16067,Minidoka,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2311010000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.02071410027895,TON,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2302003100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,19.46071,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2302003100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,2.201261,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2302003100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,32.35237,TON,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,27.0223,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2302003100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,10.28164,TON,2017NEI_Apr2020 +07,NE,31,,31113,Logan,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,.6399317,LB,2017NEI_Apr2020 +07,NE,31,,31113,Logan,NP,,2501060201,Gas Stations,,A,R,91203,Naphthalene,HAP,.003260029,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.000004081523,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.0000007973208,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.00004239722,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.0000003227251,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.02599598,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.00004872516,LB,2017NEI_Apr2020 +05,MI,26,,26019,Benzie,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,.7596414,TON,2017NEI_Apr2020 +06,TX,48,,48275,Knox,NP,,2311020000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48275,Knox,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,41.42608,TON,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,8.908835,TON,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2610000500,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,213.812,LB,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2610000500,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,367.044,TON,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2610000500,Waste Disposal,,A,R,108952,Phenol,HAP,512.258,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2650000000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2650000000,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2650000000,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17097,Lake,NP,,2650000000,Waste Disposal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06063,Plumas,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +09,CA,06,,06063,Plumas,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06063,Plumas,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06063,Plumas,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46063,Harding,NP,,2310023603,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46063,Harding,NP,,2310023603,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51135,Nottoway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51135,Nottoway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51135,Nottoway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51135,Nottoway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51135,Nottoway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51135,Nottoway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51135,Nottoway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22113,Vermilion,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.1178127,TON,2017NEI_Apr2020 +06,LA,22,,22113,Vermilion,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.2013916,LB,2017NEI_Apr2020 +06,LA,22,,22113,Vermilion,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,11.92027,TON,2017NEI_Apr2020 +06,LA,22,,22113,Vermilion,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,7.709122,TON,2017NEI_Apr2020 +06,LA,22,,22113,Vermilion,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,.04474736,TON,2017NEI_Apr2020 +06,LA,22,,22113,Vermilion,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.008621463313,TON,2017NEI_Apr2020 +05,MN,27,,27113,Pennington,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,20.54,LB,2017NEI_Apr2020 +06,TX,48,,48385,Real,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.01,TON,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2310111100,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2310111100,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2310111100,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2310011201,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.008414062,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2310011503,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,.223288,LB,2017NEI_Apr2020 +05,MN,27,,27119,Polk,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.00487,LB,2017NEI_Apr2020 +05,MN,27,,27119,Polk,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,354.2,LB,2017NEI_Apr2020 +05,MN,27,,27119,Polk,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.77562,TON,2017NEI_Apr2020 +05,MN,27,,27119,Polk,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,7.894,LB,2017NEI_Apr2020 +05,MN,27,,27119,Polk,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.19756,LB,2017NEI_Apr2020 +05,MN,27,,27119,Polk,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.14102,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0001248477314,TON,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,.019146222,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,4.169982,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,.0214178,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,.012088078,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.04784442,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2401010000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,106423,p-Xylene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26059,Hillsdale,NP,,2310021502,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26079,Kalkaska,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,6.30988,LB,2017NEI_Apr2020 +05,MI,26,,26079,Kalkaska,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,.5956528,LB,2017NEI_Apr2020 +05,MI,26,,26079,Kalkaska,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,.8026168,LB,2017NEI_Apr2020 +05,MI,26,,26079,Kalkaska,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,1.8778204,LB,2017NEI_Apr2020 +05,MN,27,,27031,Cook,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000095735,TON,2017NEI_Apr2020 +05,MN,27,,27031,Cook,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.02,TON,2017NEI_Apr2020 +05,MN,27,,27031,Cook,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,2.286,LB,2017NEI_Apr2020 +05,MN,27,,27031,Cook,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.013486,LB,2017NEI_Apr2020 +05,MN,27,,27031,Cook,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0009732,LB,2017NEI_Apr2020 +05,MN,27,,27031,Cook,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.03074,LB,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.00001920421,TON,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,.00018244,TON,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,11.022026,LB,2017NEI_Apr2020 +05,MI,26,,26101,Manistee,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,11.256332,LB,2017NEI_Apr2020 +05,MI,26,,26117,Montcalm,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,MN,27,,27001,Aitkin,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,.95862718,LB,2017NEI_Apr2020 +05,MN,27,,27001,Aitkin,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.31644,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.082123,TON,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,10.579846,TON,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,82.1,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,427,LB,2017NEI_Apr2020 +06,TX,48,,48421,Sherman,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48421,Sherman,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48421,Sherman,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48457,Tyler,NP,,2310011450,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,4.549578558,LB,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,17.5445,LB,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48337,Montague,NP,,2310112401,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48337,Montague,NP,,2310112401,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48337,Montague,NP,,2310112401,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2310012515,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48471,Walker,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,76.3765918840576523208,LB,2017NEI_Apr2020 +03,VA,51,,51163,Rockbridge,NP,,2285002008,Mobile - Locomotives,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000533455614,LB,2017NEI_Apr2020 +03,VA,51,,51163,Rockbridge,NP,,2285002008,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.00359123714,LB,2017NEI_Apr2020 +06,AR,05,,05001,Arkansas,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,63252,Carbaryl,HAP,16241.23,LB,2017NEI_Apr2020 +06,AR,05,,05125,Saline,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,1582098,Trifluralin,HAP,.2557359,LB,2017NEI_Apr2020 +06,AR,05,,05125,Saline,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,9.043718,TON,2017NEI_Apr2020 +06,OK,40,,40027,Cleveland,NP,,2501060053,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,12.90508,LB,2017NEI_Apr2020 +07,NE,31,,31115,Loup,NP,,2501060051,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,1.36909,LB,2017NEI_Apr2020 +07,NE,31,,31115,Loup,NP,,2501060051,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,14.46586,LB,2017NEI_Apr2020 +04,KY,21,,21231,Wayne,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42027,Centre,NP,,2501060052,Gas Stations,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42071,Lancaster,NP,,2501060052,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2501060051,Gas Stations,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.1646983,TON,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.1834744371829614144,LB,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.2349158681691684088,LB,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.0514414309862069944,LB,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.1817597228170385856,LB,2017NEI_Apr2020 +05,MI,26,,26077,Kalamazoo,NP,,2501060053,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,89.41882,LB,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00131481096,TON,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.3206856,TON,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.331074,TON,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.0379402681687159824,LB,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0135500957744039856,LB,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.05048952516,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.85,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.85,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.0153361,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,82.0481622033908120192,LB,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,3.278688,TON,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.2500694,TON,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.001444845558988608,LB,2017NEI_Apr2020 +08,UT,49,,49023,Juab,NP,,2311030000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0196287861,TON,2017NEI_Apr2020 +07,NE,31,,31185,York,NP,,2285002006,Mobile - Locomotives,,A,R,7439965,Manganese,HAP,98.65496,LB,2017NEI_Apr2020 +07,NE,31,,31185,York,NP,,2285002006,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,26.19154,LB,2017NEI_Apr2020 +07,NE,31,,31185,York,NP,,2285002006,Mobile - Locomotives,,A,R,86737,Fluorene,HAP,37.00012,LB,2017NEI_Apr2020 +07,NE,31,,31185,York,NP,,2285002006,Mobile - Locomotives,,A,R,123386,Propionaldehyde,HAP,2667.528,LB,2017NEI_Apr2020 +01,ME,23,,23003,Aroostook,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,192.3375,LB,2017NEI_Apr2020 +01,ME,23,,23003,Aroostook,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,145.3217,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36045,Jefferson,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,26.50255,LB,2017NEI_Apr2020 +02,NY,36,,36069,Ontario,NP,,2861000010,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.00002166108,LB,2017NEI_Apr2020 +04,NC,37,,37049,Craven,NP,,2302003100,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.1571329,LB,2017NEI_Apr2020 +04,NC,37,,37049,Craven,NP,,2302003100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,10.33022,LB,2017NEI_Apr2020 +04,NC,37,,37049,Craven,NP,,2302003100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,2.03411,TON,2017NEI_Apr2020 +04,NC,37,,37049,Craven,NP,,2302003100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01288021,TON,2017NEI_Apr2020 +04,NC,37,,37049,Craven,NP,,2302003100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0582451142,TON,2017NEI_Apr2020 +07,MO,29,,29089,Howard,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,15.2889,LB,2017NEI_Apr2020 +07,MO,29,,29089,Howard,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,178.5203,LB,2017NEI_Apr2020 +08,CO,08,,08079,Mineral,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,5.290945798418,TON,2017NEI_Apr2020 +08,CO,08,,08079,Mineral,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.1684941412,TON,2017NEI_Apr2020 +03,VA,51,,51177,Spotsylvania,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,110.6327,TON,2017NEI_Apr2020 +07,KS,20,,20173,Sedgwick,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,80.0022,LB,2017NEI_Apr2020 +07,KS,20,,20197,Wabaunsee,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.0855034,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.6233346,LB,2017NEI_Apr2020 +05,WI,55,,55019,Clark,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,91203,Naphthalene,HAP,.2266072,LB,2017NEI_Apr2020 +05,WI,55,,55019,Clark,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.05943795,TON,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2501050120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,141.6912,LB,2017NEI_Apr2020 +05,WI,55,,55037,Florence,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0000928099268,TON,2017NEI_Apr2020 +05,WI,55,,55037,Florence,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,57125,Cyanide,HAP,.00601849,LB,2017NEI_Apr2020 +05,WI,55,,55037,Florence,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,83329,Acenaphthene,HAP,.000001227772,LB,2017NEI_Apr2020 +05,WI,55,,55037,Florence,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,.01324068,TON,2017NEI_Apr2020 +05,WI,55,,55037,Florence,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.002937023,TON,2017NEI_Apr2020 +05,WI,55,,55037,Florence,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,60344,Methylhydrazine,HAP,.0004092573,LB,2017NEI_Apr2020 +07,KS,20,,20155,Reno,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,68.07221,LB,2017NEI_Apr2020 +07,KS,20,,20203,Wichita,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20009,Barton,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,2.26172,LB,2017NEI_Apr2020 +07,KS,20,,20181,Sherman,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,108101,Methyl Isobutyl Ketone,HAP,13.7202,LB,2017NEI_Apr2020 +07,KS,20,,20181,Sherman,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,123911,p-Dioxane,HAP,.2799575,LB,2017NEI_Apr2020 +07,KS,20,,20181,Sherman,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,1330207,Xylenes (Mixed Isomers),HAP,47.59277,LB,2017NEI_Apr2020 +07,KS,20,,20181,Sherman,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,80626,Methyl Methacrylate,HAP,1.679745,LB,2017NEI_Apr2020 +07,KS,20,,20181,Sherman,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,91203,Naphthalene,HAP,6.439022,LB,2017NEI_Apr2020 +10,WA,53,,53047,Okanogan,NP,,2810005001,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +10,WA,53,,53047,Okanogan,NP,,2810005001,Waste Disposal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +10,WA,53,,53047,Okanogan,NP,,2810005001,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +10,WA,53,,53047,Okanogan,NP,,2810005001,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19023,Butler,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.9946758,LB,2017NEI_Apr2020 +04,TN,47,,47089,Jefferson,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,99.19188,LB,2017NEI_Apr2020 +04,TN,47,,47089,Jefferson,NP,,2302003200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0005345384,TON,2017NEI_Apr2020 +06,OK,40,,40145,Wagoner,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,202.454,LB,2017NEI_Apr2020 +06,OK,40,,40145,Wagoner,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,4.87446,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2501080100,Gas Stations,,A,R,110543,Hexane,HAP,.2673584,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2501080100,Gas Stations,,A,R,98828,Cumene,HAP,.0016709896,LB,2017NEI_Apr2020 +03,PA,42,,42107,Schuylkill,NP,,2805010100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,21.08554,LB,2017NEI_Apr2020 +03,PA,42,,42107,Schuylkill,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,26.14607,LB,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2501080100,Gas Stations,,A,R,108883,Toluene,HAP,.12680794,LB,2017NEI_Apr2020 +08,ND,38,,38011,Bowman,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.0004526985,LB,2017NEI_Apr2020 +08,ND,38,,38011,Bowman,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.03825303,LB,2017NEI_Apr2020 +08,ND,38,,38011,Bowman,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.005432383,LB,2017NEI_Apr2020 +08,ND,38,,38011,Bowman,NP,,2805010100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.01086477,LB,2017NEI_Apr2020 +08,ND,38,,38011,Bowman,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.007016828,LB,2017NEI_Apr2020 +04,AL,01,,01025,Clarke,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.02160773,LB,2017NEI_Apr2020 +01,CT,09,,09011,New London,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13009,Baldwin,NP,,2630020000,Waste Disposal,,A,R,75058,Acetonitrile,HAP,.71967,LB,2017NEI_Apr2020 +04,GA,13,,13009,Baldwin,NP,,2630020000,Waste Disposal,,A,R,77781,Dimethyl Sulfate,HAP,.00273266,LB,2017NEI_Apr2020 +04,GA,13,,13009,Baldwin,NP,,2630020000,Waste Disposal,,A,R,107131,Acrylonitrile,HAP,.805196,LB,2017NEI_Apr2020 +04,GA,13,,13009,Baldwin,NP,,2630020000,Waste Disposal,,A,R,79469,2-Nitropropane,HAP,.000609112,LB,2017NEI_Apr2020 +04,GA,13,,13009,Baldwin,NP,,2630020000,Waste Disposal,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.0036505,LB,2017NEI_Apr2020 +06,TX,48,,48333,Mills,NP,,2610000400,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48045,Briscoe,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.0004260796,TON,2017NEI_Apr2020 +06,TX,48,,48045,Briscoe,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.008521592,TON,2017NEI_Apr2020 +06,TX,48,,48045,Briscoe,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000860513701953432352,LB,2017NEI_Apr2020 +06,TX,48,,48045,Briscoe,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.001712672901953432352,LB,2017NEI_Apr2020 +06,TX,48,,48045,Briscoe,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.005998532407847815776,LB,2017NEI_Apr2020 +06,TX,48,,48045,Briscoe,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.000004344341023283824,LB,2017NEI_Apr2020 +06,TX,48,,48045,Briscoe,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.000860513701953432352,LB,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.2348811,TON,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,49.463210392153657308,LB,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,25.1461013725462563,LB,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,81.517581372549074874,LB,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,2.058664343140791936,LB,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,535.529059999997181426,LB,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.06061934838,TON,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.1,TON,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1147659,TON,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.0036305029803801552,LB,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,23.7032839215685929462,LB,2017NEI_Apr2020 +06,TX,48,,48499,Wood,NP,,2401010000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,95476,o-Xylene,HAP,149.04,LB,2017NEI_Apr2020 +06,TX,48,,48499,Wood,NP,,2401010000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,12.96,TON,2017NEI_Apr2020 +06,TX,48,,48499,Wood,NP,,2401010000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,106423,p-Xylene,HAP,151.1136,LB,2017NEI_Apr2020 +06,TX,48,,48499,Wood,NP,,2401010000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,540885,Tert-butyl Acetate,,647.4816,LB,2017NEI_Apr2020 +10,WA,53,,53013,Columbia,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.04571998,LB,2017NEI_Apr2020 +10,WA,53,,53013,Columbia,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,111.9831,LB,2017NEI_Apr2020 +10,WA,53,,53013,Columbia,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,8.912308,TON,2017NEI_Apr2020 +10,WA,53,,53013,Columbia,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,2.046587,TON,2017NEI_Apr2020 +10,WA,53,,53013,Columbia,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,30.11958,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,.98902680882355375704,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.01562155164707302494,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,192972,Benzo[e]Pyrene,HAP,.01039746132348477876,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.04,TON,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.005071933,TON,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.001014387,TON,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.01039746132348477876,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.03124310329414604988,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.00522409032348477876,LB,2017NEI_Apr2020 +06,TX,48,,48007,Aransas,NP,,2610000400,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01308,TON,2017NEI_Apr2020 +06,TX,48,,48007,Aransas,NP,,2610000400,Waste Disposal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48007,Aransas,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.12,TON,2017NEI_Apr2020 +06,TX,48,,48007,Aransas,NP,,2610000400,Waste Disposal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48007,Aransas,NP,,2610000400,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.12,TON,2017NEI_Apr2020 +06,TX,48,,48007,Aransas,NP,,2610000400,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,1.1,TON,2017NEI_Apr2020 +05,MI,26,,26057,Gratiot,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,1.484318,LB,2017NEI_Apr2020 +05,MI,26,,26057,Gratiot,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,5.3305,LB,2017NEI_Apr2020 +05,MI,26,,26013,Baraga,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.46818926,TON,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.327118,LB,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,3.819224,LB,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,1.6355902,LB,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.08267221,TON,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0016612068,LB,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.3221499,TON,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,129000,Pyrene,HAP,.003299126,LB,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2302003100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.26807922241,TON,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2302003100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,3.201331,TON,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2302003100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,4.212278,TON,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2302003100,Commercial Cooking,,A,R,120127,Anthracene,HAP,.6815022,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,1303.42,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,10.007608,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2501060051,Gas Stations,,A,R,91203,Naphthalene,HAP,.1940506,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2501060051,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,35.93529,TON,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2501060051,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,539.0294,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2805018000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,48.28004,TON,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2805018000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,1361.497,LB,2017NEI_Apr2020 +05,MN,27,,27027,Clay,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,91.6276,LB,2017NEI_Apr2020 +05,MN,27,,27027,Clay,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,7.8472,LB,2017NEI_Apr2020 +06,LA,22,,22033,East Baton Rouge,NP,,2310023603,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22033,East Baton Rouge,NP,,2310023603,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30073,Pondera,NP,,2310011503,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,1.051879,LB,2017NEI_Apr2020 +03,PA,42,,42099,Perry,NP,,2501060051,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42099,Perry,NP,,2501060051,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42099,Perry,NP,,2501060051,Gas Stations,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42117,Tioga,NP,,2501060052,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39137,Putnam,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,5.221898,LB,2017NEI_Apr2020 +05,OH,39,,39137,Putnam,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,14.82345,LB,2017NEI_Apr2020 +04,NC,37,,37025,Cabarrus,NP,,2501060052,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37025,Cabarrus,NP,,2501060052,Gas Stations,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37025,Cabarrus,NP,,2501060052,Gas Stations,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46023,Charles Mix,NP,,2501060053,Gas Stations,,A,R,110543,Hexane,HAP,119.1883,LB,2017NEI_Apr2020 +08,SD,46,,46023,Charles Mix,NP,,2501060053,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,49.66178,LB,2017NEI_Apr2020 +08,UT,49,,49055,Wayne,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,.064878072,LB,2017NEI_Apr2020 +08,UT,49,,49055,Wayne,NP,,2501060053,Gas Stations,,A,R,108883,Toluene,HAP,7.5691084,LB,2017NEI_Apr2020 +05,WI,55,,55075,Marinette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.055904479,TON,2017NEI_Apr2020 +05,WI,55,,55075,Marinette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.09082878,LB,2017NEI_Apr2020 +05,WI,55,,55075,Marinette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,1.918918,TON,2017NEI_Apr2020 +05,WI,55,,55075,Marinette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,29.42341,TON,2017NEI_Apr2020 +05,WI,55,,55075,Marinette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,28.04051,TON,2017NEI_Apr2020 +05,WI,55,,55075,Marinette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,1492.492,LB,2017NEI_Apr2020 +04,TN,47,,47067,Hancock,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.600011603604,TON,2017NEI_Apr2020 +04,TN,47,,47067,Hancock,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,11.0208,LB,2017NEI_Apr2020 +04,TN,47,,47067,Hancock,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.1249786,LB,2017NEI_Apr2020 +02,PR,72,,72099,Moca,NP,,2311030000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.002916158784,TON,2017NEI_Apr2020 +02,PR,72,,72121,Sabana Grande,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,.3942413,TON,2017NEI_Apr2020 +08,UT,49,,49055,Wayne,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,5.896012,LB,2017NEI_Apr2020 +08,UT,49,,49055,Wayne,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,1.961173,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2310011501,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,7.538754,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2310011501,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,6.07458,TON,2017NEI_Apr2020 +04,AL,01,,01057,Fayette,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,53.56576,LB,2017NEI_Apr2020 +04,AL,01,,01057,Fayette,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,30.65092,TON,2017NEI_Apr2020 +04,AL,01,,01057,Fayette,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,.4761506,LB,2017NEI_Apr2020 +02,PR,72,,72023,Cabo Rojo,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,5.366316,TON,2017NEI_Apr2020 +02,PR,72,,72095,Maunabo,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.721695,TON,2017NEI_Apr2020 +02,PR,72,,72095,Maunabo,NP,,2610000500,Waste Disposal,,A,R,98828,Cumene,HAP,1.5328036,LB,2017NEI_Apr2020 +02,PR,72,,72095,Maunabo,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.302883,TON,2017NEI_Apr2020 +04,TN,47,,47169,Trousdale,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,3.260326,TON,2017NEI_Apr2020 +04,TN,47,,47169,Trousdale,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.03955335,TON,2017NEI_Apr2020 +04,TN,47,,47169,Trousdale,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.005650479,TON,2017NEI_Apr2020 +04,TN,47,,47169,Trousdale,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,20.62425,LB,2017NEI_Apr2020 +04,TN,47,,47169,Trousdale,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.00613077,LB,2017NEI_Apr2020 +04,TN,47,,47169,Trousdale,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.009069019,LB,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.558733,TON,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.3435315,LB,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.01900713,LB,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.03852452,LB,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.05447009,LB,2017NEI_Apr2020 +03,VA,51,,51083,Halifax,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.7921107,TON,2017NEI_Apr2020 +03,VA,51,,51083,Halifax,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,411.8976,LB,2017NEI_Apr2020 +03,VA,51,,51083,Halifax,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.1233191,LB,2017NEI_Apr2020 +03,VA,51,,51083,Halifax,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,777.8524,LB,2017NEI_Apr2020 +05,WI,55,,55139,Winnebago,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00217943208,TON,2017NEI_Apr2020 +05,WI,55,,55139,Winnebago,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.2051406,LB,2017NEI_Apr2020 +05,WI,55,,55139,Winnebago,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.08684786,LB,2017NEI_Apr2020 +05,IL,17,,17015,Carroll,NP,,2285002006,Mobile - Locomotives,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0582594,LB,2017NEI_Apr2020 +05,IL,17,,17015,Carroll,NP,,2285002006,Mobile - Locomotives,,A,R,86737,Fluorene,HAP,24.95582,LB,2017NEI_Apr2020 +05,IL,17,,17015,Carroll,NP,,2285002006,Mobile - Locomotives,,A,R,56553,Benz[a]Anthracene,HAP,.2430736,LB,2017NEI_Apr2020 +03,VA,51,,51049,Cumberland,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,108883,Toluene,HAP,.03388579,LB,2017NEI_Apr2020 +03,VA,51,,51063,Floyd,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00004026479,LB,2017NEI_Apr2020 +03,VA,51,,51063,Floyd,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.03276798,TON,2017NEI_Apr2020 +03,VA,51,,51063,Floyd,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,.0001291512,LB,2017NEI_Apr2020 +03,VA,51,,51063,Floyd,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,205992,Benzo[b]Fluoranthene,HAP,.000006844324,LB,2017NEI_Apr2020 +03,VA,51,,51063,Floyd,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.01071261,TON,2017NEI_Apr2020 +03,VA,51,,51063,Floyd,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,207089,Benzo[k]Fluoranthene,HAP,.00001070505,LB,2017NEI_Apr2020 +03,VA,51,,51063,Floyd,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,.08149649,LB,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.54,TON,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0342,TON,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,.35492957746488,LB,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00035492957748,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.15,TON,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,.00113676,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0002366197182,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,.0591549295776,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,4.3235294117646,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,.2957746478874,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.002957746479,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.0485070422535,LB,2017NEI_Apr2020 +06,TX,48,,48053,Burnet,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48053,Burnet,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48053,Burnet,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48053,Burnet,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.01595394,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,107028,Acrolein,HAP,.09212996,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,108883,Toluene,HAP,.4073638,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,.001862519,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,.004760878,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,.9292676,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.02928239,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.158124,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.002,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0038,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.008714,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.008714,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,.01051643192488,LB,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,56832736,Benzofluoranthenes,HAP,.0000289201878,LB,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.00007624413144,LB,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00003154929576,LB,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,.00007887323944,LB,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,.00141971830984,LB,2017NEI_Apr2020 +06,TX,48,,48087,Collingsworth,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48087,Collingsworth,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51153,Prince William,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.00475847,LB,2017NEI_Apr2020 +03,VA,51,,51153,Prince William,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,205992,Benzo[b]Fluoranthene,HAP,.0003320876,LB,2017NEI_Apr2020 +03,VA,51,,51153,Prince William,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.006266436,LB,2017NEI_Apr2020 +03,VA,51,,51153,Prince William,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,108883,Toluene,HAP,1.370573,LB,2017NEI_Apr2020 +03,VA,51,,51590,Danville city,NP,,2285002008,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,.03958983,TON,2017NEI_Apr2020 +03,VA,51,,51590,Danville city,NP,,2285002008,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.006727717144,TON,2017NEI_Apr2020 +03,VA,51,,51590,Danville city,NP,,2285002008,Mobile - Locomotives,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00188050421742,TON,2017NEI_Apr2020 +03,VA,51,,51590,Danville city,NP,,2285002008,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,.3748263,TON,2017NEI_Apr2020 +03,VA,51,,51590,Danville city,NP,,2285002008,Mobile - Locomotives,,A,R,86737,Fluorene,HAP,.06681741856,LB,2017NEI_Apr2020 +03,VA,51,,51590,Danville city,NP,,2285002008,Mobile - Locomotives,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.241039664,LB,2017NEI_Apr2020 +03,VA,51,,51590,Danville city,NP,,2285002008,Mobile - Locomotives,,A,R,50000,Formaldehyde,HAP,30.47267348,LB,2017NEI_Apr2020 +03,VA,51,,51590,Danville city,NP,,2285002008,Mobile - Locomotives,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.9729391712,LB,2017NEI_Apr2020 +05,IL,17,,17003,Alexander,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28033,DeSoto,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28033,DeSoto,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28033,DeSoto,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28033,DeSoto,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.020840323,TON,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0113262625,TON,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.07716473,LB,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.001625136,LB,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,.0399269,LB,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.08827178,LB,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,2.80599,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2401060000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2401060000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2401060000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2401060000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39021,Champaign,NP,,2311010000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,UT,49,,49055,Wayne,NP,,2805025000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.1483971,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,6.065799,TON,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,10.5737,TON,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,.1237136,TON,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.124676,TON,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.00734042,TON,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,.7215536,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,.6103708,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7664393,Hydrogen Fluoride,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18025,Crawford,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0205212175,TON,2017NEI_Apr2020 +05,IN,18,,18025,Crawford,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,106.6728,LB,2017NEI_Apr2020 +05,IN,18,,18025,Crawford,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,28.15411,TON,2017NEI_Apr2020 +05,IN,18,,18025,Crawford,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,6.849582,LB,2017NEI_Apr2020 +05,IN,18,,18137,Ripley,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,219.7746,LB,2017NEI_Apr2020 +05,IN,18,,18137,Ripley,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,895.8553,LB,2017NEI_Apr2020 +05,IN,18,,18137,Ripley,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.01372785,LB,2017NEI_Apr2020 +07,MO,29,,29151,Osage,NP,,2501080100,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.01602064,LB,2017NEI_Apr2020 +07,MO,29,,29151,Osage,NP,,2501080100,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.00728387,LB,2017NEI_Apr2020 +07,NE,31,,31163,Sherman,NP,,2501080100,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,.001172652,TON,2017NEI_Apr2020 +07,NE,31,,31163,Sherman,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.0011726524,LB,2017NEI_Apr2020 +07,NE,31,,31163,Sherman,NP,,2501080100,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.011726524,LB,2017NEI_Apr2020 +05,OH,39,,39025,Clermont,NP,,2501080100,Gas Stations,,A,R,71432,Benzene,HAP,.2440018,LB,2017NEI_Apr2020 +07,NE,31,,31185,York,NP,,2801500150,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,494,LB,2017NEI_Apr2020 +07,NE,31,,31185,York,NP,,2801500150,Fires - Agricultural Field Burning,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,11.3,TON,2017NEI_Apr2020 +07,NE,31,,31185,York,NP,,2801500150,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,2.7,TON,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +02,NY,36,,36119,Westchester,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.1475071,LB,2017NEI_Apr2020 +02,NY,36,,36119,Westchester,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,1.720916,LB,2017NEI_Apr2020 +02,NY,36,,36119,Westchester,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.1209558,LB,2017NEI_Apr2020 +02,NY,36,,36119,Westchester,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.0004277707,LB,2017NEI_Apr2020 +02,NJ,34,,34021,Mercer,NP,,2461023000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,2.248423,TON,2017NEI_Apr2020 +06,NM,35,,35039,Rio Arriba,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.293891368,TON,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2302003000,Commercial Cooking,,A,R,91203,Naphthalene,HAP,4.131604,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00000003977868,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000000009751193,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.00000001950239,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,.2434574,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.00000008822508,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.0001027769,TON,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2501060052,Gas Stations,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2501060052,Gas Stations,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37111,McDowell,NP,,2805002000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,3.51114,LB,2017NEI_Apr2020 +02,NY,36,,36095,Schoharie,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,1.902841,LB,2017NEI_Apr2020 +02,NY,36,,36093,Schenectady,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,1.113227794,TON,2017NEI_Apr2020 +02,NY,36,,36093,Schenectady,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,107028,Acrolein,HAP,10.4585,LB,2017NEI_Apr2020 +02,NY,36,,36093,Schenectady,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,120127,Anthracene,HAP,.5710671,LB,2017NEI_Apr2020 +02,NY,36,,36093,Schenectady,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM25-FIL,PM2.5 Filterable,CAP,28.86496,TON,2017NEI_Apr2020 +02,NY,36,,36093,Schenectady,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,VOC,Volatile Organic Compounds,CAP,1.141173,TON,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +08,WY,56,,56025,Natrona,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,14.49894,TON,2017NEI_Apr2020 +08,WY,56,,56025,Natrona,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,130.4904,LB,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,57125,Cyanide,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,60344,Methylhydrazine,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46025,Clark,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +08,SD,46,,46025,Clark,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +08,SD,46,,46025,Clark,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46025,Clark,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00001207826298,TON,2017NEI_Apr2020 +08,SD,46,,46025,Clark,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00008097514145,TON,2017NEI_Apr2020 +08,SD,46,,46025,Clark,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00000431625614,TON,2017NEI_Apr2020 +06,OK,40,,40083,Logan,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0005621205344,TON,2017NEI_Apr2020 +06,OK,40,,40083,Logan,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,91203,Naphthalene,HAP,.004245725,LB,2017NEI_Apr2020 +06,OK,40,,40083,Logan,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.001905235,TON,2017NEI_Apr2020 +06,OK,40,,40083,Logan,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO2,Sulfur Dioxide,CAP,.002286282,TON,2017NEI_Apr2020 +06,OK,40,,40083,Logan,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.00003480102,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,57125,Cyanide,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37125,Moore,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7439921,Lead,CAP/HAP,.1009533,LB,2017NEI_Apr2020 +04,NC,37,,37125,Moore,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,10.09533,TON,2017NEI_Apr2020 +04,NC,37,,37131,Northampton,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0000004895339,LB,2017NEI_Apr2020 +04,NC,37,,37131,Northampton,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56832736,Benzofluoranthenes,HAP,.0000003365546,LB,2017NEI_Apr2020 +06,OK,40,,40105,Nowata,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO2,Sulfur Dioxide,CAP,.0004812777,TON,2017NEI_Apr2020 +06,OK,40,,40105,Nowata,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.000007325849,LB,2017NEI_Apr2020 +06,OK,40,,40105,Nowata,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,206440,Fluoranthene,HAP,.000004395509,LB,2017NEI_Apr2020 +06,OK,40,,40105,Nowata,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.00001904721,LB,2017NEI_Apr2020 +06,OK,40,,40105,Nowata,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,91203,Naphthalene,HAP,.0008937536,LB,2017NEI_Apr2020 +06,OK,40,,40105,Nowata,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM-CON,PM Condensible,CAP,.0002406389,TON,2017NEI_Apr2020 +06,OK,40,,40105,Nowata,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NH3,Ammonia,CAP,.0004010648,TON,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +09,NV,32,,32023,Nye,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,3917.844,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2501060051,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,169.6341,LB,2017NEI_Apr2020 +04,SC,45,,45047,Greenwood,NP,,2302003000,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.1488151,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,3.262872,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2805035000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,33.98825,TON,2017NEI_Apr2020 +04,GA,13,,13139,Hall,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13139,Hall,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,75354,Vinylidene Chloride,HAP,1.67508,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,79005,"1,1,2-Trichloroethane",HAP,.0046332,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,79469,2-Nitropropane,HAP,.00115632,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,80626,Methyl Methacrylate,HAP,1.23156,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.0178992,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,126998,Chloroprene,HAP,.094248,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,236.808,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,67561,Methanol,HAP,45.144,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,67663,Chloroform,HAP,25.5024,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,2.22948,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,75150,Carbon Disulfide,HAP,17.1072,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,75218,Ethylene Oxide,HAP,.87912,LB,2017NEI_Apr2020 +03,PA,42,,42055,Franklin,NP,,2630020000,Waste Disposal,,A,R,108101,Methyl Isobutyl Ketone,HAP,10.6524,LB,2017NEI_Apr2020 +05,MI,26,,26065,Ingham,NP,,2501055120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26065,Ingham,NP,,2501055120,Bulk Gasoline Terminals,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,149.2937,LB,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2805009100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,298.5874,LB,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2805009100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,323.4697,LB,2017NEI_Apr2020 +06,AR,05,,05039,Dallas,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,2.07648,LB,2017NEI_Apr2020 +06,AR,05,,05039,Dallas,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.0576598,LB,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,10.9476,LB,2017NEI_Apr2020 +05,MI,26,,26029,Charlevoix,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,15.275312,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0018460154045,TON,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000983990294,TON,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75003,Ethyl Chloride,HAP,.0014088926,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,.01506837,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0000319175,TON,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.0002434175,TON,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.04443208,TON,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,56235,Carbon Tetrachloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48359,Oldham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48359,Oldham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48359,Oldham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,91203,Naphthalene,HAP,.00465818186056,LB,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,52.09107446,LB,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2805025000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,544.7234,LB,2017NEI_Apr2020 +06,TX,48,,48281,Lampasas,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,84742,Dibutyl Phthalate,HAP,.78168537235008,LB,2017NEI_Apr2020 +06,TX,48,,48463,Uvalde,NP,,2310021504,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,.02333858,LB,2017NEI_Apr2020 +06,TX,48,,48463,Uvalde,NP,,2310021504,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,.06115876,LB,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2310121100,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20083,Hodgeman,NP,,2310111100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,14.12104,TON,2017NEI_Apr2020 +06,TX,48,,48469,Victoria,NP,,2310011503,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,2.28,TON,2017NEI_Apr2020 +06,TX,48,,48469,Victoria,NP,,2310011503,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,8.3046948,LB,2017NEI_Apr2020 +06,TX,48,,48385,Real,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.000004241083,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00002827389,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439965,Manganese,HAP,.01413694,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439976,Mercury,HAP,.007068472,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.007068472,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.00007539703,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.04193346,TON,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01996033,TON,2017NEI_Apr2020 +05,MI,26,,26143,Roscommon,NP,,2310121401,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29059,Dallas,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,293.5664,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002006,Mobile - Locomotives,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.01069391815,TON,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002006,Mobile - Locomotives,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,3.625057,TON,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002006,Mobile - Locomotives,,A,R,108883,Toluene,HAP,253.1652,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002006,Mobile - Locomotives,,A,R,120127,Anthracene,HAP,.6865654,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002006,Mobile - Locomotives,,A,R,218019,Chrysene,HAP,.09071994,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002006,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.7437134,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,43.95667,LB,2017NEI_Apr2020 +05,MI,26,,26115,Monroe,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,1034.613,LB,2017NEI_Apr2020 +05,MN,27,,27081,Lincoln,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,39.25542,LB,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,5.18282,LB,2017NEI_Apr2020 +04,GA,13,,13247,Rockdale,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.0004503271,LB,2017NEI_Apr2020 +04,GA,13,,13247,Rockdale,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.007655561,LB,2017NEI_Apr2020 +05,MI,26,,26043,Dickinson,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.3018812104,TON,2017NEI_Apr2020 +05,MI,26,,26043,Dickinson,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,9.801338,TON,2017NEI_Apr2020 +05,MI,26,,26043,Dickinson,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,49.00669,TON,2017NEI_Apr2020 +08,ND,38,,38069,Pierce,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.0000002864907,LB,2017NEI_Apr2020 +08,ND,38,,38069,Pierce,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.0004126831,LB,2017NEI_Apr2020 +08,ND,38,,38069,Pierce,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.002925067,LB,2017NEI_Apr2020 +08,ND,38,,38069,Pierce,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.000002376054,LB,2017NEI_Apr2020 +08,ND,38,,38069,Pierce,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,3.576397,LB,2017NEI_Apr2020 +08,ND,38,,38069,Pierce,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.00000129603,LB,2017NEI_Apr2020 +08,ND,38,,38069,Pierce,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.00001523403,LB,2017NEI_Apr2020 +08,ND,38,,38069,Pierce,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.001770672,TON,2017NEI_Apr2020 +04,TN,47,,47019,Carter,NP,,2325000000,Industrial Processes - Mining,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.027157796721,TON,2017NEI_Apr2020 +04,TN,47,,47019,Carter,NP,,2325000000,Industrial Processes - Mining,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,TN,47,,47019,Carter,NP,,2325000000,Industrial Processes - Mining,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,9.459351,TON,2017NEI_Apr2020 +04,SC,45,,45049,Hampton,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,5.852603,LB,2017NEI_Apr2020 +04,SC,45,,45049,Hampton,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,7.250818,LB,2017NEI_Apr2020 +03,PA,42,,42073,Lawrence,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0039441015,TON,2017NEI_Apr2020 +03,PA,42,,42073,Lawrence,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.5258802,TON,2017NEI_Apr2020 +06,AR,05,,05089,Marion,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,60.0124,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00002533636,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439965,Manganese,HAP,.009448446,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.004724222,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,83329,Acenaphthene,HAP,.0002365474,LB,2017NEI_Apr2020 +05,IN,18,,18061,Harrison,NP,,2425000000,Solvent - Graphic Arts,,A,R,108101,Methyl Isobutyl Ketone,HAP,5.237018,LB,2017NEI_Apr2020 +05,IN,18,,18061,Harrison,NP,,2425000000,Solvent - Graphic Arts,,A,R,VOC,Volatile Organic Compounds,CAP,6.148183,TON,2017NEI_Apr2020 +06,TX,48,,48249,Jim Wells,NP,,2401035000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36091,Saratoga,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,5.945207,LB,2017NEI_Apr2020 +07,NE,31,,31167,Stanton,NP,,2805045000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.1464347,LB,2017NEI_Apr2020 +08,MT,30,,30013,Cascade,NP,,2805040000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,6.504246,LB,2017NEI_Apr2020 +07,NE,31,,31005,Arthur,NP,,2805025000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,171.9724,LB,2017NEI_Apr2020 +07,NE,31,,31017,Brown,NP,,2805009100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2285002006,Mobile - Locomotives,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.003265945,TON,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2285002006,Mobile - Locomotives,,A,R,106990,"1,3-Butadiene",HAP,6.688832,LB,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2285002006,Mobile - Locomotives,,A,R,120127,Anthracene,HAP,.2096784,LB,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2285002006,Mobile - Locomotives,,A,R,50328,Benzo[a]Pyrene,HAP,.004716246,LB,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2285002006,Mobile - Locomotives,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.002134488,LB,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2285002006,Mobile - Locomotives,,A,R,540841,"2,2,4-Trimethylpentane",HAP,25.60456,LB,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2285002006,Mobile - Locomotives,,A,R,7439965,Manganese,HAP,5.133748,LB,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2285002006,Mobile - Locomotives,,A,R,7440020,Nickel,HAP,8.97664,LB,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2285002006,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.2271316,LB,2017NEI_Apr2020 +07,NE,31,,31053,Dodge,NP,,2285002006,Mobile - Locomotives,,A,R,123386,Propionaldehyde,HAP,2615.932,LB,2017NEI_Apr2020 +07,NE,31,,31053,Dodge,NP,,2285002006,Mobile - Locomotives,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.04022494,LB,2017NEI_Apr2020 +07,NE,31,,31053,Dodge,NP,,2285002006,Mobile - Locomotives,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,16.089977472,TON,2017NEI_Apr2020 +07,NE,31,,31053,Dodge,NP,,2285002006,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,3.663641136,TON,2017NEI_Apr2020 +07,NE,31,,31053,Dodge,NP,,2285002006,Mobile - Locomotives,,A,R,71432,Benzene,HAP,1524.83,LB,2017NEI_Apr2020 +07,NE,31,,31053,Dodge,NP,,2285002006,Mobile - Locomotives,,A,R,85018,Phenanthrene,HAP,78.27394,LB,2017NEI_Apr2020 +07,NE,31,,31053,Dodge,NP,,2285002006,Mobile - Locomotives,,A,R,108883,Toluene,HAP,1457.06,LB,2017NEI_Apr2020 +07,NE,31,,31053,Dodge,NP,,2285002006,Mobile - Locomotives,,A,R,120127,Anthracene,HAP,3.95144,LB,2017NEI_Apr2020 +05,MI,26,,26053,Gogebic,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,.4059322,LB,2017NEI_Apr2020 +02,NJ,34,,34009,Cape May,NP,,2401040000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,1.148139,TON,2017NEI_Apr2020 +07,NE,31,,31169,Thayer,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,110543,Hexane,HAP,1.786322,LB,2017NEI_Apr2020 +07,NE,31,,31169,Thayer,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,117817,Bis(2-Ethylhexyl)Phthalate,HAP,.3572645,LB,2017NEI_Apr2020 +07,NE,31,,31169,Thayer,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,131113,Dimethyl Phthalate,HAP,.1190882,LB,2017NEI_Apr2020 +02,NJ,34,,34011,Cumberland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34011,Cumberland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34011,Cumberland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34011,Cumberland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,3697243,5-Methylchrysene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,21.5856,LB,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +09,NV,32,,32023,Nye,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000148475338755,TON,2017NEI_Apr2020 +09,NV,32,,32023,Nye,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000003451507885,TON,2017NEI_Apr2020 +09,NV,32,,32023,Nye,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,56832736,Benzofluoranthenes,HAP,.0000004278193,LB,2017NEI_Apr2020 +09,NV,32,,32023,Nye,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,.000116678,LB,2017NEI_Apr2020 +09,NV,32,,32023,Nye,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,.000116678,LB,2017NEI_Apr2020 +09,NV,32,,32023,Nye,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,.0003150306,LB,2017NEI_Apr2020 +09,NV,32,,32023,Nye,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.0007202345,TON,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2302002100,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0114592,LB,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2302002100,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.03373277,LB,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2302002100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,.4722387,TON,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.5644631,TON,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2302002100,Commercial Cooking,,A,R,108883,Toluene,HAP,8.174253,LB,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2302002100,Commercial Cooking,,A,R,120127,Anthracene,HAP,.117964,LB,2017NEI_Apr2020 +09,NV,32,,32007,Elko,NP,,2610030000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,2.97847296,TON,2017NEI_Apr2020 +09,NV,32,,32007,Elko,NP,,2610030000,Waste Disposal,,A,R,207089,Benzo[k]Fluoranthene,HAP,2.104373,LB,2017NEI_Apr2020 +09,NV,32,,32007,Elko,NP,,2610030000,Waste Disposal,,A,R,82688,Pentachloronitrobenzene,HAP,.03140855,LB,2017NEI_Apr2020 +09,NV,32,,32007,Elko,NP,,2610030000,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,29.83812,TON,2017NEI_Apr2020 +09,NV,32,,32007,Elko,NP,,2610030000,Waste Disposal,,A,R,117817,Bis(2-Ethylhexyl)Phthalate,HAP,74.5953,LB,2017NEI_Apr2020 +09,NV,32,,32007,Elko,NP,,2610030000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,215.6197,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.110179062,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.088183242,TON,2017NEI_Apr2020 +09,NV,32,,32033,White Pine,NP,,2630020000,Waste Disposal,,A,R,75569,Propylene Oxide,HAP,.247416,LB,2017NEI_Apr2020 +09,NV,32,,32033,White Pine,NP,,2630020000,Waste Disposal,,A,R,80626,Methyl Methacrylate,HAP,.105118,LB,2017NEI_Apr2020 +09,NV,32,,32033,White Pine,NP,,2630020000,Waste Disposal,,A,R,NH3,Ammonia,CAP,.028561,TON,2017NEI_Apr2020 +09,NV,32,,32033,White Pine,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.00152776,LB,2017NEI_Apr2020 +09,NV,32,,32033,White Pine,NP,,2630020000,Waste Disposal,,A,R,107131,Acrylonitrile,HAP,.130468,LB,2017NEI_Apr2020 +09,NV,32,,32033,White Pine,NP,,2630020000,Waste Disposal,,A,R,56235,Carbon Tetrachloride,HAP,.37856,LB,2017NEI_Apr2020 +06,NM,35,,35023,Hidalgo,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,NM,35,,35023,Hidalgo,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35023,Hidalgo,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35023,Hidalgo,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35023,Hidalgo,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35023,Hidalgo,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,NM,35,,35023,Hidalgo,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,.00012367566,LB,2017NEI_Apr2020 +02,NJ,34,,34009,Cape May,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34009,Cape May,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34009,Cape May,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34009,Cape May,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34009,Cape May,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +09,NV,32,,32031,Washoe,NP,,2810050000,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34001,Atlantic,NP,,2501050120,Bulk Gasoline Terminals,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +01,NH,33,,33001,Belknap,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0368069,TON,2017NEI_Apr2020 +01,NH,33,,33001,Belknap,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.13,TON,2017NEI_Apr2020 +01,NH,33,,33001,Belknap,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,.0017776743881,LB,2017NEI_Apr2020 +01,NH,33,,33001,Belknap,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,1.29092722840046,LB,2017NEI_Apr2020 +01,NH,33,,33001,Belknap,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,.1265948,TON,2017NEI_Apr2020 +02,NY,36,,36051,Livingston,NP,,2311030000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000139642138,TON,2017NEI_Apr2020 +02,NY,36,,36051,Livingston,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.3825812,TON,2017NEI_Apr2020 +02,NJ,34,,34027,Morris,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,NJ,34,,34027,Morris,NP,,2610000500,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,NJ,34,,34027,Morris,NP,,2610000500,Waste Disposal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34007,Camden,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.542683206,TON,2017NEI_Apr2020 +02,NJ,34,,34007,Camden,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0161524584,TON,2017NEI_Apr2020 +02,NJ,34,,34007,Camden,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34007,Camden,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,9.84,TON,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.000008871687,TON,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,SO2,Sulfur Dioxide,CAP,.000005416049,TON,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00000000826427652,TON,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000002776595343,TON,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.000000004471444,LB,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.000001230359,LB,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.00000008772005,LB,2017NEI_Apr2020 +06,NM,35,,35009,Curry,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.00000007632784,LB,2017NEI_Apr2020 +02,NJ,34,,34003,Bergen,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,98.95111708,LB,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2610000400,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2610000400,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2610000400,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2610000400,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34035,Somerset,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34035,Somerset,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35031,McKinley,NP,,2311010000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00566476218,TON,2017NEI_Apr2020 +06,NM,35,,35031,McKinley,NP,,2311010000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,NM,35,,35031,McKinley,NP,,2311010000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00128744595,TON,2017NEI_Apr2020 +02,NY,36,,36031,Essex,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,25.33869658124,TON,2017NEI_Apr2020 +02,NY,36,,36031,Essex,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.01482864532,TON,2017NEI_Apr2020 +02,NY,36,,36011,Cayuga,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.001353651656,TON,2017NEI_Apr2020 +02,NY,36,,36011,Cayuga,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,CO,Carbon Monoxide,CAP,11.11068,TON,2017NEI_Apr2020 +05,MI,26,,26121,Muskegon,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.1552320653,TON,2017NEI_Apr2020 +05,MI,26,,26121,Muskegon,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00827440796,TON,2017NEI_Apr2020 +05,MI,26,,26121,Muskegon,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.4204311,TON,2017NEI_Apr2020 +05,MI,26,,26121,Muskegon,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,121.2782,LB,2017NEI_Apr2020 +05,MI,26,,26121,Muskegon,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,4.446868,TON,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.3976228,TON,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,4.968253,TON,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,5.213277,TON,2017NEI_Apr2020 +02,NY,36,,36105,Sullivan,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00006137897085,TON,2017NEI_Apr2020 +02,NY,36,,36105,Sullivan,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,CO,Carbon Monoxide,CAP,.02739028,TON,2017NEI_Apr2020 +02,NY,36,,36105,Sullivan,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0001374669,TON,2017NEI_Apr2020 +08,ND,38,,38005,Benson,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.2046,TON,2017NEI_Apr2020 +08,ND,38,,38005,Benson,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,232,LB,2017NEI_Apr2020 +08,ND,38,,38005,Benson,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,.426,TON,2017NEI_Apr2020 +04,NC,37,,37147,Pitt,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17021,Christian,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,790.9958,LB,2017NEI_Apr2020 +05,IL,17,,17021,Christian,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,89.84052,LB,2017NEI_Apr2020 +05,IL,17,,17057,Fulton,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,8.179967,LB,2017NEI_Apr2020 +05,IL,17,,17057,Fulton,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.7980456,LB,2017NEI_Apr2020 +05,IL,17,,17043,DuPage,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17061,Greene,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.417851,LB,2017NEI_Apr2020 +05,IL,17,,17061,Greene,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,106990,"1,3-Butadiene",HAP,.2737165,LB,2017NEI_Apr2020 +05,IL,17,,17009,Brown,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +09,CA,06,,06019,Fresno,NP,,2425000000,Solvent - Graphic Arts,,A,R,108101,Methyl Isobutyl Ketone,HAP,388.369321574879762,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,4721.003,LB,2017NEI_Apr2020 +06,TX,48,,48283,La Salle,NP,,2310121401,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,15.817536636,LB,2017NEI_Apr2020 +03,WV,54,,54103,Wetzel,NP,,2310023600,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22073,Ouachita,NP,,2310021501,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,87.88892,LB,2017NEI_Apr2020 +06,LA,22,,22073,Ouachita,NP,,2310021501,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,844.7208,LB,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2285002006,Mobile - Locomotives,,A,R,205992,Benzo[b]Fluoranthene,HAP,.01718314,LB,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2285002006,Mobile - Locomotives,,A,R,207089,Benzo[k]Fluoranthene,HAP,.01341607,LB,2017NEI_Apr2020 +05,MI,26,,26087,Lapeer,NP,,2285002006,Mobile - Locomotives,,A,R,71432,Benzene,HAP,241.5084,LB,2017NEI_Apr2020 +04,AL,01,,01003,Baldwin,NP,,2610030000,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,329.7002,TON,2017NEI_Apr2020 +04,AL,01,,01003,Baldwin,NP,,2610030000,Waste Disposal,,A,R,100425,Styrene,HAP,6895.056,LB,2017NEI_Apr2020 +04,AL,01,,01003,Baldwin,NP,,2610030000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.3929553,LB,2017NEI_Apr2020 +04,AL,01,,01003,Baldwin,NP,,2610030000,Waste Disposal,,A,R,106990,"1,3-Butadiene",HAP,1846.235,LB,2017NEI_Apr2020 +04,AL,01,,01003,Baldwin,NP,,2610030000,Waste Disposal,,A,R,107028,Acrolein,HAP,348.4204,LB,2017NEI_Apr2020 +04,AL,01,,01029,Cleburne,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.004770129,LB,2017NEI_Apr2020 +04,AL,01,,01029,Cleburne,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.04964829,LB,2017NEI_Apr2020 +04,AL,01,,01029,Cleburne,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.861811,TON,2017NEI_Apr2020 +04,AL,01,,01029,Cleburne,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.763394640708,TON,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,446.6735,LB,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.005070597,LB,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.04632682,LB,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.1364452,LB,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.05738994,LB,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,30.42358,LB,2017NEI_Apr2020 +04,AL,01,,01041,Crenshaw,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.01346013,LB,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002008,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.02444153572,TON,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002008,Mobile - Locomotives,,A,R,DIESEL-PM25,PM25-Primary from certain diesel engines,,.1391887,TON,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002008,Mobile - Locomotives,,A,R,85018,Phenanthrene,HAP,.5234056,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002008,Mobile - Locomotives,,A,R,SO2,Sulfur Dioxide,CAP,.002082495,TON,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002008,Mobile - Locomotives,,A,R,110543,Hexane,HAP,1.264696,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002008,Mobile - Locomotives,,A,R,1330207,Xylenes (Mixed Isomers),HAP,7.452186,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002008,Mobile - Locomotives,,A,R,7440382,Arsenic,HAP,.2627904,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2285002008,Mobile - Locomotives,,A,R,71432,Benzene,HAP,10.19916,LB,2017NEI_Apr2020 +03,WV,54,,54037,Jefferson,NP,,2285002008,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,.2353843,TON,2017NEI_Apr2020 +03,WV,54,,54037,Jefferson,NP,,2285002008,Mobile - Locomotives,,A,R,218019,Chrysene,HAP,.00572138,LB,2017NEI_Apr2020 +03,WV,54,,54037,Jefferson,NP,,2285002008,Mobile - Locomotives,,A,R,100414,Ethyl Benzene,HAP,2.855344,LB,2017NEI_Apr2020 +03,WV,54,,54037,Jefferson,NP,,2285002008,Mobile - Locomotives,,A,R,7439965,Manganese,HAP,.9264138,LB,2017NEI_Apr2020 +03,WV,54,,54037,Jefferson,NP,,2285002008,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,.9687095,TON,2017NEI_Apr2020 +03,WV,54,,54037,Jefferson,NP,,2285002008,Mobile - Locomotives,,A,R,NOX,Nitrogen Oxides,CAP,6.665357,TON,2017NEI_Apr2020 +03,WV,54,,54037,Jefferson,NP,,2285002008,Mobile - Locomotives,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0006986678,LB,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,8.636482,TON,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM25,PM25-Primary from certain diesel engines,,8.377268,TON,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2285002006,Mobile - Locomotives,,A,R,50328,Benzo[a]Pyrene,HAP,.03568716,LB,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2285002006,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,10.31317,LB,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2285002006,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,13.60577,TON,2017NEI_Apr2020 +04,GA,13,,13207,Monroe,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,67561,Methanol,HAP,1101662.4,LB,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,CO,Carbon Monoxide,CAP,2480.685,TON,2017NEI_Apr2020 +08,ND,38,,38025,Dunn,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,75070,Acetaldehyde,HAP,233022.8,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,98862,Acetophenone,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29179,Reynolds,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7664393,Hydrogen Fluoride,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37049,Craven,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.4090388,LB,2017NEI_Apr2020 +04,NC,37,,37049,Craven,NP,,2805035000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.05112985,LB,2017NEI_Apr2020 +04,GA,13,,13053,Chattahoochee,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12021,Collier,NP,,2805018000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,9.969042,LB,2017NEI_Apr2020 +09,CA,06,,06107,Tulare,NP,,2805039100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,9577.68498,LB,2017NEI_Apr2020 +09,CA,06,,06107,Tulare,NP,,2805039100,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,8293.5261,LB,2017NEI_Apr2020 +04,FL,12,,12035,Flagler,NP,,2805035000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,3.421386,TON,2017NEI_Apr2020 +04,FL,12,,12035,Flagler,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,.05474218,LB,2017NEI_Apr2020 +04,FL,12,,12129,Wakulla,NP,,2805045000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.09712982,TON,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,4.911126,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,4.458034,TON,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.01005989,TON,2017NEI_Apr2020 +10,AK,02,,02122,Kenai Peninsula,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.00003277705,LB,2017NEI_Apr2020 +10,AK,02,,02122,Kenai Peninsula,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.000003641894,LB,2017NEI_Apr2020 +10,AK,02,,02122,Kenai Peninsula,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.07207916,LB,2017NEI_Apr2020 +10,AK,02,,02122,Kenai Peninsula,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.05838412,LB,2017NEI_Apr2020 +04,FL,12,,12031,Duval,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.004894449632,TON,2017NEI_Apr2020 +04,FL,12,,12031,Duval,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,.00012854396,LB,2017NEI_Apr2020 +04,FL,12,,12031,Duval,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.03113477,TON,2017NEI_Apr2020 +04,FL,12,,12031,Duval,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO2,Sulfur Dioxide,CAP,.002211247,TON,2017NEI_Apr2020 +04,FL,12,,12031,Duval,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.009043294,LB,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,171.037,LB,2017NEI_Apr2020 +07,NE,31,,31067,Gage,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00018439569376,TON,2017NEI_Apr2020 +07,NE,31,,31067,Gage,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,.0000011026968,LB,2017NEI_Apr2020 +07,NE,31,,31067,Gage,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0000003784632,LB,2017NEI_Apr2020 +07,NE,31,,31067,Gage,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.0000009142962,LB,2017NEI_Apr2020 +07,NE,31,,31067,Gage,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439921,Lead,CAP/HAP,.0002826006,LB,2017NEI_Apr2020 +07,NE,31,,31067,Gage,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.00012633912,LB,2017NEI_Apr2020 +07,NE,31,,31067,Gage,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.00009420022,LB,2017NEI_Apr2020 +07,NE,31,,31067,Gage,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.0002548948,LB,2017NEI_Apr2020 +08,CO,08,,08061,Kiowa,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.0238478,LB,2017NEI_Apr2020 +05,MI,26,,26009,Antrim,NP,,2501080050,Gas Stations,,A,R,91203,Naphthalene,HAP,3.692606,LB,2017NEI_Apr2020 +05,MI,26,,26009,Antrim,NP,,2501080050,Gas Stations,,A,R,98828,Cumene,HAP,.7385214,LB,2017NEI_Apr2020 +05,MI,26,,26009,Antrim,NP,,2501080050,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,59.0817,LB,2017NEI_Apr2020 +04,AL,01,,01113,Russell,NP,,2630020000,Waste Disposal,,A,R,75014,Vinyl Chloride,HAP,.00705892,LB,2017NEI_Apr2020 +04,AL,01,,01113,Russell,NP,,2630020000,Waste Disposal,,A,R,78875,Propylene Dichloride,HAP,.012098,LB,2017NEI_Apr2020 +04,AL,01,,01113,Russell,NP,,2630020000,Waste Disposal,,A,R,79005,"1,1,2-Trichloroethane",HAP,.00123084,LB,2017NEI_Apr2020 +04,AL,01,,01113,Russell,NP,,2630020000,Waste Disposal,,A,R,91203,Naphthalene,HAP,1.37812,LB,2017NEI_Apr2020 +04,AL,01,,01113,Russell,NP,,2630020000,Waste Disposal,,A,R,95534,o-Toluidine,HAP,.001841,LB,2017NEI_Apr2020 +04,AL,01,,01113,Russell,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.00475504,LB,2017NEI_Apr2020 +08,CO,08,,08081,Moffat,NP,,2311030000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000738728865,TON,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0002062167,TON,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.0001462823,LB,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.0001028852,LB,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.00002291757,LB,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.001950431,TON,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,.0260463,TON,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,.00001160507,LB,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,.0007899247,LB,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.01535965,LB,2017NEI_Apr2020 +08,CO,08,,08093,Park,NP,,2302003100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.2952537,LB,2017NEI_Apr2020 +08,CO,08,,08093,Park,NP,,2302003100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.01244714,LB,2017NEI_Apr2020 +08,CO,08,,08093,Park,NP,,2302003100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.01435696,TON,2017NEI_Apr2020 +08,MT,30,,30089,Sanders,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,63.64128,LB,2017NEI_Apr2020 +07,NE,31,,31035,Clay,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,NE,31,,31035,Clay,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31035,Clay,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29175,Randolph,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,14.30035,TON,2017NEI_Apr2020 +07,NE,31,,31179,Wayne,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,4.77766,LB,2017NEI_Apr2020 +07,NE,31,,31179,Wayne,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.00151761,LB,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.0565994,LB,2017NEI_Apr2020 +04,KY,21,,21169,Metcalfe,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,1.6278124,LB,2017NEI_Apr2020 +07,MO,29,,29163,Pike,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.019342518,LB,2017NEI_Apr2020 +06,LA,22,,22097,St. Landry,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,6.784814,LB,2017NEI_Apr2020 +06,LA,22,,22119,Webster,NP,,2850001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.1083215,LB,2017NEI_Apr2020 +05,MI,26,,26083,Keweenaw,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.0000001595722,LB,2017NEI_Apr2020 +05,MI,26,,26083,Keweenaw,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.000000261521,LB,2017NEI_Apr2020 +05,MI,26,,26083,Keweenaw,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.0000008168575,LB,2017NEI_Apr2020 +05,MI,26,,26083,Keweenaw,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.00162923,LB,2017NEI_Apr2020 +05,MI,26,,26083,Keweenaw,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440484,Cobalt,HAP,.00004913809,LB,2017NEI_Apr2020 +05,MI,26,,26083,Keweenaw,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,1.992014,LB,2017NEI_Apr2020 +05,MI,26,,26083,Keweenaw,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.0002754519,LB,2017NEI_Apr2020 +01,MA,25,,25003,Berkshire,NP,,2311020000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.33643848,TON,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,2.11256,LB,2017NEI_Apr2020 +08,CO,08,,08067,La Plata,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.02308386,TON,2017NEI_Apr2020 +08,CO,08,,08067,La Plata,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,577.0963,TON,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,.00012687384,LB,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.0002528552,LB,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.000002707038,LB,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.0003919256,TON,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.000716919,TON,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.0002082338,LB,2017NEI_Apr2020 +04,NC,37,,37013,Beaufort,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.000004189141,LB,2017NEI_Apr2020 +04,NC,37,,37013,Beaufort,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00000196366,LB,2017NEI_Apr2020 +04,NC,37,,37013,Beaufort,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.000003796409,LB,2017NEI_Apr2020 +04,NC,37,,37013,Beaufort,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,.000196366,LB,2017NEI_Apr2020 +04,NC,37,,37013,Beaufort,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,.003442466,TON,2017NEI_Apr2020 +04,NC,37,,37013,Beaufort,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.000001138923,LB,2017NEI_Apr2020 +04,NC,37,,37015,Bertie,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0006987424426,TON,2017NEI_Apr2020 +04,NC,37,,37015,Bertie,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0004934914812,TON,2017NEI_Apr2020 +04,NC,37,,37015,Bertie,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.005514256,TON,2017NEI_Apr2020 +04,NC,37,,37015,Bertie,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.001895526,TON,2017NEI_Apr2020 +04,NC,37,,37015,Bertie,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.01033923,TON,2017NEI_Apr2020 +06,OK,40,,40101,Muskogee,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.02475,TON,2017NEI_Apr2020 +06,OK,40,,40101,Muskogee,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.5,TON,2017NEI_Apr2020 +06,OK,40,,40101,Muskogee,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,28.2,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.87345,TON,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.0861785,TON,2017NEI_Apr2020 +06,TX,48,,48405,San Augustine,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000476,TON,2017NEI_Apr2020 +04,NC,37,,37029,Camden,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,NC,37,,37029,Camden,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37035,Catawba,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,3.068967,LB,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1322896,TON,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.02093532,LB,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.01696483,LB,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.01082861,LB,2017NEI_Apr2020 +06,TX,48,,48089,Colorado,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,50000,Formaldehyde,HAP,264,LB,2017NEI_Apr2020 +06,TX,48,,48089,Colorado,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,71432,Benzene,HAP,58.6,LB,2017NEI_Apr2020 +06,TX,48,,48089,Colorado,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,3,TON,2017NEI_Apr2020 +06,TX,48,,48089,Colorado,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,100414,Ethyl Benzene,HAP,6.72,LB,2017NEI_Apr2020 +02,PR,72,,72021,Bayamon,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,2598.691,LB,2017NEI_Apr2020 +07,KS,20,,20201,Washington,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0315,TON,2017NEI_Apr2020 +07,KS,20,,20201,Washington,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,71432,Benzene,HAP,176,LB,2017NEI_Apr2020 +07,KS,20,,20201,Washington,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,12.3,TON,2017NEI_Apr2020 +07,KS,20,,20201,Washington,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,19.38,LB,2017NEI_Apr2020 +07,KS,20,,20201,Washington,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,110543,Hexane,HAP,133.4,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,98.28777,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,4.771251,TON,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,131.8774,LB,2017NEI_Apr2020 +06,TX,48,,48483,Wheeler,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,71432,Benzene,HAP,234,LB,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.882030289,TON,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,NOX,Nitrogen Oxides,CAP,2.000305,TON,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,.1379762,TON,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,540841,"2,2,4-Trimethylpentane",HAP,5.393857984044442533,LB,2017NEI_Apr2020 +05,OH,39,,39167,Washington,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45051,Horry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,SC,45,,45051,Horry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45051,Horry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45051,Horry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45051,Horry,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45057,Lancaster,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,SC,45,,45057,Lancaster,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,SC,45,,45057,Lancaster,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,SC,45,,45057,Lancaster,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2630020000,Waste Disposal,,A,R,107131,Acrylonitrile,HAP,.590194,LB,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2630020000,Waste Disposal,,A,R,108883,Toluene,HAP,18.8067,LB,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2630020000,Waste Disposal,,A,R,92524,Biphenyl,HAP,.1149808,LB,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00246169,LB,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2630020000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,91.4342,LB,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2630020000,Waste Disposal,,A,R,171,Glycol Ethers,HAP,17.5835,LB,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2630020000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.649825,TON,2017NEI_Apr2020 +05,OH,39,,39073,Hocking,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00001847447392,TON,2017NEI_Apr2020 +05,OH,39,,39073,Hocking,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0003465904456,TON,2017NEI_Apr2020 +05,OH,39,,39073,Hocking,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.00006025977,LB,2017NEI_Apr2020 +05,OH,39,,39073,Hocking,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,206440,Fluoranthene,HAP,.00001063408,LB,2017NEI_Apr2020 +05,OH,39,,39073,Hocking,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,50000,Formaldehyde,HAP,.2658519,LB,2017NEI_Apr2020 +05,OH,39,,39175,Wyandot,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000113356299,TON,2017NEI_Apr2020 +05,OH,39,,39175,Wyandot,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.02022515019,TON,2017NEI_Apr2020 +05,OH,39,,39175,Wyandot,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,.0007962473,TON,2017NEI_Apr2020 +05,OH,39,,39175,Wyandot,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,.0284101,TON,2017NEI_Apr2020 +05,OH,39,,39175,Wyandot,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.419049,TON,2017NEI_Apr2020 +05,OH,39,,39175,Wyandot,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.1704606,TON,2017NEI_Apr2020 +03,VA,51,,51199,York,NP,,2285002006,Mobile - Locomotives,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0008521783,TON,2017NEI_Apr2020 +03,VA,51,,51199,York,NP,,2285002006,Mobile - Locomotives,,A,R,218019,Chrysene,HAP,.007229304,LB,2017NEI_Apr2020 +03,VA,51,,51199,York,NP,,2285002006,Mobile - Locomotives,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.000556949,LB,2017NEI_Apr2020 +03,VA,51,,51199,York,NP,,2285002006,Mobile - Locomotives,,A,R,108883,Toluene,HAP,20.17426,LB,2017NEI_Apr2020 +10,ID,16,,16019,Bonneville,NP,,2285002006,Mobile - Locomotives,,A,R,123386,Propionaldehyde,HAP,24.13658,LB,2017NEI_Apr2020 +10,ID,16,,16019,Bonneville,NP,,2285002006,Mobile - Locomotives,,A,R,110543,Hexane,HAP,1.744587,LB,2017NEI_Apr2020 +10,ID,16,,16019,Bonneville,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,.19846,TON,2017NEI_Apr2020 +10,ID,16,,16019,Bonneville,NP,,2285002006,Mobile - Locomotives,,A,R,18540299,Chromium (VI),HAP,.002007192,LB,2017NEI_Apr2020 +10,ID,16,,16019,Bonneville,NP,,2285002006,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.03949376,LB,2017NEI_Apr2020 +10,ID,16,,16019,Bonneville,NP,,2285002006,Mobile - Locomotives,,A,R,218019,Chrysene,HAP,.004817542,LB,2017NEI_Apr2020 +10,ID,16,,16019,Bonneville,NP,,2285002006,Mobile - Locomotives,,A,R,50000,Formaldehyde,HAP,139.4419,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,.0050021006561654,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,.009428736387333,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0005829160158,TON,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,.002348972,TON,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.3260402,TON,2017NEI_Apr2020 +06,OK,40,,40153,Woodward,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40153,Woodward,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,85.46834,TON,2017NEI_Apr2020 +05,MN,27,,27137,St. Louis,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.339,LB,2017NEI_Apr2020 +05,MN,27,,27137,St. Louis,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,9.358,TON,2017NEI_Apr2020 +05,MN,27,,27137,St. Louis,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,8188,LB,2017NEI_Apr2020 +05,MN,27,,27137,St. Louis,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,7.264,LB,2017NEI_Apr2020 +05,MN,27,,27137,St. Louis,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,603.6,LB,2017NEI_Apr2020 +05,MN,27,,27137,St. Louis,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,528.678571428665,LB,2017NEI_Apr2020 +05,MN,27,,27137,St. Louis,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,435.57,TON,2017NEI_Apr2020 +06,LA,22,,22089,St. Charles,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,.2958152,LB,2017NEI_Apr2020 +06,LA,22,,22089,St. Charles,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,.010017376,LB,2017NEI_Apr2020 +06,LA,22,,22089,St. Charles,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,3.455658,LB,2017NEI_Apr2020 +06,LA,22,,22089,St. Charles,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,.018085062,LB,2017NEI_Apr2020 +06,LA,22,,22091,St. Helena,NP,,2310011505,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,1.5649656,LB,2017NEI_Apr2020 +06,LA,22,,22091,St. Helena,NP,,2310011505,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,12.607212,LB,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.02902,LB,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.1508082984,TON,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.37,TON,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.03108,LB,2017NEI_Apr2020 +03,PA,42,,42003,Allegheny,NP,,2310021506,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27111,Otter Tail,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,.0006554872,LB,2017NEI_Apr2020 +05,MN,27,,27111,Otter Tail,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,.000007289998103163864,LB,2017NEI_Apr2020 +08,ND,38,,38073,Ransom,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.000013937158,LB,2017NEI_Apr2020 +08,ND,38,,38073,Ransom,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0000669215832,TON,2017NEI_Apr2020 +08,ND,38,,38073,Ransom,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,.09291438,TON,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,50000,Formaldehyde,HAP,.12259536,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.00002239408,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,.07682643,TON,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.0004903815,TON,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.0004249973,TON,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.00008990327,TON,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.180181638,TON,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,71432,Benzene,HAP,14.699202,LB,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,312.6074,TON,2017NEI_Apr2020 +05,IN,18,,18041,Fayette,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.04703684,LB,2017NEI_Apr2020 +05,IN,18,,18041,Fayette,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.02545522,LB,2017NEI_Apr2020 +05,IN,18,,18041,Fayette,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000704404245,TON,2017NEI_Apr2020 +05,IN,18,,18041,Fayette,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00004720286,LB,2017NEI_Apr2020 +04,KY,21,,21145,McCracken,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000003235648941,TON,2017NEI_Apr2020 +04,KY,21,,21145,McCracken,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,.0000130782,LB,2017NEI_Apr2020 +04,KY,21,,21145,McCracken,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.0000006703398,LB,2017NEI_Apr2020 +04,KY,21,,21145,McCracken,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.006654109,TON,2017NEI_Apr2020 +04,KY,21,,21145,McCracken,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.02395479,TON,2017NEI_Apr2020 +10,OR,41,,41009,Columbia,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,71432,Benzene,HAP,1.087369,LB,2017NEI_Apr2020 +10,OR,41,,41009,Columbia,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,85018,Phenanthrene,HAP,.008364378,LB,2017NEI_Apr2020 +04,MS,28,,28097,Montgomery,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28097,Montgomery,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31097,Johnson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,.0000002205394,LB,2017NEI_Apr2020 +07,NE,31,,31097,Johnson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.000000011304026,LB,2017NEI_Apr2020 +07,NE,31,,31097,Johnson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000001410703865,TON,2017NEI_Apr2020 +07,NE,31,,31097,Johnson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.0002205394,LB,2017NEI_Apr2020 +07,NE,31,,31097,Johnson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,83329,Acenaphthene,HAP,.000000945327,LB,2017NEI_Apr2020 +07,NE,31,,31097,Johnson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.00002920207,TON,2017NEI_Apr2020 +07,NE,31,,31097,Johnson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0000186184,TON,2017NEI_Apr2020 +07,NE,31,,31097,Johnson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,.00000005485778,LB,2017NEI_Apr2020 +08,SD,46,,46049,Faulk,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00019244335062,TON,2017NEI_Apr2020 +08,SD,46,,46049,Faulk,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,86737,Fluorene,HAP,.000005116862,LB,2017NEI_Apr2020 +05,IN,18,,18013,Brown,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000584996412,TON,2017NEI_Apr2020 +05,IN,18,,18013,Brown,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,50000,Formaldehyde,HAP,5.984414,LB,2017NEI_Apr2020 +05,IN,18,,18041,Fayette,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.01172354904,TON,2017NEI_Apr2020 +05,IN,18,,18041,Fayette,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0263435590452,TON,2017NEI_Apr2020 +05,IN,18,,18041,Fayette,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,86737,Fluorene,HAP,.0012117364,LB,2017NEI_Apr2020 +05,IN,18,,18041,Fayette,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,20.33986,TON,2017NEI_Apr2020 +04,TN,47,,47045,Dyer,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.09479721,TON,2017NEI_Apr2020 +04,TN,47,,47045,Dyer,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1146385,TON,2017NEI_Apr2020 +04,TN,47,,47045,Dyer,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,50000,Formaldehyde,HAP,33.0688,LB,2017NEI_Apr2020 +03,VA,51,,51003,Albemarle,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,9.29296,TON,2017NEI_Apr2020 +03,VA,51,,51079,Greene,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,.6357324,TON,2017NEI_Apr2020 +03,VA,51,,51079,Greene,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.001352622,TON,2017NEI_Apr2020 +10,WA,53,,53029,Island,NP,,2302002100,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.1515924,LB,2017NEI_Apr2020 +10,WA,53,,53029,Island,NP,,2302002100,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,8.479722,LB,2017NEI_Apr2020 +10,WA,53,,53029,Island,NP,,2302002100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.81231067404,TON,2017NEI_Apr2020 +10,WA,53,,53029,Island,NP,,2302002100,Commercial Cooking,,A,R,98862,Acetophenone,HAP,.5140832,LB,2017NEI_Apr2020 +07,NE,31,,31029,Chase,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47123,Monroe,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,8.1396,LB,2017NEI_Apr2020 +04,TN,47,,47123,Monroe,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,7.13536,LB,2017NEI_Apr2020 +04,TN,47,,47123,Monroe,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,2.895364,LB,2017NEI_Apr2020 +04,TN,47,,47123,Monroe,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,3.96408,LB,2017NEI_Apr2020 +05,WI,55,,55015,Calumet,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.02626762,TON,2017NEI_Apr2020 +05,WI,55,,55015,Calumet,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.009960724,LB,2017NEI_Apr2020 +05,WI,55,,55015,Calumet,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.000008415146,LB,2017NEI_Apr2020 +05,WI,55,,55015,Calumet,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,205992,Benzo[b]Fluoranthene,HAP,.0000030971,LB,2017NEI_Apr2020 +05,WI,55,,55015,Calumet,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.00002383952,LB,2017NEI_Apr2020 +05,WI,55,,55015,Calumet,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440484,Cobalt,HAP,.001581151,LB,2017NEI_Apr2020 +05,WI,55,,55015,Calumet,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.009087543,LB,2017NEI_Apr2020 +06,OK,40,,40035,Craig,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,9.962302,LB,2017NEI_Apr2020 +03,WV,54,,54045,Logan,NP,,2311010000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2311030000,Dust - Construction Dust,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,45.42,TON,2017NEI_Apr2020 +06,TX,48,,48391,Refugio,NP,,2501080100,Gas Stations,,A,R,110543,Hexane,HAP,.214512,LB,2017NEI_Apr2020 +03,VA,51,,51107,Loudoun,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,6.316198,LB,2017NEI_Apr2020 +03,VA,51,,51107,Loudoun,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,1.0527,LB,2017NEI_Apr2020 +08,UT,49,,49009,Daggett,NP,,2805010100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,720.375503014536,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2285002008,Mobile - Locomotives,,A,R,123386,Propionaldehyde,HAP,45.34856,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2285002008,Mobile - Locomotives,,A,R,129000,Pyrene,HAP,.101214,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2285002008,Mobile - Locomotives,,A,R,91203,Naphthalene,HAP,3.207294,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2285002008,Mobile - Locomotives,,A,R,207089,Benzo[k]Fluoranthene,HAP,.001464618,LB,2017NEI_Apr2020 +06,LA,22,,22015,Bossier,NP,,2310021502,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,30.80924,LB,2017NEI_Apr2020 +04,KY,21,,21235,Whitley,NP,,2310023515,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37105,Lee,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,34.68689,TON,2017NEI_Apr2020 +04,NC,37,,37105,Lee,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,5.399951,LB,2017NEI_Apr2020 +04,NC,37,,37105,Lee,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.02444492,LB,2017NEI_Apr2020 +04,NC,37,,37105,Lee,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,929.3297,LB,2017NEI_Apr2020 +04,NC,37,,37105,Lee,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,401.4535,LB,2017NEI_Apr2020 +04,NC,37,,37105,Lee,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.01640978,LB,2017NEI_Apr2020 +04,NC,37,,37115,Madison,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0047053956,TON,2017NEI_Apr2020 +04,NC,37,,37115,Madison,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,498.894,LB,2017NEI_Apr2020 +04,NC,37,,37115,Madison,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.007644923,LB,2017NEI_Apr2020 +04,NC,37,,37115,Madison,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,5.210033,LB,2017NEI_Apr2020 +04,NC,37,,37141,Pender,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,151.7366,LB,2017NEI_Apr2020 +04,NC,37,,37141,Pender,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.3346216,TON,2017NEI_Apr2020 +04,NC,37,,37141,Pender,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,9.743183,LB,2017NEI_Apr2020 +04,NC,37,,37141,Pender,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,618.5159,LB,2017NEI_Apr2020 +04,GA,13,,13019,Berrien,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,17.4346,LB,2017NEI_Apr2020 +04,GA,13,,13105,Elbert,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,33.8722,LB,2017NEI_Apr2020 +04,TN,47,,47017,Carroll,NP,,2805007100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,1.409254,LB,2017NEI_Apr2020 +04,TN,47,,47017,Carroll,NP,,2805007100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.2001308,LB,2017NEI_Apr2020 +04,TN,47,,47017,Carroll,NP,,2805007100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,.6254087,LB,2017NEI_Apr2020 +04,TN,47,,47017,Carroll,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.2585023,LB,2017NEI_Apr2020 +04,TN,47,,47017,Carroll,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.7338129,LB,2017NEI_Apr2020 +04,TN,47,,47019,Carter,NP,,2805025000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,2.874779,LB,2017NEI_Apr2020 +04,TN,47,,47019,Carter,NP,,2805025000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.6491436,LB,2017NEI_Apr2020 +03,PA,42,,42109,Snyder,NP,,2805025000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,437.8847,TON,2017NEI_Apr2020 +03,PA,42,,42111,Somerset,NP,,2805018000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,38025.9,LB,2017NEI_Apr2020 +03,PA,42,,42113,Sullivan,NP,,2805035000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.02745549,LB,2017NEI_Apr2020 +03,PA,42,,42113,Sullivan,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,3.020104,LB,2017NEI_Apr2020 +06,TX,48,,48019,Bandera,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.03925062,LB,2017NEI_Apr2020 +06,TX,48,,48019,Bandera,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.03038758,LB,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2285002006,Mobile - Locomotives,,A,R,71432,Benzene,HAP,28.45216,LB,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2285002006,Mobile - Locomotives,,A,R,91203,Naphthalene,HAP,3.452194,LB,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2285002006,Mobile - Locomotives,,A,R,NH3,Ammonia,CAP,.008476,TON,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2285002006,Mobile - Locomotives,,A,R,107028,Acrolein,HAP,20.23264,LB,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2285002006,Mobile - Locomotives,,A,R,110543,Hexane,HAP,3.528066,LB,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2285002006,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.079868,LB,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2285002006,Mobile - Locomotives,,A,R,207089,Benzo[k]Fluoranthene,HAP,.00158055,LB,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2285002006,Mobile - Locomotives,,A,R,540841,"2,2,4-Trimethylpentane",HAP,9.003524,LB,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2285002006,Mobile - Locomotives,,A,R,SO2,Sulfur Dioxide,CAP,.009553,TON,2017NEI_Apr2020 +07,NE,31,,31113,Logan,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.000545903,TON,2017NEI_Apr2020 +07,NE,31,,31073,Gosper,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,.796284,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,289.212,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,4.117144,LB,2017NEI_Apr2020 +09,CA,06,,06099,Stanislaus,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,105.2302,TON,2017NEI_Apr2020 +09,CA,06,,06099,Stanislaus,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,7.054904,TON,2017NEI_Apr2020 +09,CA,06,,06099,Stanislaus,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,3.558553915492068108,LB,2017NEI_Apr2020 +09,CA,06,,06099,Stanislaus,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.13344577183670502,LB,2017NEI_Apr2020 +09,CA,06,,06099,Stanislaus,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.010675661741522316,LB,2017NEI_Apr2020 +08,CO,08,,08047,Gilpin,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,38.63562,LB,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26103,Marquette,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0304,TON,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.13,TON,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.08508768,LB,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,.00084,LB,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.0000504,LB,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48321,Matagorda,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,4.4625,LB,2017NEI_Apr2020 +06,TX,48,,48321,Matagorda,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,22.26,TON,2017NEI_Apr2020 +08,ND,38,,38055,McLean,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01376963,TON,2017NEI_Apr2020 +08,ND,38,,38055,McLean,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.01776727,TON,2017NEI_Apr2020 +08,ND,38,,38055,McLean,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,1.776727,TON,2017NEI_Apr2020 +08,ND,38,,38055,McLean,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.2043236,TON,2017NEI_Apr2020 +08,ND,38,,38055,McLean,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,15.01334,LB,2017NEI_Apr2020 +06,TX,48,,48433,Stonewall,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,4.1892,LB,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12023,Columbia,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05127,Scott,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.2392628,TON,2017NEI_Apr2020 +06,AR,05,,05121,Randolph,NP,,2801500220,Fires - Agricultural Field Burning,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0001526,TON,2017NEI_Apr2020 +06,AR,05,,05121,Randolph,NP,,2801500220,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,.1532,LB,2017NEI_Apr2020 +06,AR,05,,05121,Randolph,NP,,2801500220,Fires - Agricultural Field Burning,,A,R,106990,"1,3-Butadiene",HAP,.1158,LB,2017NEI_Apr2020 +08,CO,08,,08021,Conejos,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,.2725813,TON,2017NEI_Apr2020 +08,CO,08,,08021,Conejos,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.009912048,TON,2017NEI_Apr2020 +08,CO,08,,08021,Conejos,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NH3,Ammonia,CAP,.9912048,TON,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,46.04849,TON,2017NEI_Apr2020 +06,TX,48,,48299,Llano,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,2.36307543158947104,LB,2017NEI_Apr2020 +06,TX,48,,48299,Llano,NP,,2610030000,Waste Disposal,,A,R,207089,Benzo[k]Fluoranthene,HAP,.78769181052982368,LB,2017NEI_Apr2020 +06,TX,48,,48299,Llano,NP,,2610030000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,698.68263593995152,LB,2017NEI_Apr2020 +06,TX,48,,48299,Llano,NP,,2610030000,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,6.11639182,TON,2017NEI_Apr2020 +06,TX,48,,48299,Llano,NP,,2610030000,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,12.67,TON,2017NEI_Apr2020 +06,TX,48,,48299,Llano,NP,,2610030000,Waste Disposal,,A,R,86737,Fluorene,HAP,4.72615086317894208,LB,2017NEI_Apr2020 +06,TX,48,,48299,Llano,NP,,2610030000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.126030689684771664,LB,2017NEI_Apr2020 +06,TX,48,,48299,Llano,NP,,2610030000,Waste Disposal,,A,R,106990,"1,3-Butadiene",HAP,222.522936474675408,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51017,Bath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.003242663,TON,2017NEI_Apr2020 +03,VA,51,,51017,Bath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.0231211,TON,2017NEI_Apr2020 +03,VA,51,,51017,Bath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,.00462422,TON,2017NEI_Apr2020 +03,VA,51,,51017,Bath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,.00002208208,LB,2017NEI_Apr2020 +03,VA,51,,51017,Bath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01100678,TON,2017NEI_Apr2020 +03,VA,51,,51017,Bath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.08323595,TON,2017NEI_Apr2020 +03,VA,51,,51033,Caroline,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.197476,LB,2017NEI_Apr2020 +03,VA,51,,51033,Caroline,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,1.51301,LB,2017NEI_Apr2020 +03,VA,51,,51017,Bath,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,21.375,LB,2017NEI_Apr2020 +03,VA,51,,51017,Bath,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,3.107868,LB,2017NEI_Apr2020 +01,VT,50,,50025,Windham,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,4.250663,TON,2017NEI_Apr2020 +01,VT,50,,50025,Windham,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,4.250663,TON,2017NEI_Apr2020 +01,VT,50,,50025,Windham,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,42.50663,TON,2017NEI_Apr2020 +03,VA,51,,51033,Caroline,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,6.06731,LB,2017NEI_Apr2020 +03,VA,51,,51033,Caroline,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.011218,LB,2017NEI_Apr2020 +03,VA,51,,51033,Caroline,NP,,2805040000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,77.86381,LB,2017NEI_Apr2020 +05,WI,55,,55079,Milwaukee,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,2.259306,TON,2017NEI_Apr2020 +06,TX,48,,48299,Llano,NP,,2801700099,Agriculture - Fertilizer Application,,A,R,NH3,Ammonia,CAP,144.9,TON,2017NEI_Apr2020 +06,TX,48,,48329,Midland,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,8.3906,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,247.2667,TON,2017NEI_Apr2020 +05,WI,55,,55051,Iron,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,7.580951,LB,2017NEI_Apr2020 +05,WI,55,,55051,Iron,NP,,2805009100,Agriculture - Livestock Waste,,A,R,110543,Hexane,HAP,4.979205,LB,2017NEI_Apr2020 +05,WI,55,,55051,Iron,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,1.390589,LB,2017NEI_Apr2020 +05,WI,55,,55051,Iron,NP,,2805009100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,.2691462,LB,2017NEI_Apr2020 +05,WI,55,,55067,Langlade,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.6812863,TON,2017NEI_Apr2020 +05,WI,55,,55067,Langlade,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,.4491774,TON,2017NEI_Apr2020 +05,WI,55,,55067,Langlade,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,7.615527,LB,2017NEI_Apr2020 +05,WI,55,,55067,Langlade,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.002425558,LB,2017NEI_Apr2020 +05,WI,55,,55011,Buffalo,NP,,2805002000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,14.71548,LB,2017NEI_Apr2020 +05,WI,55,,55011,Buffalo,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,9.055682,LB,2017NEI_Apr2020 +04,FL,12,,12019,Clay,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.450294,LB,2017NEI_Apr2020 +05,MN,27,,27129,Renville,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.002342391716,TON,2017NEI_Apr2020 +05,MN,27,,27129,Renville,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO2,Sulfur Dioxide,CAP,.13733,TON,2017NEI_Apr2020 +05,MN,27,,27129,Renville,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,CO,Carbon Monoxide,CAP,19.2262,TON,2017NEI_Apr2020 +05,MN,27,,27129,Renville,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,.04577666,TON,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26021,Berrien,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440382,Arsenic,HAP,.02078192,LB,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,.002128879,LB,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,91203,Naphthalene,HAP,.0006589388,LB,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,108054,Vinyl Acetate,HAP,.0003852258,LB,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,129000,Pyrene,HAP,.00001672691,LB,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.001875441,LB,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,.001581453,LB,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,206440,Fluoranthene,HAP,.0000359882,LB,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56553,Benz[a]Anthracene,HAP,.000004055008,LB,2017NEI_Apr2020 +05,MN,27,,27041,Douglas,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,CO,Carbon Monoxide,CAP,.126719,TON,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22103,St. Tammany,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22103,St. Tammany,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2325000000,Industrial Processes - Mining,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48273,Kleberg,NP,,2425000000,Solvent - Graphic Arts,,A,R,108883,Toluene,HAP,339.832,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,5.08404,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.373827,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,1.03808,LB,2017NEI_Apr2020 +03,WV,54,,54061,Monongalia,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,20.6356,LB,2017NEI_Apr2020 +03,WV,54,,54061,Monongalia,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,1.517323,TON,2017NEI_Apr2020 +05,WI,55,,55031,Douglas,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.08492404,LB,2017NEI_Apr2020 +05,WI,55,,55141,Wood,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,94757,"2,4-Dichlorophenoxy Acetic Acid",HAP,1052.408,LB,2017NEI_Apr2020 +05,WI,55,,55095,Polk,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,3.33106,LB,2017NEI_Apr2020 +05,WI,55,,55095,Polk,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,14.6959,LB,2017NEI_Apr2020 +05,WI,55,,55093,Pierce,NP,,2302003100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,1.591608,TON,2017NEI_Apr2020 +05,WI,55,,55093,Pierce,NP,,2302003100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.00320934,TON,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM25,PM25-Primary from certain diesel engines,,16.86254,TON,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2285002006,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,2.961062024,TON,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2285002006,Mobile - Locomotives,,A,R,107028,Acrolein,HAP,876.3824,LB,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2285002006,Mobile - Locomotives,,A,R,110543,Hexane,HAP,152.8192,LB,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2285002006,Mobile - Locomotives,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,13.65095,TON,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2285002006,Mobile - Locomotives,,A,R,86737,Fluorene,HAP,1.7417454,LB,2017NEI_Apr2020 +04,FL,12,,12033,Escambia,NP,,2285002006,Mobile - Locomotives,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.01493484,LB,2017NEI_Apr2020 +04,FL,12,,12033,Escambia,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM25,PM25-Primary from certain diesel engines,,4.880667,TON,2017NEI_Apr2020 +04,FL,12,,12033,Escambia,NP,,2285002006,Mobile - Locomotives,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,3.7639703904,TON,2017NEI_Apr2020 +04,FL,12,,12033,Escambia,NP,,2285002006,Mobile - Locomotives,,A,R,56553,Benz[a]Anthracene,HAP,.08267552,LB,2017NEI_Apr2020 +01,ME,23,,23031,York,NP,,2420000000,Solvent - Dry Cleaning,,A,R,127184,Tetrachloroethylene,HAP,3475.752,LB,2017NEI_Apr2020 +04,TN,47,,47153,Sequatchie,NP,,2501080100,Gas Stations,,A,R,71432,Benzene,HAP,.0008385046,LB,2017NEI_Apr2020 +04,FL,12,,12045,Gulf,NP,,2501080100,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,.01877823,TON,2017NEI_Apr2020 +04,GA,13,,13001,Appling,NP,,2501080100,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.002954436,LB,2017NEI_Apr2020 +04,KY,21,,21049,Clark,NP,,2501080050,Gas Stations,,A,R,110543,Hexane,HAP,3.41139,LB,2017NEI_Apr2020 +07,IA,19,,19053,Decatur,NP,,2501080100,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.009255102,LB,2017NEI_Apr2020 +07,IA,19,,19053,Decatur,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.0009255102,LB,2017NEI_Apr2020 +06,AR,05,,05047,Franklin,NP,,2501080050,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.02371762,LB,2017NEI_Apr2020 +06,AR,05,,05115,Pope,NP,,2501080050,Gas Stations,,A,R,110543,Hexane,HAP,167.35804,LB,2017NEI_Apr2020 +06,AR,05,,05115,Pope,NP,,2501080050,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.0361601,LB,2017NEI_Apr2020 +06,AR,05,,05115,Pope,NP,,2501080050,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,52.29938,LB,2017NEI_Apr2020 +06,AR,05,,05115,Pope,NP,,2501080050,Gas Stations,,A,R,91203,Naphthalene,HAP,5.229938,LB,2017NEI_Apr2020 +07,MO,29,,29223,Wayne,NP,,2501080050,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.00804909,LB,2017NEI_Apr2020 +04,GA,13,,13315,Wilcox,NP,,2501080050,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,.07531445,TON,2017NEI_Apr2020 +10,ID,16,,16017,Bonner,NP,,2501080050,Gas Stations,,A,R,98828,Cumene,HAP,3.477778,LB,2017NEI_Apr2020 +10,ID,16,,16017,Bonner,NP,,2501080050,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,278.2222,LB,2017NEI_Apr2020 +04,SC,45,,45049,Hampton,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.34136,LB,2017NEI_Apr2020 +04,SC,45,,45049,Hampton,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,2.61542,LB,2017NEI_Apr2020 +04,SC,45,,45049,Hampton,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.506,LB,2017NEI_Apr2020 +08,ND,38,,38001,Adams,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.63236,LB,2017NEI_Apr2020 +03,VA,51,,51011,Appomattox,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.236178,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,15.931,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,122.06,LB,2017NEI_Apr2020 +06,OK,40,,40029,Coal,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.121561,TON,2017NEI_Apr2020 +06,OK,40,,40029,Coal,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,13.1286,LB,2017NEI_Apr2020 +06,OK,40,,40029,Coal,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.30647,LB,2017NEI_Apr2020 +06,OK,40,,40029,Coal,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.000525144,LB,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00458542224,TON,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1926648,TON,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,129000,Pyrene,HAP,.004480576,LB,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.01097811,LB,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.12817348,LB,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,.00003178286,LB,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00005887644,LB,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.000006591034,LB,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,.005575026,LB,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.009287367,TON,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000868751378,TON,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,.000348627,LB,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,.02905224,TON,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.01892121,TON,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.03084008,TON,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.02547658,TON,2017NEI_Apr2020 +05,IN,18,,18045,Fountain,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,.0016209662,LB,2017NEI_Apr2020 +07,IA,19,,19055,Delaware,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00000256812427,TON,2017NEI_Apr2020 +07,IA,19,,19055,Delaware,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000009932982346,TON,2017NEI_Apr2020 +07,IA,19,,19055,Delaware,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,.00001183131,LB,2017NEI_Apr2020 +07,IA,19,,19055,Delaware,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56832736,Benzofluoranthenes,HAP,.000001735259,LB,2017NEI_Apr2020 +07,IA,19,,19055,Delaware,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.001291219,TON,2017NEI_Apr2020 +05,IN,18,,18183,Whitley,NP,,2302003000,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.06083351,LB,2017NEI_Apr2020 +05,IN,18,,18183,Whitley,NP,,2302003000,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.2657464,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0028885073,TON,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00003054808,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,.00003397404,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,.003054808,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.03007702,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.00006380838,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO2,Sulfur Dioxide,CAP,.05067556,TON,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,.001829524,TON,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.0015358968,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000191348455761,TON,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.002059908,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.0012648562,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000008221564,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000007706588,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,.000017979026,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.000000921538,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.000006170692,LB,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2302003000,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,13.06346,LB,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2302003000,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.1432063,TON,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2501080100,Gas Stations,,A,R,71432,Benzene,HAP,.5936278,LB,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.03297932,LB,2017NEI_Apr2020 +05,IN,18,,18125,Pike,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.117515,LB,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2805025000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,120.8176,TON,2017NEI_Apr2020 +07,IA,19,,19029,Cass,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.059355005,TON,2017NEI_Apr2020 +05,IN,18,,18115,Ohio,NP,,2501060201,Gas Stations,,A,R,108883,Toluene,HAP,38.7561,LB,2017NEI_Apr2020 +07,IA,19,,19195,Worth,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.149314,LB,2017NEI_Apr2020 +07,IA,19,,19099,Jasper,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19113,Linn,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,203.8976,LB,2017NEI_Apr2020 +07,IA,19,,19113,Linn,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,1214.465,LB,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,108883,Toluene,HAP,44.92692,LB,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.06298149,LB,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.7235857,LB,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,2.882972,LB,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.004060076248,TON,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,3.011926,TON,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,63.50572,LB,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.2882529,LB,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,13.36828,LB,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2302002100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,3.002264,TON,2017NEI_Apr2020 +07,IA,19,,19197,Wright,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00167449006,TON,2017NEI_Apr2020 +07,IA,19,,19197,Wright,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,45.87644,TON,2017NEI_Apr2020 +07,KS,20,,20009,Barton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.001132357844,TON,2017NEI_Apr2020 +07,KS,20,,20009,Barton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440484,Cobalt,HAP,.001132565,LB,2017NEI_Apr2020 +07,KS,20,,20009,Barton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.01881527,TON,2017NEI_Apr2020 +07,KS,20,,20009,Barton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.000001897338,LB,2017NEI_Apr2020 +07,KS,20,,20009,Barton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.00000148868,LB,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,.5455271,TON,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,91203,Naphthalene,HAP,.017432256,LB,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,1.923701,TON,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00165487588029,TON,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,.0004860524,LB,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00511061685,TON,2017NEI_Apr2020 +04,KY,21,,21167,Mercer,NP,,2302002200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.400787258417,TON,2017NEI_Apr2020 +04,KY,21,,21167,Mercer,NP,,2302002200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,3.2768497422,TON,2017NEI_Apr2020 +04,KY,21,,21167,Mercer,NP,,2302002200,Commercial Cooking,,A,R,108883,Toluene,HAP,71.70113,LB,2017NEI_Apr2020 +04,KY,21,,21167,Mercer,NP,,2302002200,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.1364483,LB,2017NEI_Apr2020 +04,KY,21,,21167,Mercer,NP,,2302002200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0140439,TON,2017NEI_Apr2020 +04,KY,21,,21167,Mercer,NP,,2302002200,Commercial Cooking,,A,R,100425,Styrene,HAP,68.7569,LB,2017NEI_Apr2020 +04,KY,21,,21233,Webster,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,50.96857,TON,2017NEI_Apr2020 +04,KY,21,,21009,Barren,NP,,2302002100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.5331156,TON,2017NEI_Apr2020 +04,KY,21,,21009,Barren,NP,,2302002100,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.7880565,LB,2017NEI_Apr2020 +04,KY,21,,21009,Barren,NP,,2302002100,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,9.098891,LB,2017NEI_Apr2020 +04,KY,21,,21009,Barren,NP,,2302002100,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,60.60787,LB,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000851229093,TON,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000314530398,TON,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.002496273,TON,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.000642316,TON,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.02563424,LB,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2302003000,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.005128629,LB,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2302003000,Commercial Cooking,,A,R,91203,Naphthalene,HAP,.09123562,LB,2017NEI_Apr2020 +10,ID,16,,16063,Lincoln,NP,,2460900000,Solvent - Consumer & Commercial Solvent Use,,A,R,75092,Methylene Chloride,HAP,.1265684,LB,2017NEI_Apr2020 +05,MN,27,,27079,Le Sueur,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.68,TON,2017NEI_Apr2020 +05,MN,27,,27079,Le Sueur,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.004808,LB,2017NEI_Apr2020 +05,MN,27,,27079,Le Sueur,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,13.73,TON,2017NEI_Apr2020 +05,MN,27,,27079,Le Sueur,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,264.6,LB,2017NEI_Apr2020 +05,MN,27,,27079,Le Sueur,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.423,LB,2017NEI_Apr2020 +05,MN,27,,27079,Le Sueur,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.8788,LB,2017NEI_Apr2020 +05,MN,27,,27079,Le Sueur,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,103.5,TON,2017NEI_Apr2020 +07,KS,20,,20155,Reno,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,31.85606,LB,2017NEI_Apr2020 +04,GA,13,,13291,Union,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000001307639812,TON,2017NEI_Apr2020 +04,GA,13,,13291,Union,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.000002373212,TON,2017NEI_Apr2020 +04,GA,13,,13291,Union,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.000003520894,LB,2017NEI_Apr2020 +04,GA,13,,13291,Union,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.00000004131183,LB,2017NEI_Apr2020 +04,GA,13,,13291,Union,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.000000003460536,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00000000494691896,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000001662044114,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0000002645395078,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.000001520698,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.000002765215,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.00000005250841,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7664393,Hydrogen Fluoride,HAP,.00002581095,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.0000007364815,LB,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.000003016414,TON,2017NEI_Apr2020 +04,KY,21,,21157,Marshall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0000002784243472,TON,2017NEI_Apr2020 +04,KY,21,,21157,Marshall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0000001400058576,TON,2017NEI_Apr2020 +04,KY,21,,21157,Marshall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000000004521633,LB,2017NEI_Apr2020 +04,KY,21,,21157,Marshall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.000000004198659,LB,2017NEI_Apr2020 +04,KY,21,,21157,Marshall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.000000000366037,LB,2017NEI_Apr2020 +04,KY,21,,21157,Marshall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.000009233163,LB,2017NEI_Apr2020 +04,KY,21,,21157,Marshall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,86737,Fluorene,HAP,.00000001180649,LB,2017NEI_Apr2020 +05,IL,17,,17021,Christian,NP,,2801500150,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17021,Christian,NP,,2801500150,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17035,Cumberland,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.000000001598546,LB,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.00001122569,LB,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.000001814461,TON,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0000001787264,TON,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.0000006679112,LB,2017NEI_Apr2020 +07,KS,20,,20141,Osborne,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,69.4,LB,2017NEI_Apr2020 +07,KS,20,,20141,Osborne,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,50000,Formaldehyde,HAP,526,LB,2017NEI_Apr2020 +07,KS,20,,20141,Osborne,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,75070,Acetaldehyde,HAP,426,LB,2017NEI_Apr2020 +07,KS,20,,20141,Osborne,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,106990,"1,3-Butadiene",HAP,49.2,LB,2017NEI_Apr2020 +07,KS,20,,20141,Osborne,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,100414,Ethyl Benzene,HAP,5.42,LB,2017NEI_Apr2020 +05,IN,18,,18167,Vigo,NP,,2310023513,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18167,Vigo,NP,,2310023513,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01025,Clarke,NP,,2310023511,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01025,Clarke,NP,,2310023511,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17007,Boone,NP,,2801500220,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13239,Quitman,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,.0011581978,LB,2017NEI_Apr2020 +04,GA,13,,13269,Taylor,NP,,2415000000,Solvent - Degreasing,,A,R,111773,Diethylene Glycol Monomethyl Ether,HAP,87.54204,LB,2017NEI_Apr2020 +04,GA,13,,13269,Taylor,NP,,2415000000,Solvent - Degreasing,,A,R,79016,Trichloroethylene,HAP,136.6589,LB,2017NEI_Apr2020 +04,GA,13,,13269,Taylor,NP,,2415000000,Solvent - Degreasing,,A,R,86748,Carbazole,HAP,4.859847,LB,2017NEI_Apr2020 +04,GA,13,,13269,Taylor,NP,,2415000000,Solvent - Degreasing,,A,R,110543,Hexane,HAP,.259192,LB,2017NEI_Apr2020 +04,GA,13,,13273,Terrell,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,.3468573,TON,2017NEI_Apr2020 +04,GA,13,,13273,Terrell,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.04761682,TON,2017NEI_Apr2020 +04,GA,13,,13273,Terrell,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.004498713,TON,2017NEI_Apr2020 +04,GA,13,,13273,Terrell,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,6.059833,LB,2017NEI_Apr2020 +04,GA,13,,13273,Terrell,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,23.35683,LB,2017NEI_Apr2020 +04,GA,13,,13257,Stephens,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.001474912075,TON,2017NEI_Apr2020 +04,GA,13,,13257,Stephens,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,40.40855,TON,2017NEI_Apr2020 +04,GA,13,,13315,Wilcox,NP,,2805002000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,2.005739,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0003717295565,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO2,Sulfur Dioxide,CAP,.001248812,TON,2017NEI_Apr2020 +04,GA,13,,13305,Wayne,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,71432,Benzene,HAP,.007603597,LB,2017NEI_Apr2020 +04,GA,13,,13165,Jenkins,NP,,2415000000,Solvent - Degreasing,,A,R,112345,Diethylene Glycol Monobutyl Ether,HAP,17.89902,LB,2017NEI_Apr2020 +04,GA,13,,13165,Jenkins,NP,,2415000000,Solvent - Degreasing,,A,R,75092,Methylene Chloride,HAP,3.301238,LB,2017NEI_Apr2020 +10,ID,16,,16055,Kootenai,NP,,2302003000,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,174.73226,LB,2017NEI_Apr2020 +10,ID,16,,16055,Kootenai,NP,,2302003000,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,.4742732,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.4494255,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,6.179601,LB,2017NEI_Apr2020 +04,GA,13,,13241,Rabun,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,111.086,LB,2017NEI_Apr2020 +04,GA,13,,13303,Washington,NP,,2311020000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13303,Washington,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13303,Washington,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55073,Marathon,NP,,2302003000,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,1.037338,LB,2017NEI_Apr2020 +05,WI,55,,55073,Marathon,NP,,2302003000,Commercial Cooking,,A,R,120127,Anthracene,HAP,.07498836,LB,2017NEI_Apr2020 +06,TX,48,,48219,Hockley,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.9161486,LB,2017NEI_Apr2020 +05,WI,55,,55119,Taylor,NP,,2325000000,Industrial Processes - Mining,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.274739,TON,2017NEI_Apr2020 +05,WI,55,,55119,Taylor,NP,,2325000000,Industrial Processes - Mining,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,10.19791,TON,2017NEI_Apr2020 +06,TX,48,,48359,Oldham,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,11.9581,LB,2017NEI_Apr2020 +02,PR,72,,72119,Rio Grande,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,PR,72,,72119,Rio Grande,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,PR,72,,72119,Rio Grande,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55095,Polk,NP,,2501080050,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,12.2024,TON,2017NEI_Apr2020 +05,WI,55,,55095,Polk,NP,,2501080050,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,24.4048,LB,2017NEI_Apr2020 +05,WI,55,,55095,Polk,NP,,2501080050,Gas Stations,,A,R,110543,Hexane,HAP,390.4766,LB,2017NEI_Apr2020 +06,TX,48,,48359,Oldham,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48359,Oldham,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48359,Oldham,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.01603636308572,LB,2017NEI_Apr2020 +08,WY,56,,56011,Crook,NP,,2805018000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,9.643052,LB,2017NEI_Apr2020 +06,TX,48,,48259,Kendall,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,32.46758,LB,2017NEI_Apr2020 +06,TX,48,,48425,Somervell,NP,,2425000000,Solvent - Graphic Arts,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72113,Ponce,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0015786146244,TON,2017NEI_Apr2020 +02,PR,72,,72113,Ponce,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.002393674,TON,2017NEI_Apr2020 +02,PR,72,,72113,Ponce,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,.00004749652,LB,2017NEI_Apr2020 +08,UT,49,,49051,Wasatch,NP,,2805002000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,6.056304,LB,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16039,Elmore,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.009676,LB,2017NEI_Apr2020 +10,ID,16,,16039,Elmore,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000018528,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0662617746,TON,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.12,TON,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.05,TON,2017NEI_Apr2020 +05,MI,26,,26033,Chippewa,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,4.418413,LB,2017NEI_Apr2020 +05,MI,26,,26033,Chippewa,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,.02945608,LB,2017NEI_Apr2020 +05,MI,26,,26033,Chippewa,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,2.063899,LB,2017NEI_Apr2020 +05,MI,26,,26043,Dickinson,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,.07510316,TON,2017NEI_Apr2020 +05,MI,26,,26043,Dickinson,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,1.126547,LB,2017NEI_Apr2020 +05,MI,26,,26053,Gogebic,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,.01222954,LB,2017NEI_Apr2020 +05,MI,26,,26053,Gogebic,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.764346,LB,2017NEI_Apr2020 +05,MI,26,,26055,Grand Traverse,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,4.707493,LB,2017NEI_Apr2020 +05,MI,26,,26055,Grand Traverse,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,.06717304,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,58.95003,TON,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,116.5611,LB,2017NEI_Apr2020 +05,IL,17,,17129,Menard,NP,,2630020000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.2289574,LB,2017NEI_Apr2020 +05,IL,17,,17129,Menard,NP,,2630020000,Waste Disposal,,A,R,106990,"1,3-Butadiene",HAP,.000750239,LB,2017NEI_Apr2020 +05,IL,17,,17129,Menard,NP,,2630020000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.01443687,LB,2017NEI_Apr2020 +05,IL,17,,17129,Menard,NP,,2630020000,Waste Disposal,,A,R,121697,"N,N-Dimethylaniline",HAP,.00962458,LB,2017NEI_Apr2020 +05,IL,17,,17129,Menard,NP,,2630020000,Waste Disposal,,A,R,75014,Vinyl Chloride,HAP,.0002005619,LB,2017NEI_Apr2020 +05,IL,17,,17129,Menard,NP,,2630020000,Waste Disposal,,A,R,126998,Chloroprene,HAP,.000711382,LB,2017NEI_Apr2020 +05,IL,17,,17129,Menard,NP,,2630020000,Waste Disposal,,A,R,77474,Hexachlorocyclopentadiene,HAP,.00001742587,LB,2017NEI_Apr2020 +06,LA,22,,22021,Caldwell,NP,,2285002006,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.7370568,LB,2017NEI_Apr2020 +06,LA,22,,22021,Caldwell,NP,,2285002006,Mobile - Locomotives,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.006926554,LB,2017NEI_Apr2020 +06,LA,22,,22021,Caldwell,NP,,2285002006,Mobile - Locomotives,,A,R,7439976,Mercury,HAP,.1027487,LB,2017NEI_Apr2020 +07,KS,20,,20139,Osage,NP,,2285002006,Mobile - Locomotives,,A,R,7439965,Manganese,HAP,85.5941,LB,2017NEI_Apr2020 +07,KS,20,,20139,Osage,NP,,2285002006,Mobile - Locomotives,,A,R,7440382,Arsenic,HAP,39.82846,LB,2017NEI_Apr2020 +07,KS,20,,20139,Osage,NP,,2285002006,Mobile - Locomotives,,A,R,86737,Fluorene,HAP,32.1017,LB,2017NEI_Apr2020 +07,KS,20,,20139,Osage,NP,,2285002006,Mobile - Locomotives,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.03558796,LB,2017NEI_Apr2020 +07,KS,20,,20139,Osage,NP,,2285002006,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,128.4457,TON,2017NEI_Apr2020 +07,IA,19,,19005,Allamakee,NP,,2302003000,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,17.36881,LB,2017NEI_Apr2020 +07,IA,19,,19005,Allamakee,NP,,2302003000,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.01578982,LB,2017NEI_Apr2020 +07,IA,19,,19111,Lee,NP,,2302003100,Commercial Cooking,,A,R,120127,Anthracene,HAP,.3633427,LB,2017NEI_Apr2020 +07,IA,19,,19111,Lee,NP,,2302003100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,1.703354,TON,2017NEI_Apr2020 +07,IA,19,,19111,Lee,NP,,2302003100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.245775,TON,2017NEI_Apr2020 +07,IA,19,,19187,Webster,NP,,2610000100,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.3623541,TON,2017NEI_Apr2020 +07,IA,19,,19059,Dickinson,NP,,2610000500,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0641773935,TON,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,205992,Benzo[b]Fluoranthene,HAP,.000001560544,LB,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.00000805939,LB,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.000001047207,LB,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.281078,LB,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.004578966,LB,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.008326325,LB,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,32.29745,LB,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2302003000,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,33.04482,LB,2017NEI_Apr2020 +07,IA,19,,19115,Louisa,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,19.20333,LB,2017NEI_Apr2020 +07,IA,19,,19115,Louisa,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,36.87912,LB,2017NEI_Apr2020 +07,IA,19,,19115,Louisa,NP,,2805010100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,16.36648,LB,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2501050120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,37.40033,LB,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2501050120,Bulk Gasoline Terminals,,A,R,108883,Toluene,HAP,987.9332,LB,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2501050120,Bulk Gasoline Terminals,,A,R,91203,Naphthalene,HAP,.19053,LB,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.216997,LB,2017NEI_Apr2020 +07,IA,19,,19153,Polk,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01501018,TON,2017NEI_Apr2020 +07,IA,19,,19153,Polk,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00002934116,LB,2017NEI_Apr2020 +07,IA,19,,19155,Pottawattamie,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.032102607285,TON,2017NEI_Apr2020 +07,IA,19,,19155,Pottawattamie,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,205992,Benzo[b]Fluoranthene,HAP,.000006796925,LB,2017NEI_Apr2020 +07,IA,19,,19155,Pottawattamie,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.00005231844,LB,2017NEI_Apr2020 +07,IA,19,,19155,Pottawattamie,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.00000581316,LB,2017NEI_Apr2020 +07,IA,19,,19155,Pottawattamie,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,140.671,LB,2017NEI_Apr2020 +07,IA,19,,19149,Plymouth,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.01229085,LB,2017NEI_Apr2020 +07,IA,19,,19149,Plymouth,NP,,2805009100,Agriculture - Livestock Waste,,A,R,110543,Hexane,HAP,.0568452,LB,2017NEI_Apr2020 +07,IA,19,,19149,Plymouth,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.001024238,LB,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0038272707,TON,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.002014353,TON,2017NEI_Apr2020 +07,IA,19,,19101,Jefferson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00577000755,TON,2017NEI_Apr2020 +07,IA,19,,19101,Jefferson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,20.14808,TON,2017NEI_Apr2020 +07,IA,19,,19101,Jefferson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM-CON,PM Condensible,CAP,.06447386,TON,2017NEI_Apr2020 +05,MN,27,,27095,Mille Lacs,NP,,2415000000,Solvent - Degreasing,,A,R,98828,Cumene,HAP,.922939,LB,2017NEI_Apr2020 +04,KY,21,,21223,Trimble,NP,,2805018000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,11.46765,LB,2017NEI_Apr2020 +04,KY,21,,21067,Fayette,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,29075.05,LB,2017NEI_Apr2020 +04,KY,21,,21089,Greenup,NP,,2415000000,Solvent - Degreasing,,A,R,127184,Tetrachloroethylene,HAP,61.17397,LB,2017NEI_Apr2020 +04,KY,21,,21089,Greenup,NP,,2415000000,Solvent - Degreasing,,A,R,98828,Cumene,HAP,.2480028,LB,2017NEI_Apr2020 +04,MS,28,,28033,DeSoto,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,14019.68,LB,2017NEI_Apr2020 +04,MS,28,,28033,DeSoto,NP,,2415000000,Solvent - Degreasing,,A,R,75092,Methylene Chloride,HAP,1101.344,LB,2017NEI_Apr2020 +02,PR,72,,72121,Sabana Grande,NP,,2415000000,Solvent - Degreasing,,A,R,111773,Diethylene Glycol Monomethyl Ether,HAP,42.56656,LB,2017NEI_Apr2020 +02,PR,72,,72121,Sabana Grande,NP,,2415000000,Solvent - Degreasing,,A,R,127184,Tetrachloroethylene,HAP,23.31551,LB,2017NEI_Apr2020 +07,NE,31,,31167,Stanton,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,1573.249,LB,2017NEI_Apr2020 +07,NE,31,,31167,Stanton,NP,,2415000000,Solvent - Degreasing,,A,R,112345,Diethylene Glycol Monobutyl Ether,HAP,670.093,LB,2017NEI_Apr2020 +07,NE,31,,31177,Washington,NP,,2415000000,Solvent - Degreasing,,A,R,67561,Methanol,HAP,1695.807,LB,2017NEI_Apr2020 +07,KS,20,,20145,Pawnee,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.6311364,TON,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.02366447,TON,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.01761077,TON,2017NEI_Apr2020 +05,WI,55,,55141,Wood,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.11613460535,TON,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2805040000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,27.4625,LB,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.4876249,TON,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,.0005007766,LB,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.484032,LB,2017NEI_Apr2020 +07,KS,20,,20151,Pratt,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,.252603,LB,2017NEI_Apr2020 +07,KS,20,,20175,Seward,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,3.35926,LB,2017NEI_Apr2020 +07,KS,20,,20175,Seward,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.93432,LB,2017NEI_Apr2020 +07,KS,20,,20151,Pratt,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,1.09925,LB,2017NEI_Apr2020 +07,KS,20,,20151,Pratt,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.963632,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.262436,LB,2017NEI_Apr2020 +05,WI,55,,55031,Douglas,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,91203,Naphthalene,HAP,.009890094,LB,2017NEI_Apr2020 +05,WI,55,,55031,Douglas,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.00008106635,LB,2017NEI_Apr2020 +08,ND,38,,38029,Emmons,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.00059908,LB,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0018117603,TON,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0040711404265,TON,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,85018,Phenanthrene,HAP,.001136948,LB,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.0002006378,LB,2017NEI_Apr2020 +03,PA,42,,42065,Jefferson,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,1.5608,TON,2017NEI_Apr2020 +03,PA,42,,42065,Jefferson,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,192.291,LB,2017NEI_Apr2020 +03,PA,42,,42065,Jefferson,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,93.648,LB,2017NEI_Apr2020 +04,AL,01,,01129,Washington,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.000001974925,LB,2017NEI_Apr2020 +04,AL,01,,01129,Washington,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.01230343,LB,2017NEI_Apr2020 +04,AL,01,,01129,Washington,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.006350514,TON,2017NEI_Apr2020 +04,AL,01,,01129,Washington,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.004230419,TON,2017NEI_Apr2020 +04,AL,01,,01129,Washington,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000002457897,LB,2017NEI_Apr2020 +03,PA,42,,42129,Westmoreland,NP,,2501080050,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,400.477,LB,2017NEI_Apr2020 +05,WI,55,,55087,Outagamie,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55087,Outagamie,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,3697243,5-Methylchrysene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55087,Outagamie,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55087,Outagamie,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,74839,Methyl Bromide,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55087,Outagamie,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0001842868,TON,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.00001651243,LB,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.00009970965,LB,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.00005245871,LB,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,399.5795,LB,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.2647148,LB,2017NEI_Apr2020 +05,MI,26,,26137,Otsego,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,4.78332,LB,2017NEI_Apr2020 +05,MI,26,,26137,Otsego,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,2.213034,LB,2017NEI_Apr2020 +03,WV,54,,54081,Raleigh,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.004374113,TON,2017NEI_Apr2020 +03,WV,54,,54081,Raleigh,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.00001630919,LB,2017NEI_Apr2020 +03,WV,54,,54081,Raleigh,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000008998175,LB,2017NEI_Apr2020 +03,WV,54,,54081,Raleigh,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,.0003036884,LB,2017NEI_Apr2020 +05,IL,17,,17161,Rock Island,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.07910548,TON,2017NEI_Apr2020 +05,IL,17,,17161,Rock Island,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.02143503,LB,2017NEI_Apr2020 +05,IL,17,,17161,Rock Island,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,2.526312,TON,2017NEI_Apr2020 +05,IL,17,,17161,Rock Island,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.004572807,LB,2017NEI_Apr2020 +05,IL,17,,17161,Rock Island,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,1.157492,LB,2017NEI_Apr2020 +05,IL,17,,17161,Rock Island,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,.004287007,LB,2017NEI_Apr2020 +05,IL,17,,17161,Rock Island,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.0002572204,LB,2017NEI_Apr2020 +03,PA,42,,42011,Berks,NP,,2401040000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,3780.257,LB,2017NEI_Apr2020 +01,ME,23,,23025,Somerset,NP,,2650000002,Waste Disposal,,A,R,7439976,Mercury,HAP,.2062171,LB,2017NEI_Apr2020 +06,TX,48,,48231,Hunt,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,11.26,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,NH3,Ammonia,CAP,1.06,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,NOX,Nitrogen Oxides,CAP,.366,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.11,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,.153,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.312501,TON,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2805002000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,29.16844,TON,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,5.833688,LB,2017NEI_Apr2020 +04,GA,13,,13283,Treutlen,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.03343877,TON,2017NEI_Apr2020 +04,GA,13,,13283,Treutlen,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,.003647589,TON,2017NEI_Apr2020 +04,GA,13,,13283,Treutlen,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,.2435796,TON,2017NEI_Apr2020 +04,GA,13,,13283,Treutlen,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,.8589385,TON,2017NEI_Apr2020 +04,GA,13,,13283,Treutlen,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,.00122095,TON,2017NEI_Apr2020 +04,GA,13,,13283,Treutlen,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,.9462364,LB,2017NEI_Apr2020 +04,GA,13,,13297,Walton,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,255.044,LB,2017NEI_Apr2020 +04,GA,13,,13297,Walton,NP,,2302003200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00360613435,TON,2017NEI_Apr2020 +04,GA,13,,13297,Walton,NP,,2302003200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,6.40297,LB,2017NEI_Apr2020 +04,GA,13,,13297,Walton,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,177.275,LB,2017NEI_Apr2020 +04,GA,13,,13299,Ware,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,3476.318,LB,2017NEI_Apr2020 +04,GA,13,,13299,Ware,NP,,2415000000,Solvent - Degreasing,,A,R,VOC,Volatile Organic Compounds,CAP,22.2259,TON,2017NEI_Apr2020 +04,GA,13,,13299,Ware,NP,,2415000000,Solvent - Degreasing,,A,R,112345,Diethylene Glycol Monobutyl Ether,HAP,1480.666,LB,2017NEI_Apr2020 +04,GA,13,,13299,Ware,NP,,2415000000,Solvent - Degreasing,,A,R,127184,Tetrachloroethylene,HAP,471.063,LB,2017NEI_Apr2020 +04,GA,13,,13299,Ware,NP,,2415000000,Solvent - Degreasing,,A,R,91203,Naphthalene,HAP,1.909716,LB,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.0546,TON,2017NEI_Apr2020 +10,ID,16,,16003,Adams,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,742,LB,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.03,TON,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.03056723,TON,2017NEI_Apr2020 +06,TX,48,,48497,Wise,NP,,2805007100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,13.37121,LB,2017NEI_Apr2020 +06,TX,48,,48497,Wise,NP,,2805007100,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,1.424153,LB,2017NEI_Apr2020 +03,MD,24,,24003,Anne Arundel,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,CO,Carbon Monoxide,CAP,270.0331,TON,2017NEI_Apr2020 +03,MD,24,,24003,Anne Arundel,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,NH3,Ammonia,CAP,3.150386,TON,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,207089,Benzo[k]Fluoranthene,HAP,.00006519681,LB,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.06263315,TON,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,.06109802,TON,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.0644753,TON,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,.0001484805,LB,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,.1995664,TON,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.001228101,TON,2017NEI_Apr2020 +03,VA,51,,51580,Covington city,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.002363876,TON,2017NEI_Apr2020 +03,VA,51,,51580,Covington city,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51580,Covington city,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,.02083261,LB,2017NEI_Apr2020 +03,VA,51,,51580,Covington city,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,.07625407,TON,2017NEI_Apr2020 +03,VA,51,,51580,Covington city,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.003812703,TON,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2310111100,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,3.36,LB,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,.00049,LB,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.056,LB,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,.49,LB,2017NEI_Apr2020 +06,TX,48,,48201,Harris,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00410140845088,LB,2017NEI_Apr2020 +06,TX,48,,48201,Harris,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.6726309859152,LB,2017NEI_Apr2020 +06,TX,48,,48201,Harris,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.00956995305344,LB,2017NEI_Apr2020 +06,TX,48,,48201,Harris,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.52,TON,2017NEI_Apr2020 +06,TX,48,,48201,Harris,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.33,TON,2017NEI_Apr2020 +06,TX,48,,48201,Harris,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,.82028169014272,LB,2017NEI_Apr2020 +06,TX,48,,48201,Harris,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,.40764705882384,LB,2017NEI_Apr2020 +06,TX,48,,48201,Harris,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,1.09370892018752,LB,2017NEI_Apr2020 +06,TX,48,,48201,Harris,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,9.51176470588212,LB,2017NEI_Apr2020 +04,TN,47,,47107,McMinn,NP,,2610000500,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.06217064,TON,2017NEI_Apr2020 +04,TN,47,,47107,McMinn,NP,,2610000500,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.29309016,TON,2017NEI_Apr2020 +04,TN,47,,47107,McMinn,NP,,2610000500,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,8.57503650784,TON,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2630020000,Waste Disposal,,A,R,75569,Propylene Oxide,HAP,1.96176,LB,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2630020000,Waste Disposal,,A,R,75218,Ethylene Oxide,HAP,.59496,LB,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2630020000,Waste Disposal,,A,R,75354,Vinylidene Chloride,HAP,1.13364,LB,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2630020000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,1.139,TON,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2630020000,Waste Disposal,,A,R,107051,Allyl Chloride,HAP,.051992,LB,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2630020000,Waste Disposal,,A,R,107131,Acrylonitrile,HAP,1.03448,LB,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2630020000,Waste Disposal,,A,R,121697,"N,N-Dimethylaniline",HAP,.86296,LB,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2630020000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,.052796,LB,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2630020000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,.8308,LB,2017NEI_Apr2020 +04,KY,21,,21227,Warren,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,142.3485,LB,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2610000500,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0154993422,TON,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1421958,TON,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,5.465122302,TON,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,14.07811,TON,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,3.02755,TON,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2610000500,Waste Disposal,,A,R,100425,Styrene,HAP,154.40502,LB,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2610000500,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0114562245,TON,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2610000500,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0540079155,TON,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.589969,TON,2017NEI_Apr2020 +04,SC,45,,45077,Pickens,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,22.03242,TON,2017NEI_Apr2020 +08,SD,46,,46091,Marshall,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,214.6066,LB,2017NEI_Apr2020 +02,NJ,34,,34027,Morris,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34027,Morris,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +09,NV,32,,32033,White Pine,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,62.56789,LB,2017NEI_Apr2020 +09,NV,32,,32033,White Pine,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.01206667,LB,2017NEI_Apr2020 +02,NY,36,,36043,Herkimer,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,57.5876224,LB,2017NEI_Apr2020 +04,NC,37,,37025,Cabarrus,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,325.063,LB,2017NEI_Apr2020 +04,NC,37,,37025,Cabarrus,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,674.2047,LB,2017NEI_Apr2020 +04,NC,37,,37025,Cabarrus,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,1685.512,LB,2017NEI_Apr2020 +04,NC,37,,37025,Cabarrus,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,60.19685,TON,2017NEI_Apr2020 +04,AL,01,,01057,Fayette,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,8.369238,LB,2017NEI_Apr2020 +05,IL,17,,17139,Moultrie,NP,,2610030000,Waste Disposal,,A,R,83329,Acenaphthene,HAP,2.721081,LB,2017NEI_Apr2020 +05,IL,17,,17139,Moultrie,NP,,2610030000,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,33.57178,TON,2017NEI_Apr2020 +05,IL,17,,17139,Moultrie,NP,,2610030000,Waste Disposal,,A,R,100425,Styrene,HAP,2615.065,LB,2017NEI_Apr2020 +05,IL,17,,17139,Moultrie,NP,,2610030000,Waste Disposal,,A,R,107028,Acrolein,HAP,109.3733,LB,2017NEI_Apr2020 +05,IL,17,,17139,Moultrie,NP,,2610030000,Waste Disposal,,A,R,98862,Acetophenone,HAP,17.1833870242922426518,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.06137313,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.02371235,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2805009100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,.004184532,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2805009100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.00348711,TON,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2805009100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,.4240325,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.02162008,LB,2017NEI_Apr2020 +05,IL,17,,17119,Madison,NP,,2630020000,Waste Disposal,,A,R,121697,"N,N-Dimethylaniline",HAP,3.758621,LB,2017NEI_Apr2020 +05,IL,17,,17119,Madison,NP,,2630020000,Waste Disposal,,A,R,107051,Allyl Chloride,HAP,.2264511,LB,2017NEI_Apr2020 +05,IL,17,,17119,Madison,NP,,2630020000,Waste Disposal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,.7435532,LB,2017NEI_Apr2020 +05,IL,17,,17119,Madison,NP,,2630020000,Waste Disposal,,A,R,87683,Hexachlorobutadiene,HAP,.008509424,LB,2017NEI_Apr2020 +05,IL,17,,17119,Madison,NP,,2630020000,Waste Disposal,,A,R,92524,Biphenyl,HAP,.8777896,LB,2017NEI_Apr2020 +05,IL,17,,17119,Madison,NP,,2630020000,Waste Disposal,,A,R,100447,Benzyl Chloride,HAP,.09536624,LB,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,3697243,5-Methylchrysene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.01214192952,TON,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00645642284,TON,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,.007992934,LB,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,8.986139,TON,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,35.32972,LB,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,1.229682,TON,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2630020000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.21864,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2630020000,Waste Disposal,,A,R,120821,"1,2,4-Trichlorobenzene",HAP,.08775964,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2630020000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,.01994077,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2630020000,Waste Disposal,,A,R,77781,Dimethyl Sulfate,HAP,.001326011,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2630020000,Waste Disposal,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.001771388,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2630020000,Waste Disposal,,A,R,80626,Methyl Methacrylate,HAP,.314801,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2630020000,Waste Disposal,,A,R,95534,o-Toluidine,HAP,.001771388,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2630020000,Waste Disposal,,A,R,98953,Nitrobenzene,HAP,.006640176,LB,2017NEI_Apr2020 +05,IL,17,,17119,Madison,NP,,2460900000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,2489.715,LB,2017NEI_Apr2020 +05,IL,17,,17097,Lake,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.1760469795,TON,2017NEI_Apr2020 +05,IL,17,,17097,Lake,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,3.195045,TON,2017NEI_Apr2020 +05,IL,17,,17097,Lake,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,107028,Acrolein,HAP,2874.69,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2630020000,Waste Disposal,,A,R,79016,Trichloroethylene,HAP,.3335905,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2630020000,Waste Disposal,,A,R,121142,"2,4-Dinitrotoluene",HAP,.05243694,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17107,Logan,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,121448,Triethylamine,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.03631107,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000842351158,TON,2017NEI_Apr2020 +05,IL,17,,17133,Monroe,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,22.7443,LB,2017NEI_Apr2020 +05,IL,17,,17095,Knox,NP,,2630020000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1184.157,LB,2017NEI_Apr2020 +05,IL,17,,17095,Knox,NP,,2630020000,Waste Disposal,,A,R,67561,Methanol,HAP,225.7424,LB,2017NEI_Apr2020 +05,IL,17,,17095,Knox,NP,,2630020000,Waste Disposal,,A,R,75150,Carbon Disulfide,HAP,85.54448,LB,2017NEI_Apr2020 +05,IL,17,,17095,Knox,NP,,2630020000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,8.415834,TON,2017NEI_Apr2020 +05,IL,17,,17113,McLean,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,33.51791,LB,2017NEI_Apr2020 +05,IL,17,,17113,McLean,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,3.722284,TON,2017NEI_Apr2020 +05,IL,17,,17159,Richland,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,.02789373,LB,2017NEI_Apr2020 +05,IL,17,,17159,Richland,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,.05648479,LB,2017NEI_Apr2020 +05,IL,17,,17159,Richland,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.4981022,TON,2017NEI_Apr2020 +05,IL,17,,17159,Richland,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.017154642,LB,2017NEI_Apr2020 +05,IL,17,,17159,Richland,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0001115749,LB,2017NEI_Apr2020 +05,IL,17,,17159,Richland,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,.02092029,LB,2017NEI_Apr2020 +05,IL,17,,17159,Richland,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,.06276088,LB,2017NEI_Apr2020 +05,IN,18,,18033,De Kalb,NP,,2610000100,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.242352008888,TON,2017NEI_Apr2020 +05,IN,18,,18033,De Kalb,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.1062312,TON,2017NEI_Apr2020 +05,IL,17,,17201,Winnebago,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,88.64695,TON,2017NEI_Apr2020 +05,IL,17,,17201,Winnebago,NP,,2805002000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,19.77727,LB,2017NEI_Apr2020 +06,OK,40,,40129,Roger Mills,NP,,2310011500,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,271.16069162352,LB,2017NEI_Apr2020 +02,PR,72,,72101,Morovis,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.00012373474,LB,2017NEI_Apr2020 +02,PR,72,,72101,Morovis,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00003808598,TON,2017NEI_Apr2020 +02,PR,72,,72101,Morovis,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0000005972168,LB,2017NEI_Apr2020 +02,PR,72,,72101,Morovis,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.001759465,LB,2017NEI_Apr2020 +02,PR,72,,72101,Morovis,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.0000015985382,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000494812206,TON,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.005479648,TON,2017NEI_Apr2020 +07,NE,31,,31173,Thurston,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,15.67759,LB,2017NEI_Apr2020 +05,IL,17,,17175,Stark,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17175,Stark,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,106423,p-Xylene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,121448,Triethylamine,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17149,Pike,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,106423,p-Xylene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17149,Pike,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,540885,Tert-butyl Acetate,,0,LB,2017NEI_Apr2020 +05,IL,17,,17149,Pike,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21015,Boone,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,6662.023,LB,2017NEI_Apr2020 +04,KY,21,,21015,Boone,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,19137.65,LB,2017NEI_Apr2020 +04,FL,12,,12011,Broward,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12011,Broward,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48365,Panola,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.000066343654256792,LB,2017NEI_Apr2020 +06,TX,48,,48365,Panola,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0000274525484739428,LB,2017NEI_Apr2020 +06,TX,48,,48365,Panola,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000034315684734748,LB,2017NEI_Apr2020 +06,TX,48,,48365,Panola,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.0000199030962770376,LB,2017NEI_Apr2020 +06,TX,48,,48365,Panola,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.0480419594755781044,LB,2017NEI_Apr2020 +10,WA,53,,53007,Chelan,NP,,2501060053,Gas Stations,,A,R,91203,Naphthalene,HAP,.08053058,LB,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,3.721746,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,VOC,Volatile Organic Compounds,CAP,2.699892,TON,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,123319,Hydroquinone,HAP,6.755415,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,206440,Fluoranthene,HAP,1.197907,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,50000,Formaldehyde,HAP,457.5618,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,83329,Acenaphthene,HAP,.7933679,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,85018,Phenanthrene,HAP,6.166267,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,108883,Toluene,HAP,62.05558,LB,2017NEI_Apr2020 +03,VA,51,,51800,Suffolk city,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56832736,Benzofluoranthenes,HAP,.000001311456,LB,2017NEI_Apr2020 +03,VA,51,,51800,Suffolk city,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.0007153395,LB,2017NEI_Apr2020 +03,VA,51,,51800,Suffolk city,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000001940910315,TON,2017NEI_Apr2020 +03,VA,51,,51800,Suffolk city,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0006579357,TON,2017NEI_Apr2020 +03,VA,51,,51195,Wise,NP,,2501050120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,48.94241,LB,2017NEI_Apr2020 +03,VA,51,,51195,Wise,NP,,2501050120,Bulk Gasoline Terminals,,A,R,VOC,Volatile Organic Compounds,CAP,46.17209,TON,2017NEI_Apr2020 +03,WV,54,,54075,Pocahontas,NP,,2325000000,Industrial Processes - Mining,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.004535958933,TON,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,.000001556316,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,.01245053,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,.000466895,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,.001815703,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.0001537103,TON,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0001594744,TON,2017NEI_Apr2020 +08,UT,49,,49053,Washington,NP,,2805010100,Agriculture - Livestock Waste,,A,R,110543,Hexane,HAP,.05792047,LB,2017NEI_Apr2020 +08,UT,49,,49053,Washington,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.01252334,LB,2017NEI_Apr2020 +06,TX,48,,48489,Willacy,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,205.9006,TON,2017NEI_Apr2020 +06,TX,48,,48489,Willacy,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,205.9006,TON,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13019,Berrien,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13019,Berrien,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13019,Berrien,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13223,Paulding,NP,,2610000500,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,17.46,TON,2017NEI_Apr2020 +04,GA,13,,13223,Paulding,NP,,2610000500,Waste Disposal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13223,Paulding,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,11.919,TON,2017NEI_Apr2020 +04,GA,13,,13223,Paulding,NP,,2610000500,Waste Disposal,,A,R,108952,Phenol,HAP,236.324999999993424,LB,2017NEI_Apr2020 +07,MO,29,,29197,Schuyler,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7664393,Hydrogen Fluoride,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29197,Schuyler,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29197,Schuyler,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28063,Jefferson,NP,,2310023515,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24025,Harford,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.05931466,LB,2017NEI_Apr2020 +03,MD,24,,24025,Harford,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,651.0007,LB,2017NEI_Apr2020 +03,MD,24,,24025,Harford,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,1.174274,TON,2017NEI_Apr2020 +03,MD,24,,24025,Harford,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.2866318,TON,2017NEI_Apr2020 +03,MD,24,,24025,Harford,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,5.811918,TON,2017NEI_Apr2020 +03,MD,24,,24025,Harford,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.4204936,LB,2017NEI_Apr2020 +03,MD,24,,24025,Harford,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.34029909,TON,2017NEI_Apr2020 +03,MD,24,,24025,Harford,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.4859347,LB,2017NEI_Apr2020 +03,MD,24,,24017,Charles,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,212.8853,LB,2017NEI_Apr2020 +03,MD,24,,24039,Somerset,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.02165106,LB,2017NEI_Apr2020 +03,MD,24,,24039,Somerset,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.6065406,TON,2017NEI_Apr2020 +03,MD,24,,24039,Somerset,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.6364539,TON,2017NEI_Apr2020 +03,MD,24,,24039,Somerset,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.05071288,LB,2017NEI_Apr2020 +03,MD,24,,24039,Somerset,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,4.342999,LB,2017NEI_Apr2020 +03,MD,24,,24510,Baltimore city,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.680902,TON,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,4.885176099,TON,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.1044335,LB,2017NEI_Apr2020 +03,MD,24,,24027,Howard,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.5859064,LB,2017NEI_Apr2020 +10,,,Nez Perce Tribe of Idaho,88182,,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,74839,Methyl Bromide,HAP,4197.232,LB,2017NEI_Apr2020 +10,,,Nez Perce Tribe of Idaho,88182,,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,108.40252,LB,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2630020000,Waste Disposal,,A,R,108101,Methyl Isobutyl Ketone,HAP,6.17893,LB,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00369817,LB,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,1.293211,LB,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2630020000,Waste Disposal,,A,R,75014,Vinyl Chloride,HAP,.01541287,LB,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2630020000,Waste Disposal,,A,R,75058,Acetonitrile,HAP,.792465,LB,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2630020000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,20.9027,LB,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2630020000,Waste Disposal,,A,R,75354,Vinylidene Chloride,HAP,.971631,LB,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2630020000,Waste Disposal,,A,R,78875,Propylene Dichloride,HAP,.0264155,LB,2017NEI_Apr2020 +05,OH,39,,39033,Crawford,NP,,2630020000,Waste Disposal,,A,R,87683,Hexachlorobutadiene,HAP,.001674513,LB,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,1582098,Trifluralin,HAP,103.1894,LB,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000000002338146,LB,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.00002890209,TON,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.000002427451,TON,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.00015246662,LB,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7664393,Hydrogen Fluoride,HAP,.0001404743,LB,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.00003867336,LB,2017NEI_Apr2020 +05,OH,39,,39135,Preble,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0000003648208621,TON,2017NEI_Apr2020 +05,OH,39,,39135,Preble,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000033757369395,TON,2017NEI_Apr2020 +05,OH,39,,39135,Preble,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.0000000004796202,LB,2017NEI_Apr2020 +05,OH,39,,39135,Preble,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.000002097163,LB,2017NEI_Apr2020 +05,OH,39,,39135,Preble,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.00000006300893,LB,2017NEI_Apr2020 +05,OH,39,,39135,Preble,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.000000005360461,LB,2017NEI_Apr2020 +06,TX,48,,48191,Hall,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48191,Hall,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48191,Hall,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48191,Hall,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47185,White,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01410813,TON,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2302002200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.017864,TON,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2302002200,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2302002200,Commercial Cooking,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2302002200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.004775782439817072,LB,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.6193398536,TON,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.480777511344,TON,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.11,TON,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.172548,TON,2017NEI_Apr2020 +04,NC,37,,37031,Carteret,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37031,Carteret,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20181,Sherman,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48193,Hamilton,NP,,2310021303,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48193,Hamilton,NP,,2310021303,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48195,Hansford,NP,,2302002200,Commercial Cooking,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48195,Hansford,NP,,2302002200,Commercial Cooking,,A,R,106990,"1,3-Butadiene",HAP,2.925166744387972,LB,2017NEI_Apr2020 +06,TX,48,,48195,Hansford,NP,,2302002200,Commercial Cooking,,A,R,95476,o-Xylene,HAP,.30644601227177,LB,2017NEI_Apr2020 +06,TX,48,,48195,Hansford,NP,,2302002200,Commercial Cooking,,A,R,129000,Pyrene,HAP,.015879476612391784,LB,2017NEI_Apr2020 +07,KS,20,,20207,Woodson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NH3,Ammonia,CAP,.01862006,TON,2017NEI_Apr2020 +07,KS,20,,20207,Woodson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,.001163754,TON,2017NEI_Apr2020 +07,KS,20,,20207,Woodson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.00250207,TON,2017NEI_Apr2020 +07,KS,20,,20207,Woodson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,129000,Pyrene,HAP,.00005818768,LB,2017NEI_Apr2020 +04,AL,01,,01029,Cleburne,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01029,Cleburne,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0008673008544,TON,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,206440,Fluoranthene,HAP,.000004963035,LB,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,208968,Acenaphthylene,HAP,.000001747548,LB,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,57125,Cyanide,HAP,.01747548,LB,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,100447,Benzyl Chloride,HAP,.004893133,LB,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,80626,Methyl Methacrylate,HAP,.0001398038,LB,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,.00001887351,LB,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,.01747548,TON,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,.001599355,LB,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,206440,Fluoranthene,HAP,.000376819,LB,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,532274,2-Chloroacetophenone,HAP,.003715117,LB,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56832736,Benzofluoranthenes,HAP,.0000583804,LB,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.02771264476,TON,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,129000,Pyrene,HAP,.0001751412,LB,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,91203,Naphthalene,HAP,.006899502,LB,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,.0009022426,LB,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,2.91902,TON,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,108054,Vinyl Acetate,HAP,.004033555,LB,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1821345,TON,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO2,Sulfur Dioxide,CAP,1.06152,TON,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,532274,2-Chloroacetophenone,HAP,.0001955432,LB,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440382,Arsenic,HAP,.01145324,LB,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,.001089455,LB,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000194258166,TON,2017NEI_Apr2020 +08,MT,30,,30111,Yellowstone,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,.06316504,LB,2017NEI_Apr2020 +04,KY,21,,21175,Morgan,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,123386,Propionaldehyde,HAP,.455922,LB,2017NEI_Apr2020 +04,KY,21,,21175,Morgan,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,7782492,Selenium,HAP,.0001501252,LB,2017NEI_Apr2020 +04,KY,21,,21175,Morgan,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.00750626,TON,2017NEI_Apr2020 +04,KY,21,,21175,Morgan,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.00728107,TON,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0000002878908606,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0000001447660998,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.000003282678,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,SO2,Sulfur Dioxide,CAP,.000003528173,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.00003048732,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.000001346952,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.00000004972219,LB,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,65.72538,TON,2017NEI_Apr2020 +05,OH,39,,39031,Coshocton,NP,,2401060000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.8602636,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2501080100,Gas Stations,,A,R,108883,Toluene,HAP,.02037682,LB,2017NEI_Apr2020 +06,OK,40,,40031,Comanche,NP,,2501080050,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.05806542,LB,2017NEI_Apr2020 +04,GA,13,,13005,Bacon,NP,,2501080100,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.02939236,LB,2017NEI_Apr2020 +04,GA,13,,13005,Bacon,NP,,2501080100,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.0013289102,LB,2017NEI_Apr2020 +10,ID,16,,16045,Gem,NP,,2501080100,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.10867676,LB,2017NEI_Apr2020 +10,ID,16,,16045,Gem,NP,,2501080100,Gas Stations,,A,R,98828,Cumene,HAP,.002173536,LB,2017NEI_Apr2020 +04,AL,01,,01111,Randolph,NP,,2501080050,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,11.560076,LB,2017NEI_Apr2020 +06,AR,05,,05101,Newton,NP,,2501080050,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.000012609166,LB,2017NEI_Apr2020 +06,AR,05,,05101,Newton,NP,,2501080050,Gas Stations,,A,R,91203,Naphthalene,HAP,.0010055156,LB,2017NEI_Apr2020 +06,AR,05,,05101,Newton,NP,,2501080050,Gas Stations,,A,R,98828,Cumene,HAP,.0002011032,LB,2017NEI_Apr2020 +04,FL,12,,12101,Pasco,NP,,2501080050,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.5791088,LB,2017NEI_Apr2020 +04,FL,12,,12101,Pasco,NP,,2501080050,Gas Stations,,A,R,108883,Toluene,HAP,753.2248,LB,2017NEI_Apr2020 +04,FL,12,,12101,Pasco,NP,,2501080050,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,28.97018,TON,2017NEI_Apr2020 +04,FL,12,,12101,Pasco,NP,,2501080050,Gas Stations,,A,R,91203,Naphthalene,HAP,28.97018,LB,2017NEI_Apr2020 +04,FL,12,,12101,Pasco,NP,,2501080050,Gas Stations,,A,R,98828,Cumene,HAP,5.794036,LB,2017NEI_Apr2020 +04,GA,13,,13171,Lamar,NP,,2501080050,Gas Stations,,A,R,91203,Naphthalene,HAP,.1614848,LB,2017NEI_Apr2020 +04,GA,13,,13199,Meriwether,NP,,2501080050,Gas Stations,,A,R,108883,Toluene,HAP,37.40778,LB,2017NEI_Apr2020 +09,HI,15,,15005,Kalawao,NP,,2501080050,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,1.431913,LB,2017NEI_Apr2020 +09,HI,15,,15005,Kalawao,NP,,2501080050,Gas Stations,,A,R,108883,Toluene,HAP,18.614868,LB,2017NEI_Apr2020 +09,HI,15,,15005,Kalawao,NP,,2501080050,Gas Stations,,A,R,110543,Hexane,HAP,22.9106,LB,2017NEI_Apr2020 +06,LA,22,,22069,Natchitoches,NP,,2501080100,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.02437764,LB,2017NEI_Apr2020 +08,SD,46,,46047,Fall River,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.6489182,LB,2017NEI_Apr2020 +05,IL,17,,17175,Stark,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,95476,o-Xylene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17175,Stark,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2805002000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,5.109585,LB,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,319.3491,TON,2017NEI_Apr2020 +05,IN,18,,18179,Wells,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,8.099245,TON,2017NEI_Apr2020 +05,IN,18,,18179,Wells,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1314.813,TON,2017NEI_Apr2020 +05,IN,18,,18183,Whitley,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,5744.599,LB,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2310011450,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.54,TON,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2310011450,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,2.45,TON,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2310021030,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,11.62502,LB,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.007203068,TON,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.06002557,TON,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.00000148485433619796,LB,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,.00089091257631753552,LB,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,.0099410430911460529,LB,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,.49495148842594243488,LB,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.00016498381113781776,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17073,Henry,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,75.38195,LB,2017NEI_Apr2020 +05,IL,17,,17073,Henry,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,1.416753,TON,2017NEI_Apr2020 +05,IL,17,,17073,Henry,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00051805039,TON,2017NEI_Apr2020 +05,IL,17,,17073,Henry,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,1.7999,LB,2017NEI_Apr2020 +05,IL,17,,17073,Henry,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.338595,TON,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.07620538,TON,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0000128025,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,.003200626,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,.03734064,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.01905135,TON,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00001600313,LB,2017NEI_Apr2020 +07,KS,20,,20067,Grant,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,1.483724687,TON,2017NEI_Apr2020 +07,KS,20,,20067,Grant,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,2.525736,LB,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.003808,TON,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.16,TON,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,1.6756756,LB,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,106.75674,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,8.8554368,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,.659816704,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,108952,Phenol,HAP,.520907776,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,23.92523776,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,.96150912,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,.512226048,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,.61857792,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,5.4261248,LB,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,210.3663,LB,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,59.14073,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,9.367256,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,4.9477846192,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,8.89,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.46,TON,2017NEI_Apr2020 +07,KS,20,,20005,Atchison,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.005371933,LB,2017NEI_Apr2020 +07,KS,20,,20005,Atchison,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.003043143,LB,2017NEI_Apr2020 +07,KS,20,,20005,Atchison,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,.5679105,TON,2017NEI_Apr2020 +06,TX,48,,48233,Hutchinson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.044256,TON,2017NEI_Apr2020 +06,TX,48,,48233,Hutchinson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM-CON,PM Condensible,CAP,.09,TON,2017NEI_Apr2020 +06,TX,48,,48233,Hutchinson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,75070,Acetaldehyde,HAP,.007445454684,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0003405191,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,.05972116,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,.001135543352335795486,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,.006757183,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.001135543352335795486,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,.000028388583426450676,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.000010976919038081484,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,.000006434745822365322,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,.000013248005409900758,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2302002100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.77603,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2302002100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,2.65,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2302002100,Commercial Cooking,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2302002100,Commercial Cooking,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2302002100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.17095309684589384,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2302002100,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,154.28165171829138,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2302002100,Commercial Cooking,,A,R,106990,"1,3-Butadiene",HAP,14.834774203681858,LB,2017NEI_Apr2020 +06,TX,48,,48101,Cottle,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48101,Cottle,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48101,Cottle,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48101,Cottle,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48101,Cottle,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48149,Fayette,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000001266411874,TON,2017NEI_Apr2020 +06,TX,48,,48149,Fayette,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000032742463,TON,2017NEI_Apr2020 +06,TX,48,,48149,Fayette,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,.000015084401519305976,LB,2017NEI_Apr2020 +06,TX,48,,48149,Fayette,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00000301688015202496,LB,2017NEI_Apr2020 +06,TX,48,,48149,Fayette,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.000001749790568976216,LB,2017NEI_Apr2020 +06,TX,48,,48149,Fayette,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,.0070393896103515638468,LB,2017NEI_Apr2020 +06,TX,48,,48149,Fayette,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.000603376068890150036,LB,2017NEI_Apr2020 +06,TX,48,,48149,Fayette,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.001810128335882198332,LB,2017NEI_Apr2020 +06,TX,48,,48151,Fisher,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48151,Fisher,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,.04581817891452,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.14675635568,TON,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00113915384,TON,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,13.09828,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.001110235,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.01635981,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.007049257,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,1.995929,TON,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.1701076,TON,2017NEI_Apr2020 +05,IL,17,,17111,McHenry,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.0008299482,LB,2017NEI_Apr2020 +05,IL,17,,17111,McHenry,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,.000005735415,LB,2017NEI_Apr2020 +05,IL,17,,17111,McHenry,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.000009783943,LB,2017NEI_Apr2020 +05,IL,17,,17111,McHenry,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,.05323064,TON,2017NEI_Apr2020 +05,IL,17,,17111,McHenry,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000002209884236,TON,2017NEI_Apr2020 +05,IL,17,,17111,McHenry,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.001349509,LB,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.1443729658,TON,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.5720323813,TON,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,6.066091,TON,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75003,Ethyl Chloride,HAP,2.271598,LB,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,6.01926,TON,2017NEI_Apr2020 +07,KS,20,,20079,Harvey,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,.5181727,TON,2017NEI_Apr2020 +07,KS,20,,20079,Harvey,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,327.267,LB,2017NEI_Apr2020 +07,KS,20,,20079,Harvey,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.690897,TON,2017NEI_Apr2020 +07,KS,20,,20079,Harvey,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,.11090716,LB,2017NEI_Apr2020 +07,KS,20,,20079,Harvey,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,WA,53,,53075,Whitman,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.02748062,TON,2017NEI_Apr2020 +10,WA,53,,53061,Snohomish,NP,,2805035000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.5432413,LB,2017NEI_Apr2020 +10,WA,53,,53061,Snohomish,NP,,2805035000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,7.062137,LB,2017NEI_Apr2020 +05,WI,55,,55031,Douglas,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00000124415952,TON,2017NEI_Apr2020 +05,WI,55,,55031,Douglas,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7782492,Selenium,HAP,.000757409,LB,2017NEI_Apr2020 +05,WI,55,,55031,Douglas,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,.000008739334,TON,2017NEI_Apr2020 +05,WI,55,,55031,Douglas,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.002182736,TON,2017NEI_Apr2020 +05,WI,55,,55031,Douglas,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.004599337,TON,2017NEI_Apr2020 +10,WA,53,,53043,Lincoln,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.1396488084435,TON,2017NEI_Apr2020 +10,WA,53,,53043,Lincoln,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.3147575,LB,2017NEI_Apr2020 +10,WA,53,,53043,Lincoln,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,95476,o-Xylene,HAP,.3837647,LB,2017NEI_Apr2020 +10,WA,53,,53043,Lincoln,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.06639639,TON,2017NEI_Apr2020 +10,WA,53,,53043,Lincoln,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.6089596,TON,2017NEI_Apr2020 +10,WA,53,,53043,Lincoln,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.3943271,LB,2017NEI_Apr2020 +10,WA,53,,53043,Lincoln,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.01996281,LB,2017NEI_Apr2020 +08,SD,46,,46067,Hutchinson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,29.5649,LB,2017NEI_Apr2020 +08,SD,46,,46067,Hutchinson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,15.38582,LB,2017NEI_Apr2020 +01,RI,44,,44003,Kent,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,108383,m-Xylene,HAP,3.40416,LB,2017NEI_Apr2020 +01,RI,44,,44003,Kent,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,5.290766562,TON,2017NEI_Apr2020 +01,RI,44,,44003,Kent,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,621.53,LB,2017NEI_Apr2020 +01,RI,44,,44003,Kent,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.6842533,LB,2017NEI_Apr2020 +01,RI,44,,44003,Kent,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,9.862466,TON,2017NEI_Apr2020 +05,WI,55,,55021,Columbia,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.2449176,LB,2017NEI_Apr2020 +06,OK,40,,40017,Canadian,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.038820458,TON,2017NEI_Apr2020 +06,OK,40,,40017,Canadian,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,20.43182,TON,2017NEI_Apr2020 +06,OK,40,,40017,Canadian,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,3099.404,LB,2017NEI_Apr2020 +06,OK,40,,40017,Canadian,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,16.36277,TON,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310012000,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310012000,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51630,Fredericksburg city,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.9566303,TON,2017NEI_Apr2020 +03,VA,51,,51630,Fredericksburg city,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.04581047,LB,2017NEI_Apr2020 +03,WV,54,,54031,Hardy,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54031,Hardy,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54031,Hardy,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,56235,Carbon Tetrachloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.1193185686,TON,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,3.671583,TON,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.400322,TON,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.671583,TON,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,1.061386,TON,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,123386,Propionaldehyde,HAP,106.3509,LB,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,8.448636,LB,2017NEI_Apr2020 +03,PA,42,,42081,Lycoming,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,3344.486,LB,2017NEI_Apr2020 +07,MO,29,,29227,Worth,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,133062,Captan,HAP,5.781661,LB,2017NEI_Apr2020 +07,NE,31,,31113,Logan,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.0407892,LB,2017NEI_Apr2020 +07,NE,31,,31113,Logan,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0003294768,LB,2017NEI_Apr2020 +07,NE,31,,31113,Logan,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,.052547,LB,2017NEI_Apr2020 +07,NE,31,,31113,Logan,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.00000453756,LB,2017NEI_Apr2020 +08,MT,30,,30103,Treasure,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,9.43608,LB,2017NEI_Apr2020 +07,NE,31,,31093,Howard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00158099976,TON,2017NEI_Apr2020 +07,NE,31,,31093,Howard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.0013599374,LB,2017NEI_Apr2020 +07,NE,31,,31093,Howard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.0011166074,LB,2017NEI_Apr2020 +07,NE,31,,31093,Howard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.008067972,TON,2017NEI_Apr2020 +07,NE,31,,31093,Howard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.002097673,TON,2017NEI_Apr2020 +07,NE,31,,31093,Howard,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO2,Sulfur Dioxide,CAP,.01145652,TON,2017NEI_Apr2020 +10,ID,16,,16083,Twin Falls,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22011,Beauregard,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,21.68314,LB,2017NEI_Apr2020 +06,LA,22,,22011,Beauregard,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,6.745866,LB,2017NEI_Apr2020 +07,MO,29,,29205,Shelby,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,48.25363,LB,2017NEI_Apr2020 +07,MO,29,,29205,Shelby,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,23.26514,LB,2017NEI_Apr2020 +07,MO,29,,29205,Shelby,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,1.034006,LB,2017NEI_Apr2020 +06,TX,48,,48493,Wilson,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,367.36,LB,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,86.5104,LB,2017NEI_Apr2020 +06,TX,48,,48205,Hartley,NP,,2302002200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.16,TON,2017NEI_Apr2020 +06,TX,48,,48205,Hartley,NP,,2302002200,Commercial Cooking,,A,R,106990,"1,3-Butadiene",HAP,3.13410722612997,LB,2017NEI_Apr2020 +06,TX,48,,48205,Hartley,NP,,2302002200,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,.328335013148325,LB,2017NEI_Apr2020 +06,LA,22,,22017,Caddo,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,5233.467,LB,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.02278554,LB,2017NEI_Apr2020 +10,ID,16,,16009,Benewah,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.009077069,TON,2017NEI_Apr2020 +05,IL,17,,17019,Champaign,NP,,2805007100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,2.59541,LB,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7664393,Hydrogen Fluoride,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18001,Adams,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,110.9442,TON,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2610030000,Waste Disposal,,A,R,207089,Benzo[k]Fluoranthene,HAP,9.549193,LB,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2610030000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,8.83463421,TON,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,17.46804,LB,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2610030000,Waste Disposal,,A,R,74908,Hydrogen Cyanide,HAP,4360.022,LB,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2610030000,Waste Disposal,,A,R,7647010,Hydrochloric Acid,HAP,2645.825,LB,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2610030000,Waste Disposal,,A,R,86737,Fluorene,HAP,34.05103,LB,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2610030000,Waste Disposal,,A,R,123386,Propionaldehyde,HAP,1132.50674082414972695,LB,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2610030000,Waste Disposal,,A,R,7439976,Mercury,HAP,2.028821,LB,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2610030000,Waste Disposal,,A,R,91576,2-Methylnaphthalene,HAP,855.67175973379891463,LB,2017NEI_Apr2020 +05,IL,17,,17189,Washington,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,95476,o-Xylene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2805035000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,11.21227,TON,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,1.13177,LB,2017NEI_Apr2020 +05,IL,17,,17203,Woodford,NP,,2805045000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.05092758,TON,2017NEI_Apr2020 +05,IL,17,,17203,Woodford,NP,,2805045000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.1833393,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00000020626843856,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,.0000002598198,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.0000006768989,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.00000003254585,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.00000004239165,LB,2017NEI_Apr2020 +05,IL,17,,17075,Iroquois,NP,,2805009100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.0004998191,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,736.5375,LB,2017NEI_Apr2020 +05,IL,17,,17175,Stark,NP,,2501060053,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18005,Bartholomew,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.03676937496,TON,2017NEI_Apr2020 +05,IN,18,,18005,Bartholomew,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,64.96356,TON,2017NEI_Apr2020 +05,IN,18,,18005,Bartholomew,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,324.8178,TON,2017NEI_Apr2020 +05,IN,18,,18005,Bartholomew,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,324.8178,TON,2017NEI_Apr2020 +05,IL,17,,17185,Wabash,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,394.6275,TON,2017NEI_Apr2020 +05,IL,17,,17163,St. Clair,NP,,2501055120,Bulk Gasoline Terminals,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39067,Harrison,NP,,2610030000,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,19.73175,TON,2017NEI_Apr2020 +05,OH,39,,39067,Harrison,NP,,2610030000,Waste Disposal,,A,R,106990,"1,3-Butadiene",HAP,319.6771,LB,2017NEI_Apr2020 +05,OH,39,,39067,Harrison,NP,,2610030000,Waste Disposal,,A,R,107028,Acrolein,HAP,60.32927,LB,2017NEI_Apr2020 +05,OH,39,,39067,Harrison,NP,,2610030000,Waste Disposal,,A,R,108883,Toluene,HAP,841.8881,LB,2017NEI_Apr2020 +05,OH,39,,39067,Harrison,NP,,2610030000,Waste Disposal,,A,R,132649,Dibenzofuran,HAP,8.278264,LB,2017NEI_Apr2020 +05,OH,39,,39067,Harrison,NP,,2610030000,Waste Disposal,,A,R,206440,Fluoranthene,HAP,6.271068,LB,2017NEI_Apr2020 +05,OH,39,,39067,Harrison,NP,,2610030000,Waste Disposal,,A,R,71432,Benzene,HAP,2217.441,LB,2017NEI_Apr2020 +05,OH,39,,39067,Harrison,NP,,2610030000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,38.4429,LB,2017NEI_Apr2020 +05,OH,39,,39067,Harrison,NP,,2610030000,Waste Disposal,,A,R,98862,Acetophenone,HAP,10.61432,LB,2017NEI_Apr2020 +05,OH,39,,39081,Jefferson,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,613.0306,LB,2017NEI_Apr2020 +05,OH,39,,39081,Jefferson,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,2.582722,LB,2017NEI_Apr2020 +05,OH,39,,39081,Jefferson,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,3.606773,TON,2017NEI_Apr2020 +05,OH,39,,39081,Jefferson,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,3.835438,TON,2017NEI_Apr2020 +10,,,Kootenai Tribe of Idaho,88183,,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,7783064,Hydrogen Sulfide,,6.641412,LB,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.1730597,LB,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.05928898,LB,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,119.7317,LB,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.7371063,LB,2017NEI_Apr2020 +05,OH,39,,39019,Carroll,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0118321189,TON,2017NEI_Apr2020 +05,OH,39,,39019,Carroll,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.4749736,TON,2017NEI_Apr2020 +05,OH,39,,39019,Carroll,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,5.934742,TON,2017NEI_Apr2020 +05,OH,39,,39019,Carroll,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.1055497,TON,2017NEI_Apr2020 +05,OH,39,,39019,Carroll,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,944.6697,LB,2017NEI_Apr2020 +06,TX,48,,48431,Sterling,NP,,2415000000,Solvent - Degreasing,,A,R,75092,Methylene Chloride,HAP,5.160531768,LB,2017NEI_Apr2020 +06,TX,48,,48431,Sterling,NP,,2415000000,Solvent - Degreasing,,A,R,71432,Benzene,HAP,1.20292116,LB,2017NEI_Apr2020 +10,ID,16,,16001,Ada,NP,,2805023300,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.19622434,LB,2017NEI_Apr2020 +10,ID,16,,16001,Ada,NP,,2805023300,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,47.7710372430592,LB,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.7922792,LB,2017NEI_Apr2020 +05,MI,26,,26153,Schoolcraft,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,.4721664,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.001046017872,TON,2017NEI_Apr2020 +05,OH,39,,39107,Mercer,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,1.045367,LB,2017NEI_Apr2020 +05,OH,39,,39107,Mercer,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,3.238326,LB,2017NEI_Apr2020 +06,TX,48,,48421,Sherman,NP,,2610000400,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48421,Sherman,NP,,2610000400,Waste Disposal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48421,Sherman,NP,,2610000400,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48421,Sherman,NP,,2610000400,Waste Disposal,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39069,Henry,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39069,Henry,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39069,Henry,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39069,Henry,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39069,Henry,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39069,Henry,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54073,Pleasants,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.699806,TON,2017NEI_Apr2020 +03,WV,54,,54073,Pleasants,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,86.216,LB,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54051,Marshall,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000648073,LB,2017NEI_Apr2020 +03,WV,54,,54051,Marshall,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,1.0370686,LB,2017NEI_Apr2020 +03,WV,54,,54051,Marshall,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.025282658336,TON,2017NEI_Apr2020 +03,WV,54,,54051,Marshall,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.1511917,LB,2017NEI_Apr2020 +03,WV,54,,54051,Marshall,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,.01538508,TON,2017NEI_Apr2020 +03,WV,54,,54051,Marshall,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.0166007,TON,2017NEI_Apr2020 +08,UT,49,,49029,Morgan,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,5.702375,TON,2017NEI_Apr2020 +08,UT,49,,49029,Morgan,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,1064.063175,LB,2017NEI_Apr2020 +03,VA,51,,51680,Lynchburg city,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51680,Lynchburg city,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51680,Lynchburg city,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51680,Lynchburg city,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51175,Southampton,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,432.9664,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,57125,Cyanide,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75150,Carbon Disulfide,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,74839,Methyl Bromide,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51177,Spotsylvania,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,61.77716,TON,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2302002200,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.5836898,LB,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2302002200,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,50.57014,LB,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2302002200,Commercial Cooking,,A,R,71432,Benzene,HAP,63.08529,LB,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2302002200,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.1615731,LB,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2302002200,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,.6890117,TON,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2302002200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.004878551,TON,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2285002006,Mobile - Locomotives,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.055331216817,TON,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2285002006,Mobile - Locomotives,,A,R,208968,Acenaphthylene,HAP,1.81257,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2285002006,Mobile - Locomotives,,A,R,7440382,Arsenic,HAP,2.43241,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2285002006,Mobile - Locomotives,,A,R,75070,Acetaldehyde,HAP,286.7156,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2285002006,Mobile - Locomotives,,A,R,85018,Phenanthrene,HAP,4.229294,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2285002006,Mobile - Locomotives,,A,R,86737,Fluorene,HAP,1.960518,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2285002006,Mobile - Locomotives,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.16218,TON,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2285002006,Mobile - Locomotives,,A,R,120127,Anthracene,HAP,.213504,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,121448,Triethylamine,HAP,.7941038,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,1330207,Xylenes (Mixed Isomers),HAP,44.99922,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,VOC,Volatile Organic Compounds,CAP,6.617532,TON,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,100425,Styrene,HAP,13.49976,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,101688,"4,4-Methylenediphenyl Diisocyanate",HAP,1.852909,LB,2017NEI_Apr2020 +05,MI,26,,26117,Montcalm,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,320.1592,LB,2017NEI_Apr2020 +05,MI,26,,26101,Manistee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,171,Glycol Ethers,HAP,1050.015,LB,2017NEI_Apr2020 +05,MI,26,,26101,Manistee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,50000,Formaldehyde,HAP,1.016964,LB,2017NEI_Apr2020 +05,MI,26,,26101,Manistee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,107211,Ethylene Glycol,HAP,2567.326,LB,2017NEI_Apr2020 +05,MI,26,,26101,Manistee,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,110543,Hexane,HAP,7.627231,LB,2017NEI_Apr2020 +04,MS,28,,28081,Lee,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.4497514596,TON,2017NEI_Apr2020 +04,MS,28,,28081,Lee,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,700.2179,LB,2017NEI_Apr2020 +04,MS,28,,28081,Lee,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.01072996,LB,2017NEI_Apr2020 +04,MS,28,,28081,Lee,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,171.7801,LB,2017NEI_Apr2020 +04,MS,28,,28081,Lee,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,11.03019,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,10.5416,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,2.38944,LB,2017NEI_Apr2020 +03,MD,24,,24015,Cecil,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,1265.491,LB,2017NEI_Apr2020 +03,MD,24,,24015,Cecil,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,1.660265,TON,2017NEI_Apr2020 +02,NJ,34,,34011,Cumberland,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.8538646,LB,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.008597014,TON,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,206440,Fluoranthene,HAP,.000009059599,LB,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0006613088,TON,2017NEI_Apr2020 +07,KS,20,,20015,Butler,NP,,2805009100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,.01185919,LB,2017NEI_Apr2020 +07,KS,20,,20015,Butler,NP,,2805009100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.00988266,TON,2017NEI_Apr2020 +07,KS,20,,20031,Coffey,NP,,2302003200,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.733409,LB,2017NEI_Apr2020 +07,KS,20,,20031,Coffey,NP,,2302003200,Commercial Cooking,,A,R,120127,Anthracene,HAP,.8569485,LB,2017NEI_Apr2020 +07,MO,29,,29169,Pulaski,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,CO,Carbon Monoxide,CAP,1.4132,TON,2017NEI_Apr2020 +07,MO,29,,29169,Pulaski,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,1.682381,TON,2017NEI_Apr2020 +07,MO,29,,29169,Pulaski,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,VOC,Volatile Organic Compounds,CAP,.09253097,TON,2017NEI_Apr2020 +07,MO,29,,29169,Pulaski,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,206440,Fluoranthene,HAP,.0001009429,LB,2017NEI_Apr2020 +07,KS,20,,20019,Chautauqua,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20019,Chautauqua,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20019,Chautauqua,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20019,Chautauqua,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20019,Chautauqua,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20019,Chautauqua,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,98862,Acetophenone,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20019,Chautauqua,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,91576,2-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +09,CA,06,,06061,Placer,NP,,2805040000,Agriculture - Livestock Waste,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06061,Placer,NP,,2805040000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,1.75248,TON,2017NEI_Apr2020 +09,CA,06,,06061,Placer,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,96.570379556352,LB,2017NEI_Apr2020 +09,CA,06,,06061,Placer,NP,,2805040000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,49.502463437664,LB,2017NEI_Apr2020 +07,KS,20,,20115,Marion,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,27.8336,LB,2017NEI_Apr2020 +07,KS,20,,20115,Marion,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.2577194,TON,2017NEI_Apr2020 +06,TX,48,,48425,Somervell,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48425,Somervell,NP,,2805009100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,.001476125,LB,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,80626,Methyl Methacrylate,HAP,.01093426,LB,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.02854715916,TON,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,.0009294119,LB,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,1.366782,TON,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,532274,2-Chloroacetophenone,HAP,.00382699,LB,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440439,Cadmium,HAP,.02788236,LB,2017NEI_Apr2020 +01,VT,50,,50027,Windsor,NP,,2610030000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.2723908,LB,2017NEI_Apr2020 +01,VT,50,,50027,Windsor,NP,,2610030000,Waste Disposal,,A,R,108952,Phenol,HAP,409.2024,LB,2017NEI_Apr2020 +01,VT,50,,50027,Windsor,NP,,2610030000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.11085599,TON,2017NEI_Apr2020 +01,VT,50,,50027,Windsor,NP,,2610030000,Waste Disposal,,A,R,86737,Fluorene,HAP,10.86716,LB,2017NEI_Apr2020 +01,VT,50,,50027,Windsor,NP,,2610030000,Waste Disposal,,A,R,91203,Naphthalene,HAP,41.3207,LB,2017NEI_Apr2020 +01,VT,50,,50027,Windsor,NP,,2610030000,Waste Disposal,,A,R,71432,Benzene,HAP,3559.405,LB,2017NEI_Apr2020 +01,VT,50,,50027,Windsor,NP,,2610030000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,6.743284,TON,2017NEI_Apr2020 +01,VT,50,,50027,Windsor,NP,,2610030000,Waste Disposal,,A,R,129000,Pyrene,HAP,11.55887,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2805002000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,3.522282,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,29.80393,LB,2017NEI_Apr2020 +01,ME,23,,23029,Washington,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,18.51073,TON,2017NEI_Apr2020 +05,MI,26,,26111,Midland,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.125269,TON,2017NEI_Apr2020 +05,MI,26,,26107,Mecosta,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.01071442,LB,2017NEI_Apr2020 +05,MI,26,,26107,Mecosta,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.000009921654,LB,2017NEI_Apr2020 +05,MI,26,,26107,Mecosta,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.00002810735,LB,2017NEI_Apr2020 +05,MI,26,,26107,Mecosta,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.000002450384,LB,2017NEI_Apr2020 +05,MI,26,,26107,Mecosta,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.00002738665,LB,2017NEI_Apr2020 +05,MI,26,,26107,Mecosta,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.03097013,TON,2017NEI_Apr2020 +05,MI,26,,26107,Mecosta,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.00005020885,LB,2017NEI_Apr2020 +07,NE,31,,31057,Dundy,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.0000000002409593,LB,2017NEI_Apr2020 +07,NE,31,,31057,Dundy,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.00000009185287,LB,2017NEI_Apr2020 +07,NE,31,,31057,Dundy,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.00000008958744,LB,2017NEI_Apr2020 +07,NE,31,,31057,Dundy,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,SO2,Sulfur Dioxide,CAP,.0000001958224,TON,2017NEI_Apr2020 +07,NE,31,,31057,Dundy,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,86737,Fluorene,HAP,.0000000006775694,LB,2017NEI_Apr2020 +03,VA,51,,51075,Goochland,NP,,2610030000,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.51396906,TON,2017NEI_Apr2020 +03,VA,51,,51075,Goochland,NP,,2610030000,Waste Disposal,,A,R,123386,Propionaldehyde,HAP,402.26,LB,2017NEI_Apr2020 +03,VA,51,,51075,Goochland,NP,,2610030000,Waste Disposal,,A,R,129000,Pyrene,HAP,11.36783,LB,2017NEI_Apr2020 +03,VA,51,,51075,Goochland,NP,,2610030000,Waste Disposal,,A,R,1336363,Polychlorinated Biphenyls,HAP,.4475523,LB,2017NEI_Apr2020 +03,VA,51,,51075,Goochland,NP,,2610030000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,1530.629,LB,2017NEI_Apr2020 +03,VA,51,,51075,Goochland,NP,,2610030000,Waste Disposal,,A,R,74873,Methyl Chloride,HAP,583.2501,LB,2017NEI_Apr2020 +03,VA,51,,51075,Goochland,NP,,2610030000,Waste Disposal,,A,R,74908,Hydrogen Cyanide,HAP,1567.151,LB,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2415000000,Solvent - Degreasing,,A,R,VOC,Volatile Organic Compounds,CAP,6.94,TON,2017NEI_Apr2020 +06,OK,40,,40023,Choctaw,NP,,2805045000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.8698206,LB,2017NEI_Apr2020 +02,NY,36,,36095,Schoharie,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,7.726211799178387182,LB,2017NEI_Apr2020 +02,NY,36,,36095,Schoharie,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,2.778354682286789004,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2501060052,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51037,Charlotte,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51037,Charlotte,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51037,Charlotte,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51037,Charlotte,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48287,Lee,NP,,2805018000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,12.06418,LB,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2501050120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1181.643,LB,2017NEI_Apr2020 +04,MS,28,,28147,Walthall,NP,,2501050120,Bulk Gasoline Terminals,,A,R,98828,Cumene,HAP,25.32093,LB,2017NEI_Apr2020 +02,NY,36,,36031,Essex,NP,,2501060053,Gas Stations,,A,R,91203,Naphthalene,HAP,.0067445244,LB,2017NEI_Apr2020 +05,MN,27,,27147,Steele,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.5644393,TON,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00067,TON,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.004898,TON,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,85018,Phenanthrene,HAP,.00083023252956,LB,2017NEI_Apr2020 +06,TX,48,,48429,Stephens,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,129000,Pyrene,HAP,.0002441860488,LB,2017NEI_Apr2020 +08,UT,49,,49023,Juab,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,61.01716,TON,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2285002007,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.16116397668,TON,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2285002007,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,1.133613,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2285002007,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,4.011814,TON,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2285002007,Mobile - Locomotives,,A,R,108883,Toluene,HAP,64.30788,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2285002007,Mobile - Locomotives,,A,R,205992,Benzo[b]Fluoranthene,HAP,.00477251,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2285002007,Mobile - Locomotives,,A,R,208968,Acenaphthylene,HAP,1.480577,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2285002007,Mobile - Locomotives,,A,R,50328,Benzo[a]Pyrene,HAP,.003909786,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2285002007,Mobile - Locomotives,,A,R,7440382,Arsenic,HAP,1.732802,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2285002007,Mobile - Locomotives,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.9461756,TON,2017NEI_Apr2020 +06,TX,48,,48391,Refugio,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.16,TON,2017NEI_Apr2020 +06,TX,48,,48209,Hays,NP,,2294000000,Dust - Paved Road Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.05390624,TON,2017NEI_Apr2020 +06,TX,48,,48249,Jim Wells,NP,,2805007100,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.2357266,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2302002100,Commercial Cooking,,A,R,108952,Phenol,HAP,8.85764,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2302002100,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,2.007208,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2302002100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,1.262111,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2302002100,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.1859683,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2302002100,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,110.7696,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2302002100,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.502784,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2302002100,Commercial Cooking,,A,R,86737,Fluorene,HAP,1.223347,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2302002100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,2.454227,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2302002100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,5.236686,TON,2017NEI_Apr2020 +06,TX,48,,48273,Kleberg,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,17.068,LB,2017NEI_Apr2020 +05,WI,55,,55075,Marinette,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.1192933,LB,2017NEI_Apr2020 +05,WI,55,,55079,Milwaukee,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1308.652,LB,2017NEI_Apr2020 +05,WI,55,,55063,La Crosse,NP,,2805010100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,.01886235,LB,2017NEI_Apr2020 +05,WI,55,,55063,La Crosse,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.06639547,LB,2017NEI_Apr2020 +05,WI,55,,55063,La Crosse,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.1275095,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55029,Door,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55125,Vilas,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,144.0491,LB,2017NEI_Apr2020 +05,WI,55,,55125,Vilas,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,173.4468,LB,2017NEI_Apr2020 +08,WY,56,,56035,Sublette,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00245081088,TON,2017NEI_Apr2020 +08,WY,56,,56035,Sublette,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00130320896,TON,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.000000001926664,LB,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.000000003734764,LB,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.000003201226,LB,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.000006609939,LB,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.00003813189,LB,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7664393,Hydrogen Fluoride,HAP,.0001121911,LB,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.00000001911843,LB,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.000006446913,LB,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.0000001985946,LB,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.00001968207,TON,2017NEI_Apr2020 +02,PR,72,,72025,Caguas,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.00001311129,TON,2017NEI_Apr2020 +02,PR,72,,72019,Barranquitas,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,PR,72,,72019,Barranquitas,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,WY,56,,56009,Converse,NP,,2501050120,Bulk Gasoline Terminals,,A,R,98828,Cumene,HAP,8.375029,LB,2017NEI_Apr2020 +08,WY,56,,56009,Converse,NP,,2501050120,Bulk Gasoline Terminals,,A,R,VOC,Volatile Organic Compounds,CAP,34.89595,TON,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.6172049,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2805007100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.477836,LB,2017NEI_Apr2020 +08,ND,38,,38075,Renville,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38075,Renville,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05067,Jackson,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,347.8534,LB,2017NEI_Apr2020 +06,AR,05,,05067,Jackson,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,55.0768,LB,2017NEI_Apr2020 +04,NC,37,,37101,Johnston,NP,,2805045000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,5.418582,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2805021100,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.478179579422,LB,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2805039300,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.0008397586,LB,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2805039300,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.001112618,TON,2017NEI_Apr2020 +10,ID,16,,16027,Canyon,NP,,2805030008,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.00153702502213316,LB,2017NEI_Apr2020 +10,ID,16,,16027,Canyon,NP,,2805030008,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.00574361976810034,LB,2017NEI_Apr2020 +06,TX,48,,48333,Mills,NP,,2415000000,Solvent - Degreasing,,A,R,111773,Diethylene Glycol Monomethyl Ether,HAP,111.05167668,LB,2017NEI_Apr2020 +06,TX,48,,48333,Mills,NP,,2415000000,Solvent - Degreasing,,A,R,1330207,Xylenes (Mixed Isomers),HAP,504.212423918,LB,2017NEI_Apr2020 +06,TX,48,,48333,Mills,NP,,2415000000,Solvent - Degreasing,,A,R,71556,Methyl Chloroform,HAP,304.30296596,LB,2017NEI_Apr2020 +06,TX,48,,48333,Mills,NP,,2415000000,Solvent - Degreasing,,A,R,79016,Trichloroethylene,HAP,173.358982916,LB,2017NEI_Apr2020 +06,TX,48,,48463,Uvalde,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.008561602,TON,2017NEI_Apr2020 +06,TX,48,,48089,Colorado,NP,,2310121100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,9.21,TON,2017NEI_Apr2020 +06,TX,48,,48089,Colorado,NP,,2310121100,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,33.59634852,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,1.09314465882225088,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.173504,TON,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,.656312972549616256,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.1356932682,TON,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.997097479812,TON,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,2.31,TON,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.431779,TON,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.001071631423481514,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,54.611986016948987676,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,141.37291474576518486,LB,2017NEI_Apr2020 +06,TX,48,,48465,Val Verde,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,53.3017695918367442978,LB,2017NEI_Apr2020 +06,TX,48,,48465,Val Verde,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7440020,Nickel,HAP,.0004801961223241286,LB,2017NEI_Apr2020 +02,NJ,34,,34013,Essex,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34013,Essex,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34013,Essex,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34013,Essex,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34013,Essex,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.015863852112390507,LB,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00071334455,TON,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.38,TON,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.5229783,TON,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,28.237656760563454313,LB,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.455821350704130169,LB,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0279471539,TON,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,5.45888,TON,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.577659237289059848,LB,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,272.65516,LB,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01046006712,TON,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.00937282,TON,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.0753501215686789096,LB,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,.0566044815686789096,LB,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.64139493725471818,LB,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,18.0472730196079240008,LB,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2610000400,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2610000400,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2610000400,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.34404143258,TON,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.61,TON,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,2.005126731373187595,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.2618159107844925266,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,192972,Benzo[e]Pyrene,HAP,.1309079553915949164,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.3933624415689850532,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0657732653915949164,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.327589176176087443,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.0003320592042025418,LB,2017NEI_Apr2020 +05,IN,18,,18167,Vigo,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.4420875,LB,2017NEI_Apr2020 +05,IN,18,,18167,Vigo,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,1.562043,LB,2017NEI_Apr2020 +08,ND,38,,38049,McHenry,NP,,2501080100,Gas Stations,,A,R,71432,Benzene,HAP,.03115336,LB,2017NEI_Apr2020 +08,ND,38,,38049,McHenry,NP,,2501080100,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.00786891,LB,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2630020000,Waste Disposal,,A,R,123911,p-Dioxane,HAP,.0656572,LB,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2630020000,Waste Disposal,,A,R,127184,Tetrachloroethylene,HAP,15.66236,LB,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2630020000,Waste Disposal,,A,R,80626,Methyl Methacrylate,HAP,1.140748,LB,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2630020000,Waste Disposal,,A,R,79005,"1,1,2-Trichloroethane",HAP,.00429156,LB,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2630020000,Waste Disposal,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.006419,LB,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2630020000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,1.13708,LB,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2630020000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,33.3788,LB,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2630020000,Waste Disposal,,A,R,78875,Propylene Dichloride,HAP,.042182,LB,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,2.065084,LB,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2302002100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.9615672,TON,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.831996,TON,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2302002100,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,11.1264,LB,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2302002100,Commercial Cooking,,A,R,107062,Ethylene Dichloride,HAP,3.89424,LB,2017NEI_Apr2020 +07,NE,31,,31127,Nemaha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31127,Nemaha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31127,Nemaha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31127,Nemaha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31127,Nemaha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31127,Nemaha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +09,NV,32,,32011,Eureka,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +09,NV,32,,32011,Eureka,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +09,NV,32,,32011,Eureka,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36119,Westchester,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,NY,36,,36119,Westchester,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,3697243,5-Methylchrysene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36119,Westchester,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36119,Westchester,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +02,NY,36,,36119,Westchester,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31133,Pawnee,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.0000007770309,LB,2017NEI_Apr2020 +07,NE,31,,31133,Pawnee,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00000002343122119,TON,2017NEI_Apr2020 +07,NE,31,,31169,Thayer,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.1008554,LB,2017NEI_Apr2020 +07,NE,31,,31173,Thurston,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.474016,TON,2017NEI_Apr2020 +07,NE,31,,31173,Thurston,NP,,2610000500,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,7.607826,LB,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,3.6416917776,TON,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2610000500,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,1.022525512,TON,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,2.017412,TON,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2610000500,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,83.11739,TON,2017NEI_Apr2020 +02,NJ,34,,34039,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34039,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34039,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +01,NH,33,,33013,Merrimack,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NH3,Ammonia,CAP,.337,TON,2017NEI_Apr2020 +01,NH,33,,33007,Coos,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.009243161,LB,2017NEI_Apr2020 +01,NH,33,,33007,Coos,NP,,2805009100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,.2341601,LB,2017NEI_Apr2020 +01,NH,33,,33007,Coos,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.01193908,LB,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2805009100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.08798524,LB,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2805009100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.1057515,TON,2017NEI_Apr2020 +02,NJ,34,,34021,Mercer,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,1.160723,LB,2017NEI_Apr2020 +06,NM,35,,35045,San Juan,NP,,2311020000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.94499097,TON,2017NEI_Apr2020 +06,NM,35,,35045,San Juan,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,20.45435,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,2147.814464,LB,2017NEI_Apr2020 +04,NC,37,,37055,Dare,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56832736,Benzofluoranthenes,HAP,.0000006615242,LB,2017NEI_Apr2020 +04,NC,37,,37055,Dare,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.000541247,LB,2017NEI_Apr2020 +04,NC,37,,37055,Dare,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,.00210485,LB,2017NEI_Apr2020 +04,NC,37,,37055,Dare,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.000009020785,LB,2017NEI_Apr2020 +04,NC,37,,37055,Dare,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.0002784193,TON,2017NEI_Apr2020 +04,NC,37,,37055,Dare,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,.000213826,TON,2017NEI_Apr2020 +04,NC,37,,37055,Dare,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000009020785,LB,2017NEI_Apr2020 +04,NC,37,,37055,Dare,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.0001479409,LB,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,8.986348,TON,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,1676.852,LB,2017NEI_Apr2020 +05,IN,18,,18115,Ohio,NP,,2501060053,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,34.92649,LB,2017NEI_Apr2020 +05,IN,18,,18115,Ohio,NP,,2501060053,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,2.468139,LB,2017NEI_Apr2020 +05,IN,18,,18115,Ohio,NP,,2501060053,Gas Stations,,A,R,108883,Toluene,HAP,65.19612,LB,2017NEI_Apr2020 +07,MO,29,,29125,Maries,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.438666,TON,2017NEI_Apr2020 +07,MO,29,,29125,Maries,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,21.2,LB,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26073,Isabella,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,1.616,LB,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39173,Wood,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,107028,Acrolein,HAP,22.23881,LB,2017NEI_Apr2020 +05,OH,39,,39173,Wood,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,129000,Pyrene,HAP,.6601053,LB,2017NEI_Apr2020 +05,OH,39,,39173,Wood,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,165.7673,LB,2017NEI_Apr2020 +05,OH,39,,39173,Wood,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,98862,Acetophenone,HAP,1.376687,LB,2017NEI_Apr2020 +05,OH,39,,39173,Wood,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,NH3,Ammonia,CAP,.9991777,TON,2017NEI_Apr2020 +05,OH,39,,39173,Wood,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,108952,Phenol,HAP,185.3235,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0000879909876,TON,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.00007843155,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.00001689295,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,91203,Naphthalene,HAP,.00368025,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,CO,Carbon Monoxide,CAP,.2632463,TON,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.001651483,TON,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.00003016598,LB,2017NEI_Apr2020 +08,ND,38,,38059,Morton,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,91203,Naphthalene,HAP,.236535,LB,2017NEI_Apr2020 +08,ND,38,,38059,Morton,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.03877624,TON,2017NEI_Apr2020 +08,ND,38,,38059,Morton,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,1.066346,TON,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,19.16302,TON,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.1411488,TON,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.05329894,LB,2017NEI_Apr2020 +06,TX,48,,48283,La Salle,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48283,La Salle,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.08,TON,2017NEI_Apr2020 +06,TX,48,,48283,La Salle,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.08,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.16221854,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.000008154116,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.0003040518,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440484,Cobalt,HAP,.001532105,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0129913,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO2,Sulfur Dioxide,CAP,.01877289,TON,2017NEI_Apr2020 +05,OH,39,,39083,Knox,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,.001407989,TON,2017NEI_Apr2020 +05,OH,39,,39083,Knox,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0001338063249,TON,2017NEI_Apr2020 +05,OH,39,,39083,Knox,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,.007860698,LB,2017NEI_Apr2020 +05,OH,39,,39083,Knox,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,.6464388,LB,2017NEI_Apr2020 +05,OH,39,,39083,Knox,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,.003852776,LB,2017NEI_Apr2020 +06,TX,48,,48031,Blanco,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48031,Blanco,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48031,Blanco,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48031,Blanco,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48031,Blanco,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48031,Blanco,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,.02764529,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,.8773147,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,.7212223,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0004598145,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,.0003319315,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.001579731,LB,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.2335341,TON,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,35.42593,LB,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01303120278,TON,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,13.57664,LB,2017NEI_Apr2020 +07,MO,29,,29005,Atchison,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.001151015,LB,2017NEI_Apr2020 +07,MO,29,,29005,Atchison,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.003513987,TON,2017NEI_Apr2020 +07,MO,29,,29005,Atchison,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO2,Sulfur Dioxide,CAP,.002515916,TON,2017NEI_Apr2020 +07,MO,29,,29005,Atchison,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000003333975,LB,2017NEI_Apr2020 +07,MO,29,,29005,Atchison,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.001741076,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.0000008861229,TON,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.000001251649,TON,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.00000003555059315659644,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.00000001777529657829822,LB,2017NEI_Apr2020 +06,TX,48,,48033,Borden,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00000000355505950944849,LB,2017NEI_Apr2020 +06,TX,48,,48095,Concho,NP,,2810050000,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,.000156511466005381035,LB,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,.000818611431607929416,LB,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,.1,TON,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,17.49332992,LB,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,1.565866496,LB,2017NEI_Apr2020 +05,OH,39,,39111,Monroe,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,.03753914,LB,2017NEI_Apr2020 +05,OH,39,,39111,Monroe,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,7.644834,LB,2017NEI_Apr2020 +05,OH,39,,39111,Monroe,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.03147111,TON,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0065628905,TON,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0030413395,TON,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.1067908,TON,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,322.461,LB,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,79.10732,LB,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0019799711,TON,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.004589127,TON,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.0558291,LB,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,.018609702,LB,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440439,Cadmium,HAP,.018609702,LB,2017NEI_Apr2020 +04,TN,47,,47179,Washington,NP,,2415000000,Solvent - Degreasing,,A,R,112345,Diethylene Glycol Monobutyl Ether,HAP,4731.847,LB,2017NEI_Apr2020 +05,MN,27,,27063,Jackson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.038224865,TON,2017NEI_Apr2020 +05,MN,27,,27063,Jackson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,129000,Pyrene,HAP,.00199093,LB,2017NEI_Apr2020 +05,MN,27,,27135,Roseau,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56553,Benz[a]Anthracene,HAP,.000000917198,LB,2017NEI_Apr2020 +05,MN,27,,27135,Roseau,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440382,Arsenic,HAP,.00470064,LB,2017NEI_Apr2020 +05,MN,27,,27135,Roseau,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,VOC,Volatile Organic Compounds,CAP,.0002866244,TON,2017NEI_Apr2020 +05,MN,27,,27135,Roseau,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.008025483,TON,2017NEI_Apr2020 +05,MN,27,,27135,Roseau,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,71556,Methyl Chloroform,HAP,.000229299514207320876,LB,2017NEI_Apr2020 +05,MN,27,,27135,Roseau,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,.000481529,LB,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,.559,TON,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,100414,Ethyl Benzene,HAP,.16332,LB,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,108383,m-Xylene,HAP,.1449,LB,2017NEI_Apr2020 +06,LA,22,,22051,Jefferson,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22051,Jefferson,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22051,Jefferson,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.03396096618606,TON,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0006289557,TON,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,.06781368,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,.0001011823,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,.00348756,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00004607024,LB,2017NEI_Apr2020 +05,MI,26,,26063,Huron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26063,Huron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26063,Huron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26063,Huron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26063,Huron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26063,Huron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19015,Boone,NP,,2501060201,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,66.22917,LB,2017NEI_Apr2020 +05,IL,17,,17001,Adams,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000656495,TON,2017NEI_Apr2020 +05,IL,17,,17001,Adams,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.072814674,TON,2017NEI_Apr2020 +05,IL,17,,17001,Adams,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,75070,Acetaldehyde,HAP,24.58,LB,2017NEI_Apr2020 +01,ME,23,,23029,Washington,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00135153378,TON,2017NEI_Apr2020 +01,ME,23,,23029,Washington,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,86737,Fluorene,HAP,.0002642849,LB,2017NEI_Apr2020 +01,ME,23,,23029,Washington,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.02454074,TON,2017NEI_Apr2020 +01,ME,23,,23029,Washington,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.02831624,TON,2017NEI_Apr2020 +01,ME,23,,23029,Washington,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,.2595655,TON,2017NEI_Apr2020 +05,MN,27,,27009,Benton,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.00009944368,TON,2017NEI_Apr2020 +05,MN,27,,27009,Benton,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,.0000002147279,LB,2017NEI_Apr2020 +05,MN,27,,27009,Benton,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.000003713737,LB,2017NEI_Apr2020 +05,MN,27,,27009,Benton,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.0004400163,TON,2017NEI_Apr2020 +05,MN,27,,27085,McLeod,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000273194012,TON,2017NEI_Apr2020 +05,MN,27,,27085,McLeod,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0004233359312,TON,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,91203,Naphthalene,HAP,1.773581,LB,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,6.10577,LB,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7439921,Lead,CAP/HAP,1.4537546,LB,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,.2907509,TON,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,145.3755,TON,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,7439976,Mercury,HAP,.00000000006954022,LB,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.000009701317,LB,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,91203,Naphthalene,HAP,.0004552156,LB,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.002124453,TON,2017NEI_Apr2020 +05,MN,27,,27171,Wright,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,206440,Fluoranthene,HAP,.000002238765,LB,2017NEI_Apr2020 +04,MS,28,,28087,Lowndes,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28087,Lowndes,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28087,Lowndes,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28087,Lowndes,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,3697243,5-Methylchrysene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28087,Lowndes,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,57125,Cyanide,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28087,Lowndes,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,60344,Methylhydrazine,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28087,Lowndes,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28087,Lowndes,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28087,Lowndes,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19113,Linn,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,47.46482,LB,2017NEI_Apr2020 +07,IA,19,,19031,Cedar,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,4.84,LB,2017NEI_Apr2020 +07,IA,19,,19031,Cedar,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,110543,Hexane,HAP,33.4,LB,2017NEI_Apr2020 +07,IA,19,,19031,Cedar,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,1330207,Xylenes (Mixed Isomers),HAP,12.8,LB,2017NEI_Apr2020 +07,IA,19,,19031,Cedar,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,75070,Acetaldehyde,HAP,294,LB,2017NEI_Apr2020 +07,IA,19,,19031,Cedar,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,NH3,Ammonia,CAP,1.21,TON,2017NEI_Apr2020 +07,IA,19,,19031,Cedar,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,108883,Toluene,HAP,33,LB,2017NEI_Apr2020 +03,PA,42,,42115,Susquehanna,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,206440,Fluoranthene,HAP,.01684672,LB,2017NEI_Apr2020 +03,PA,42,,42115,Susquehanna,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.03704001672,TON,2017NEI_Apr2020 +03,PA,42,,42115,Susquehanna,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,98862,Acetophenone,HAP,.02154171,LB,2017NEI_Apr2020 +04,SC,45,,45031,Darlington,NP,,2415000000,Solvent - Degreasing,,A,R,86748,Carbazole,HAP,81.38987,LB,2017NEI_Apr2020 +05,IN,18,,18003,Allen,NP,,2310111401,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.08764174,LB,2017NEI_Apr2020 +05,IN,18,,18007,Benton,NP,,2310010300,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,2.10379,TON,2017NEI_Apr2020 +04,KY,21,,21053,Clinton,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,60.75818,LB,2017NEI_Apr2020 +10,ID,16,,16013,Blaine,NP,,2501060052,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,72.94694,TON,2017NEI_Apr2020 +03,PA,42,,42093,Montour,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,PA,42,,42093,Montour,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,PA,42,,42093,Montour,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42093,Montour,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42093,Montour,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2805040000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,213.4606,LB,2017NEI_Apr2020 +07,NE,31,,31027,Cedar,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,20.50392,TON,2017NEI_Apr2020 +03,PA,42,,42077,Lehigh,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,34.3222,LB,2017NEI_Apr2020 +08,SD,46,,46063,Harding,NP,,2294000000,Dust - Paved Road Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,10.80911670186,TON,2017NEI_Apr2020 +08,SD,46,,46063,Harding,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,48.8367,TON,2017NEI_Apr2020 +04,FL,12,,12039,Gadsden,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000003648107,LB,2017NEI_Apr2020 +04,FL,12,,12039,Gadsden,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12039,Gadsden,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000420071896,TON,2017NEI_Apr2020 +04,FL,12,,12039,Gadsden,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.001411339114,TON,2017NEI_Apr2020 +04,FL,12,,12039,Gadsden,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.01259465,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,1359.44,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,13.04649,TON,2017NEI_Apr2020 +08,MT,30,,30085,Roosevelt,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,3857.157,TON,2017NEI_Apr2020 +09,CA,06,,06057,Nevada,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00001951410652,TON,2017NEI_Apr2020 +10,OR,41,,41071,Yamhill,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.07153557,TON,2017NEI_Apr2020 +10,OR,41,,41071,Yamhill,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,7.1540455356,TON,2017NEI_Apr2020 +10,OR,41,,41071,Yamhill,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,9.21587514,TON,2017NEI_Apr2020 +10,OR,41,,41071,Yamhill,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.008894904,LB,2017NEI_Apr2020 +10,OR,41,,41071,Yamhill,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,53.71154,LB,2017NEI_Apr2020 +10,OR,41,,41071,Yamhill,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,1.7618752,LB,2017NEI_Apr2020 +10,OR,41,,41071,Yamhill,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,21.03986,LB,2017NEI_Apr2020 +04,SC,45,,45021,Cherokee,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.52136584106,TON,2017NEI_Apr2020 +04,SC,45,,45021,Cherokee,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,3.710395,TON,2017NEI_Apr2020 +04,SC,45,,45021,Cherokee,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,562.8481,LB,2017NEI_Apr2020 +04,SC,45,,45021,Cherokee,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.710395,TON,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.083890278,TON,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,33.76303,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,9.491871,TON,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.16563,TON,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,60.13641,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,20.003,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.006163981,TON,2017NEI_Apr2020 +04,SC,45,,45039,Fairfield,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,80.64632,LB,2017NEI_Apr2020 +04,SC,45,,45039,Fairfield,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.03371963,LB,2017NEI_Apr2020 +04,SC,45,,45039,Fairfield,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0041475149,TON,2017NEI_Apr2020 +04,SC,45,,45039,Fairfield,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.5343213098,TON,2017NEI_Apr2020 +04,AL,01,,01031,Coffee,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,7.42269,TON,2017NEI_Apr2020 +04,AL,01,,01037,Coosa,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0002182635395,TON,2017NEI_Apr2020 +04,AL,01,,01091,Marengo,NP,,2311020000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.1885078272,TON,2017NEI_Apr2020 +04,AL,01,,01091,Marengo,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,40.80256,TON,2017NEI_Apr2020 +03,MD,24,,24001,Allegany,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,15.1659425,TON,2017NEI_Apr2020 +03,MD,24,,24001,Allegany,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,2.433263,LB,2017NEI_Apr2020 +03,MD,24,,24001,Allegany,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,299.2913,LB,2017NEI_Apr2020 +03,MD,24,,24001,Allegany,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,868.6748,LB,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24015,Cecil,NP,,2425030000,Solvent - Graphic Arts,,A,R,100414,Ethyl Benzene,HAP,10.610485974,LB,2017NEI_Apr2020 +03,MD,24,,24015,Cecil,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.019685577,TON,2017NEI_Apr2020 +03,MD,24,,24015,Cecil,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,69.07217,TON,2017NEI_Apr2020 +03,MD,24,,24015,Cecil,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,111.5929,LB,2017NEI_Apr2020 +03,MD,24,,24019,Dorchester,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,1.3500486,LB,2017NEI_Apr2020 +03,MD,24,,24019,Dorchester,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,448.0424,LB,2017NEI_Apr2020 +03,MD,24,,24019,Dorchester,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,75092,Methylene Chloride,HAP,86.84524,LB,2017NEI_Apr2020 +03,MD,24,,24019,Dorchester,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,79016,Trichloroethylene,HAP,4.796226,LB,2017NEI_Apr2020 +03,MD,24,,24019,Dorchester,NP,,2805010100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24019,Dorchester,NP,,2805010100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24019,Dorchester,NP,,2805010100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2425030000,Solvent - Graphic Arts,,A,R,1330207,Xylenes (Mixed Isomers),HAP,36.79668,LB,2017NEI_Apr2020 +03,MD,24,,24011,Caroline,NP,,2425030000,Solvent - Graphic Arts,,A,R,171,Glycol Ethers,HAP,82.7356334,LB,2017NEI_Apr2020 +06,OK,40,,40075,Kiowa,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0021996,LB,2017NEI_Apr2020 +04,NC,37,,37037,Chatham,NP,,2501060053,Gas Stations,,A,R,91203,Naphthalene,HAP,.107438,LB,2017NEI_Apr2020 +04,KY,21,,21201,Robertson,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.01711746,TON,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0002036622168,TON,2017NEI_Apr2020 +04,GA,13,,13131,Grady,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,2.985082,LB,2017NEI_Apr2020 +07,KS,20,,20117,Marshall,NP,,2501060052,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20149,Pottawatomie,NP,,2501060052,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20149,Pottawatomie,NP,,2501060052,Gas Stations,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55019,Clark,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2501060052,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2501060052,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21035,Calloway,NP,,2501060052,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24003,Anne Arundel,NP,,2302003200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,2.389909844,TON,2017NEI_Apr2020 +03,MD,24,,24003,Anne Arundel,NP,,2302003200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,4.91,TON,2017NEI_Apr2020 +05,OH,39,,39059,Guernsey,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39059,Guernsey,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39059,Guernsey,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39059,Guernsey,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39059,Guernsey,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39161,Van Wert,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05057,Hempstead,NP,,2610000100,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.3421967227316,TON,2017NEI_Apr2020 +02,VI,78,,78020,St. John,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.031622806938,TON,2017NEI_Apr2020 +02,VI,78,,78020,St. John,NP,,2610000400,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.07784582,TON,2017NEI_Apr2020 +02,VI,78,,78020,St. John,NP,,2610000400,Waste Disposal,,A,R,100425,Styrene,HAP,.5643822,LB,2017NEI_Apr2020 +07,MO,29,,29139,Montgomery,NP,,2501055120,Bulk Gasoline Terminals,,A,R,108883,Toluene,HAP,.1168423,LB,2017NEI_Apr2020 +07,MO,29,,29139,Montgomery,NP,,2501055120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.06259406,LB,2017NEI_Apr2020 +03,PA,42,,42061,Huntingdon,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42061,Huntingdon,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42061,Huntingdon,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42061,Huntingdon,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05109,Pike,NP,,2610000400,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.6347591,TON,2017NEI_Apr2020 +06,AR,05,,05109,Pike,NP,,2610000400,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.823237,TON,2017NEI_Apr2020 +01,MA,25,,25005,Bristol,NP,,2302003000,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.9948377,LB,2017NEI_Apr2020 +01,MA,25,,25005,Bristol,NP,,2302003000,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,4.34587,LB,2017NEI_Apr2020 +01,MA,25,,25005,Bristol,NP,,2302003000,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,649.2625,LB,2017NEI_Apr2020 +03,VA,51,,51580,Covington city,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,NC,37,,37071,Gaston,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.50879688992,TON,2017NEI_Apr2020 +04,NC,37,,37167,Stanly,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.01608904,LB,2017NEI_Apr2020 +04,NC,37,,37167,Stanly,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,2.020572,LB,2017NEI_Apr2020 +04,NC,37,,37167,Stanly,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,54.87421,LB,2017NEI_Apr2020 +04,NC,37,,37167,Stanly,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.749242,TON,2017NEI_Apr2020 +04,NC,37,,37167,Stanly,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.05628125,TON,2017NEI_Apr2020 +04,NC,37,,37167,Stanly,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,1.153803,LB,2017NEI_Apr2020 +04,NC,37,,37167,Stanly,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.1665556,LB,2017NEI_Apr2020 +04,NC,37,,37167,Stanly,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,9.821114,LB,2017NEI_Apr2020 +06,LA,22,,22017,Caddo,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,273.9708,LB,2017NEI_Apr2020 +06,LA,22,,22017,Caddo,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,22.04654,TON,2017NEI_Apr2020 +06,LA,22,,22017,Caddo,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,15.70099,TON,2017NEI_Apr2020 +04,KY,21,,21175,Morgan,NP,,2310023512,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12117,Seminole,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12117,Seminole,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12117,Seminole,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12117,Seminole,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12117,Seminole,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12117,Seminole,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12117,Seminole,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +01,NH,33,,33003,Carroll,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.083266,TON,2017NEI_Apr2020 +01,NH,33,,33003,Carroll,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.005797,TON,2017NEI_Apr2020 +01,NH,33,,33003,Carroll,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,15.78,TON,2017NEI_Apr2020 +01,NH,33,,33003,Carroll,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,.0023246511229,LB,2017NEI_Apr2020 +06,NM,35,,35047,San Miguel,NP,,2302002200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.008390884816,TON,2017NEI_Apr2020 +06,NM,35,,35047,San Miguel,NP,,2302002200,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.04536435,LB,2017NEI_Apr2020 +06,NM,35,,35047,San Miguel,NP,,2302002200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,2.186825,LB,2017NEI_Apr2020 +06,NM,35,,35047,San Miguel,NP,,2302002200,Commercial Cooking,,A,R,71432,Benzene,HAP,231.2017,LB,2017NEI_Apr2020 +06,NM,35,,35047,San Miguel,NP,,2302002200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01787943,TON,2017NEI_Apr2020 +06,NM,35,,35047,San Miguel,NP,,2302002200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.7719445,TON,2017NEI_Apr2020 +02,NY,36,,36053,Madison,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,1.46,TON,2017NEI_Apr2020 +02,NY,36,,36053,Madison,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,83329,Acenaphthene,HAP,.05980849,LB,2017NEI_Apr2020 +02,NY,36,,36053,Madison,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,207089,Benzo[k]Fluoranthene,HAP,.004195097,LB,2017NEI_Apr2020 +02,NY,36,,36053,Madison,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.01136645,LB,2017NEI_Apr2020 +01,NH,33,,33015,Rockingham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0472064,TON,2017NEI_Apr2020 +01,NH,33,,33015,Rockingham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.057152,TON,2017NEI_Apr2020 +01,NH,33,,33015,Rockingham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NH3,Ammonia,CAP,.956,TON,2017NEI_Apr2020 +01,NH,33,,33015,Rockingham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,VOC,Volatile Organic Compounds,CAP,1.642,TON,2017NEI_Apr2020 +06,NM,35,,35059,Union,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.10505,LB,2017NEI_Apr2020 +10,,,Nez Perce Tribe of Idaho,88182,,NP,,2415000000,Solvent - Degreasing,,A,R,67561,Methanol,HAP,1545.082,LB,2017NEI_Apr2020 +10,,,Nez Perce Tribe of Idaho,88182,,NP,,2415000000,Solvent - Degreasing,,A,R,75092,Methylene Chloride,HAP,1.3213366,LB,2017NEI_Apr2020 +09,CA,06,,06043,Mariposa,NP,,2806015000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,11.78364,TON,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,.11383254,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,.0007381868,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.0019386026,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.003673686,TON,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,129000,Pyrene,HAP,.00001466025,LB,2017NEI_Apr2020 +04,AL,01,,01005,Barbour,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,8.486809,LB,2017NEI_Apr2020 +04,AL,01,,01005,Barbour,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,365.7111,LB,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2610030000,Waste Disposal,,A,R,120127,Anthracene,HAP,1.010282,LB,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2610030000,Waste Disposal,,A,R,86737,Fluorene,HAP,2.319762,LB,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2610030000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.736961644,TON,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2610030000,Waste Disposal,,A,R,74873,Methyl Chloride,HAP,126.5961,LB,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2610030000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,332.2273,LB,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2610030000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.02331419,LB,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2610030000,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.2301323,TON,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2610030000,Waste Disposal,,A,R,71432,Benzene,HAP,759.8096,LB,2017NEI_Apr2020 +07,IA,19,,19091,Humboldt,NP,,2610030000,Waste Disposal,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.2098277,LB,2017NEI_Apr2020 +07,IA,19,,19033,Cerro Gordo,NP,,2501055120,Bulk Gasoline Terminals,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19137,Montgomery,NP,,2805018000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,133.4659,LB,2017NEI_Apr2020 +07,IA,19,,19003,Adams,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0001161965252,TON,2017NEI_Apr2020 +07,IA,19,,19003,Adams,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000074985827,TON,2017NEI_Apr2020 +07,IA,19,,19003,Adams,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,71432,Benzene,HAP,.002877502,LB,2017NEI_Apr2020 +07,IA,19,,19145,Page,NP,,2805009100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.4588513,TON,2017NEI_Apr2020 +07,IA,19,,19145,Page,NP,,2805009100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,4.404973,LB,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2501080050,Gas Stations,,A,R,110543,Hexane,HAP,124.29948,LB,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2501080050,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,62.14974,LB,2017NEI_Apr2020 +07,IA,19,,19149,Plymouth,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0188624,TON,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.000001848639,TON,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.00002688929,TON,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,.000363005460737049554346,LB,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,.0000136126987443961052,LB,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,.00000907513272451820496,LB,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,.00001225143412770571515,LB,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.00000000272253960672232,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000296438398239,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00046576878496,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.0003121101,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.0003283236070066991242,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.0003283236070066991242,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.0000001969941487401576,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,.0000032832358618601306,LB,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,.02,TON,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.15234544931434,LB,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,.00094309084038,LB,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,.00024418603062,LB,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,.0001367441837,LB,2017NEI_Apr2020 +03,PA,42,,42063,Indiana,NP,,2310021509,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,36.88,LB,2017NEI_Apr2020 +06,TX,48,,48067,Cass,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48067,Cass,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,832699,1-Methylphenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48067,Cass,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48133,Eastland,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.004898,TON,2017NEI_Apr2020 +10,ID,16,,16087,Washington,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00000002691376,LB,2017NEI_Apr2020 +10,ID,16,,16087,Washington,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,.00002018532,LB,2017NEI_Apr2020 +10,ID,16,,16087,Washington,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.00003987224,TON,2017NEI_Apr2020 +10,ID,16,,16087,Washington,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.00000551732,LB,2017NEI_Apr2020 +07,KS,20,,20039,Decatur,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,316.5193,LB,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,3.326529,TON,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,105.605,LB,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,139.6235,LB,2017NEI_Apr2020 +07,KS,20,,20045,Douglas,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0354888,LB,2017NEI_Apr2020 +07,KS,20,,20045,Douglas,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0047143317,TON,2017NEI_Apr2020 +07,KS,20,,20045,Douglas,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.006908486,LB,2017NEI_Apr2020 +07,KS,20,,20045,Douglas,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.05404234,TON,2017NEI_Apr2020 +07,KS,20,,20045,Douglas,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,1.322132,TON,2017NEI_Apr2020 +07,KS,20,,20045,Douglas,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,91.66781,LB,2017NEI_Apr2020 +07,KS,20,,20101,Lane,NP,,2610000500,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20101,Lane,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20189,Stevens,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.5359949,TON,2017NEI_Apr2020 +07,KS,20,,20189,Stevens,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,12.585748,LB,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2302003100,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2302003100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2302003100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.19,TON,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2302003100,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,1.34324154,LB,2017NEI_Apr2020 +06,TX,48,,48209,Hays,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48209,Hays,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48209,Hays,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48209,Hays,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48077,Clay,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000943,TON,2017NEI_Apr2020 +06,TX,48,,48077,Clay,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO2,Sulfur Dioxide,CAP,.01,TON,2017NEI_Apr2020 +05,IL,17,,17031,Cook,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,33.16659,LB,2017NEI_Apr2020 +05,IL,17,,17031,Cook,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,3.0024725,TON,2017NEI_Apr2020 +05,IL,17,,17031,Cook,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17031,Cook,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,19.94583,LB,2017NEI_Apr2020 +05,IL,17,,17031,Cook,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,6.603951,LB,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.0004919983,TON,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0032217795,TON,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,1.9521036,LB,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,7440484,Cobalt,HAP,.0003109418,LB,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,.5428904,LB,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.09286498,TON,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2805030008,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,.0075009811125834,LB,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2805030008,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.000497349,TON,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2805030008,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,.0025003270043712,LB,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2805030008,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.0017594893623942,LB,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,198550,Perylene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,56.67857,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.4236565,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.06890514,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.006796123,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.4702225,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.6586891,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.1326766,TON,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.656666,TON,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.002748571848,TON,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.004207416,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.00006557412,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.001562388,TON,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.04925756,TON,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.000158605,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000169378544,TON,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,.7897851,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,1.652473,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,2.150646,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.03037635,TON,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.00002106094,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.09963442,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,.2114194,TON,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48097,Cooke,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,CO,Carbon Monoxide,CAP,.4722309,TON,2017NEI_Apr2020 +06,TX,48,,48097,Cooke,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.00005411398560032898,LB,2017NEI_Apr2020 +06,TX,48,,48145,Falls,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48145,Falls,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39105,Meigs,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,3.3742456554,TON,2017NEI_Apr2020 +05,OH,39,,39105,Meigs,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.6227763,LB,2017NEI_Apr2020 +05,OH,39,,39105,Meigs,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.4855438,TON,2017NEI_Apr2020 +05,OH,39,,39105,Meigs,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,6.087952,TON,2017NEI_Apr2020 +10,ID,16,,16005,Bannock,NP,,2805010300,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.00272536411315168,LB,2017NEI_Apr2020 +10,ID,16,,16005,Bannock,NP,,2805010300,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.0007703696,TON,2017NEI_Apr2020 +10,ID,16,,16007,Bear Lake,NP,,2805039100,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,.08979342,LB,2017NEI_Apr2020 +10,ID,16,,16007,Bear Lake,NP,,2805039100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.10369692,LB,2017NEI_Apr2020 +04,TN,47,,47043,Dickson,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48101,Cottle,NP,,2501060051,Gas Stations,,A,R,98828,Cumene,HAP,1.246943,LB,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,5.88217476,TON,2017NEI_Apr2020 +06,TX,48,,48233,Hutchinson,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,278.13,TON,2017NEI_Apr2020 +06,TX,48,,48233,Hutchinson,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,329.057939292,LB,2017NEI_Apr2020 +04,GA,13,,13247,Rockdale,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,50000,Formaldehyde,HAP,91397.2,LB,2017NEI_Apr2020 +04,NC,37,,37187,Washington,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,VOC,Volatile Organic Compounds,CAP,6542.203,TON,2017NEI_Apr2020 +08,ND,38,,38051,McIntosh,NP,,2701220000,Biogenics - Vegetation and Soil,,A,R,NOX,Nitrogen Oxides,CAP,521.6043,TON,2017NEI_Apr2020 +03,WV,54,,54047,McDowell,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.2028329442,TON,2017NEI_Apr2020 +03,WV,54,,54047,McDowell,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.03253549,LB,2017NEI_Apr2020 +03,WV,54,,54047,McDowell,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,815.8734,LB,2017NEI_Apr2020 +03,WV,54,,54047,McDowell,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,3.464154,TON,2017NEI_Apr2020 +03,WV,54,,54047,McDowell,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.634999,TON,2017NEI_Apr2020 +03,WV,54,,54047,McDowell,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,95476,o-Xylene,HAP,103.6558,LB,2017NEI_Apr2020 +03,WV,54,,54047,McDowell,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,289.791,LB,2017NEI_Apr2020 +03,WV,54,,54047,McDowell,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,547.2589,LB,2017NEI_Apr2020 +08,UT,49,,49001,Beaver,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.52026,LB,2017NEI_Apr2020 +08,UT,49,,49001,Beaver,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.29526,LB,2017NEI_Apr2020 +08,UT,49,,49001,Beaver,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,3.98612,LB,2017NEI_Apr2020 +08,UT,49,,49039,Sanpete,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,66.5384,LB,2017NEI_Apr2020 +03,VA,51,,51149,Prince George,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,2.422904,LB,2017NEI_Apr2020 +03,VA,51,,51149,Prince George,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,17.2799,LB,2017NEI_Apr2020 +03,VA,51,,51149,Prince George,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.1599991,TON,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.001498289,TON,2017NEI_Apr2020 +06,TX,48,,48453,Travis,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,12.92514759332,TON,2017NEI_Apr2020 +06,TX,48,,48405,San Augustine,NP,,2294000000,Dust - Paved Road Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.009841512,TON,2017NEI_Apr2020 +06,TX,48,,48405,San Augustine,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,24.60378,TON,2017NEI_Apr2020 +06,TX,48,,48405,San Augustine,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,24.60378,TON,2017NEI_Apr2020 +03,VA,51,,51187,Warren,NP,,2805040000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.06180972,TON,2017NEI_Apr2020 +03,VA,51,,51187,Warren,NP,,2805040000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.7726215,TON,2017NEI_Apr2020 +06,TX,48,,48083,Coleman,NP,,2805025000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,1.096414,TON,2017NEI_Apr2020 +04,TN,47,,47041,DeKalb,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000228307056,TON,2017NEI_Apr2020 +04,TN,47,,47041,DeKalb,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,.0002833662,LB,2017NEI_Apr2020 +04,TN,47,,47041,DeKalb,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,.3180397,TON,2017NEI_Apr2020 +03,VA,51,,51660,Harrisonburg city,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,1126.883,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,47.67279,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.0575923,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,10.925584592,TON,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.2095495,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.3366311,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.6881334,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,1960.301,LB,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01469817041,TON,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.13909777981,TON,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,75070,Acetaldehyde,HAP,3.73489,LB,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM-CON,PM Condensible,CAP,.01506714,TON,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.4582183,TON,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,91576,2-Methylnaphthalene,HAP,.03287756,LB,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,98862,Acetophenone,HAP,.008548155,LB,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,108952,Phenol,HAP,1.150715,LB,2017NEI_Apr2020 +04,TN,47,,47055,Giles,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,15.12966,TON,2017NEI_Apr2020 +04,GA,13,,13109,Evans,NP,,2501060051,Gas Stations,,A,R,108883,Toluene,HAP,365.4994,LB,2017NEI_Apr2020 +04,GA,13,,13109,Evans,NP,,2501060051,Gas Stations,,A,R,110543,Hexane,HAP,469.9279,LB,2017NEI_Apr2020 +04,GA,13,,13109,Evans,NP,,2501060051,Gas Stations,,A,R,98828,Cumene,HAP,3.132852,LB,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.3504099288,TON,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00162374,TON,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.03422,LB,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.258,LB,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.018222,LB,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.016858,LB,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.02084,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.005852,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.07366,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.1094,TON,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.2352,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,.206052040816363,LB,2017NEI_Apr2020 +05,MN,27,,27109,Olmsted,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,721.2,LB,2017NEI_Apr2020 +05,MN,27,,27109,Olmsted,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,8.49921428571579,LB,2017NEI_Apr2020 +05,MN,27,,27109,Olmsted,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.16358,LB,2017NEI_Apr2020 +05,MN,27,,27109,Olmsted,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.187,LB,2017NEI_Apr2020 +04,TN,47,,47155,Sevier,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47155,Sevier,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7664393,Hydrogen Fluoride,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47155,Sevier,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47155,Sevier,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47155,Sevier,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.3750649,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.02075182,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.02562641,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.03300794,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.006016636,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,228.7362,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.1009736,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.5831402,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,8.537496,TON,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.004038946,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.05946999,LB,2017NEI_Apr2020 +04,AL,01,,01045,Dale,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0331821487,TON,2017NEI_Apr2020 +04,AL,01,,01045,Dale,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,4.2748319374,TON,2017NEI_Apr2020 +04,AL,01,,01045,Dale,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,325.8442,LB,2017NEI_Apr2020 +04,AL,01,,01045,Dale,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,7.712827,TON,2017NEI_Apr2020 +04,AL,01,,01045,Dale,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,8.093207,TON,2017NEI_Apr2020 +04,AL,01,,01045,Dale,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,386.1465,LB,2017NEI_Apr2020 +06,TX,48,,48143,Erath,NP,,2805045000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,2.216761,LB,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2501060052,Gas Stations,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47161,Stewart,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,2.78402,LB,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,.08644216,TON,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.07486831,TON,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01591404,TON,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.06184773,TON,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.0459337,TON,2017NEI_Apr2020 +03,VA,51,,51163,Rockbridge,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.02069038,TON,2017NEI_Apr2020 +03,VA,51,,51163,Rockbridge,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,129000,Pyrene,HAP,.0003978919,LB,2017NEI_Apr2020 +03,VA,51,,51119,Middlesex,NP,,2501080100,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,.01042471,TON,2017NEI_Apr2020 +03,VA,51,,51119,Middlesex,NP,,2501080100,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.002142928,LB,2017NEI_Apr2020 +03,VA,51,,51740,Portsmouth city,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0093756416,TON,2017NEI_Apr2020 +03,VA,51,,51740,Portsmouth city,NP,,2302003200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.005343289,LB,2017NEI_Apr2020 +06,TX,48,,48475,Ward,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.000009740487,TON,2017NEI_Apr2020 +06,TX,48,,48475,Ward,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000009740487,TON,2017NEI_Apr2020 +06,TX,48,,48475,Ward,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.002130893,TON,2017NEI_Apr2020 +06,TX,48,,48475,Ward,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.0002189342,TON,2017NEI_Apr2020 +06,TX,48,,48475,Ward,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0000004974712327020192,LB,2017NEI_Apr2020 +06,TX,48,,48475,Ward,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,.0000003606666479947782,LB,2017NEI_Apr2020 +06,TX,48,,48475,Ward,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.0000031091952394533732,LB,2017NEI_Apr2020 +06,TX,48,,48069,Castro,NP,,2310121100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22027,Claiborne,NP,,2310011501,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,76.95688,LB,2017NEI_Apr2020 +10,ID,16,,16031,Cassia,NP,,2610000500,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,3.707225,TON,2017NEI_Apr2020 +10,ID,16,,16031,Cassia,NP,,2610000500,Waste Disposal,,A,R,100425,Styrene,HAP,40.6599,LB,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2610000400,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00063348005,TON,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.07026198726,TON,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.1809943,TON,2017NEI_Apr2020 +08,MT,30,,30041,Hill,NP,,2610000400,Waste Disposal,,A,R,98828,Cumene,HAP,.1636979,LB,2017NEI_Apr2020 +07,NE,31,,31085,Hayes,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,.4537725,LB,2017NEI_Apr2020 +07,NE,31,,31085,Hayes,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.05631433,LB,2017NEI_Apr2020 +07,NE,31,,31085,Hayes,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,.2082699,LB,2017NEI_Apr2020 +07,NE,31,,31085,Hayes,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,.3432382,LB,2017NEI_Apr2020 +07,NE,31,,31085,Hayes,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.001628927,TON,2017NEI_Apr2020 +09,CA,06,,06005,Amador,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.1937863778,TON,2017NEI_Apr2020 +09,CA,06,,06005,Amador,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.0512067,LB,2017NEI_Apr2020 +09,CA,06,,06005,Amador,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2610000500,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,320.1784845732,TON,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2610000500,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,72.2936178,TON,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2610000500,Waste Disposal,,A,R,100425,Styrene,HAP,7274.292,LB,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2610000500,Waste Disposal,,A,R,108952,Phenol,HAP,8201.408,LB,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2610000500,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,663.2442,TON,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.1233923,TON,2017NEI_Apr2020 +07,NE,31,,31083,Harlan,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,NE,31,,31083,Harlan,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31083,Harlan,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31083,Harlan,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31083,Harlan,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31083,Harlan,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31083,Harlan,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31083,Harlan,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,NE,31,,31083,Harlan,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,123386,Propionaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,127184,Tetrachloroethylene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,74873,Methyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01125,Tuscaloosa,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,2.9710859132,TON,2017NEI_Apr2020 +04,AL,01,,01125,Tuscaloosa,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.05547872,LB,2017NEI_Apr2020 +04,AL,01,,01125,Tuscaloosa,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.4275303,TON,2017NEI_Apr2020 +08,CO,08,,08091,Ouray,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.09681075234,TON,2017NEI_Apr2020 +08,CO,08,,08091,Ouray,NP,,2610000400,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00411483105,TON,2017NEI_Apr2020 +08,CO,08,,08091,Ouray,NP,,2610000400,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0271828233,TON,2017NEI_Apr2020 +08,CO,08,,08091,Ouray,NP,,2610000400,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.2383189,TON,2017NEI_Apr2020 +08,CO,08,,08091,Ouray,NP,,2610000400,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,.3234328,TON,2017NEI_Apr2020 +08,CO,08,,08091,Ouray,NP,,2610000400,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.8170933,LB,2017NEI_Apr2020 +08,CO,08,,08091,Ouray,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.2493837,TON,2017NEI_Apr2020 +06,AR,05,,05093,Mississippi,NP,,2610030000,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,12.03403228434,TON,2017NEI_Apr2020 +06,AR,05,,05093,Mississippi,NP,,2610030000,Waste Disposal,,A,R,7647010,Hydrochloric Acid,HAP,761.067,LB,2017NEI_Apr2020 +06,AR,05,,05093,Mississippi,NP,,2610030000,Waste Disposal,,A,R,91576,2-Methylnaphthalene,HAP,24.35522,LB,2017NEI_Apr2020 +06,AR,05,,05093,Mississippi,NP,,2610030000,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.8484994,TON,2017NEI_Apr2020 +06,AR,05,,05093,Mississippi,NP,,2610030000,Waste Disposal,,A,R,205992,Benzo[b]Fluoranthene,HAP,5.300843,LB,2017NEI_Apr2020 +06,AR,05,,05093,Mississippi,NP,,2610030000,Waste Disposal,,A,R,218019,Chrysene,HAP,5.157577,LB,2017NEI_Apr2020 +06,AR,05,,05093,Mississippi,NP,,2610030000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,1268.477,LB,2017NEI_Apr2020 +06,AR,05,,05093,Mississippi,NP,,2610030000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,1224.925,LB,2017NEI_Apr2020 +06,AR,05,,05093,Mississippi,NP,,2610030000,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,27.22054,TON,2017NEI_Apr2020 +04,GA,13,,13319,Wilkinson,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.3097581,TON,2017NEI_Apr2020 +04,GA,13,,13319,Wilkinson,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.3869848,TON,2017NEI_Apr2020 +04,GA,13,,13319,Wilkinson,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,30.87615,LB,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,205992,Benzo[b]Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30009,Carbon,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,.07757486,TON,2017NEI_Apr2020 +08,MT,30,,30009,Carbon,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.2245588,TON,2017NEI_Apr2020 +08,CO,08,,08013,Boulder,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,41.12191,LB,2017NEI_Apr2020 +08,CO,08,,08013,Boulder,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,10.51519,LB,2017NEI_Apr2020 +08,CO,08,,08013,Boulder,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,77.54954,LB,2017NEI_Apr2020 +08,CO,08,,08013,Boulder,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,12.99804,TON,2017NEI_Apr2020 +08,CO,08,,08013,Boulder,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,4.694282,TON,2017NEI_Apr2020 +04,GA,13,,13215,Muscogee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13215,Muscogee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13215,Muscogee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13215,Muscogee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13215,Muscogee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13215,Muscogee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13215,Muscogee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13215,Muscogee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31061,Franklin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.05144219,TON,2017NEI_Apr2020 +07,NE,31,,31061,Franklin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,108883,Toluene,HAP,.04496715,LB,2017NEI_Apr2020 +07,NE,31,,31061,Franklin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM10-FIL,PM10 Filterable,CAP,.0575416,TON,2017NEI_Apr2020 +04,NC,37,,37155,Robeson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.002255311597,TON,2017NEI_Apr2020 +04,NC,37,,37155,Robeson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,.00549991,LB,2017NEI_Apr2020 +04,NC,37,,37155,Robeson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,.0016167108,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2302002200,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.9329514,TON,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2302002200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.1351602,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2302002200,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,27.77782,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2302002200,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,20.15139,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2302002200,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.08875097,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2302002200,Commercial Cooking,,A,R,107062,Ethylene Dichloride,HAP,1.096839,LB,2017NEI_Apr2020 +06,OK,40,,40011,Blaine,NP,,2302002200,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,5.402294,LB,2017NEI_Apr2020 +06,OK,40,,40095,Marshall,NP,,2311010000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.2065840486809,TON,2017NEI_Apr2020 +06,OK,40,,40095,Marshall,NP,,2311010000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000799583235,TON,2017NEI_Apr2020 +06,OK,40,,40095,Marshall,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.2190639,TON,2017NEI_Apr2020 +08,SD,46,,46085,Lyman,NP,,2805045000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,68.67947,LB,2017NEI_Apr2020 +04,MS,28,,28069,Kemper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,MS,28,,28069,Kemper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28069,Kemper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28069,Kemper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28069,Kemper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28069,Kemper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28069,Kemper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27127,Redwood,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.02790702224,TON,2017NEI_Apr2020 +05,MN,27,,27127,Redwood,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,85018,Phenanthrene,HAP,.00615917,LB,2017NEI_Apr2020 +05,MN,27,,27127,Redwood,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7439921,Lead,CAP/HAP,.17597628,LB,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000000080371157,TON,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.00006486777,TON,2017NEI_Apr2020 +06,LA,22,,22107,Tensas,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.000008617034,LB,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1823708,TON,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.00439656,LB,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,3.256711,LB,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,.04704139,LB,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.005065996,TON,2017NEI_Apr2020 +04,NC,37,,37043,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37043,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37043,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37043,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37043,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37043,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37043,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37043,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,.7731034,LB,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.02701793,LB,2017NEI_Apr2020 +04,NC,37,,37111,McDowell,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.8589043,LB,2017NEI_Apr2020 +04,NC,37,,37111,McDowell,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,2.700254,LB,2017NEI_Apr2020 +04,NC,37,,37111,McDowell,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.1753336,TON,2017NEI_Apr2020 +04,NC,37,,37111,McDowell,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.319074723,TON,2017NEI_Apr2020 +05,MI,26,,26015,Barry,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26015,Barry,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22025,Catahoula,NP,,2310010300,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,471.327,LB,2017NEI_Apr2020 +03,WV,54,,54081,Raleigh,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,2.275036,TON,2017NEI_Apr2020 +03,WV,54,,54081,Raleigh,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,66.04885,LB,2017NEI_Apr2020 +03,WV,54,,54081,Raleigh,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,548.2837,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17115,Macon,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,50000,Formaldehyde,HAP,157907.72,LB,2017NEI_Apr2020 +10,OR,41,,41049,Morrow,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41049,Morrow,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41049,Morrow,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41049,Morrow,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45009,Bamberg,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,17.8799,LB,2017NEI_Apr2020 +04,SC,45,,45009,Bamberg,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,161.971,LB,2017NEI_Apr2020 +04,SC,45,,45009,Bamberg,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,1.3147,TON,2017NEI_Apr2020 +04,SC,45,,45009,Bamberg,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0056795,LB,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,2.37288,LB,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0000832048,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01001426328,TON,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.1842760692,TON,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.01251215208,TON,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.0002014964,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.0000261817,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.2270808,TON,2017NEI_Apr2020 +04,NC,37,,37143,Perquimans,NP,,2302003200,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.003846607,LB,2017NEI_Apr2020 +04,NC,37,,37143,Perquimans,NP,,2302003200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.05734755,TON,2017NEI_Apr2020 +04,NC,37,,37143,Perquimans,NP,,2302003200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.0005758368,LB,2017NEI_Apr2020 +04,NC,37,,37169,Stokes,NP,,2501080100,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,.019690362,LB,2017NEI_Apr2020 +04,NC,37,,37087,Haywood,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,12.31282,LB,2017NEI_Apr2020 +04,NC,37,,37087,Haywood,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,143.7703,LB,2017NEI_Apr2020 +05,OH,39,,39103,Medina,NP,,2302003100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,4.482180598,TON,2017NEI_Apr2020 +05,OH,39,,39103,Medina,NP,,2302003100,Commercial Cooking,,A,R,86737,Fluorene,HAP,1.257284,LB,2017NEI_Apr2020 +06,OK,40,,40051,Grady,NP,,2501060201,Gas Stations,,A,R,71432,Benzene,HAP,284.1302,LB,2017NEI_Apr2020 +08,UT,49,,49011,Davis,NP,,2501055120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +08,UT,49,,49047,Uintah,NP,,2501055120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,.0270443,LB,2017NEI_Apr2020 +04,KY,21,,21053,Clinton,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,4.140577,LB,2017NEI_Apr2020 +07,MO,29,,29109,Lawrence,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.08785653,LB,2017NEI_Apr2020 +06,TX,48,,48493,Wilson,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,42.46,TON,2017NEI_Apr2020 +06,TX,48,,48493,Wilson,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,273.539115167208,LB,2017NEI_Apr2020 +06,LA,22,,22039,Evangeline,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22039,Evangeline,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22039,Evangeline,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22039,Evangeline,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26039,Crawford,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.000008187868,LB,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0001032173,LB,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.3325473,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,1.32639,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,.1205809,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.0002266922,LB,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00785002878,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,.05482246,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7439921,Lead,CAP/HAP,.2741124,LB,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,VOC,Volatile Organic Compounds,CAP,1.507618,TON,2017NEI_Apr2020 +05,MN,27,,27131,Rice,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.000001633332,LB,2017NEI_Apr2020 +05,MN,27,,27131,Rice,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.00000007120516,LB,2017NEI_Apr2020 +05,MN,27,,27131,Rice,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,.000475826,LB,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2501060201,Gas Stations,,A,R,98828,Cumene,HAP,.1696099,LB,2017NEI_Apr2020 +07,KS,20,,20085,Jackson,NP,,2501060201,Gas Stations,,A,R,91203,Naphthalene,HAP,.02384873,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,.00003336368,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.002780307,TON,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,.000834092,TON,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.005285018,TON,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,.000004726522,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.0000002346579,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,.000002646852,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.000004459612,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,.0002379943,LB,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7782492,Selenium,HAP,.00005881844,LB,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,.0003076657,LB,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,.0000105113080641328578,LB,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,92524,Biphenyl,HAP,.001131124,LB,2017NEI_Apr2020 +01,ME,23,,23025,Somerset,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,.01303021,LB,2017NEI_Apr2020 +01,ME,23,,23025,Somerset,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.0003740646,LB,2017NEI_Apr2020 +01,ME,23,,23025,Somerset,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.02796646046166,TON,2017NEI_Apr2020 +01,ME,23,,23025,Somerset,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.487525,TON,2017NEI_Apr2020 +01,ME,23,,23025,Somerset,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.05179377,TON,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.000008269971,TON,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.00009832379,TON,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.00006960976,TON,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,.00002114397,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.67194952,TON,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,1.687133,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.1285435,TON,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0006877077,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,.001555376,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.3962354,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,1.97465,TON,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,30.27199,TON,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.009640762,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.4531158,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,1.01228,LB,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.09152517,TON,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.01794611,TON,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.9758198,TON,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.002304954,LB,2017NEI_Apr2020 +08,MT,30,,30045,Judith Basin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.001136332,TON,2017NEI_Apr2020 +08,MT,30,,30045,Judith Basin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,129000,Pyrene,HAP,.00002185254,LB,2017NEI_Apr2020 +08,MT,30,,30045,Judith Basin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.00005965743,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,39.448,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2805007100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,6.961412,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2805007100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,55.6913,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,117817,Bis(2-Ethylhexyl)Phthalate,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,74839,Methyl Bromide,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,78591,Isophorone,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20107,Linn,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,128.26604,LB,2017NEI_Apr2020 +07,KS,20,,20107,Linn,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72009,Aibonito,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,85018,Phenanthrene,HAP,.001038014,LB,2017NEI_Apr2020 +02,PR,72,,72009,Aibonito,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01587551,TON,2017NEI_Apr2020 +04,MS,28,,28093,Marshall,NP,,2302003100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.8624533,TON,2017NEI_Apr2020 +04,MS,28,,28093,Marshall,NP,,2302003100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.341626376663,TON,2017NEI_Apr2020 +04,MS,28,,28093,Marshall,NP,,2302003100,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.02117311,LB,2017NEI_Apr2020 +04,MS,28,,28093,Marshall,NP,,2302003100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,1.39196,LB,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,493.330036,LB,2017NEI_Apr2020 +04,MS,28,,28059,Jackson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,91203,Naphthalene,HAP,.04613622,LB,2017NEI_Apr2020 +04,MS,28,,28059,Jackson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.007576819058,TON,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,71432,Benzene,HAP,.04904732,LB,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.002335587,TON,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,98862,Acetophenone,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +09,HI,15,,15009,Maui,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,3.294768,LB,2017NEI_Apr2020 +05,IL,17,,17141,Ogle,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,80626,Methyl Methacrylate,HAP,13.13256,LB,2017NEI_Apr2020 +05,IL,17,,17141,Ogle,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,6.566278,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,40.69309,TON,2017NEI_Apr2020 +05,IL,17,,17143,Peoria,NP,,2501050120,Bulk Gasoline Terminals,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18055,Greene,NP,,2294000000,Dust - Paved Road Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.01396482,TON,2017NEI_Apr2020 +05,IN,18,,18055,Greene,NP,,2294000000,Dust - Paved Road Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.22563657915,TON,2017NEI_Apr2020 +05,IN,18,,18055,Greene,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,34.91205,TON,2017NEI_Apr2020 +05,IN,18,,18055,Greene,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,139.6482,TON,2017NEI_Apr2020 +05,IL,17,,17083,Jersey,NP,,2501050120,Bulk Gasoline Terminals,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22099,St. Martin,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,.294858,TON,2017NEI_Apr2020 +06,LA,22,,22099,St. Martin,NP,,2285002006,Mobile - Locomotives,,A,R,56553,Benz[a]Anthracene,HAP,.004844802,LB,2017NEI_Apr2020 +06,LA,22,,22099,St. Martin,NP,,2285002006,Mobile - Locomotives,,A,R,91203,Naphthalene,HAP,2.536246,LB,2017NEI_Apr2020 +07,IA,19,,19037,Chickasaw,NP,,2285002006,Mobile - Locomotives,,A,R,7440020,Nickel,HAP,6.444508,LB,2017NEI_Apr2020 +07,IA,19,,19037,Chickasaw,NP,,2285002006,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,.9784818,LB,2017NEI_Apr2020 +07,IA,19,,19037,Chickasaw,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM25,PM25-Primary from certain diesel engines,,.794809,TON,2017NEI_Apr2020 +07,IA,19,,19037,Chickasaw,NP,,2285002006,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.1630623,LB,2017NEI_Apr2020 +07,IA,19,,19037,Chickasaw,NP,,2285002006,Mobile - Locomotives,,A,R,108883,Toluene,HAP,55.50754,LB,2017NEI_Apr2020 +07,IA,19,,19037,Chickasaw,NP,,2285002006,Mobile - Locomotives,,A,R,129000,Pyrene,HAP,.2225538,LB,2017NEI_Apr2020 +07,IA,19,,19037,Chickasaw,NP,,2285002006,Mobile - Locomotives,,A,R,1330207,Xylenes (Mixed Isomers),HAP,42.4439,LB,2017NEI_Apr2020 +05,OH,39,,39085,Lake,NP,,2610000400,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.4221983,TON,2017NEI_Apr2020 +03,WV,54,,54045,Logan,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0189468009,TON,2017NEI_Apr2020 +03,WV,54,,54045,Logan,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.1049186212,TON,2017NEI_Apr2020 +03,WV,54,,54045,Logan,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0067707787,TON,2017NEI_Apr2020 +03,WV,54,,54045,Logan,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,3.144325,TON,2017NEI_Apr2020 +03,WV,54,,54045,Logan,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,.2545406,LB,2017NEI_Apr2020 +03,WV,54,,54049,Marion,NP,,2310021506,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54057,Mineral,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,1.414658,TON,2017NEI_Apr2020 +03,WV,54,,54057,Mineral,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,.013557588,LB,2017NEI_Apr2020 +03,WV,54,,54057,Mineral,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.02241876,LB,2017NEI_Apr2020 +03,WV,54,,54057,Mineral,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.009571224,TON,2017NEI_Apr2020 +03,WV,54,,54057,Mineral,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,.011253682,LB,2017NEI_Apr2020 +06,TX,48,,48159,Franklin,NP,,2310010300,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,99.668833536,LB,2017NEI_Apr2020 +10,,,Nez Perce Tribe of Idaho,88182,,NP,,2805001200,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,.003832488,LB,2017NEI_Apr2020 +10,,,Nez Perce Tribe of Idaho,88182,,NP,,2805001200,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,.0002948068,LB,2017NEI_Apr2020 +06,TX,48,,48233,Hutchinson,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1259323,TON,2017NEI_Apr2020 +06,TX,48,,48233,Hutchinson,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,1.1967115036945898752,LB,2017NEI_Apr2020 +06,TX,48,,48233,Hutchinson,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,25.3689705797100390714,LB,2017NEI_Apr2020 +06,TX,48,,48129,Donley,NP,,2610000100,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48129,Donley,NP,,2610000100,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48129,Donley,NP,,2610000100,Waste Disposal,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18015,Carroll,NP,,2285002007,Mobile - Locomotives,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00074834007,TON,2017NEI_Apr2020 +05,IN,18,,18015,Carroll,NP,,2285002007,Mobile - Locomotives,,A,R,208968,Acenaphthylene,HAP,.4092272,LB,2017NEI_Apr2020 +05,IN,18,,18015,Carroll,NP,,2285002007,Mobile - Locomotives,,A,R,50328,Benzo[a]Pyrene,HAP,.001080654,LB,2017NEI_Apr2020 +05,IN,18,,18015,Carroll,NP,,2285002007,Mobile - Locomotives,,A,R,7439965,Manganese,HAP,1.029278,LB,2017NEI_Apr2020 +05,IN,18,,18015,Carroll,NP,,2285002007,Mobile - Locomotives,,A,R,7439976,Mercury,HAP,.006341866,LB,2017NEI_Apr2020 +05,IN,18,,18015,Carroll,NP,,2285002007,Mobile - Locomotives,,A,R,91203,Naphthalene,HAP,2.25695,LB,2017NEI_Apr2020 +05,IN,18,,18015,Carroll,NP,,2285002007,Mobile - Locomotives,,A,R,120127,Anthracene,HAP,.04817052,LB,2017NEI_Apr2020 +07,IA,19,,19035,Cherokee,NP,,2415000000,Solvent - Degreasing,,A,R,110543,Hexane,HAP,.529609,LB,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,120821,"1,2,4-Trichlorobenzene",HAP,.5153565,LB,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,208968,Acenaphthylene,HAP,37.62103,LB,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,50328,Benzo[a]Pyrene,HAP,7.214992,LB,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,7647010,Hydrochloric Acid,HAP,1368.855,LB,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,78591,Isophorone,HAP,47.67048,LB,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,88062,"2,4,6-Trichlorophenol",HAP,.9791774,LB,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,48.95887,TON,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,48.95887,TON,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,6.51926,LB,2017NEI_Apr2020 +03,WV,54,,54077,Preston,NP,,2610030000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.154607,LB,2017NEI_Apr2020 +03,PA,42,,42121,Venango,NP,,2805045000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,3.468052,TON,2017NEI_Apr2020 +03,PA,42,,42121,Venango,NP,,2805045000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,7.823924,LB,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2805007100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,.03946603,LB,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2805007100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.07577479,LB,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2805007100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.007893207,TON,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2805007100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.08208935,LB,2017NEI_Apr2020 +03,VA,51,,51111,Lunenburg,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.1494509,LB,2017NEI_Apr2020 +08,SD,46,,46021,Campbell,NP,,2805025000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,6.529721,TON,2017NEI_Apr2020 +07,NE,31,,31169,Thayer,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,552.7049,TON,2017NEI_Apr2020 +07,NE,31,,31169,Thayer,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,53.05967,LB,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.000898379,LB,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,.0001972052,LB,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,.001095584,LB,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.001041481,TON,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.001690716,TON,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30097,Sweet Grass,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000680216852,TON,2017NEI_Apr2020 +08,MT,30,,30097,Sweet Grass,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,.5583175,TON,2017NEI_Apr2020 +08,MT,30,,30097,Sweet Grass,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,129000,Pyrene,HAP,.00006646637,LB,2017NEI_Apr2020 +08,UT,49,,49003,Box Elder,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.38863651346,TON,2017NEI_Apr2020 +08,UT,49,,49003,Box Elder,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,10.29749,TON,2017NEI_Apr2020 +08,UT,49,,49003,Box Elder,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.05862685,LB,2017NEI_Apr2020 +08,UT,49,,49003,Box Elder,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,78.54166,LB,2017NEI_Apr2020 +05,IN,18,,18177,Wayne,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,10.18067,TON,2017NEI_Apr2020 +07,NE,31,,31001,Adams,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,NE,31,,31001,Adams,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31001,Adams,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06029,Kern,NP,,2805001300,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,295.6358,LB,2017NEI_Apr2020 +01,VT,50,,50003,Bennington,NP,,2610030000,Waste Disposal,,A,R,71432,Benzene,HAP,1990.096,LB,2017NEI_Apr2020 +01,VT,50,,50003,Bennington,NP,,2610030000,Waste Disposal,,A,R,78591,Isophorone,HAP,18.82826,LB,2017NEI_Apr2020 +01,VT,50,,50003,Bennington,NP,,2610030000,Waste Disposal,,A,R,84742,Dibutyl Phthalate,HAP,7.022432,LB,2017NEI_Apr2020 +01,VT,50,,50003,Bennington,NP,,2610030000,Waste Disposal,,A,R,88062,"2,4,6-Trichlorophenol",HAP,.3867426,LB,2017NEI_Apr2020 +01,VT,50,,50003,Bennington,NP,,2610030000,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,19.33713,TON,2017NEI_Apr2020 +01,VT,50,,50003,Bennington,NP,,2610030000,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,17.70874,TON,2017NEI_Apr2020 +01,VT,50,,50003,Bennington,NP,,2610030000,Waste Disposal,,A,R,120821,"1,2,4-Trichlorobenzene",HAP,.2035487,LB,2017NEI_Apr2020 +04,GA,13,,13141,Hancock,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,2.442833,LB,2017NEI_Apr2020 +04,GA,13,,13141,Hancock,NP,,2501060201,Gas Stations,,A,R,91203,Naphthalene,HAP,.01244462,LB,2017NEI_Apr2020 +01,VT,50,,50019,Orleans,NP,,2501080100,Gas Stations,,A,R,98828,Cumene,HAP,.0011197134,LB,2017NEI_Apr2020 +01,VT,50,,50019,Orleans,NP,,2501080100,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.02545418,LB,2017NEI_Apr2020 +07,MO,29,,29201,Scott,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM-CON,PM Condensible,CAP,.002398479,TON,2017NEI_Apr2020 +07,MO,29,,29201,Scott,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.003997465,TON,2017NEI_Apr2020 +07,MO,29,,29201,Scott,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO2,Sulfur Dioxide,CAP,.004796958,TON,2017NEI_Apr2020 +07,MO,29,,29201,Scott,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.04157363,TON,2017NEI_Apr2020 +07,MO,29,,29201,Scott,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.0002482602,LB,2017NEI_Apr2020 +07,MO,29,,29201,Scott,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.00004088991,LB,2017NEI_Apr2020 +03,VA,51,,51079,Greene,NP,,2311030000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,MS,28,,28151,Washington,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,9.87962,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,NH3,Ammonia,CAP,.07,TON,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,107051,Allyl Chloride,HAP,.0159764705884,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,123386,Propionaldehyde,HAP,.0028823529413,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,123911,p-Dioxane,HAP,.0147411764703,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,126998,Chloroprene,HAP,.0196,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,80626,Methyl Methacrylate,HAP,.2561176470587,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,171,Glycol Ethers,HAP,9.4705882352942,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,67561,Methanol,HAP,9.3882352941174,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,75354,Vinylidene Chloride,HAP,.3483529411768,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,78875,Propylene Dichloride,HAP,.0094705882355,LB,2017NEI_Apr2020 +06,TX,48,,48419,Shelby,NP,,2630020000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,.2552941176471,LB,2017NEI_Apr2020 +03,VA,51,,51057,Essex,NP,,2630020000,Waste Disposal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,.0038857,LB,2017NEI_Apr2020 +03,VA,51,,51057,Essex,NP,,2630020000,Waste Disposal,,A,R,71432,Benzene,HAP,.41053,LB,2017NEI_Apr2020 +03,VA,51,,51057,Essex,NP,,2630020000,Waste Disposal,,A,R,75058,Acetonitrile,HAP,.021045,LB,2017NEI_Apr2020 +03,VA,51,,51057,Essex,NP,,2630020000,Waste Disposal,,A,R,91203,Naphthalene,HAP,.07991,LB,2017NEI_Apr2020 +03,VA,51,,51057,Essex,NP,,2630020000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,3.6478,LB,2017NEI_Apr2020 +08,MT,30,,30097,Sweet Grass,NP,,2501060051,Gas Stations,,A,R,110543,Hexane,HAP,690.2127,LB,2017NEI_Apr2020 +05,OH,39,,39045,Fairfield,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39045,Fairfield,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.2377234,TON,2017NEI_Apr2020 +05,OH,39,,39045,Fairfield,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.007001672,LB,2017NEI_Apr2020 +05,OH,39,,39045,Fairfield,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,1.405002,LB,2017NEI_Apr2020 +05,OH,39,,39045,Fairfield,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,.14270074,LB,2017NEI_Apr2020 +05,OH,39,,39045,Fairfield,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.3747562,LB,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2302002200,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.03240705,LB,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2302002200,Commercial Cooking,,A,R,71432,Benzene,HAP,165.1642,LB,2017NEI_Apr2020 +07,MO,29,,29087,Holt,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,5.125541,LB,2017NEI_Apr2020 +07,MO,29,,29087,Holt,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,1.601732,TON,2017NEI_Apr2020 +07,MO,29,,29087,Holt,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,30.529,LB,2017NEI_Apr2020 +07,MO,29,,29087,Holt,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,57.66234,LB,2017NEI_Apr2020 +01,VT,50,,50015,Lamoille,NP,,2302003000,Commercial Cooking,,A,R,120127,Anthracene,HAP,.02240051,LB,2017NEI_Apr2020 +01,VT,50,,50015,Lamoille,NP,,2302003000,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,26.1339,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,24.25511,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.05081099,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,98862,Acetophenone,HAP,.1496658,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.02743623,TON,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0011127078132,TON,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,108952,Phenol,HAP,1.391737,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,129000,Pyrene,HAP,.2670056,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.3153782,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,100425,Styrene,HAP,11.69553,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2302002100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.002647917,TON,2017NEI_Apr2020 +07,MO,29,,29153,Ozark,NP,,2630020000,Waste Disposal,,A,R,75014,Vinyl Chloride,HAP,.00034892,LB,2017NEI_Apr2020 +07,MO,29,,29153,Ozark,NP,,2630020000,Waste Disposal,,A,R,75218,Ethylene Oxide,HAP,.011544,LB,2017NEI_Apr2020 +07,MO,29,,29153,Ozark,NP,,2630020000,Waste Disposal,,A,R,77781,Dimethyl Sulfate,HAP,.00006812,LB,2017NEI_Apr2020 +07,MO,29,,29153,Ozark,NP,,2630020000,Waste Disposal,,A,R,98953,Nitrobenzene,HAP,.00034112,LB,2017NEI_Apr2020 +06,TX,48,,48329,Midland,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,85.77314,TON,2017NEI_Apr2020 +06,TX,48,,48329,Midland,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,16005.267924,LB,2017NEI_Apr2020 +06,TX,48,,48329,Midland,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,107211,Ethylene Glycol,HAP,27361.63166,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2630020000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,15.1294,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00040733,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2630020000,Waste Disposal,,A,R,75150,Carbon Disulfide,HAP,1.09296,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2630020000,Waste Disposal,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.00044275,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2630020000,Waste Disposal,,A,R,79469,2-Nitropropane,HAP,.000073876,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2630020000,Waste Disposal,,A,R,98953,Nitrobenzene,HAP,.00165968,LB,2017NEI_Apr2020 +08,MT,30,,30073,Pondera,NP,,2610000100,Waste Disposal,,A,R,100425,Styrene,HAP,1.392454,LB,2017NEI_Apr2020 +07,MO,29,,29065,Dent,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,95.32378,LB,2017NEI_Apr2020 +07,MO,29,,29065,Dent,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,31.4661,LB,2017NEI_Apr2020 +05,WI,55,,55033,Dunn,NP,,2302003200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,9.532127,LB,2017NEI_Apr2020 +05,WI,55,,55033,Dunn,NP,,2302003200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,101.9791,LB,2017NEI_Apr2020 +05,WI,55,,55033,Dunn,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.006577443,TON,2017NEI_Apr2020 +05,WI,55,,55033,Dunn,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,52.17604,LB,2017NEI_Apr2020 +05,WI,55,,55033,Dunn,NP,,2302003200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0669477438,TON,2017NEI_Apr2020 +06,TX,48,,48083,Coleman,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,10.15,TON,2017NEI_Apr2020 +05,MI,26,,26035,Clare,NP,,2805045000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.09062971,TON,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36107,Tioga,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,4.73914,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.1051247,LB,2017NEI_Apr2020 +10,ID,16,,16081,Teton,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,7783064,Hydrogen Sulfide,,21.4,LB,2017NEI_Apr2020 +10,ID,16,,16059,Lemhi,NP,,2501050120,Bulk Gasoline Terminals,,A,R,108883,Toluene,HAP,789.6148,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7664393,Hydrogen Fluoride,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,129000,Pyrene,HAP,.001117742,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17085,Jo Daviess,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000003537581,TON,2017NEI_Apr2020 +05,IL,17,,17085,Jo Daviess,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.00008355574,LB,2017NEI_Apr2020 +05,IL,17,,17085,Jo Daviess,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.0000626668,LB,2017NEI_Apr2020 +05,IL,17,,17085,Jo Daviess,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.0000006684459,LB,2017NEI_Apr2020 +05,IL,17,,17123,Marshall,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17123,Marshall,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17123,Marshall,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17123,Marshall,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,218019,Chrysene,HAP,.000003584882,LB,2017NEI_Apr2020 +05,IL,17,,17123,Marshall,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17187,Warren,NP,,2805018000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,6.98,TON,2017NEI_Apr2020 +05,IL,17,,17187,Warren,NP,,2805018000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,17.94002,LB,2017NEI_Apr2020 +05,IL,17,,17179,Tazewell,NP,,2805007100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.02272867,TON,2017NEI_Apr2020 +05,IL,17,,17177,Stephenson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,.0001142583,LB,2017NEI_Apr2020 +05,IL,17,,17177,Stephenson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.00000243751,LB,2017NEI_Apr2020 +05,IL,17,,17177,Stephenson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0000705298,TON,2017NEI_Apr2020 +05,IL,17,,17177,Stephenson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,.000002666026,LB,2017NEI_Apr2020 +05,IL,17,,17177,Stephenson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.0000001371099,LB,2017NEI_Apr2020 +05,IL,17,,17177,Stephenson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0000009140662,LB,2017NEI_Apr2020 +06,TX,48,,48479,Webb,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20175,Seward,NP,,2285002006,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,5.100888,LB,2017NEI_Apr2020 +07,KS,20,,20175,Seward,NP,,2285002006,Mobile - Locomotives,,A,R,SO2,Sulfur Dioxide,CAP,.101675,TON,2017NEI_Apr2020 +07,KS,20,,20175,Seward,NP,,2285002006,Mobile - Locomotives,,A,R,18540299,Chromium (VI),HAP,.04320234,LB,2017NEI_Apr2020 +07,KS,20,,20175,Seward,NP,,2285002006,Mobile - Locomotives,,A,R,205992,Benzo[b]Fluoranthene,HAP,.02154564,LB,2017NEI_Apr2020 +07,KS,20,,20175,Seward,NP,,2285002006,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.8500546,LB,2017NEI_Apr2020 +07,KS,20,,20175,Seward,NP,,2285002006,Mobile - Locomotives,,A,R,218019,Chrysene,HAP,.1036917,LB,2017NEI_Apr2020 +03,WV,54,,54067,Nicholas,NP,,2310021300,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,127.35234,LB,2017NEI_Apr2020 +05,IL,17,,17125,Mason,NP,,2401060000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,540885,Tert-butyl Acetate,,0,LB,2017NEI_Apr2020 +05,OH,39,,39035,Cuyahoga,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,20.49323,TON,2017NEI_Apr2020 +05,OH,39,,39035,Cuyahoga,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,1.007249,LB,2017NEI_Apr2020 +05,OH,39,,39035,Cuyahoga,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,334.8567,LB,2017NEI_Apr2020 +05,OH,39,,39061,Hamilton,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.395367926912,TON,2017NEI_Apr2020 +05,OH,39,,39061,Hamilton,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,4.657149,LB,2017NEI_Apr2020 +06,TX,48,,48173,Glasscock,NP,,2310121401,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39089,Licking,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.1252004,LB,2017NEI_Apr2020 +05,OH,39,,39089,Licking,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,20.09698,LB,2017NEI_Apr2020 +05,OH,39,,39089,Licking,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.332322,LB,2017NEI_Apr2020 +05,OH,39,,39089,Licking,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,95476,o-Xylene,HAP,107.1066,LB,2017NEI_Apr2020 +05,OH,39,,39089,Licking,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.756012,TON,2017NEI_Apr2020 +05,OH,39,,39089,Licking,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,234.944,LB,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0405124116,TON,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.4644106,TON,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,9.881076,TON,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,190.5175,LB,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,5.612193,LB,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.1401434,LB,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.3823266,LB,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.3287234,LB,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,85.24849,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,1.45305153,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.049476665,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,5844.74,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.2282549,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,95476,o-Xylene,HAP,742.5678,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,1.223896,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,26.04035,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,778.4992,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,192972,Benzo[e]Pyrene,HAP,2.352204,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.6215391,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,1.280585,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,24.81645,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,3920.444,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,1.880692,LB,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2805001100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.0147044484505886904,LB,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.098204709295722132,LB,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,14.0217419154929945076,LB,2017NEI_Apr2020 +06,TX,48,,48275,Knox,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.06575806,TON,2017NEI_Apr2020 +06,TX,48,,48275,Knox,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.003669299748,TON,2017NEI_Apr2020 +06,TX,48,,48275,Knox,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000269608046,TON,2017NEI_Apr2020 +06,TX,48,,48275,Knox,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,.0758230691836868894,LB,2017NEI_Apr2020 +06,TX,48,,48275,Knox,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7439965,Manganese,HAP,.00093940085716164516,LB,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.0150428,TON,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.07744578,TON,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.02145616045071832064,LB,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.00469842929580127232,LB,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.00736087256342569984,LB,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.0292868759436463104,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,371.2,LB,2017NEI_Apr2020 +06,TX,48,,48261,Kenedy,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.001505669,TON,2017NEI_Apr2020 +06,TX,48,,48261,Kenedy,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,.22748191764705900999,LB,2017NEI_Apr2020 +06,TX,48,,48261,Kenedy,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,.08250881029411801998,LB,2017NEI_Apr2020 +06,TX,48,,48261,Kenedy,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.00047858217647102331,LB,2017NEI_Apr2020 +06,TX,48,,48261,Kenedy,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.00542289544117491675,LB,2017NEI_Apr2020 +06,TX,48,,48103,Crane,NP,,2610000400,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48103,Crane,NP,,2610000400,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48103,Crane,NP,,2610000400,Waste Disposal,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,.22674214,LB,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,.0990621,LB,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26045,Eaton,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,4.9865,TON,2017NEI_Apr2020 +05,MI,26,,26003,Alger,NP,,2311020000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26003,Alger,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,4.591244,TON,2017NEI_Apr2020 +05,MI,26,,26005,Allegan,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,21028.27,LB,2017NEI_Apr2020 +05,MI,26,,26005,Allegan,NP,,2415000000,Solvent - Degreasing,,A,R,79016,Trichloroethylene,HAP,8120.969,LB,2017NEI_Apr2020 +09,NV,32,,32021,Mineral,NP,,2805010100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,100414,Ethyl Benzene,HAP,5.1,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,50000,Formaldehyde,HAP,202,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.21,TON,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.13189,TON,2017NEI_Apr2020 +04,AL,01,,01023,Choctaw,NP,,2501060052,Gas Stations,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05107,Phillips,NP,,2801500160,Fires - Agricultural Field Burning,,A,R,1330207,Xylenes (Mixed Isomers),HAP,14.96,LB,2017NEI_Apr2020 +06,AR,05,,05107,Phillips,NP,,2801500160,Fires - Agricultural Field Burning,,A,R,NH3,Ammonia,CAP,5.55,TON,2017NEI_Apr2020 +05,OH,39,,39065,Hardin,NP,,2501060051,Gas Stations,,A,R,110543,Hexane,HAP,1109.977,LB,2017NEI_Apr2020 +05,OH,39,,39065,Hardin,NP,,2501060051,Gas Stations,,A,R,91203,Naphthalene,HAP,.1664966,LB,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2501060053,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,.6740954,TON,2017NEI_Apr2020 +04,MS,28,,28163,Yazoo,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000196638132,TON,2017NEI_Apr2020 +04,MS,28,,28163,Yazoo,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,.0011523694,LB,2017NEI_Apr2020 +04,MS,28,,28163,Yazoo,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.001509055,TON,2017NEI_Apr2020 +06,OK,40,,40139,Texas,NP,,2501060053,Gas Stations,,A,R,71432,Benzene,HAP,9.675988,LB,2017NEI_Apr2020 +06,OK,40,,40139,Texas,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,.4300439,LB,2017NEI_Apr2020 +06,NM,35,,35007,Colfax,NP,,2501060053,Gas Stations,,A,R,108883,Toluene,HAP,562.4421,LB,2017NEI_Apr2020 +03,PA,42,,42099,Perry,NP,,2501060052,Gas Stations,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42099,Perry,NP,,2501060052,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39135,Preble,NP,,2805009100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,.02220038,LB,2017NEI_Apr2020 +01,VT,50,,50001,Addison,NP,,2501060052,Gas Stations,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +01,VT,50,,50001,Addison,NP,,2501060052,Gas Stations,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,207089,Benzo[k]Fluoranthene,HAP,.002033265,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,15.47905,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.007647699,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,10.06138,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.3856644,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,2.034701,TON,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,2.034701,TON,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.0825765,TON,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.20825765,TON,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,.06270326,LB,2017NEI_Apr2020 +10,OR,41,,41051,Multnomah,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,.821297774649764576,LB,2017NEI_Apr2020 +08,SD,46,,46111,Sanborn,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.003402704646,TON,2017NEI_Apr2020 +08,SD,46,,46111,Sanborn,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,3.746507,LB,2017NEI_Apr2020 +08,SD,46,,46111,Sanborn,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.06098037,TON,2017NEI_Apr2020 +08,SD,46,,46111,Sanborn,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,.9964113,LB,2017NEI_Apr2020 +07,NE,31,,31139,Pierce,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000226893284535,TON,2017NEI_Apr2020 +07,NE,31,,31139,Pierce,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,.00000213188,LB,2017NEI_Apr2020 +07,NE,31,,31139,Pierce,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.00018212042,LB,2017NEI_Apr2020 +07,NE,31,,31139,Pierce,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.00213188,LB,2017NEI_Apr2020 +07,NE,31,,31139,Pierce,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.001084688,TON,2017NEI_Apr2020 +07,NE,31,,31139,Pierce,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0001799778,TON,2017NEI_Apr2020 +07,NE,31,,31139,Pierce,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,129000,Pyrene,HAP,.0000018319172,LB,2017NEI_Apr2020 +07,NE,31,,31185,York,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1647931,TON,2017NEI_Apr2020 +07,NE,31,,31123,Morrill,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.3496813892,TON,2017NEI_Apr2020 +07,NE,31,,31123,Morrill,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,359.0158,TON,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2311020000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,5.744825087063,TON,2017NEI_Apr2020 +07,NE,31,,31155,Saunders,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,6.091873,TON,2017NEI_Apr2020 +07,NE,31,,31151,Saline,NP,,2302003000,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.09938916,LB,2017NEI_Apr2020 +07,MO,29,,29217,Vernon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29217,Vernon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29217,Vernon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29217,Vernon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29217,Vernon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29217,Vernon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,60344,Methylhydrazine,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29217,Vernon,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.002016253,LB,2017NEI_Apr2020 +07,MO,29,,29217,Vernon,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,CO,Carbon Monoxide,CAP,.1362333,TON,2017NEI_Apr2020 +07,KS,20,,20021,Cherokee,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,86737,Fluorene,HAP,.0007038718,LB,2017NEI_Apr2020 +07,KS,20,,20011,Bourbon,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,2.877818,TON,2017NEI_Apr2020 +07,KS,20,,20011,Bourbon,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20011,Bourbon,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00000378772625,TON,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,56832736,Benzofluoranthenes,HAP,.000001815907,LB,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,.005777886,LB,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.003057082,TON,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.0004891332,TON,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.01222833,TON,2017NEI_Apr2020 +06,OK,40,,40089,McCurtain,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40089,McCurtain,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40089,McCurtain,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40089,McCurtain,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40089,McCurtain,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,13088.2812852,LB,2017NEI_Apr2020 +03,VA,51,,51161,Roanoke,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,1.800139,LB,2017NEI_Apr2020 +03,VA,51,,51161,Roanoke,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,1234.896,LB,2017NEI_Apr2020 +03,VA,51,,51161,Roanoke,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.3600279,TON,2017NEI_Apr2020 +03,VA,51,,51161,Roanoke,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,17.01132,TON,2017NEI_Apr2020 +03,VA,51,,51161,Roanoke,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,134.1104,TON,2017NEI_Apr2020 +03,VA,51,,51161,Roanoke,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,221.4171,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,76390.99847604,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,.4604359793562,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.01633163943,TON,2017NEI_Apr2020 +04,NC,37,,37059,Davie,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,NC,37,,37059,Davie,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37059,Davie,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37059,Davie,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37059,Davie,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37059,Davie,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37059,Davie,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37059,Davie,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2302003200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.02296,TON,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2302003200,Commercial Cooking,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2302003200,Commercial Cooking,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55021,Columbia,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,7.485914,TON,2017NEI_Apr2020 +05,WI,55,,55021,Columbia,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,74.85914,TON,2017NEI_Apr2020 +06,OK,40,,40057,Harmon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0015855958544,TON,2017NEI_Apr2020 +06,OK,40,,40057,Harmon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0002863359108,TON,2017NEI_Apr2020 +06,OK,40,,40057,Harmon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,.9998461,TON,2017NEI_Apr2020 +06,OK,40,,40057,Harmon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,.001999692,TON,2017NEI_Apr2020 +06,OK,40,,40057,Harmon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.005199199,TON,2017NEI_Apr2020 +06,OK,40,,40057,Harmon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.004299338,TON,2017NEI_Apr2020 +03,WV,54,,54001,Barbour,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,1.01872421,TON,2017NEI_Apr2020 +03,WV,54,,54001,Barbour,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,22.84135,TON,2017NEI_Apr2020 +03,WV,54,,54021,Gilmer,NP,,2302003100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00352560572,TON,2017NEI_Apr2020 +03,WV,54,,54021,Gilmer,NP,,2302003100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.03040541,TON,2017NEI_Apr2020 +03,WV,54,,54021,Gilmer,NP,,2302003100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.1231257,TON,2017NEI_Apr2020 +05,WI,55,,55131,Washington,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.3752633,TON,2017NEI_Apr2020 +05,WI,55,,55131,Washington,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.551791,LB,2017NEI_Apr2020 +05,WI,55,,55091,Pepin,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,1.88332,LB,2017NEI_Apr2020 +05,WI,55,,55091,Pepin,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,2.22672,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2805007100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.03989842,TON,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2805007100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,.5984763,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.7022122,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.01595937,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2805007100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,.04787811,LB,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2302002200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,.57245707019703104,LB,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2302002200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.53,TON,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2302002200,Commercial Cooking,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2302002200,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,88.00175109102912,LB,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2302002200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.025470839679024384,LB,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2302002200,Commercial Cooking,,A,R,120127,Anthracene,HAP,.007004480911731712,LB,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.00004899472,LB,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.001327245,LB,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.001787408,LB,2017NEI_Apr2020 +06,TX,48,,48313,Madison,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.00105569,LB,2017NEI_Apr2020 +06,TX,48,,48313,Madison,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.681034,LB,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2610000400,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.3379222,TON,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.7,TON,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2610000400,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.08,TON,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2610000400,Waste Disposal,,A,R,98828,Cumene,HAP,1.22736842105328,LB,2017NEI_Apr2020 +06,TX,48,,48237,Jack,NP,,2310002000,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48237,Jack,NP,,2310002000,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48221,Hood,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.383536,TON,2017NEI_Apr2020 +06,TX,48,,48157,Fort Bend,NP,,2610030000,Waste Disposal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48157,Fort Bend,NP,,2610030000,Waste Disposal,,A,R,82688,Pentachloronitrobenzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48157,Fort Bend,NP,,2610030000,Waste Disposal,,A,R,98862,Acetophenone,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48157,Fort Bend,NP,,2610030000,Waste Disposal,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48157,Fort Bend,NP,,2610030000,Waste Disposal,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48157,Fort Bend,NP,,2610030000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48385,Real,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,3.9580200243,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48315,Marion,NP,,2805035000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.1824748,LB,2017NEI_Apr2020 +06,TX,48,,48315,Marion,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,.1824748,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,123.0982,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.00916733,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.55004,LB,2017NEI_Apr2020 +03,WV,54,,54079,Putnam,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54079,Putnam,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55057,Juneau,NP,,2501060201,Gas Stations,,A,R,108883,Toluene,HAP,675.8588,LB,2017NEI_Apr2020 +05,WI,55,,55057,Juneau,NP,,2501060201,Gas Stations,,A,R,98828,Cumene,HAP,5.793076,LB,2017NEI_Apr2020 +05,WI,55,,55123,Vernon,NP,,2325000000,Industrial Processes - Mining,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.270439305353,TON,2017NEI_Apr2020 +05,WI,55,,55123,Vernon,NP,,2325000000,Industrial Processes - Mining,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,10.19791,TON,2017NEI_Apr2020 +05,WI,55,,55027,Dodge,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,15.84408,LB,2017NEI_Apr2020 +05,WI,55,,55027,Dodge,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.64068,LB,2017NEI_Apr2020 +05,WI,55,,55027,Dodge,NP,,2805040000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,203.3324,LB,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000778637538,TON,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.004310897,LB,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.03108436,TON,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.009756482,LB,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.00001566692,LB,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7664393,Hydrogen Fluoride,HAP,.151081,LB,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.00002574564,LB,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2302003200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2302003200,Commercial Cooking,,A,R,120127,Anthracene,HAP,3.18751,LB,2017NEI_Apr2020 +08,WY,56,,56027,Niobrara,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,25.96978,LB,2017NEI_Apr2020 +02,PR,72,,72005,Aguadilla,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72005,Aguadilla,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72005,Aguadilla,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72005,Aguadilla,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72005,Aguadilla,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29117,Livingston,NP,,2285002006,Mobile - Locomotives,,A,R,1330207,Xylenes (Mixed Isomers),HAP,80.05958,LB,2017NEI_Apr2020 +07,MO,29,,29117,Livingston,NP,,2285002006,Mobile - Locomotives,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.002890468,LB,2017NEI_Apr2020 +07,MO,29,,29117,Livingston,NP,,2285002006,Mobile - Locomotives,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,1.156186896,TON,2017NEI_Apr2020 +07,MO,29,,29117,Livingston,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM25,PM25-Primary from certain diesel engines,,1.499205,TON,2017NEI_Apr2020 +07,MO,29,,29117,Livingston,NP,,2285002006,Mobile - Locomotives,,A,R,85018,Phenanthrene,HAP,5.624576,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,954.9497,LB,2017NEI_Apr2020 +06,TX,48,,48029,Bexar,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0324813767,TON,2017NEI_Apr2020 +06,TX,48,,48029,Bexar,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,4.85038,TON,2017NEI_Apr2020 +06,TX,48,,48029,Bexar,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,7.922287,TON,2017NEI_Apr2020 +06,TX,48,,48029,Bexar,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,3.26592239592483452,LB,2017NEI_Apr2020 +04,GA,13,,13015,Bartow,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.6519886,LB,2017NEI_Apr2020 +04,GA,13,,13015,Bartow,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,7439965,Manganese,HAP,.1548101,LB,2017NEI_Apr2020 +06,TX,48,,48249,Jim Wells,NP,,2310122100,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.2340157698,TON,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.1971101,TON,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,5.739258,LB,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,31.58479,LB,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,17.18671,LB,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,89.38103,LB,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.1310572,TON,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.1113986,TON,2017NEI_Apr2020 +06,TX,48,,48447,Throckmorton,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48447,Throckmorton,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48447,Throckmorton,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48447,Throckmorton,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48447,Throckmorton,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48447,Throckmorton,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48447,Throckmorton,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48447,Throckmorton,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.022325,TON,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00119,TON,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,.02,TON,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,.057953376,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,7439976,Mercury,HAP,.000005064843,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,83329,Acenaphthene,HAP,.062558604,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,1.64951226,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,129000,Pyrene,HAP,.0119434716,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,123386,Propionaldehyde,HAP,3.018375,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,120127,Anthracene,HAP,.0093487644,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,1.0293291,LB,2017NEI_Apr2020 +04,FL,12,,12071,Lee,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,FL,12,,12071,Lee,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2310021506,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2310022000,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2310022000,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +09,AZ,04,,04019,Pima,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,4.93412114136,TON,2017NEI_Apr2020 +09,AZ,04,,04019,Pima,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.01601975,LB,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.02177875,LB,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0031966925,TON,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,1.39417,LB,2017NEI_Apr2020 +02,NY,36,,36063,Niagara,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,.06887282,LB,2017NEI_Apr2020 +02,NY,36,,36063,Niagara,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.302516,LB,2017NEI_Apr2020 +02,NY,36,,36063,Niagara,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,4.840257,LB,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0085706602,TON,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.03173429,LB,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.002716647,LB,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.002404113,TON,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,1.153974,LB,2017NEI_Apr2020 +02,NY,36,,36073,Orleans,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.0363021,LB,2017NEI_Apr2020 +06,TX,48,,48305,Lynn,NP,,2310022506,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,39.00862,TON,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,3014.426,TON,2017NEI_Apr2020 +05,MI,26,,26045,Eaton,NP,,2302002100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.1649643,TON,2017NEI_Apr2020 +05,MI,26,,26045,Eaton,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.112185,TON,2017NEI_Apr2020 +05,MI,26,,26045,Eaton,NP,,2302002100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01592098,TON,2017NEI_Apr2020 +05,MI,26,,26045,Eaton,NP,,2302002100,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.2015035652,TON,2017NEI_Apr2020 +05,MI,26,,26045,Eaton,NP,,2302002100,Commercial Cooking,,A,R,120127,Anthracene,HAP,1.068367,LB,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2805009100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,.08500414,LB,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2805009100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.1768086,LB,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.006800332,LB,2017NEI_Apr2020 +04,MS,28,,28075,Lauderdale,NP,,2302002200,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,764.4434,LB,2017NEI_Apr2020 +04,MS,28,,28075,Lauderdale,NP,,2302002200,Commercial Cooking,,A,R,86737,Fluorene,HAP,2.762516,LB,2017NEI_Apr2020 +04,MS,28,,28075,Lauderdale,NP,,2302002200,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,10.41545,TON,2017NEI_Apr2020 +04,MS,28,,28075,Lauderdale,NP,,2302002200,Commercial Cooking,,A,R,108883,Toluene,HAP,376.5132,LB,2017NEI_Apr2020 +04,MS,28,,28075,Lauderdale,NP,,2302002200,Commercial Cooking,,A,R,108952,Phenol,HAP,41.70392,LB,2017NEI_Apr2020 +04,MS,28,,28071,Lafayette,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,348.1801860708,TON,2017NEI_Apr2020 +04,MS,28,,28071,Lafayette,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,372.1671,TON,2017NEI_Apr2020 +10,OR,41,,41007,Clatsop,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,6.551497008,TON,2017NEI_Apr2020 +10,OR,41,,41007,Clatsop,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.692111952,TON,2017NEI_Apr2020 +10,OR,41,,41007,Clatsop,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.3876074,TON,2017NEI_Apr2020 +10,OR,41,,41007,Clatsop,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.5829615,TON,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.05094554,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,1.609845,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,10.34093,TON,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,21.83978,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.685548,TON,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,27.42192,LB,2017NEI_Apr2020 +04,TN,47,,47003,Bedford,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.1145257614,TON,2017NEI_Apr2020 +04,TN,47,,47003,Bedford,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.0840951106,TON,2017NEI_Apr2020 +04,TN,47,,47003,Bedford,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.1482313,LB,2017NEI_Apr2020 +04,TN,47,,47003,Bedford,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.01799046,LB,2017NEI_Apr2020 +04,TN,47,,47003,Bedford,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.955969,TON,2017NEI_Apr2020 +04,TN,47,,47003,Bedford,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,95476,o-Xylene,HAP,58.52729,LB,2017NEI_Apr2020 +04,TN,47,,47007,Bledsoe,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.002739116,LB,2017NEI_Apr2020 +04,TN,47,,47007,Bledsoe,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,9.557006,LB,2017NEI_Apr2020 +04,TN,47,,47007,Bledsoe,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.09670493,TON,2017NEI_Apr2020 +04,TN,47,,47007,Bledsoe,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.057552,TON,2017NEI_Apr2020 +04,TN,47,,47007,Bledsoe,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.960847,TON,2017NEI_Apr2020 +04,TN,47,,47007,Bledsoe,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,45.00894,LB,2017NEI_Apr2020 +04,TN,47,,47007,Bledsoe,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,15.00177,LB,2017NEI_Apr2020 +04,TN,47,,47007,Bledsoe,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,43.54173,LB,2017NEI_Apr2020 +04,TN,47,,47015,Cannon,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.8751370778,TON,2017NEI_Apr2020 +04,TN,47,,47015,Cannon,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,50.12608,LB,2017NEI_Apr2020 +04,TN,47,,47015,Cannon,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,251.3325,LB,2017NEI_Apr2020 +04,TN,47,,47015,Cannon,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.182532,TON,2017NEI_Apr2020 +04,TN,47,,47069,Hardeman,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,2.4732045932,TON,2017NEI_Apr2020 +04,TN,47,,47069,Hardeman,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,4.559912,LB,2017NEI_Apr2020 +04,TN,47,,47069,Hardeman,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,4.462257,TON,2017NEI_Apr2020 +04,TN,47,,47069,Hardeman,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,8.109911,TON,2017NEI_Apr2020 +04,TN,47,,47069,Hardeman,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.07620256,LB,2017NEI_Apr2020 +04,TN,47,,47069,Hardeman,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.1765818,LB,2017NEI_Apr2020 +04,TN,47,,47069,Hardeman,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,223.4051,LB,2017NEI_Apr2020 +04,TN,47,,47069,Hardeman,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,188.5172,LB,2017NEI_Apr2020 +04,AL,01,,01097,Mobile,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01097,Mobile,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51041,Chesterfield,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.08284137,LB,2017NEI_Apr2020 +08,WY,56,,56041,Uinta,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.063280031268,TON,2017NEI_Apr2020 +08,WY,56,,56041,Uinta,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.1916529,TON,2017NEI_Apr2020 +08,WY,56,,56041,Uinta,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.154331,TON,2017NEI_Apr2020 +08,WY,56,,56041,Uinta,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.004882106,LB,2017NEI_Apr2020 +07,IA,19,,19135,Monroe,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,73.22087,TON,2017NEI_Apr2020 +07,IA,19,,19121,Madison,NP,,2302002200,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.01745371,LB,2017NEI_Apr2020 +07,IA,19,,19121,Madison,NP,,2302002200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.02827248,LB,2017NEI_Apr2020 +07,IA,19,,19101,Jefferson,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.2902958,LB,2017NEI_Apr2020 +07,IA,19,,19113,Linn,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,31.02654,LB,2017NEI_Apr2020 +07,NE,31,,31151,Saline,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00012184370144,TON,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.00572442,LB,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.0001763384,LB,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.008659007,LB,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.00001697587,LB,2017NEI_Apr2020 +07,NE,31,,31141,Platte,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.009447426195,TON,2017NEI_Apr2020 +09,NV,32,,32027,Pershing,NP,,2805018000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,21.84012,LB,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34027,Morris,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.001622804,LB,2017NEI_Apr2020 +02,NJ,34,,34015,Gloucester,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34015,Gloucester,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34015,Gloucester,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34015,Gloucester,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35035,Otero,NP,,2501060052,Gas Stations,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2610030000,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,11.68463,TON,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2610030000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,223.0535,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,1.555901,LB,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2610030000,Waste Disposal,,A,R,132649,Dibenzofuran,HAP,4.489359,LB,2017NEI_Apr2020 +02,NJ,34,,34021,Mercer,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000056138092254,TON,2017NEI_Apr2020 +02,NJ,34,,34021,Mercer,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0002008403928,TON,2017NEI_Apr2020 +02,NJ,34,,34021,Mercer,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.000000373058138256336,LB,2017NEI_Apr2020 +02,NJ,34,,34021,Mercer,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,.000111917454588713232,LB,2017NEI_Apr2020 +02,NJ,34,,34021,Mercer,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,.000006217635731392116,LB,2017NEI_Apr2020 +02,NJ,34,,34021,Mercer,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.001865290970854709244,LB,2017NEI_Apr2020 +01,NH,33,,33013,Merrimack,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.21,TON,2017NEI_Apr2020 +01,NH,33,,33013,Merrimack,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,50000,Formaldehyde,HAP,32.40458786487594,LB,2017NEI_Apr2020 +01,NH,33,,33013,Merrimack,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.0036532001104,LB,2017NEI_Apr2020 +01,NH,33,,33013,Merrimack,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.01242088037536,LB,2017NEI_Apr2020 +06,NM,35,,35035,Otero,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.002605910747,TON,2017NEI_Apr2020 +06,NM,35,,35035,Otero,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01966354,TON,2017NEI_Apr2020 +06,NM,35,,35039,Rio Arriba,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.07700734,TON,2017NEI_Apr2020 +06,NM,35,,35039,Rio Arriba,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00352862026,TON,2017NEI_Apr2020 +06,NM,35,,35039,Rio Arriba,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0069330662,TON,2017NEI_Apr2020 +02,NY,36,,36027,Dutchess,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36027,Dutchess,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36027,Dutchess,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36071,Orange,NP,,2610000100,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.2319103075,TON,2017NEI_Apr2020 +02,NY,36,,36071,Orange,NP,,2610000100,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,2.12,TON,2017NEI_Apr2020 +02,NY,36,,36071,Orange,NP,,2610000100,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.7610305,TON,2017NEI_Apr2020 +02,NY,36,,36071,Orange,NP,,2610000100,Waste Disposal,,A,R,108952,Phenol,HAP,37.35512,LB,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,1.402168616,TON,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,106990,"1,3-Butadiene",HAP,13.89924,LB,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,108883,Toluene,HAP,18.76994,LB,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,108952,Phenol,HAP,62.36849,LB,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,120809,Catechol,HAP,37.0647,LB,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,75070,Acetaldehyde,HAP,202.4303,LB,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,90120,1-Methylnaphthalene,HAP,1.259252,LB,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,CO,Carbon Monoxide,CAP,28.82244,TON,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM-CON,PM Condensible,CAP,.8166358,TON,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,21.47272,TON,2017NEI_Apr2020 +02,NY,36,,36009,Cattaraugus,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,SO2,Sulfur Dioxide,CAP,1.200935,TON,2017NEI_Apr2020 +02,NY,36,,36023,Cortland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36023,Cortland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37177,Tyrrell,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0001683994,TON,2017NEI_Apr2020 +04,NC,37,,37177,Tyrrell,NP,,2302003200,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.0006411012,LB,2017NEI_Apr2020 +04,NC,37,,37177,Tyrrell,NP,,2302003200,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.1641212,LB,2017NEI_Apr2020 +04,NC,37,,37177,Tyrrell,NP,,2302003200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.9690207,LB,2017NEI_Apr2020 +04,NC,37,,37177,Tyrrell,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.000456573,TON,2017NEI_Apr2020 +04,NC,37,,37177,Tyrrell,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.69732,TON,2017NEI_Apr2020 +04,NC,37,,37177,Tyrrell,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,4.741776,LB,2017NEI_Apr2020 +04,NC,37,,37177,Tyrrell,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,25.10352,LB,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.02475,TON,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.776,LB,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,98828,Cumene,HAP,.258,LB,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,108883,Toluene,HAP,22,LB,2017NEI_Apr2020 +05,OH,39,,39071,Highland,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39071,Highland,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39071,Highland,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39071,Highland,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39071,Highland,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39071,Highland,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39071,Highland,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39125,Paulding,NP,,2415000000,Solvent - Degreasing,,A,R,75092,Methylene Chloride,HAP,178.6163,LB,2017NEI_Apr2020 +05,OH,39,,39125,Paulding,NP,,2415000000,Solvent - Degreasing,,A,R,98828,Cumene,HAP,1.249066,LB,2017NEI_Apr2020 +05,OH,39,,39125,Paulding,NP,,2415000000,Solvent - Degreasing,,A,R,127184,Tetrachloroethylene,HAP,308.1026,LB,2017NEI_Apr2020 +05,OH,39,,39125,Paulding,NP,,2415000000,Solvent - Degreasing,,A,R,71432,Benzene,HAP,41.63549,LB,2017NEI_Apr2020 +10,OR,41,,41063,Wallowa,NP,,2501060051,Gas Stations,,A,R,91203,Naphthalene,HAP,.06413849,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00042524262615,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.001190489,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,CO,Carbon Monoxide,CAP,.1897639,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0009523911,TON,2017NEI_Apr2020 +06,OK,40,,40101,Muskogee,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0000583033,TON,2017NEI_Apr2020 +06,OK,40,,40101,Muskogee,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-FIL,PM10 Filterable,CAP,.00002915165,TON,2017NEI_Apr2020 +05,MN,27,,27009,Benton,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,71556,Methyl Chloroform,HAP,4392.25292444498202672,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2425000000,Solvent - Graphic Arts,,A,R,108883,Toluene,HAP,402.3737,LB,2017NEI_Apr2020 +08,WY,56,,56017,Hot Springs,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.674208,LB,2017NEI_Apr2020 +08,WY,56,,56017,Hot Springs,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.37456,LB,2017NEI_Apr2020 +08,WY,56,,56017,Hot Springs,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.069637,LB,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2805018000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.521604,LB,2017NEI_Apr2020 +08,WY,56,,56019,Johnson,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,6.02962,LB,2017NEI_Apr2020 +05,WI,55,,55025,Dane,NP,,2285002007,Mobile - Locomotives,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.002061254153,TON,2017NEI_Apr2020 +05,WI,55,,55025,Dane,NP,,2285002007,Mobile - Locomotives,,A,R,108883,Toluene,HAP,126.5804,LB,2017NEI_Apr2020 +05,WI,55,,55025,Dane,NP,,2285002007,Mobile - Locomotives,,A,R,123386,Propionaldehyde,HAP,227.256,LB,2017NEI_Apr2020 +05,WI,55,,55025,Dane,NP,,2285002007,Mobile - Locomotives,,A,R,218019,Chrysene,HAP,.04528452,LB,2017NEI_Apr2020 +05,WI,55,,55025,Dane,NP,,2285002007,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,7.896655,TON,2017NEI_Apr2020 +05,WI,55,,55025,Dane,NP,,2285002007,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,2.943731,TON,2017NEI_Apr2020 +04,KY,21,,21053,Clinton,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,.3289044,LB,2017NEI_Apr2020 +04,KY,21,,21053,Clinton,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,2.262479,TON,2017NEI_Apr2020 +04,KY,21,,21053,Clinton,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.106166,TON,2017NEI_Apr2020 +04,KY,21,,21053,Clinton,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.04580181,TON,2017NEI_Apr2020 +04,KY,21,,21053,Clinton,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,20.55388,LB,2017NEI_Apr2020 +04,KY,21,,21071,Floyd,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21071,Floyd,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42047,Elk,NP,,2415000000,Solvent - Degreasing,,A,R,98828,Cumene,HAP,8.656772,LB,2017NEI_Apr2020 +03,PA,42,,42047,Elk,NP,,2415000000,Solvent - Degreasing,,A,R,67561,Methanol,HAP,10122.64,LB,2017NEI_Apr2020 +03,PA,42,,42047,Elk,NP,,2415000000,Solvent - Degreasing,,A,R,1330207,Xylenes (Mixed Isomers),HAP,17700.2,LB,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21233,Webster,NP,,2310023600,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21233,Webster,NP,,2310023600,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22051,Jefferson,NP,,2310121700,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,1.338978,TON,2017NEI_Apr2020 +06,LA,22,,22051,Jefferson,NP,,2310121700,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.0001041054,TON,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,4.932075423,TON,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.202618,LB,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,9.337515,TON,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.2953828,LB,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,94.59574,LB,2017NEI_Apr2020 +06,AR,05,,05095,Monroe,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,1330207,Xylenes (Mixed Isomers),HAP,.02850254,LB,2017NEI_Apr2020 +06,AR,05,,05095,Monroe,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00005830519,LB,2017NEI_Apr2020 +06,AR,05,,05095,Monroe,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.000168015,LB,2017NEI_Apr2020 +08,ND,38,,38061,Mountrail,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,7440484,Cobalt,HAP,.4650876,LB,2017NEI_Apr2020 +08,ND,38,,38061,Mountrail,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,132.3618,TON,2017NEI_Apr2020 +08,ND,38,,38061,Mountrail,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,20.50613,TON,2017NEI_Apr2020 +08,ND,38,,38061,Mountrail,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2498.87,LB,2017NEI_Apr2020 +04,GA,13,,13181,Lincoln,NP,,2610000500,Waste Disposal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,.3015241,LB,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.01297704,TON,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.5164861,TON,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.006649175,LB,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.100597989,TON,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.132365775,TON,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.003456457,TON,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.03525586,TON,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.001555406,TON,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000144549026,TON,2017NEI_Apr2020 +03,VA,51,,51530,Buena Vista city,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,.1709833,TON,2017NEI_Apr2020 +03,VA,51,,51530,Buena Vista city,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,2.393706,LB,2017NEI_Apr2020 +03,VA,51,,51530,Buena Vista city,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,.04016574,LB,2017NEI_Apr2020 +10,WA,53,,53037,Kittitas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.01041856,LB,2017NEI_Apr2020 +10,WA,53,,53037,Kittitas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,73.48666,LB,2017NEI_Apr2020 +10,WA,53,,53037,Kittitas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.000313024,LB,2017NEI_Apr2020 +10,WA,53,,53037,Kittitas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.03011493,TON,2017NEI_Apr2020 +10,WA,53,,53037,Kittitas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.0000301344,LB,2017NEI_Apr2020 +03,VA,51,,51760,Richmond city,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.2142982,TON,2017NEI_Apr2020 +03,VA,51,,51760,Richmond city,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.07558236,LB,2017NEI_Apr2020 +03,VA,51,,51760,Richmond city,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.8847582,LB,2017NEI_Apr2020 +10,WA,53,,53005,Benton,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.02817256821,TON,2017NEI_Apr2020 +10,WA,53,,53005,Benton,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,71432,Benzene,HAP,2.918069,LB,2017NEI_Apr2020 +05,WI,55,,55043,Grant,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,51.86236,TON,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,2.19732,LB,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,17.4493,LB,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,5.076116,LB,2017NEI_Apr2020 +05,WI,55,,55035,Eau Claire,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,41.7202,LB,2017NEI_Apr2020 +05,WI,55,,55035,Eau Claire,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,319.65,LB,2017NEI_Apr2020 +05,WI,55,,55035,Eau Claire,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,184.06,LB,2017NEI_Apr2020 +04,KY,21,,21083,Graves,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,4269.538,LB,2017NEI_Apr2020 +04,KY,21,,21017,Bourbon,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,25.21251,LB,2017NEI_Apr2020 +04,KY,21,,21017,Bourbon,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,346.6721,LB,2017NEI_Apr2020 +04,KY,21,,21017,Bourbon,NP,,2805002000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,15.75782,TON,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00001109777,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.0255145,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.00002318086,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.005860038,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439921,Lead,CAP/HAP,.006554944,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,KY,21,,21015,Boone,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.04938998636,TON,2017NEI_Apr2020 +04,KY,21,,21063,Elliott,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,133062,Captan,HAP,7.528867,LB,2017NEI_Apr2020 +04,KY,21,,21133,Letcher,NP,,2805035000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,.156045,LB,2017NEI_Apr2020 +04,KY,21,,21117,Kenton,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,85018,Phenanthrene,HAP,.0377305,LB,2017NEI_Apr2020 +04,KY,21,,21117,Kenton,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.135103916774,TON,2017NEI_Apr2020 +04,KY,21,,21117,Kenton,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.03040634,LB,2017NEI_Apr2020 +04,KY,21,,21117,Kenton,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.006658322,LB,2017NEI_Apr2020 +04,KY,21,,21111,Jefferson,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,769.1316,TON,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0055668308512,TON,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.002843866,LB,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.003814126,LB,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.03328996,LB,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.01421933,LB,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.0000304461,LB,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.002810409,TON,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.003655204,TON,2017NEI_Apr2020 +04,KY,21,,21141,Logan,NP,,2805018000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,54.12303,LB,2017NEI_Apr2020 +04,KY,21,,21141,Logan,NP,,2805018000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,138.3144,LB,2017NEI_Apr2020 +06,LA,22,,22063,Livingston,NP,,2501060053,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,424.5968,LB,2017NEI_Apr2020 +04,KY,21,,21147,McCreary,NP,,2325000000,Industrial Processes - Mining,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2801500330,Fires - Agricultural Field Burning,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2801500330,Fires - Agricultural Field Burning,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2801500330,Fires - Agricultural Field Burning,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34031,Passaic,NP,,2805007100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,3.848183,LB,2017NEI_Apr2020 +02,NY,36,,36055,Monroe,NP,,2630020000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,.1643651,LB,2017NEI_Apr2020 +02,NY,36,,36055,Monroe,NP,,2630020000,Waste Disposal,,A,R,107028,Acrolein,HAP,3.203868,LB,2017NEI_Apr2020 +02,NY,36,,36055,Monroe,NP,,2630020000,Waste Disposal,,A,R,108054,Vinyl Acetate,HAP,.6391048,LB,2017NEI_Apr2020 +02,NY,36,,36055,Monroe,NP,,2630020000,Waste Disposal,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.01460096,LB,2017NEI_Apr2020 +02,NY,36,,36055,Monroe,NP,,2630020000,Waste Disposal,,A,R,80626,Methyl Methacrylate,HAP,2.5948,LB,2017NEI_Apr2020 +02,NY,36,,36055,Monroe,NP,,2630020000,Waste Disposal,,A,R,87683,Hexachlorobutadiene,HAP,.006082342,LB,2017NEI_Apr2020 +02,NY,36,,36055,Monroe,NP,,2630020000,Waste Disposal,,A,R,98953,Nitrobenzene,HAP,.05473274,LB,2017NEI_Apr2020 +02,NY,36,,36055,Monroe,NP,,2630020000,Waste Disposal,,A,R,127184,Tetrachloroethylene,HAP,35.62634,LB,2017NEI_Apr2020 +02,NY,36,,36055,Monroe,NP,,2630020000,Waste Disposal,,A,R,75058,Acetonitrile,HAP,2.878474,LB,2017NEI_Apr2020 +06,NM,35,,35019,Guadalupe,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,71432,Benzene,HAP,.003659163,LB,2017NEI_Apr2020 +06,NM,35,,35057,Torrance,NP,,2501060201,Gas Stations,,A,R,71432,Benzene,HAP,421.6015,LB,2017NEI_Apr2020 +06,NM,35,,35057,Torrance,NP,,2501060201,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,281.3775,LB,2017NEI_Apr2020 +04,NC,37,,37023,Burke,NP,,2805045000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,146.1487,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2311010000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,2.28021123676,TON,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,24.1796,TON,2017NEI_Apr2020 +02,NY,36,,36017,Chenango,NP,,2325000000,Industrial Processes - Mining,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000842006016,TON,2017NEI_Apr2020 +02,NY,36,,36091,Saratoga,NP,,2805009100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.007154545,TON,2017NEI_Apr2020 +02,NY,36,,36091,Saratoga,NP,,2805009100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,.8699927,LB,2017NEI_Apr2020 +02,NY,36,,36065,Oneida,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,141.9786,LB,2017NEI_Apr2020 +05,IL,17,,17059,Gallatin,NP,,2302003000,Commercial Cooking,,A,R,129000,Pyrene,HAP,.01053872316432,LB,2017NEI_Apr2020 +05,IL,17,,17059,Gallatin,NP,,2302003000,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.003705066,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0000009057799,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.003030879,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000003581314,LB,2017NEI_Apr2020 +02,PR,72,,72027,Camuy,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,16.06975,LB,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,2.62739,TON,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM25,PM25-Primary from certain diesel engines,,2.548532,TON,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,71432,Benzene,HAP,186.2615,LB,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,3.137472,LB,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,91203,Naphthalene,HAP,22.59974,LB,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.5228544,LB,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,207089,Benzo[k]Fluoranthene,HAP,.01034704,LB,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,NH3,Ammonia,CAP,.055486,TON,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.62739,TON,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,SO2,Sulfur Dioxide,CAP,.062539,TON,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,4.139145,TON,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.007798508,LB,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2285002006,Mobile - Locomotives,,A,R,56553,Benz[a]Anthracene,HAP,.04317058,LB,2017NEI_Apr2020 +03,WV,54,,54099,Wayne,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0042770311,TON,2017NEI_Apr2020 +03,WV,54,,54099,Wayne,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,.002388458,LB,2017NEI_Apr2020 +03,WV,54,,54099,Wayne,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,.02790057,LB,2017NEI_Apr2020 +03,WV,54,,54099,Wayne,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,.0005876029,LB,2017NEI_Apr2020 +06,LA,22,,22009,Avoyelles,NP,,2415000000,Solvent - Degreasing,,A,R,127184,Tetrachloroethylene,HAP,157.9472,LB,2017NEI_Apr2020 +06,LA,22,,22009,Avoyelles,NP,,2415000000,Solvent - Degreasing,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1309.255,LB,2017NEI_Apr2020 +06,LA,22,,22009,Avoyelles,NP,,2415000000,Solvent - Degreasing,,A,R,86748,Carbazole,HAP,16.00817,LB,2017NEI_Apr2020 +06,LA,22,,22091,St. Helena,NP,,2415000000,Solvent - Degreasing,,A,R,VOC,Volatile Organic Compounds,CAP,3.598271,TON,2017NEI_Apr2020 +06,LA,22,,22091,St. Helena,NP,,2415000000,Solvent - Degreasing,,A,R,111773,Diethylene Glycol Monomethyl Ether,HAP,139.2314,LB,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,.0394265088235460124,LB,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.0002158082587944783,LB,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.033539342526,TON,2017NEI_Apr2020 +04,GA,13,,13039,Camden,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,12.38186,LB,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,NC,37,,37091,Hertford,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2610000400,Waste Disposal,,A,R,98828,Cumene,HAP,.6536706,LB,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2610000400,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00533173245,TON,2017NEI_Apr2020 +04,NC,37,,37027,Caldwell,NP,,2610000400,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.7050661,TON,2017NEI_Apr2020 +04,NC,37,,37027,Caldwell,NP,,2610000400,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.06884763,TON,2017NEI_Apr2020 +04,NC,37,,37027,Caldwell,NP,,2610000400,Waste Disposal,,A,R,108952,Phenol,HAP,9.53913,LB,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2415000000,Solvent - Degreasing,,A,R,112345,Diethylene Glycol Monobutyl Ether,HAP,214.493,LB,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2415000000,Solvent - Degreasing,,A,R,111773,Diethylene Glycol Monomethyl Ether,HAP,124.583,LB,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2415000000,Solvent - Degreasing,,A,R,110543,Hexane,HAP,.3688618,LB,2017NEI_Apr2020 +07,IA,19,,19033,Cerro Gordo,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.4483739,TON,2017NEI_Apr2020 +08,UT,49,,49023,Juab,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0368,TON,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.02,TON,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.02,TON,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00012619718304,LB,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.0007887323944,LB,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,.00567887323936,LB,2017NEI_Apr2020 +06,TX,48,,48477,Washington,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00016826291072,LB,2017NEI_Apr2020 +06,TX,48,,48389,Reeves,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,2578.812,LB,2017NEI_Apr2020 +06,AR,05,,05055,Greene,NP,,2501060052,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +01,MA,25,,25017,Middlesex,NP,,2401040000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19073,Greene,NP,,2610000100,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.1526323,TON,2017NEI_Apr2020 +07,IA,19,,19073,Greene,NP,,2610000100,Waste Disposal,,A,R,100425,Styrene,HAP,1.057486,LB,2017NEI_Apr2020 +07,IA,19,,19073,Greene,NP,,2610000100,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1979531,TON,2017NEI_Apr2020 +07,IA,19,,19073,Greene,NP,,2610000100,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1526323,TON,2017NEI_Apr2020 +04,KY,21,,21075,Fulton,NP,,2302002200,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.2213526,LB,2017NEI_Apr2020 +04,KY,21,,21075,Fulton,NP,,2302002200,Commercial Cooking,,A,R,98862,Acetophenone,HAP,.4125816,LB,2017NEI_Apr2020 +04,KY,21,,21075,Fulton,NP,,2302002200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.08288376,TON,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +09,AZ,04,,04001,Apache,NP,,2501050120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,118.9698,LB,2017NEI_Apr2020 +06,LA,22,,22013,Bienville,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,4.35883,TON,2017NEI_Apr2020 +08,ND,38,,38047,Logan,NP,,2311030000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.000668300094,TON,2017NEI_Apr2020 +04,KY,21,,21027,Breckinridge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21027,Breckinridge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21027,Breckinridge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,123386,Propionaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21027,Breckinridge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21027,Breckinridge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21027,Breckinridge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21027,Breckinridge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21027,Breckinridge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37189,Watauga,NP,,2311020000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0675070242,TON,2017NEI_Apr2020 +04,NC,37,,37189,Watauga,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.461191,TON,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,64.81962,LB,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,3.146583,TON,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,21.39677,LB,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.000000041646,LB,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,.006513356,LB,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.0002433626,LB,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.001582735,TON,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,.0001450702,LB,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.0000009276597,LB,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.00007894977,TON,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0000004788303,LB,2017NEI_Apr2020 +04,AL,01,,01091,Marengo,NP,,2630020000,Waste Disposal,,A,R,98953,Nitrobenzene,HAP,.00491344,LB,2017NEI_Apr2020 +04,AL,01,,01091,Marengo,NP,,2630020000,Waste Disposal,,A,R,106990,"1,3-Butadiene",HAP,.0187999,LB,2017NEI_Apr2020 +04,AL,01,,01091,Marengo,NP,,2630020000,Waste Disposal,,A,R,108054,Vinyl Acetate,HAP,.0573734,LB,2017NEI_Apr2020 +04,AL,01,,01091,Marengo,NP,,2630020000,Waste Disposal,,A,R,127184,Tetrachloroethylene,HAP,3.19823,LB,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2805010100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2805010100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21007,Ballard,NP,,2805010100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39153,Summit,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,3472.216,LB,2017NEI_Apr2020 +05,OH,39,,39153,Summit,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,3212.643,LB,2017NEI_Apr2020 +01,MA,25,,25015,Hampshire,NP,,2415000000,Solvent - Degreasing,,A,R,71556,Methyl Chloroform,HAP,12588.4517485528,LB,2017NEI_Apr2020 +01,MA,25,,25015,Hampshire,NP,,2415000000,Solvent - Degreasing,,A,R,71432,Benzene,HAP,340.0446176068,LB,2017NEI_Apr2020 +01,MA,25,,25015,Hampshire,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,18569.83656988188,LB,2017NEI_Apr2020 +01,MA,25,,25015,Hampshire,NP,,2415000000,Solvent - Degreasing,,A,R,98828,Cumene,HAP,10.2013456518,LB,2017NEI_Apr2020 +01,MA,25,,25015,Hampshire,NP,,2415000000,Solvent - Degreasing,,A,R,127184,Tetrachloroethylene,HAP,2516.33017029032,LB,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,6.428093,TON,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.1089507,TON,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.7081797,TON,2017NEI_Apr2020 +07,MO,29,,29049,Clinton,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29049,Clinton,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,207089,Benzo[k]Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29049,Clinton,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7664393,Hydrogen Fluoride,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29049,Clinton,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,7.149564,TON,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,35.34539,TON,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,37.08855,TON,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,493.4663,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,3697243,5-Methylchrysene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,.002356282,LB,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.009478529,LB,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,3.166981,TON,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.02436139,TON,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,1.035359,TON,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.01248229,LB,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,.05079691,LB,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.0337756,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.00083168,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,.103592,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2630020000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,1.6744,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2630020000,Waste Disposal,,A,R,127184,Tetrachloroethylene,HAP,.78568,LB,2017NEI_Apr2020 +04,GA,13,,13133,Greene,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00029624,LB,2017NEI_Apr2020 +07,IA,19,,19013,Black Hawk,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0006763795,LB,2017NEI_Apr2020 +07,IA,19,,19013,Black Hawk,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.001949087,LB,2017NEI_Apr2020 +07,IA,19,,19013,Black Hawk,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,.8898509,LB,2017NEI_Apr2020 +07,IA,19,,19013,Black Hawk,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.03410902,LB,2017NEI_Apr2020 +07,IA,19,,19013,Black Hawk,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,106990,"1,3-Butadiene",HAP,.04536268,LB,2017NEI_Apr2020 +07,IA,19,,19013,Black Hawk,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,108883,Toluene,HAP,.4745098,LB,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2501060053,Gas Stations,,A,R,110543,Hexane,HAP,221.1457,LB,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2501060053,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,68.80088,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54031,Hardy,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00065102465,TON,2017NEI_Apr2020 +03,WV,54,,54031,Hardy,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00030169435,TON,2017NEI_Apr2020 +09,CA,06,,06047,Merced,NP,,2680001000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00805228515,TON,2017NEI_Apr2020 +07,MO,29,,29205,Shelby,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.1591215,TON,2017NEI_Apr2020 +07,MO,29,,29205,Shelby,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +01,ME,23,,23009,Hancock,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.001870203384,TON,2017NEI_Apr2020 +01,ME,23,,23009,Hancock,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,1.302402,LB,2017NEI_Apr2020 +09,CA,06,,06089,Shasta,NP,,2311030000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +09,CA,06,,06089,Shasta,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,203.55,TON,2017NEI_Apr2020 +09,CA,06,,06089,Shasta,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,203.5568,TON,2017NEI_Apr2020 +08,CO,08,,08087,Morgan,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.3424117,TON,2017NEI_Apr2020 +08,CO,08,,08087,Morgan,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,3.424117,TON,2017NEI_Apr2020 +08,ND,38,,38103,Wells,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.703068,LB,2017NEI_Apr2020 +03,PA,42,,42039,Crawford,NP,,2311010000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.6018384234698,TON,2017NEI_Apr2020 +04,SC,45,,45011,Barnwell,NP,,2302002200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01595274,TON,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2610000500,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0023010617,TON,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.25522061484,TON,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.6574462,TON,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2610000500,Waste Disposal,,A,R,98828,Cumene,HAP,.00921426017241101144,LB,2017NEI_Apr2020 +05,WI,55,,55135,Waupaca,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,10.532110566,TON,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.002165818,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,85018,Phenanthrene,HAP,.002697356,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,91203,Naphthalene,HAP,.09678747,LB,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,6.664055,TON,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,7.933399,TON,2017NEI_Apr2020 +05,WI,55,,55137,Waushara,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,.079334,LB,2017NEI_Apr2020 +07,KS,20,,20175,Seward,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.00532,LB,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,108054,Vinyl Acetate,HAP,.001432774,LB,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,532274,2-Chloroacetophenone,HAP,.00131966,LB,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56553,Benz[a]Anthracene,HAP,.00001508183,LB,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,67663,Chloroform,HAP,.01112285,LB,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,.007917961,LB,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,.0005090118,LB,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.229169,TON,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.006975347,LB,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000114999,LB,2017NEI_Apr2020 +05,WI,55,,55039,Fond du Lac,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,100447,Benzyl Chloride,HAP,.131966,LB,2017NEI_Apr2020 +07,KS,20,,20007,Barber,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,4.573949,TON,2017NEI_Apr2020 +08,SD,46,,46043,Douglas,NP,,2805010100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,17.38708,LB,2017NEI_Apr2020 +05,MI,26,,26025,Calhoun,NP,,2805007100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,1.066288,TON,2017NEI_Apr2020 +05,MI,26,,26025,Calhoun,NP,,2805007100,Agriculture - Livestock Waste,,A,R,110543,Hexane,HAP,1.893728,LB,2017NEI_Apr2020 +06,AR,05,,05011,Bradley,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.00043856,LB,2017NEI_Apr2020 +09,AZ,04,,04003,Cochise,NP,,2302002200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.07562238212,TON,2017NEI_Apr2020 +09,CA,06,,06083,Santa Barbara,NP,,2440000000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06035,Lassen,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,.1741686360282837176,LB,2017NEI_Apr2020 +09,CA,06,,06035,Lassen,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,.3909908279758729456,LB,2017NEI_Apr2020 +09,CA,06,,06035,Lassen,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.0000639803112428792,LB,2017NEI_Apr2020 +09,CA,06,,06035,Lassen,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,.0003092381924429304,LB,2017NEI_Apr2020 +05,IN,18,,18061,Harrison,NP,,2460900000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,260.5738,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.002584453,TON,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0118884838,TON,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.01577366,TON,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO2,Sulfur Dioxide,CAP,.08614845,TON,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.0274219,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00005193174,LB,2017NEI_Apr2020 +06,AR,05,,05025,Cleveland,NP,,2610000500,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.719633806914,TON,2017NEI_Apr2020 +06,LA,22,,22089,St. Charles,NP,,2310011505,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,39.39754,LB,2017NEI_Apr2020 +06,LA,22,,22089,St. Charles,NP,,2310011505,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,12.156964,LB,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,98828,Cumene,HAP,9.43246,LB,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,123386,Propionaldehyde,HAP,735.5588,LB,2017NEI_Apr2020 +06,OK,40,,40131,Rogers,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000697404498,TON,2017NEI_Apr2020 +06,OK,40,,40131,Rogers,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.002930271,TON,2017NEI_Apr2020 +06,OK,40,,40131,Rogers,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,245.6791984472,LB,2017NEI_Apr2020 +06,OK,40,,40131,Rogers,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,1.3880230937132,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.003653712909,TON,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,.049577208456672,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,15075.446026932,LB,2017NEI_Apr2020 +06,OK,40,,40141,Tillman,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.03466083,TON,2017NEI_Apr2020 +06,OK,40,,40141,Tillman,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,13.990482,LB,2017NEI_Apr2020 +06,OK,40,,40151,Woods,NP,,2310111100,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48289,Leon,NP,,2310021300,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,289.7,TON,2017NEI_Apr2020 +10,OR,41,,41033,Josephine,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,.00263553089201812046,LB,2017NEI_Apr2020 +10,OR,41,,41033,Josephine,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.00162085149859084335,LB,2017NEI_Apr2020 +10,OR,41,,41033,Josephine,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.00001910759896327698,LB,2017NEI_Apr2020 +10,OR,41,,41033,Josephine,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,.00395329633802718069,LB,2017NEI_Apr2020 +10,OR,41,,41033,Josephine,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.001953117,TON,2017NEI_Apr2020 +10,OR,41,,41033,Josephine,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,.003059099,TON,2017NEI_Apr2020 +10,OR,41,,41033,Josephine,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.04706306,TON,2017NEI_Apr2020 +10,OR,41,,41033,Josephine,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.0000988324084549399,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,123386,Propionaldehyde,HAP,236.732555908446377054,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,132649,Dibenzofuran,HAP,7.365012850484985431736,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,88062,"2,4,6-Trichlorophenol",HAP,.3998149833120423996928,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,98862,Acetophenone,HAP,9.46930223633785508216,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,21.3746,TON,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,107028,Acrolein,HAP,55.763668725100637323,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.1683431508682280717404,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,1.052144692926426490248,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,56553,Benz[a]Anthracene,HAP,3.156434078779279470744,LB,2017NEI_Apr2020 +10,WA,53,,53067,Thurston,NP,,2610030000,Waste Disposal,,A,R,78591,Isophorone,HAP,19.99074916560211998464,LB,2017NEI_Apr2020 +04,AL,01,,01019,Cherokee,NP,,2805018000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,15.22247,LB,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,19.2476,LB,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,19.933294,LB,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,84.916,LB,2017NEI_Apr2020 +04,NC,37,,37157,Rockingham,NP,,2610000500,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.981699126,TON,2017NEI_Apr2020 +04,NC,37,,37157,Rockingham,NP,,2610000500,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,46.48472,LB,2017NEI_Apr2020 +04,NC,37,,37157,Rockingham,NP,,2610000500,Waste Disposal,,A,R,100425,Styrene,HAP,98.78002,LB,2017NEI_Apr2020 +04,NC,37,,37157,Rockingham,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,9.878003,TON,2017NEI_Apr2020 +04,NC,37,,37157,Rockingham,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,5.471639,TON,2017NEI_Apr2020 +03,PA,42,,42061,Huntingdon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,PA,42,,42061,Huntingdon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42061,Huntingdon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42061,Huntingdon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42061,Huntingdon,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01023,Choctaw,NP,,2302002200,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,19.70658,LB,2017NEI_Apr2020 +04,AL,01,,01023,Choctaw,NP,,2302002200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.02687189358,TON,2017NEI_Apr2020 +04,AL,01,,01023,Choctaw,NP,,2302002200,Commercial Cooking,,A,R,129000,Pyrene,HAP,.1293723,LB,2017NEI_Apr2020 +04,AL,01,,01023,Choctaw,NP,,2302002200,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.227457,LB,2017NEI_Apr2020 +04,TN,47,,47033,Crockett,NP,,2501060201,Gas Stations,,A,R,110543,Hexane,HAP,148.4332,LB,2017NEI_Apr2020 +04,TN,47,,47033,Crockett,NP,,2501060201,Gas Stations,,A,R,98828,Cumene,HAP,.9895549,LB,2017NEI_Apr2020 +04,KY,21,,21031,Butler,NP,,2630020000,Waste Disposal,,A,R,107028,Acrolein,HAP,.060288,LB,2017NEI_Apr2020 +04,KY,21,,21031,Butler,NP,,2630020000,Waste Disposal,,A,R,171,Glycol Ethers,HAP,1.8055,LB,2017NEI_Apr2020 +04,KY,21,,21031,Butler,NP,,2630020000,Waste Disposal,,A,R,56235,Carbon Tetrachloride,HAP,.17584,LB,2017NEI_Apr2020 +04,KY,21,,21031,Butler,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,.088391,LB,2017NEI_Apr2020 +04,KY,21,,21031,Butler,NP,,2630020000,Waste Disposal,,A,R,79005,"1,1,2-Trichloroethane",HAP,.00018369,LB,2017NEI_Apr2020 +04,KY,21,,21031,Butler,NP,,2630020000,Waste Disposal,,A,R,79016,Trichloroethylene,HAP,.048042,LB,2017NEI_Apr2020 +04,KY,21,,21031,Butler,NP,,2630020000,Waste Disposal,,A,R,95534,o-Toluidine,HAP,.00027475,LB,2017NEI_Apr2020 +07,NE,31,,31185,York,NP,,2805025000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,29.74223,TON,2017NEI_Apr2020 +04,NC,37,,37193,Wilkes,NP,,2501055120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.05530476,LB,2017NEI_Apr2020 +04,NC,37,,37193,Wilkes,NP,,2501055120,Bulk Gasoline Terminals,,A,R,VOC,Volatile Organic Compounds,CAP,.004937925,TON,2017NEI_Apr2020 +07,NE,31,,31117,McPherson,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,.060471,LB,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,391.722,LB,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,463.148,LB,2017NEI_Apr2020 +07,NE,31,,31003,Antelope,NP,,2302002200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.1382160746,TON,2017NEI_Apr2020 +07,NE,31,,31003,Antelope,NP,,2302002200,Commercial Cooking,,A,R,108883,Toluene,HAP,24.90544,LB,2017NEI_Apr2020 +07,NE,31,,31003,Antelope,NP,,2302002200,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.02105297,LB,2017NEI_Apr2020 +07,NE,31,,31003,Antelope,NP,,2302002200,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.1615602,LB,2017NEI_Apr2020 +07,NE,31,,31003,Antelope,NP,,2302002200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.06049496,TON,2017NEI_Apr2020 +03,WV,54,,54027,Hampshire,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.03570576,LB,2017NEI_Apr2020 +03,WV,54,,54027,Hampshire,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.5992002,LB,2017NEI_Apr2020 +03,WV,54,,54027,Hampshire,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,324.7558,LB,2017NEI_Apr2020 +03,WV,54,,54027,Hampshire,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.6115929,TON,2017NEI_Apr2020 +03,WV,54,,54027,Hampshire,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.09521537,LB,2017NEI_Apr2020 +06,OK,40,,40025,Cimarron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40025,Cimarron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40025,Cimarron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,60344,Methylhydrazine,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40025,Cimarron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40025,Cimarron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40025,Cimarron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40025,Cimarron,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,78591,Isophorone,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40133,Seminole,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29107,Lafayette,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.06438081,LB,2017NEI_Apr2020 +07,MO,29,,29107,Lafayette,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.2061259,TON,2017NEI_Apr2020 +07,MO,29,,29107,Lafayette,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.09013314,LB,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,57125,Cyanide,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,74873,Methyl Chloride,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01553182,TON,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,10.49951,LB,2017NEI_Apr2020 +06,OK,40,,40121,Pittsburg,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.3727638,LB,2017NEI_Apr2020 +07,MO,29,,29127,Marion,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29127,Marion,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,2.200742,TON,2017NEI_Apr2020 +07,MO,29,,29127,Marion,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,.1450158,TON,2017NEI_Apr2020 +07,MO,29,,29127,Marion,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.1530317,TON,2017NEI_Apr2020 +07,MO,29,,29127,Marion,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,.007597443,LB,2017NEI_Apr2020 +07,NE,31,,31059,Fillmore,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.26010952,TON,2017NEI_Apr2020 +02,NY,36,,36047,Kings,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,4042.126,LB,2017NEI_Apr2020 +02,NY,36,,36047,Kings,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,112.2813,TON,2017NEI_Apr2020 +06,OK,40,,40017,Canadian,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,85.40063,TON,2017NEI_Apr2020 +06,OK,40,,40017,Canadian,NP,,2311030000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0896706615,TON,2017NEI_Apr2020 +04,AL,01,,01089,Madison,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.3842296562,TON,2017NEI_Apr2020 +04,AL,01,,01003,Baldwin,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,12.87706,LB,2017NEI_Apr2020 +03,WV,54,,54013,Calhoun,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.3005512,TON,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2610000400,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,2.872544,TON,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2610000400,Waste Disposal,,A,R,108952,Phenol,HAP,17.38645,LB,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2610000400,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.05745088,TON,2017NEI_Apr2020 +04,MS,28,,28145,Union,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00273183248,TON,2017NEI_Apr2020 +04,MS,28,,28145,Union,NP,,2302003200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1550519,TON,2017NEI_Apr2020 +04,MS,28,,28145,Union,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.007406684,TON,2017NEI_Apr2020 +04,MS,28,,28145,Union,NP,,2302003200,Commercial Cooking,,A,R,120127,Anthracene,HAP,3.110904,LB,2017NEI_Apr2020 +04,MS,28,,28145,Union,NP,,2302003200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,10.73388,LB,2017NEI_Apr2020 +07,KS,20,,20085,Jackson,NP,,2501060051,Gas Stations,,A,R,71432,Benzene,HAP,91.58609,LB,2017NEI_Apr2020 +07,KS,20,,20085,Jackson,NP,,2501060051,Gas Stations,,A,R,98828,Cumene,HAP,4.070493,LB,2017NEI_Apr2020 +10,WA,53,,53041,Lewis,NP,,2610000100,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.242074562256,TON,2017NEI_Apr2020 +10,WA,53,,53041,Lewis,NP,,2610000100,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,9.835113,TON,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2610000100,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.476046692385,TON,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2610000100,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,1.27893,TON,2017NEI_Apr2020 +03,WV,54,,54065,Morgan,NP,,2610000100,Waste Disposal,,A,R,100425,Styrene,HAP,6.83218,LB,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2610000100,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.9768808434,TON,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.5324883,TON,2017NEI_Apr2020 +05,WI,55,,55129,Washburn,NP,,2610000400,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.1574791,TON,2017NEI_Apr2020 +05,WI,55,,55129,Washburn,NP,,2610000400,Waste Disposal,,A,R,108952,Phenol,HAP,5.841967,LB,2017NEI_Apr2020 +05,WI,55,,55129,Washburn,NP,,2610000400,Waste Disposal,,A,R,100425,Styrene,HAP,5.156171,LB,2017NEI_Apr2020 +04,KY,21,,21127,Lawrence,NP,,2501060051,Gas Stations,,A,R,98828,Cumene,HAP,4.500941,LB,2017NEI_Apr2020 +07,MO,29,,29165,Platte,NP,,2501055120,Bulk Gasoline Terminals,,A,R,108883,Toluene,HAP,.1168423,LB,2017NEI_Apr2020 +07,MO,29,,29165,Platte,NP,,2501055120,Bulk Gasoline Terminals,,A,R,71432,Benzene,HAP,.0787132,LB,2017NEI_Apr2020 +07,MO,29,,29165,Platte,NP,,2501055120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.0467369,LB,2017NEI_Apr2020 +10,WA,53,,53075,Whitman,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,5.133749,LB,2017NEI_Apr2020 +03,PA,42,,42057,Fulton,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55041,Forest,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00000963418764,TON,2017NEI_Apr2020 +05,WI,55,,55043,Grant,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,4.951895,TON,2017NEI_Apr2020 +05,WI,55,,55053,Jackson,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.000005102868,LB,2017NEI_Apr2020 +05,WI,55,,55053,Jackson,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,.0002041147,LB,2017NEI_Apr2020 +05,WI,55,,55053,Jackson,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.005039869,TON,2017NEI_Apr2020 +05,WI,55,,55053,Jackson,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.0001673741,LB,2017NEI_Apr2020 +05,WI,55,,55053,Jackson,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.00008567778,TON,2017NEI_Apr2020 +07,KS,20,,20157,Republic,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,19.3818,LB,2017NEI_Apr2020 +05,WI,55,,55059,Kenosha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,218019,Chrysene,HAP,.00002614279,LB,2017NEI_Apr2020 +05,WI,55,,55059,Kenosha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,50000,Formaldehyde,HAP,.06274271,LB,2017NEI_Apr2020 +05,WI,55,,55059,Kenosha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,67663,Chloroform,HAP,.01542425,LB,2017NEI_Apr2020 +05,WI,55,,55059,Kenosha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440382,Arsenic,HAP,.1071855,LB,2017NEI_Apr2020 +05,WI,55,,55059,Kenosha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,83329,Acenaphthene,HAP,.0001333282,LB,2017NEI_Apr2020 +05,WI,55,,55059,Kenosha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,VOC,Volatile Organic Compounds,CAP,.006535699,TON,2017NEI_Apr2020 +05,WI,55,,55059,Kenosha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,120127,Anthracene,HAP,.00005489987,LB,2017NEI_Apr2020 +05,WI,55,,55097,Portage,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00138998937,TON,2017NEI_Apr2020 +05,WI,55,,55097,Portage,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,.0005071272,LB,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2285002007,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,3.32399,TON,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2285002007,Mobile - Locomotives,,A,R,120127,Anthracene,HAP,.1443998,LB,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2285002007,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,.7839542,TON,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2285002007,Mobile - Locomotives,,A,R,SO2,Sulfur Dioxide,CAP,.01172182,TON,2017NEI_Apr2020 +01,CT,09,,09007,Middlesex,NP,,2285002007,Mobile - Locomotives,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.002326932,LB,2017NEI_Apr2020 +05,IN,18,,18043,Floyd,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40087,McClain,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,44.0048,LB,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NOX,Nitrogen Oxides,CAP,.07176286,TON,2017NEI_Apr2020 +04,GA,13,,13029,Bryan,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,86737,Fluorene,HAP,.0002485484,LB,2017NEI_Apr2020 +04,GA,13,,13029,Bryan,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,1.775346,TON,2017NEI_Apr2020 +04,GA,13,,13029,Bryan,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01908497,TON,2017NEI_Apr2020 +04,GA,13,,13029,Bryan,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NH3,Ammonia,CAP,.8876731,TON,2017NEI_Apr2020 +04,GA,13,,13029,Bryan,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.01420277,TON,2017NEI_Apr2020 +04,GA,13,,13029,Bryan,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.004882202,TON,2017NEI_Apr2020 +08,SD,46,,46087,McCook,NP,,2325000000,Industrial Processes - Mining,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,SD,46,,46087,McCook,NP,,2325000000,Industrial Processes - Mining,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,SD,46,,46087,McCook,NP,,2325000000,Industrial Processes - Mining,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.67113,LB,2017NEI_Apr2020 +05,IN,18,,18109,Morgan,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,47.61561,LB,2017NEI_Apr2020 +05,IN,18,,18109,Morgan,NP,,2805002000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,2.164346,TON,2017NEI_Apr2020 +05,IN,18,,18019,Clark,NP,,2501080050,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.2904976,LB,2017NEI_Apr2020 +05,IN,18,,18019,Clark,NP,,2501080050,Gas Stations,,A,R,98828,Cumene,HAP,4.633136,LB,2017NEI_Apr2020 +05,OH,39,,39139,Richland,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,89.25057,LB,2017NEI_Apr2020 +05,OH,39,,39139,Richland,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,574.5506,LB,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2311010000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,17.23130762006,TON,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2311010000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2311010000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.19185873,TON,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,182.7226,TON,2017NEI_Apr2020 +04,GA,13,,13093,Dooly,NP,,2805035000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.1205989,TON,2017NEI_Apr2020 +04,GA,13,,13093,Dooly,NP,,2805035000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.02411977,LB,2017NEI_Apr2020 +06,LA,22,,22093,St. James,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22093,St. James,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22093,St. James,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47133,Overton,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.004957733858,TON,2017NEI_Apr2020 +04,TN,47,,47133,Overton,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,VOC,Volatile Organic Compounds,CAP,.6724589,TON,2017NEI_Apr2020 +05,MN,27,,27109,Olmsted,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.05158483,TON,2017NEI_Apr2020 +05,MN,27,,27109,Olmsted,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.01031697,TON,2017NEI_Apr2020 +05,MN,27,,27109,Olmsted,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,SO2,Sulfur Dioxide,CAP,.004745804,TON,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.0007394526,LB,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.000007843744,LB,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00000396574,LB,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.0006071444,LB,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.000007036558,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.00013559442,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.0001653591,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.0002204787,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440439,Cadmium,HAP,.0001653591,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.000008267953,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.00000176383,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,.00408294,TON,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.0000393712,TON,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000008267953,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2310021300,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,3289.94,LB,2017NEI_Apr2020 +06,LA,22,,22085,Sabine,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,9.031774,LB,2017NEI_Apr2020 +06,LA,22,,22085,Sabine,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.0002313415,TON,2017NEI_Apr2020 +06,LA,22,,22085,Sabine,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,9.674194,LB,2017NEI_Apr2020 +06,LA,22,,22093,St. James,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,.04529694,LB,2017NEI_Apr2020 +06,LA,22,,22093,St. James,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,.07333792,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,123319,Hydroquinone,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,75569,Propylene Oxide,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,79016,Trichloroethylene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2401020000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,79107,Acrylic Acid,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2310021502,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,633.393,LB,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2310021502,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,30.4309,LB,2017NEI_Apr2020 +05,IL,17,,17085,Jo Daviess,NP,,2850001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42063,Indiana,NP,,2310121100,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,6.265194,LB,2017NEI_Apr2020 +05,IL,17,,17103,Lee,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,92.7728,LB,2017NEI_Apr2020 +05,IL,17,,17103,Lee,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,70.0285,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,7.712034982,LB,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2310011450,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,11.88057866,LB,2017NEI_Apr2020 +05,IL,17,,17089,Kane,NP,,2311020000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17089,Kane,NP,,2311020000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,2.8330806,TON,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2861000000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.12558,LB,2017NEI_Apr2020 +05,IL,17,,17077,Jackson,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.03495962,LB,2017NEI_Apr2020 +05,IL,17,,17077,Jackson,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,.00233059,LB,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,133062,Captan,HAP,2716.904,LB,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.19057,TON,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.41123,TON,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,95.28,TON,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,5.01,TON,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,15218,LB,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,9098,LB,2017NEI_Apr2020 +04,GA,13,,13061,Clay,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NH3,Ammonia,CAP,.0000390169,TON,2017NEI_Apr2020 +04,GA,13,,13061,Clay,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO2,Sulfur Dioxide,CAP,.00004682028,TON,2017NEI_Apr2020 +04,GA,13,,13061,Clay,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM-CON,PM Condensible,CAP,.00002341014,TON,2017NEI_Apr2020 +04,GA,13,,13061,Clay,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.00000780338,TON,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.9976,LB,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.4137,TON,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00078603,TON,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.21851634,TON,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.010084,LB,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,1.4154,LB,2017NEI_Apr2020 +04,GA,13,,13135,Gwinnett,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13135,Gwinnett,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13135,Gwinnett,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13135,Gwinnett,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13135,Gwinnett,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13193,Macon,NP,,2610000100,Waste Disposal,,A,R,108952,Phenol,HAP,3.459814,LB,2017NEI_Apr2020 +04,GA,13,,13193,Macon,NP,,2610000100,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,1.444096,LB,2017NEI_Apr2020 +07,MO,29,,29173,Ralls,NP,,2610000100,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.2746537,TON,2017NEI_Apr2020 +07,MO,29,,29173,Ralls,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.05811786,TON,2017NEI_Apr2020 +07,MO,29,,29173,Ralls,NP,,2610000100,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.2746537,TON,2017NEI_Apr2020 +08,MT,30,,30007,Broadwater,NP,,2302002200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.7356557,TON,2017NEI_Apr2020 +08,MT,30,,30007,Broadwater,NP,,2302002200,Commercial Cooking,,A,R,107062,Ethylene Dichloride,HAP,.8374603,LB,2017NEI_Apr2020 +08,MT,30,,30007,Broadwater,NP,,2302002200,Commercial Cooking,,A,R,100027,4-Nitrophenol,HAP,.2530293,LB,2017NEI_Apr2020 +08,MT,30,,30007,Broadwater,NP,,2302002200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0009602185484,TON,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2805010100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,.04587099,LB,2017NEI_Apr2020 +06,OK,40,,40047,Garfield,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.002565154,LB,2017NEI_Apr2020 +04,MS,28,,28127,Simpson,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.942821,TON,2017NEI_Apr2020 +09,CA,06,,06077,San Joaquin,NP,,2640000000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,1.881135,TON,2017NEI_Apr2020 +04,GA,13,,13001,Appling,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,115.7587,LB,2017NEI_Apr2020 +04,GA,13,,13001,Appling,NP,,2805007100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,98.658,LB,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2501055120,Bulk Gasoline Terminals,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36019,Clinton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0627346902,TON,2017NEI_Apr2020 +02,NY,36,,36019,Clinton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,123319,Hydroquinone,HAP,.1609092,LB,2017NEI_Apr2020 +02,NY,36,,36019,Clinton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,50000,Formaldehyde,HAP,10.8988,LB,2017NEI_Apr2020 +02,NY,36,,36019,Clinton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,85018,Phenanthrene,HAP,.1468761,LB,2017NEI_Apr2020 +02,NY,36,,36019,Clinton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,CO,Carbon Monoxide,CAP,2.269748,TON,2017NEI_Apr2020 +02,NY,36,,36019,Clinton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,NH3,Ammonia,CAP,.01891456,TON,2017NEI_Apr2020 +02,NY,36,,36019,Clinton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.690962,TON,2017NEI_Apr2020 +02,NY,36,,36019,Clinton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,VOC,Volatile Organic Compounds,CAP,.06430952,TON,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2325000000,Industrial Processes - Mining,,A,R,PM25-FIL,PM2.5 Filterable,CAP,26.48252,TON,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.3522814,TON,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.1772236145,TON,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,107062,Ethylene Dichloride,HAP,144.1909,LB,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,710.1876,LB,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,42.14838,LB,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,530.6658,LB,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,1.447861,LB,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,11.66724,LB,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,57.98477,LB,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2302002200,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,122.2939,TON,2017NEI_Apr2020 +08,CO,08,,08105,Rio Grande,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.6247666,TON,2017NEI_Apr2020 +06,LA,22,,22061,Lincoln,NP,,2501080050,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,1.9324846,LB,2017NEI_Apr2020 +06,LA,22,,22061,Lincoln,NP,,2501080050,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.02702158,LB,2017NEI_Apr2020 +04,NC,37,,37113,Macon,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,2.262908,LB,2017NEI_Apr2020 +04,NC,37,,37113,Macon,NP,,2302003100,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.06651198,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2501050120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48069,Castro,NP,,2610000500,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000710397581,TON,2017NEI_Apr2020 +04,MS,28,,28127,Simpson,NP,,2501055120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.07207439,LB,2017NEI_Apr2020 +04,MS,28,,28047,Harrison,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,1140.15,LB,2017NEI_Apr2020 +04,AL,01,,01105,Perry,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,60.56667297058,TON,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.738032,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.1048093,LB,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.1353786,LB,2017NEI_Apr2020 +04,AL,01,,01079,Lawrence,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,280.7096791772,TON,2017NEI_Apr2020 +04,AL,01,,01053,Escambia,NP,,2805007100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.08689382,TON,2017NEI_Apr2020 +04,AL,01,,01053,Escambia,NP,,2805007100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,1.303407,LB,2017NEI_Apr2020 +04,AL,01,,01053,Escambia,NP,,2805007100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,.1042726,LB,2017NEI_Apr2020 +04,AL,01,,01053,Escambia,NP,,2805007100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,1.086173,TON,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2302002200,Commercial Cooking,,A,R,100425,Styrene,HAP,34.12777,LB,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2302002200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.003271399192,TON,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2302002200,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.3433868,LB,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2302002200,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,2.419883,TON,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2302002200,Commercial Cooking,,A,R,107062,Ethylene Dichloride,HAP,2.85317,LB,2017NEI_Apr2020 +04,AL,01,,01097,Mobile,NP,,2501060053,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,2310.426,LB,2017NEI_Apr2020 +10,AK,02,,02164,Lake and Peninsula,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0384481,TON,2017NEI_Apr2020 +09,AZ,04,,04005,Coconino,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,140.4061,TON,2017NEI_Apr2020 +06,AR,05,,05073,Lafayette,NP,,2801500150,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.215066,TON,2017NEI_Apr2020 +06,AR,05,,05073,Lafayette,NP,,2801500150,Fires - Agricultural Field Burning,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.010955,TON,2017NEI_Apr2020 +06,AR,05,,05073,Lafayette,NP,,2801500150,Fires - Agricultural Field Burning,,A,R,1330207,Xylenes (Mixed Isomers),HAP,41.6,LB,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.029305257398,TON,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1251683,TON,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.006595408,LB,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,1.323896,TON,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.0014442498,LB,2017NEI_Apr2020 +04,AL,01,,01131,Wilcox,NP,,2805035000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,1.035753,LB,2017NEI_Apr2020 +04,AL,01,,01131,Wilcox,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,8.764065,LB,2017NEI_Apr2020 +04,AL,01,,01131,Wilcox,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,.07967332,LB,2017NEI_Apr2020 +10,AK,02,,02020,Anchorage,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.2137002,LB,2017NEI_Apr2020 +06,AR,05,,05053,Grant,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,2.90363,LB,2017NEI_Apr2020 +06,AR,05,,05053,Grant,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.193854,LB,2017NEI_Apr2020 +06,AR,05,,05039,Dallas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.0008200084,LB,2017NEI_Apr2020 +06,AR,05,,05039,Dallas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.005041652,TON,2017NEI_Apr2020 +06,AR,05,,05039,Dallas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.001855854,LB,2017NEI_Apr2020 +06,AR,05,,05039,Dallas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.00000793434,LB,2017NEI_Apr2020 +09,AZ,04,,04009,Graham,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.01514087,TON,2017NEI_Apr2020 +06,AR,05,,05045,Faulkner,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.3635275,TON,2017NEI_Apr2020 +06,AR,05,,05045,Faulkner,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,7.488666,LB,2017NEI_Apr2020 +09,CA,06,,06055,Napa,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,5.780779,TON,2017NEI_Apr2020 +04,TN,47,,47115,Marion,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.001975394475,TON,2017NEI_Apr2020 +04,TN,47,,47115,Marion,NP,,2302002100,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.055502433,TON,2017NEI_Apr2020 +04,TN,47,,47115,Marion,NP,,2302002100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.916200261,TON,2017NEI_Apr2020 +04,TN,47,,47115,Marion,NP,,2302002100,Commercial Cooking,,A,R,108883,Toluene,HAP,20.39146,LB,2017NEI_Apr2020 +04,TN,47,,47115,Marion,NP,,2302002100,Commercial Cooking,,A,R,120127,Anthracene,HAP,.2942724,LB,2017NEI_Apr2020 +04,TN,47,,47115,Marion,NP,,2302002100,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,28.82402,LB,2017NEI_Apr2020 +04,TN,47,,47115,Marion,NP,,2302002100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.367055,TON,2017NEI_Apr2020 +04,TN,47,,47115,Marion,NP,,2302002100,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,6.030556,LB,2017NEI_Apr2020 +04,TN,47,,47115,Marion,NP,,2302002100,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.5223075,LB,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.707506,LB,2017NEI_Apr2020 +08,ND,38,,38017,Cass,NP,,2805025000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,101.6141,LB,2017NEI_Apr2020 +05,OH,39,,39071,Highland,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,124.4738,TON,2017NEI_Apr2020 +07,MO,29,,29205,Shelby,NP,,2501055120,Bulk Gasoline Terminals,,A,R,71432,Benzene,HAP,.07980833,LB,2017NEI_Apr2020 +07,MO,29,,29205,Shelby,NP,,2501055120,Bulk Gasoline Terminals,,A,R,98828,Cumene,HAP,.001001505,LB,2017NEI_Apr2020 +10,WA,53,,53007,Chelan,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,68.11437,TON,2017NEI_Apr2020 +02,PR,72,,72131,San Sebastian,NP,,2302003200,Commercial Cooking,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29141,Morgan,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,3.671806,TON,2017NEI_Apr2020 +07,MO,29,,29141,Morgan,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,24.96828,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2501060053,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,77.38311,LB,2017NEI_Apr2020 +05,IN,18,,18043,Floyd,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,26.85859,LB,2017NEI_Apr2020 +07,MO,29,,29067,Douglas,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.0005242212,LB,2017NEI_Apr2020 +07,MO,29,,29067,Douglas,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,107028,Acrolein,HAP,.02593073,LB,2017NEI_Apr2020 +07,MO,29,,29067,Douglas,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,1330207,Xylenes (Mixed Isomers),HAP,.07989468,LB,2017NEI_Apr2020 +07,MO,29,,29067,Douglas,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,.330792,LB,2017NEI_Apr2020 +06,LA,22,,22025,Catahoula,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,16.9229,LB,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,2.131838,LB,2017NEI_Apr2020 +06,TX,48,,48171,Gillespie,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22077,Pointe Coupee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22077,Pointe Coupee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22077,Pointe Coupee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22077,Pointe Coupee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22077,Pointe Coupee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22077,Pointe Coupee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,127184,Tetrachloroethylene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22077,Pointe Coupee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22077,Pointe Coupee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47163,Sullivan,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.01844719232,TON,2017NEI_Apr2020 +04,TN,47,,47163,Sullivan,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,86737,Fluorene,HAP,.002547641,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48053,Burnet,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,3.09,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2302002100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0006047234492,TON,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2302002100,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.026129,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2302002100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,2.04527,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2302002100,Commercial Cooking,,A,R,98862,Acetophenone,HAP,.08993782,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2302002100,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,10.02272,LB,2017NEI_Apr2020 +05,IL,17,,17067,Hancock,NP,,2302002100,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.0746028,LB,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.02602065,TON,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.02170356,LB,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.0003079143,LB,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.000105871,LB,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.02508038,TON,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.006677664,TON,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,.01236102,LB,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.0002555552,LB,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2103004000,Fuel Comb - Comm/Institutional - Oil,,A,R,56832736,Benzofluoranthenes,HAP,.0000965596484726496,LB,2017NEI_Apr2020 +05,IN,18,,18151,Steuben,NP,,2310023300,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51009,Amherst,NP,,2650000002,Waste Disposal,,A,R,7439976,Mercury,HAP,.4680761,LB,2017NEI_Apr2020 +05,IL,17,,17041,Douglas,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17041,Douglas,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21161,Mason,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,3.24,LB,2017NEI_Apr2020 +04,KY,21,,21161,Mason,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.02475,TON,2017NEI_Apr2020 +04,KY,21,,21161,Mason,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,50000,Formaldehyde,HAP,132.4,LB,2017NEI_Apr2020 +04,KY,21,,21161,Mason,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,.0517,TON,2017NEI_Apr2020 +04,KY,21,,21161,Mason,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,110543,Hexane,HAP,22.2,LB,2017NEI_Apr2020 +04,GA,13,,13221,Oglethorpe,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,.9009727,LB,2017NEI_Apr2020 +04,GA,13,,13221,Oglethorpe,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.04373654,TON,2017NEI_Apr2020 +04,GA,13,,13213,Murray,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0388821,TON,2017NEI_Apr2020 +04,GA,13,,13213,Murray,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,4.19926,LB,2017NEI_Apr2020 +04,GA,13,,13213,Murray,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.33292,LB,2017NEI_Apr2020 +04,GA,13,,13067,Cobb,NP,,2501060053,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2178.259,LB,2017NEI_Apr2020 +04,GA,13,,13149,Heard,NP,,2805002000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,4.116275,LB,2017NEI_Apr2020 +04,GA,13,,13191,McIntosh,NP,,2610000400,Waste Disposal,,A,R,100425,Styrene,HAP,2.07427,LB,2017NEI_Apr2020 +04,GA,13,,13191,McIntosh,NP,,2610000400,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.388287,TON,2017NEI_Apr2020 +04,GA,13,,13319,Wilkinson,NP,,2415000000,Solvent - Degreasing,,A,R,71432,Benzene,HAP,16.64604,LB,2017NEI_Apr2020 +04,GA,13,,13179,Liberty,NP,,2302003000,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,85.55243,LB,2017NEI_Apr2020 +04,GA,13,,13163,Jefferson,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,134.086949326,TON,2017NEI_Apr2020 +04,GA,13,,13163,Jefferson,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,143.3245,TON,2017NEI_Apr2020 +04,GA,13,,13163,Jefferson,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,1442.288,TON,2017NEI_Apr2020 +04,GA,13,,13247,Rockdale,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0284060889,TON,2017NEI_Apr2020 +04,GA,13,,13247,Rockdale,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13247,Rockdale,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13159,Jasper,NP,,2302002200,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,29.55013,LB,2017NEI_Apr2020 +04,GA,13,,13159,Jasper,NP,,2302002200,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.1935769,LB,2017NEI_Apr2020 +04,GA,13,,13159,Jasper,NP,,2302002200,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.368086,TON,2017NEI_Apr2020 +04,GA,13,,13159,Jasper,NP,,2302002200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.9168912372,TON,2017NEI_Apr2020 +04,GA,13,,13159,Jasper,NP,,2302002200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.001844179928,TON,2017NEI_Apr2020 +04,GA,13,,13193,Macon,NP,,2302003200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0079170268034,TON,2017NEI_Apr2020 +04,GA,13,,13193,Macon,NP,,2302003200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.02359569,TON,2017NEI_Apr2020 +04,GA,13,,13193,Macon,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.001127144,TON,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,75070,Acetaldehyde,HAP,90856.04,LB,2017NEI_Apr2020 +06,TX,48,,48359,Oldham,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,80.12296,LB,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,8.791239314,TON,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,6.82441172556,TON,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.5547922,LB,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.8184898,LB,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,1.29794,LB,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.09999959,LB,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.1458898,LB,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,62.77029,LB,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.7822571,TON,2017NEI_Apr2020 +04,TN,47,,47063,Hamblen,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,CO,Carbon Monoxide,CAP,302.4818,TON,2017NEI_Apr2020 +04,TN,47,,47063,Hamblen,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,75070,Acetaldehyde,HAP,63341.64,LB,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.001364,TON,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00268,TON,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.00058604651712,LB,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,91203,Naphthalene,HAP,.10946727372316,LB,2017NEI_Apr2020 +10,OR,41,,41037,Lake,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.000814565366661,LB,2017NEI_Apr2020 +10,OR,41,,41037,Lake,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,.00000968442125,LB,2017NEI_Apr2020 +10,OR,41,,41037,Lake,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.02490294,LB,2017NEI_Apr2020 +10,OR,41,,41037,Lake,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,.0049410305,TON,2017NEI_Apr2020 +10,OR,41,,41037,Lake,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00000415046625,LB,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2805045000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.516231,LB,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2805045000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.319257,LB,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2805045000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,4.04381,LB,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2805045000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,101.5828,LB,2017NEI_Apr2020 +03,PA,42,,42039,Crawford,NP,,2302003000,Commercial Cooking,,A,R,120127,Anthracene,HAP,.04169019,LB,2017NEI_Apr2020 +06,TX,48,,48423,Smith,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48423,Smith,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48423,Smith,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,90120,1-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48423,Smith,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,91576,2-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48423,Smith,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48423,Smith,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2630020000,Waste Disposal,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.00002625,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2630020000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.006375,TON,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2630020000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.007245,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2630020000,Waste Disposal,,A,R,121142,"2,4-Dinitrotoluene",HAP,.0007215,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2630020000,Waste Disposal,,A,R,75058,Acetonitrile,HAP,.005175,LB,2017NEI_Apr2020 +08,SD,46,,46101,Moody,NP,,2630020000,Waste Disposal,,A,R,92524,Biphenyl,HAP,.001128,LB,2017NEI_Apr2020 +04,TN,47,,47133,Overton,NP,,2501050120,Bulk Gasoline Terminals,,A,R,98828,Cumene,HAP,2.219063,LB,2017NEI_Apr2020 +06,TX,48,,48087,Collingsworth,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,5.51494,LB,2017NEI_Apr2020 +05,WI,55,,55119,Taylor,NP,,2302003100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.01606964944,TON,2017NEI_Apr2020 +05,WI,55,,55119,Taylor,NP,,2302003100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.05256642,LB,2017NEI_Apr2020 +05,WI,55,,55119,Taylor,NP,,2302003100,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.01029927,LB,2017NEI_Apr2020 +05,WI,55,,55119,Taylor,NP,,2302003100,Commercial Cooking,,A,R,86737,Fluorene,HAP,.1243938,LB,2017NEI_Apr2020 +05,WI,55,,55119,Taylor,NP,,2302003100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,1.246908,LB,2017NEI_Apr2020 +06,TX,48,,48093,Comanche,NP,,2660000000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48091,Comal,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,93.7558,LB,2017NEI_Apr2020 +06,TX,48,,48091,Comal,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,79.2966,LB,2017NEI_Apr2020 +06,TX,48,,48067,Cass,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,21.57035,LB,2017NEI_Apr2020 +03,VA,51,,51179,Stafford,NP,,2302002100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.498845727116,TON,2017NEI_Apr2020 +03,VA,51,,51179,Stafford,NP,,2302002100,Commercial Cooking,,A,R,108952,Phenol,HAP,8.820698,LB,2017NEI_Apr2020 +03,VA,51,,51179,Stafford,NP,,2302002100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,1.256848,LB,2017NEI_Apr2020 +03,VA,51,,51036,Charles city,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,CO,Carbon Monoxide,CAP,.2096272,TON,2017NEI_Apr2020 +03,VA,51,,51036,Charles city,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,VOC,Volatile Organic Compounds,CAP,.005939437,TON,2017NEI_Apr2020 +03,VA,51,,51036,Charles city,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,85018,Phenanthrene,HAP,.01356505,LB,2017NEI_Apr2020 +03,VA,51,,51036,Charles city,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,90120,1-Methylnaphthalene,HAP,.009158612,LB,2017NEI_Apr2020 +03,VA,51,,51036,Charles city,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,120809,Catechol,HAP,.2695736,LB,2017NEI_Apr2020 +03,VA,51,,51036,Charles city,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,123386,Propionaldehyde,HAP,.2203245,LB,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2805009100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.03387937,LB,2017NEI_Apr2020 +03,DE,10,,10003,New Castle,NP,,2805002000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.5558036,LB,2017NEI_Apr2020 +03,DE,10,,10003,New Castle,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,4.882393,TON,2017NEI_Apr2020 +06,AR,05,,05147,Woodruff,NP,,2310021030,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01073,Jefferson,NP,,2610030000,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,46.22575839156,TON,2017NEI_Apr2020 +04,AL,01,,01073,Jefferson,NP,,2610030000,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,1.57997169,TON,2017NEI_Apr2020 +04,AL,01,,01073,Jefferson,NP,,2610030000,Waste Disposal,,A,R,132649,Dibenzofuran,HAP,40.17343,LB,2017NEI_Apr2020 +04,AL,01,,01073,Jefferson,NP,,2610030000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,4872.542,LB,2017NEI_Apr2020 +04,AL,01,,01073,Jefferson,NP,,2610030000,Waste Disposal,,A,R,56553,Benz[a]Anthracene,HAP,16.50963,LB,2017NEI_Apr2020 +04,AL,01,,01073,Jefferson,NP,,2610030000,Waste Disposal,,A,R,7647010,Hydrochloric Acid,HAP,2923.451,LB,2017NEI_Apr2020 +04,AL,01,,01073,Jefferson,NP,,2610030000,Waste Disposal,,A,R,78591,Isophorone,HAP,101.8094,LB,2017NEI_Apr2020 +06,OK,40,,40027,Cleveland,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000035386109216,TON,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,34.72185,TON,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM25-FIL,PM2.5 Filterable,CAP,28.87891,TON,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,123386,Propionaldehyde,HAP,42.35246,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,1330207,Xylenes (Mixed Isomers),HAP,12.97148,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,83329,Acenaphthene,HAP,.3354977,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,85018,Phenanthrene,HAP,2.607577,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,91576,2-Methylnaphthalene,HAP,2.491323,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,98862,Acetophenone,HAP,.6477432,LB,2017NEI_Apr2020 +06,OK,40,,40137,Stephens,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,NOX,Nitrogen Oxides,CAP,14.77526,TON,2017NEI_Apr2020 +07,MO,29,,29029,Camden,NP,,2805010100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.0073592,TON,2017NEI_Apr2020 +07,MO,29,,29125,Maries,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,28.4294,LB,2017NEI_Apr2020 +07,MO,29,,29125,Maries,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,222.1047,TON,2017NEI_Apr2020 +03,PA,42,,42049,Erie,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,166.04856,LB,2017NEI_Apr2020 +03,PA,42,,42049,Erie,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,33.21044,LB,2017NEI_Apr2020 +03,PA,42,,42049,Erie,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,.7677514,LB,2017NEI_Apr2020 +03,PA,42,,42049,Erie,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,.6725264,LB,2017NEI_Apr2020 +06,TX,48,,48127,Dimmit,NP,,2310021502,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,12.52996485,LB,2017NEI_Apr2020 +06,TX,48,,48261,Kenedy,NP,,2302002200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0001156,TON,2017NEI_Apr2020 +06,TX,48,,48261,Kenedy,NP,,2302002200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.003248,TON,2017NEI_Apr2020 +06,TX,48,,48261,Kenedy,NP,,2302002200,Commercial Cooking,,A,R,95476,o-Xylene,HAP,.021889000876555,LB,2017NEI_Apr2020 +06,TX,48,,48261,Kenedy,NP,,2302002200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.00240779009642104,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,90120,1-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,123319,Hydroquinone,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16087,Washington,NP,,2805023200,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.01835763,TON,2017NEI_Apr2020 +05,IN,18,,18117,Orange,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.002392339,TON,2017NEI_Apr2020 +05,IN,18,,18117,Orange,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,.00002817901,LB,2017NEI_Apr2020 +05,IN,18,,18117,Orange,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0002392339,TON,2017NEI_Apr2020 +05,IN,18,,18117,Orange,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.00007624908,LB,2017NEI_Apr2020 +07,KS,20,,20045,Douglas,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,17.715285726,TON,2017NEI_Apr2020 +07,KS,20,,20045,Douglas,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,50.05067,TON,2017NEI_Apr2020 +06,TX,48,,48205,Hartley,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48205,Hartley,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48205,Hartley,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,.06560664,LB,2017NEI_Apr2020 +06,TX,48,,48205,Hartley,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,.447963,LB,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48267,Kimble,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0007843384205,TON,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000418079606,TON,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO2,Sulfur Dioxide,CAP,.002634955,TON,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,91203,Naphthalene,HAP,.00489322732210826808,LB,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,3.3705,LB,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,.0138249972,LB,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,.02,TON,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.16,TON,2017NEI_Apr2020 +06,TX,48,,48071,Chambers,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.21,TON,2017NEI_Apr2020 +07,MO,29,,29225,Webster,NP,,2501060053,Gas Stations,,A,R,108883,Toluene,HAP,790.1707,LB,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0001887619224,TON,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,.000006817663,LB,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.000005648921,LB,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.0005843711,LB,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,.00001460928,LB,2017NEI_Apr2020 +04,TN,47,,47183,Weakley,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.0009018073,TON,2017NEI_Apr2020 +06,TX,48,,48381,Randall,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.007544,TON,2017NEI_Apr2020 +06,TX,48,,48381,Randall,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,.18604651093488,LB,2017NEI_Apr2020 +06,TX,48,,48381,Randall,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,71432,Benzene,HAP,.8018181310041,LB,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,131113,Dimethyl Phthalate,HAP,.2304112,LB,2017NEI_Apr2020 +06,TX,48,,48507,Zavala,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,1330207,Xylenes (Mixed Isomers),HAP,78.339808,LB,2017NEI_Apr2020 +06,TX,48,,48219,Hockley,NP,,2425000000,Solvent - Graphic Arts,,A,R,VOC,Volatile Organic Compounds,CAP,.7,TON,2017NEI_Apr2020 +08,SD,46,,46059,Hand,NP,,2650000000,Waste Disposal,,A,R,7439976,Mercury,HAP,.002370732,LB,2017NEI_Apr2020 +05,IL,17,,17009,Brown,NP,,2801500263,Fires - Agricultural Field Burning,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17009,Brown,NP,,2801500263,Fires - Agricultural Field Burning,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17009,Brown,NP,,2801500263,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17013,Calhoun,NP,,2302003200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0066917833125,TON,2017NEI_Apr2020 +05,IL,17,,17013,Calhoun,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,.0000606258808164,LB,2017NEI_Apr2020 +05,IL,17,,17013,Calhoun,NP,,2302003200,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,.0687092875652232,LB,2017NEI_Apr2020 +05,IL,17,,17013,Calhoun,NP,,2302003200,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.6564847,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21013,Bell,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +08,UT,49,,49007,Carbon,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,UT,49,,49007,Carbon,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +08,UT,49,,49007,Carbon,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +08,UT,49,,49007,Carbon,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +08,UT,49,,49007,Carbon,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17011,Bureau,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12099,Palm Beach,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,540841,"2,2,4-Trimethylpentane",HAP,139.4,LB,2017NEI_Apr2020 +04,FL,12,,12099,Palm Beach,NP,,2801500171,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,1480,TON,2017NEI_Apr2020 +05,IL,17,,17047,Edwards,NP,,2401040000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21121,Knox,NP,,2310023513,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17015,Carroll,NP,,2460900000,Solvent - Consumer & Commercial Solvent Use,,A,R,107211,Ethylene Glycol,HAP,296.7479,LB,2017NEI_Apr2020 +04,FL,12,,12085,Martin,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.00000002359092,LB,2017NEI_Apr2020 +04,FL,12,,12085,Martin,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.00002400239,LB,2017NEI_Apr2020 +04,FL,12,,12085,Martin,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.00002357568,TON,2017NEI_Apr2020 +04,FL,12,,12085,Martin,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.000002392238,TON,2017NEI_Apr2020 +05,IL,17,,17031,Cook,NP,,2311030000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17031,Cook,NP,,2311030000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,44.5039245,TON,2017NEI_Apr2020 +05,IL,17,,17031,Cook,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,4238.469,TON,2017NEI_Apr2020 +05,IL,17,,17017,Cass,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17023,Clark,NP,,2801500220,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17023,Clark,NP,,2801500220,Fires - Agricultural Field Burning,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,140.9246,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,452.9718,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,67.94578,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,188.7383,LB,2017NEI_Apr2020 +04,GA,13,,13253,Seminole,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,14.0448,LB,2017NEI_Apr2020 +04,GA,13,,13253,Seminole,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13261,Sumter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0000006255518,LB,2017NEI_Apr2020 +04,GA,13,,13261,Sumter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.00015784882,LB,2017NEI_Apr2020 +04,GA,13,,13261,Sumter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.0000016743812,LB,2017NEI_Apr2020 +04,GA,13,,13261,Sumter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.0004232776,LB,2017NEI_Apr2020 +04,GA,13,,13261,Sumter,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,.000187291,TON,2017NEI_Apr2020 +04,GA,13,,13227,Pickens,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00037869896,TON,2017NEI_Apr2020 +04,GA,13,,13227,Pickens,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.23,TON,2017NEI_Apr2020 +04,GA,13,,13173,Lanier,NP,,2805010100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13173,Lanier,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13173,Lanier,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13145,Harris,NP,,2805007100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.2545288,LB,2017NEI_Apr2020 +04,GA,13,,13145,Harris,NP,,2805007100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.3314177,TON,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2311010000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13279,Toombs,NP,,2630020000,Waste Disposal,,A,R,71432,Benzene,HAP,3.00831,LB,2017NEI_Apr2020 +04,GA,13,,13279,Toombs,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,.251661,LB,2017NEI_Apr2020 +04,GA,13,,13279,Toombs,NP,,2630020000,Waste Disposal,,A,R,75014,Vinyl Chloride,HAP,.00299937,LB,2017NEI_Apr2020 +04,GA,13,,13279,Toombs,NP,,2630020000,Waste Disposal,,A,R,75218,Ethylene Oxide,HAP,.099234,LB,2017NEI_Apr2020 +04,GA,13,,13279,Toombs,NP,,2630020000,Waste Disposal,,A,R,79005,"1,1,2-Trichloroethane",HAP,.00052299,LB,2017NEI_Apr2020 +04,GA,13,,13279,Toombs,NP,,2630020000,Waste Disposal,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.00078225,LB,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2401085000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2401085000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16011,Bingham,NP,,2401085000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13275,Thomas,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0575665,TON,2017NEI_Apr2020 +04,GA,13,,13275,Thomas,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,7.0922,LB,2017NEI_Apr2020 +04,GA,13,,13275,Thomas,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.000248688,LB,2017NEI_Apr2020 +04,GA,13,,13277,Tift,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000002262993366,TON,2017NEI_Apr2020 +04,GA,13,,13277,Tift,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.000002269489,LB,2017NEI_Apr2020 +04,GA,13,,13277,Tift,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.000006093238,LB,2017NEI_Apr2020 +04,GA,13,,13277,Tift,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.00000007149399,LB,2017NEI_Apr2020 +04,GA,13,,13277,Tift,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.000003054743,LB,2017NEI_Apr2020 +04,GA,13,,13277,Tift,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.000009675191,LB,2017NEI_Apr2020 +04,GA,13,,13241,Rabun,NP,,2302003200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0331712179084,TON,2017NEI_Apr2020 +04,GA,13,,13241,Rabun,NP,,2302003200,Commercial Cooking,,A,R,86737,Fluorene,HAP,24.6446,LB,2017NEI_Apr2020 +04,GA,13,,13317,Wilkes,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13317,Wilkes,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13317,Wilkes,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16035,Clearwater,NP,,2302002100,Commercial Cooking,,A,R,100425,Styrene,HAP,3.022856,LB,2017NEI_Apr2020 +10,ID,16,,16035,Clearwater,NP,,2302002100,Commercial Cooking,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.123995202558765479698,LB,2017NEI_Apr2020 +10,ID,16,,16035,Clearwater,NP,,2302002100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.061123561956,TON,2017NEI_Apr2020 +10,ID,16,,16035,Clearwater,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00030828786,TON,2017NEI_Apr2020 +10,ID,16,,16035,Clearwater,NP,,2302002100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.2261958,LB,2017NEI_Apr2020 +10,ID,16,,16051,Jefferson,NP,,2610000400,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0009723567,TON,2017NEI_Apr2020 +10,ID,16,,16051,Jefferson,NP,,2610000400,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,2.969028,TON,2017NEI_Apr2020 +05,IL,17,,17037,DeKalb,NP,,2805009100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.00370796,TON,2017NEI_Apr2020 +10,ID,16,,16055,Kootenai,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,1699,LB,2017NEI_Apr2020 +05,IL,17,,17165,Saline,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0321223175,TON,2017NEI_Apr2020 +05,IL,17,,17165,Saline,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0201817525,TON,2017NEI_Apr2020 +05,IL,17,,17165,Saline,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.366275,TON,2017NEI_Apr2020 +05,IL,17,,17165,Saline,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.411125,TON,2017NEI_Apr2020 +05,IL,17,,17165,Saline,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,107028,Acrolein,HAP,329.55,LB,2017NEI_Apr2020 +05,IL,17,,17165,Saline,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.40365,TON,2017NEI_Apr2020 +05,IL,17,,17165,Saline,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,2.2425,TON,2017NEI_Apr2020 +05,IL,17,,17165,Saline,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,76.05,LB,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00332211512046,TON,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.07215404,LB,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.13332812,LB,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.07560488,TON,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO2,Sulfur Dioxide,CAP,.005369594,TON,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00013379868,LB,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439965,Manganese,HAP,.05333124,LB,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2501060051,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,18.0763973,LB,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2805010100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.009601376,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2805010100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.0007681101,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.02596212,LB,2017NEI_Apr2020 +07,MO,29,,29129,Mercer,NP,,2805025000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,601.668,TON,2017NEI_Apr2020 +01,MA,25,,25013,Hampden,NP,,2805035000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,2.95355,LB,2017NEI_Apr2020 +05,IN,18,,18123,Perry,NP,,2310121700,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18123,Perry,NP,,2310121700,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18135,Randolph,NP,,2310021503,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.05703446,TON,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2294000000,Dust - Paved Road Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.053967174562,TON,2017NEI_Apr2020 +06,TX,48,,48013,Atascosa,NP,,2302003100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48013,Atascosa,NP,,2302003100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.17,TON,2017NEI_Apr2020 +06,TX,48,,48015,Austin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.001886,TON,2017NEI_Apr2020 +06,TX,48,,48015,Austin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,3.8,TON,2017NEI_Apr2020 +06,TX,48,,48015,Austin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,206440,Fluoranthene,HAP,.00029302325856,LB,2017NEI_Apr2020 +06,TX,48,,48015,Austin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000476,TON,2017NEI_Apr2020 +06,TX,48,,48015,Austin,NP,,2310011506,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,122.97243504,LB,2017NEI_Apr2020 +06,TX,48,,48077,Clay,NP,,2302003200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48077,Clay,NP,,2302003200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.01722,TON,2017NEI_Apr2020 +07,IA,19,,19023,Butler,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19023,Butler,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,IA,19,,19023,Butler,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19023,Butler,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20111,Lyon,NP,,2311010000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.5003382051809,TON,2017NEI_Apr2020 +07,KS,20,,20111,Lyon,NP,,2311010000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0001936558235,TON,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48277,Lamar,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48021,Bastrop,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48021,Bastrop,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48021,Bastrop,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20059,Franklin,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0081895358,TON,2017NEI_Apr2020 +07,KS,20,,20059,Franklin,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.4748615,TON,2017NEI_Apr2020 +07,KS,20,,20059,Franklin,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,4.310282,TON,2017NEI_Apr2020 +07,KS,20,,20059,Franklin,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,390.8476,LB,2017NEI_Apr2020 +06,TX,48,,48217,Hill,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.02,TON,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,120127,Anthracene,HAP,.009932234,LB,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,7440382,Arsenic,HAP,.0005698878,LB,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,7440439,Cadmium,HAP,.003353912,LB,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,83329,Acenaphthene,HAP,.06646296,LB,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,.01890768,TON,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,NH3,Ammonia,CAP,.001474649,TON,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.002708368254,TON,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000967855322,TON,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,7439965,Manganese,HAP,.0006829064,LB,2017NEI_Apr2020 +05,OH,39,,39075,Holmes,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,7439976,Mercury,HAP,.00000424676,LB,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,1.41,TON,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.15,TON,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,1.66214656,LB,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,20.35456,LB,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,7440484,Cobalt,HAP,.0033,LB,2017NEI_Apr2020 +10,ID,16,,16063,Lincoln,NP,,2805030000,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.007251111044064,LB,2017NEI_Apr2020 +10,ID,16,,16063,Lincoln,NP,,2805030000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.003757393815822,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.01879283,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.04438997,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,7.128317,TON,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.1154301,TON,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.607527,TON,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.4068683652348,TON,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.01571804,LB,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0399242,TON,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00156313,LB,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,.4158771,TON,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.4109844,TON,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,205992,Benzo[b]Fluoranthene,HAP,.0002657053,LB,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.01356679,LB,2017NEI_Apr2020 +07,KS,20,,20003,Anderson,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20003,Anderson,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20003,Anderson,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20003,Anderson,NP,,2610000400,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.003474934,TON,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.7721647,LB,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,.9421425,LB,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.007284624,TON,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.06540468,LB,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.009584225,LB,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.05892767,LB,2017NEI_Apr2020 +07,KS,20,,20077,Harper,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,7.47889,LB,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0156983015,TON,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.01546631,LB,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,120127,Anthracene,HAP,.6702066,LB,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,120821,"1,2,4-Trichlorobenzene",HAP,.05155435,LB,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,205992,Benzo[b]Fluoranthene,HAP,.9537555,LB,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.1391967,LB,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,56553,Benz[a]Anthracene,HAP,.7733153,LB,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,71432,Benzene,HAP,504.0469,LB,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,4.485229,TON,2017NEI_Apr2020 +07,KS,20,,20147,Phillips,NP,,2610030000,Waste Disposal,,A,R,78591,Isophorone,HAP,4.768777,LB,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2302003200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.42476,TON,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2302003200,Commercial Cooking,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2302003200,Commercial Cooking,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.03,TON,2017NEI_Apr2020 +06,TX,48,,48041,Brazos,NP,,2302003200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,.00801612,LB,2017NEI_Apr2020 +07,KS,20,,20107,Linn,NP,,2310023600,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17031,Cook,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,33.53587,TON,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2310023300,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13055,Chattooga,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.000004411621,TON,2017NEI_Apr2020 +04,GA,13,,13055,Chattooga,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.000000001169823,LB,2017NEI_Apr2020 +04,GA,13,,13055,Chattooga,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.000000003314027,LB,2017NEI_Apr2020 +04,GA,13,,13055,Chattooga,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.0000000007137904,LB,2017NEI_Apr2020 +04,GA,13,,13055,Chattooga,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.000002297159,LB,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439965,Manganese,HAP,.002094362,LB,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.001047181,LB,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.001341871,TON,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO2,Sulfur Dioxide,CAP,.05292934,TON,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,.000003036827,LB,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,129000,Pyrene,HAP,.00001047181,LB,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000005584965,LB,2017NEI_Apr2020 +04,GA,13,,13139,Hall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.000008274359,LB,2017NEI_Apr2020 +04,GA,13,,13139,Hall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13139,Hall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.000009915554,LB,2017NEI_Apr2020 +04,GA,13,,13139,Hall,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.000002981789,TON,2017NEI_Apr2020 +06,OK,40,,40103,Noble,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.022715,TON,2017NEI_Apr2020 +06,OK,40,,40103,Noble,NP,,2801500141,Fires - Agricultural Field Burning,,A,R,106990,"1,3-Butadiene",HAP,169,LB,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2302003100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.536550932,TON,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2302003100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.1544556,TON,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2302003100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.007087337,TON,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2302003100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.005390222,TON,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2302003100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,6.798853,LB,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2302003100,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,18.9624194851728,LB,2017NEI_Apr2020 +07,KS,20,,20121,Miami,NP,,2310023513,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20121,Miami,NP,,2310023513,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17053,Ford,NP,,2460900000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,2.491328,LB,2017NEI_Apr2020 +07,MO,29,,29211,Sullivan,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29211,Sullivan,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29211,Sullivan,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39045,Fairfield,NP,,2310023515,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.04111675,LB,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.1438309,TON,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,140.2352,LB,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.2934153,LB,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.3387789,LB,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,25.09859,LB,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,FL,12,,12081,Manatee,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,OR,41,,41047,Marion,NP,,2501060052,Gas Stations,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39087,Lawrence,NP,,2310011505,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,1.555266,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,3.1605073305,TON,2017NEI_Apr2020 +08,UT,49,,49047,Uintah,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,UT,49,,49047,Uintah,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +08,UT,49,,49047,Uintah,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +08,UT,49,,49047,Uintah,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +08,UT,49,,49047,Uintah,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +08,UT,49,,49057,Weber,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,138.81,LB,2017NEI_Apr2020 +08,UT,49,,49035,Salt Lake,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,16.09,TON,2017NEI_Apr2020 +06,TX,48,,48253,Jones,NP,,2302003000,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48253,Jones,NP,,2302003000,Commercial Cooking,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48253,Jones,NP,,2302003000,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48253,Jones,NP,,2302003000,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,29.093427984,LB,2017NEI_Apr2020 +06,TX,48,,48503,Young,NP,,2302003200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.03444,TON,2017NEI_Apr2020 +06,TX,48,,48503,Young,NP,,2302003200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.07,TON,2017NEI_Apr2020 +06,TX,48,,48503,Young,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48503,Young,NP,,2302003200,Commercial Cooking,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51061,Fauquier,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.13257574,TON,2017NEI_Apr2020 +03,VA,51,,51105,Lee,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000483581388,TON,2017NEI_Apr2020 +03,VA,51,,51105,Lee,NP,,2302002100,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.1278622,LB,2017NEI_Apr2020 +03,VA,51,,51105,Lee,NP,,2302002100,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.476295,LB,2017NEI_Apr2020 +03,VA,51,,51105,Lee,NP,,2302002100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.156338,LB,2017NEI_Apr2020 +03,VA,51,,51105,Lee,NP,,2302002100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.01112333,TON,2017NEI_Apr2020 +03,VA,51,,51105,Lee,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.3447082,TON,2017NEI_Apr2020 +03,VA,51,,51105,Lee,NP,,2302002100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.3346584,TON,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2805007100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,4.619589,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2805007100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,1.539863,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,2.094214,LB,2017NEI_Apr2020 +05,WI,55,,55059,Kenosha,NP,,2501060201,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,106.6506,LB,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,.2272179,LB,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,2.008221,LB,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,91203,Naphthalene,HAP,4.67277,LB,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,79005,"1,1,2-Trichloroethane",HAP,.00417339,LB,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,1.515975,TON,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,27.32322,LB,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,100425,Styrene,HAP,9.73791,LB,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,107051,Allyl Chloride,HAP,.0691998,LB,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,108054,Vinyl Acetate,HAP,.2732322,LB,2017NEI_Apr2020 +05,WI,55,,55055,Jefferson,NP,,2630020000,Waste Disposal,,A,R,108101,Methyl Isobutyl Ketone,HAP,9.59523,LB,2017NEI_Apr2020 +06,TX,48,,48329,Midland,NP,,2415000000,Solvent - Degreasing,,A,R,127184,Tetrachloroethylene,HAP,2920.154126056,LB,2017NEI_Apr2020 +06,TX,48,,48425,Somervell,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.115801,TON,2017NEI_Apr2020 +06,TX,48,,48347,Nacogdoches,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.002796155264,TON,2017NEI_Apr2020 +06,TX,48,,48347,Nacogdoches,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.003034662,TON,2017NEI_Apr2020 +06,TX,48,,48347,Nacogdoches,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,.002343084,TON,2017NEI_Apr2020 +06,TX,48,,48347,Nacogdoches,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.00591308741936294536,LB,2017NEI_Apr2020 +06,TX,48,,48347,Nacogdoches,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.00000118261730661984,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72143,Vega Alta,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000000005412647,LB,2017NEI_Apr2020 +02,PR,72,,72143,Vega Alta,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.000000001082529,LB,2017NEI_Apr2020 +02,PR,72,,72143,Vega Alta,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.000001868652,LB,2017NEI_Apr2020 +02,PR,72,,72143,Vega Alta,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.000003800336,TON,2017NEI_Apr2020 +02,PR,72,,72143,Vega Alta,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.000000005541519,LB,2017NEI_Apr2020 +02,PR,72,,72141,Utuado,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72141,Utuado,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72141,Utuado,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72141,Utuado,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51171,Shenandoah,NP,,2601020000,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,14.12255,TON,2017NEI_Apr2020 +08,SD,46,,46097,Miner,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,33.60775,TON,2017NEI_Apr2020 +08,SD,46,,46097,Miner,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,33.60775,TON,2017NEI_Apr2020 +08,SD,46,,46097,Miner,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,8.401938,TON,2017NEI_Apr2020 +06,TX,48,,48039,Brazoria,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.6424454326,TON,2017NEI_Apr2020 +10,WA,53,,53025,Grant,NP,,2861000010,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.00001875563,LB,2017NEI_Apr2020 +03,VA,51,,51091,Highland,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.005748004,TON,2017NEI_Apr2020 +03,VA,51,,51650,Hampton city,NP,,2302002100,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.2325270402,TON,2017NEI_Apr2020 +03,VA,51,,51650,Hampton city,NP,,2302002100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.1903622,TON,2017NEI_Apr2020 +03,VA,51,,51650,Hampton city,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.899257,TON,2017NEI_Apr2020 +03,VA,51,,51650,Hampton city,NP,,2302002100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01837218,TON,2017NEI_Apr2020 +03,VA,51,,51650,Hampton city,NP,,2302002100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,1.480307,TON,2017NEI_Apr2020 +06,TX,48,,48099,Coryell,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,1.048856,TON,2017NEI_Apr2020 +06,TX,48,,48099,Coryell,NP,,2285002006,Mobile - Locomotives,,A,R,7440020,Nickel,HAP,.013740014,LB,2017NEI_Apr2020 +06,TX,48,,48099,Coryell,NP,,2285002006,Mobile - Locomotives,,A,R,56553,Benz[a]Anthracene,HAP,.0254041,LB,2017NEI_Apr2020 +06,TX,48,,48099,Coryell,NP,,2285002006,Mobile - Locomotives,,A,R,110543,Hexane,HAP,19.27067,LB,2017NEI_Apr2020 +06,TX,48,,48099,Coryell,NP,,2285002006,Mobile - Locomotives,,A,R,100414,Ethyl Benzene,HAP,7.007516,LB,2017NEI_Apr2020 +06,TX,48,,48099,Coryell,NP,,2285002006,Mobile - Locomotives,,A,R,NH3,Ammonia,CAP,.03001898,TON,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440484,Cobalt,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17131,Mercer,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,11.68,TON,2017NEI_Apr2020 +05,IL,17,,17131,Mercer,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,12.29635,TON,2017NEI_Apr2020 +05,IL,17,,17131,Mercer,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,214.7405,LB,2017NEI_Apr2020 +07,KS,20,,20081,Haskell,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,555.3015,TON,2017NEI_Apr2020 +07,KS,20,,20151,Pratt,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,24.133,LB,2017NEI_Apr2020 +07,KS,20,,20151,Pratt,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,95.8425,LB,2017NEI_Apr2020 +07,KS,20,,20151,Pratt,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.03447572,TON,2017NEI_Apr2020 +07,KS,20,,20151,Pratt,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,8.308648,LB,2017NEI_Apr2020 +07,KS,20,,20151,Pratt,NP,,2610000100,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.16368,TON,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,6.84104664,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,.257309112,LB,2017NEI_Apr2020 +05,OH,39,,39153,Summit,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39153,Summit,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39153,Summit,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39155,Trumbull,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.04851452,TON,2017NEI_Apr2020 +05,OH,39,,39155,Trumbull,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.04794376,TON,2017NEI_Apr2020 +05,OH,39,,39155,Trumbull,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.002380225,LB,2017NEI_Apr2020 +05,OH,39,,39155,Trumbull,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,106990,"1,3-Butadiene",HAP,.01222954,LB,2017NEI_Apr2020 +03,PA,42,,42131,Wyoming,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42131,Wyoming,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42131,Wyoming,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48109,Culberson,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,4.46,TON,2017NEI_Apr2020 +06,TX,48,,48109,Culberson,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,.093163644,LB,2017NEI_Apr2020 +06,TX,48,,48109,Culberson,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.213904,TON,2017NEI_Apr2020 +05,IL,17,,17141,Ogle,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17141,Ogle,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17141,Ogle,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17141,Ogle,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17141,Ogle,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17149,Pike,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.0009133156,TON,2017NEI_Apr2020 +05,IL,17,,17149,Pike,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.002156316,LB,2017NEI_Apr2020 +05,IL,17,,17149,Pike,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,4.187886,LB,2017NEI_Apr2020 +07,KS,20,,20159,Rice,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0028686352,TON,2017NEI_Apr2020 +07,KS,20,,20159,Rice,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.1151549,TON,2017NEI_Apr2020 +06,TX,48,,48049,Brown,NP,,2302003100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.96432,TON,2017NEI_Apr2020 +06,TX,48,,48049,Brown,NP,,2302003100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.6654648,TON,2017NEI_Apr2020 +06,TX,48,,48049,Brown,NP,,2302003100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.12,TON,2017NEI_Apr2020 +06,TX,48,,48049,Brown,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,.01299912,LB,2017NEI_Apr2020 +06,TX,48,,48161,Freestone,NP,,2310021030,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48161,Freestone,NP,,2310021030,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.05,TON,2017NEI_Apr2020 +10,ID,16,,16079,Shoshone,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,206440,Fluoranthene,HAP,.00009761992,LB,2017NEI_Apr2020 +10,ID,16,,16079,Shoshone,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0006283158078,TON,2017NEI_Apr2020 +10,ID,16,,16079,Shoshone,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7439976,Mercury,HAP,.008057516,LB,2017NEI_Apr2020 +10,ID,16,,16079,Shoshone,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7440484,Cobalt,HAP,.002603198,LB,2017NEI_Apr2020 +10,ID,16,,16079,Shoshone,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,86737,Fluorene,HAP,.00009111192,LB,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.2168040924,TON,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,23.10911,LB,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,40.6314,LB,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.1293265,LB,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.248715,LB,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.1465372,LB,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,492.1479,LB,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,12.291,LB,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.05078926,TON,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0073822182,TON,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48181,Grayson,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,470.9459,LB,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,15.230742,LB,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,4.47972916,LB,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.068839,TON,2017NEI_Apr2020 +06,TX,48,,48053,Burnet,NP,,2310021303,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48053,Burnet,NP,,2310021303,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48053,Burnet,NP,,2310021303,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48053,Burnet,NP,,2310021303,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20023,Cheyenne,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.1323214771,TON,2017NEI_Apr2020 +07,KS,20,,20023,Cheyenne,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,1.6337736,LB,2017NEI_Apr2020 +07,KS,20,,20023,Cheyenne,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,1.8795622,LB,2017NEI_Apr2020 +07,KS,20,,20023,Cheyenne,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,164.1039,TON,2017NEI_Apr2020 +07,KS,20,,20023,Cheyenne,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,2963.99,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.02708311032,TON,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.25636736328,TON,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.003213573,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,14.34628,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.01651112,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,192972,Benzo[e]Pyrene,HAP,.04831441,LB,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.4625484,TON,2017NEI_Apr2020 +07,KS,20,,20171,Scott,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.09345597,TON,2017NEI_Apr2020 +06,TX,48,,48311,McMullen,NP,,2310021506,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47067,Hancock,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,832699,1-Methylphenanthrene,HAP,.0005355939,LB,2017NEI_Apr2020 +04,TN,47,,47067,Hancock,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,120127,Anthracene,HAP,.0008299302,LB,2017NEI_Apr2020 +04,TN,47,,47067,Hancock,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,120809,Catechol,HAP,.07527277,LB,2017NEI_Apr2020 +04,TN,47,,47067,Hancock,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,123386,Propionaldehyde,HAP,.06152099,LB,2017NEI_Apr2020 +05,IL,17,,17201,Winnebago,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,2.41,TON,2017NEI_Apr2020 +05,IL,17,,17201,Winnebago,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.4891454,LB,2017NEI_Apr2020 +05,IL,17,,17201,Winnebago,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,415.9373,LB,2017NEI_Apr2020 +05,IL,17,,17201,Winnebago,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7440020,Nickel,HAP,.04411456,LB,2017NEI_Apr2020 +05,IL,17,,17201,Winnebago,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.06932288,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000526113214,TON,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,91203,Naphthalene,HAP,.04377398,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,1.435213,TON,2017NEI_Apr2020 +04,TN,47,,47145,Roane,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,.3521848,LB,2017NEI_Apr2020 +04,TN,47,,47173,Union,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.05177319,TON,2017NEI_Apr2020 +04,TN,47,,47173,Union,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,107028,Acrolein,HAP,.03124266,LB,2017NEI_Apr2020 +04,TN,47,,47173,Union,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0095558524,TON,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2801500420,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2801500420,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2801500420,Fires - Agricultural Field Burning,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2801500420,Fires - Agricultural Field Burning,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2801500420,Fires - Agricultural Field Burning,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2801500420,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,205992,Benzo[b]Fluoranthene,HAP,.000004193565,LB,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00002467052,LB,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,.003588439,LB,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.02007717,TON,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.0001235518,TON,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,108883,Toluene,HAP,.01730745,LB,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00000303035,LB,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.001964116,TON,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,.0007575874,LB,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0007762933,TON,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.00001893969,LB,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.0007482345,TON,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000004040466,LB,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000096404705628,TON,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.0000004545525,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05021,Clay,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40073,Kingfisher,NP,,2310121100,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,253.4292,LB,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.81824669023232,LB,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,51.101120627712,LB,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,.443082168064,LB,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.02899197726,TON,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,.02567402,TON,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,8.118724,TON,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.4786688,TON,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,21.44259116544,LB,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,663.020908288,LB,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0249349003,TON,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,39.08229,TON,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,.31824599422132,LB,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,.37455107591912,LB,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,.3353823013795,LB,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,16.23054614007,LB,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,56235,Carbon Tetrachloride,HAP,.43330412903288,LB,2017NEI_Apr2020 +03,WV,54,,54071,Pendleton,NP,,2310023310,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48027,Bell,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +09,CA,06,,06113,Yolo,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30069,Petroleum,NP,,2310023515,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54107,Wood,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54107,Wood,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54107,Wood,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54107,Wood,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +02,NY,36,,36115,Washington,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.41849925,TON,2017NEI_Apr2020 +02,NY,36,,36115,Washington,NP,,2610000100,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.096468,TON,2017NEI_Apr2020 +02,NY,36,,36029,Erie,NP,,2310021501,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,270.8972,LB,2017NEI_Apr2020 +02,NY,36,,36065,Oneida,NP,,2310023516,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36065,Oneida,NP,,2310023516,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,.09992222477776,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,.11397783755556,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.16943337633332,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,2.46100107,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,141.06669733332,LB,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,.18757783888888,LB,2017NEI_Apr2020 +08,WY,56,,56021,Laramie,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,86737,Fluorene,HAP,.006886714,LB,2017NEI_Apr2020 +08,WY,56,,56021,Laramie,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,6.763737,TON,2017NEI_Apr2020 +08,WY,56,,56021,Laramie,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,71432,Benzene,HAP,5.435586,LB,2017NEI_Apr2020 +06,TX,48,,48399,Runnels,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,40.6066,LB,2017NEI_Apr2020 +06,TX,48,,48269,King,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00001437244578,TON,2017NEI_Apr2020 +06,TX,48,,48269,King,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.007939748,LB,2017NEI_Apr2020 +06,TX,48,,48269,King,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.000133726,LB,2017NEI_Apr2020 +06,TX,48,,48269,King,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7664393,Hydrogen Fluoride,HAP,.002788722,LB,2017NEI_Apr2020 +06,TX,48,,48269,King,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.0005737694,TON,2017NEI_Apr2020 +06,TX,48,,48269,King,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.0001800896,LB,2017NEI_Apr2020 +08,WY,56,,56009,Converse,NP,,2805035000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,4.467806,LB,2017NEI_Apr2020 +08,WY,56,,56009,Converse,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,37.80451,LB,2017NEI_Apr2020 +02,PR,72,,72095,Maunabo,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,1.670903,LB,2017NEI_Apr2020 +02,PR,72,,72095,Maunabo,NP,,2501060201,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,1.576324,TON,2017NEI_Apr2020 +06,TX,48,,48473,Waller,NP,,2501050120,Bulk Gasoline Terminals,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21091,Hancock,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,KY,21,,21091,Hancock,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21091,Hancock,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2310021501,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12113,Santa Rosa,NP,,2310111100,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,4.146704,LB,2017NEI_Apr2020 +04,MS,28,,28157,Wilkinson,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28157,Wilkinson,NP,,2311030000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,MS,28,,28157,Wilkinson,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19043,Clayton,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0021729901,TON,2017NEI_Apr2020 +07,IA,19,,19043,Clayton,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,.007334577,LB,2017NEI_Apr2020 +07,IA,19,,19043,Clayton,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.1073877,TON,2017NEI_Apr2020 +07,IA,19,,19043,Clayton,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,.9074257,LB,2017NEI_Apr2020 +04,KY,21,,21219,Todd,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21219,Todd,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21219,Todd,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21219,Todd,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,100414,Ethyl Benzene,HAP,.06436158,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM-CON,PM Condensible,CAP,.01932029,TON,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,123386,Propionaldehyde,HAP,.7166897,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,75070,Acetaldehyde,HAP,4.789176,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,86737,Fluorene,HAP,.01247884,LB,2017NEI_Apr2020 +07,MO,29,,29185,St. Clair,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.4368948,TON,2017NEI_Apr2020 +07,MO,29,,29185,St. Clair,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.1577859,TON,2017NEI_Apr2020 +07,MO,29,,29185,St. Clair,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.003439733,LB,2017NEI_Apr2020 +07,MO,29,,29185,St. Clair,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.2821212,LB,2017NEI_Apr2020 +05,IN,18,,18089,Lake,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IN,18,,18089,Lake,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18089,Lake,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18089,Lake,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18089,Lake,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19053,Decatur,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.4236197562,TON,2017NEI_Apr2020 +07,IA,19,,19053,Decatur,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.091241,TON,2017NEI_Apr2020 +07,IA,19,,19053,Decatur,NP,,2610000500,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.091241,TON,2017NEI_Apr2020 +07,IA,19,,19057,Des Moines,NP,,2610000500,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,1.95115014,TON,2017NEI_Apr2020 +07,IA,19,,19057,Des Moines,NP,,2610000500,Waste Disposal,,A,R,100425,Styrene,HAP,196.32766,LB,2017NEI_Apr2020 +07,IA,19,,19057,Des Moines,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,17.90046,TON,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.01060531,LB,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,23.33167,LB,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,63.63183,LB,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0302395828,TON,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,3.8957433256,TON,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.07471919,LB,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,142.2075,LB,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,188.0031,LB,2017NEI_Apr2020 +04,KY,21,,21087,Green,NP,,2610030000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.058269505,TON,2017NEI_Apr2020 +04,KY,21,,21087,Green,NP,,2610030000,Waste Disposal,,A,R,1336363,Polychlorinated Biphenyls,HAP,.2392017,LB,2017NEI_Apr2020 +04,KY,21,,21087,Green,NP,,2610030000,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.566673,TON,2017NEI_Apr2020 +04,KY,21,,21087,Green,NP,,2610030000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,131.3695,LB,2017NEI_Apr2020 +04,KY,21,,21087,Green,NP,,2610030000,Waste Disposal,,A,R,50328,Benzo[a]Pyrene,HAP,2.679058,LB,2017NEI_Apr2020 +04,KY,21,,21087,Green,NP,,2610030000,Waste Disposal,,A,R,56553,Benz[a]Anthracene,HAP,2.87042,LB,2017NEI_Apr2020 +04,KY,21,,21087,Green,NP,,2610030000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,32.43574,LB,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.3903420876,TON,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610000400,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.109601462,TON,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610000400,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.9609043,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2805025000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,76.24684,LB,2017NEI_Apr2020 +05,MN,27,,27121,Pope,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.09451349,TON,2017NEI_Apr2020 +05,MN,27,,27121,Pope,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.0005830756,LB,2017NEI_Apr2020 +04,MS,28,,28019,Choctaw,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,.00013095382,LB,2017NEI_Apr2020 +04,MS,28,,28019,Choctaw,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,.8931722,TON,2017NEI_Apr2020 +04,MS,28,,28019,Choctaw,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,.0133752,TON,2017NEI_Apr2020 +04,MS,28,,28019,Choctaw,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.007107323,TON,2017NEI_Apr2020 +04,MS,28,,28085,Lincoln,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,.2084589,LB,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2805025000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,2.174733,LB,2017NEI_Apr2020 +04,MS,28,,28045,Hancock,NP,,2302003100,Commercial Cooking,,A,R,86737,Fluorene,HAP,.382162,LB,2017NEI_Apr2020 +05,MN,27,,27131,Rice,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,11226.44,LB,2017NEI_Apr2020 +05,MN,27,,27131,Rice,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,20.6612,LB,2017NEI_Apr2020 +05,MN,27,,27111,Otter Tail,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,16.0848,LB,2017NEI_Apr2020 +06,AR,05,,05037,Cross,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.000007886551825,TON,2017NEI_Apr2020 +06,AR,05,,05037,Cross,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00000117635913,TON,2017NEI_Apr2020 +06,AR,05,,05037,Cross,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,VOC,Volatile Organic Compounds,CAP,.0002296196,TON,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28083,Leflore,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,45.94546,LB,2017NEI_Apr2020 +06,OK,40,,40143,Tulsa,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41013,Crook,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41013,Crook,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02185,North Slope,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,10.91,TON,2017NEI_Apr2020 +10,AK,02,,02185,North Slope,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.462,LB,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.00002801173,LB,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.00000136708,LB,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.1101203,LB,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.3718879,LB,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.005977624,LB,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.0001795968,LB,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.01727837,TON,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01779926,TON,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00000688901,LB,2017NEI_Apr2020 +07,MO,29,,29055,Crawford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.001753246,TON,2017NEI_Apr2020 +06,AR,05,,05043,Drew,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00047880931424,TON,2017NEI_Apr2020 +06,AR,05,,05043,Drew,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56832736,Benzofluoranthenes,HAP,.000001237559,LB,2017NEI_Apr2020 +06,AR,05,,05043,Drew,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,.00168758,LB,2017NEI_Apr2020 +06,AR,05,,05043,Drew,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,.002008428,TON,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,.000009102588,LB,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,.00009739394,LB,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.00004232891,TON,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000221861182788,TON,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19181,Warren,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48113,Dallas,NP,,2401060000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,8.64,LB,2017NEI_Apr2020 +07,IA,19,,19127,Marshall,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-FIL,PM10 Filterable,CAP,.0214467,TON,2017NEI_Apr2020 +07,IA,19,,19127,Marshall,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,CO,Carbon Monoxide,CAP,8.546512,TON,2017NEI_Apr2020 +07,IA,19,,19127,Marshall,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,VOC,Volatile Organic Compounds,CAP,.5576143,TON,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,.9628771,TON,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.001059165,TON,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,85018,Phenanthrene,HAP,.000337007,LB,2017NEI_Apr2020 +07,KS,20,,20179,Sheridan,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7439921,Lead,CAP/HAP,.00962877,LB,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00044212031019,TON,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,.00001813945,LB,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,.0000007016905,LB,2017NEI_Apr2020 +07,IA,19,,19047,Crawford,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,.00002418593,LB,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2310023030,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2310023030,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2310023030,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26105,Mason,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26105,Mason,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26105,Mason,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26105,Mason,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26111,Midland,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26111,Midland,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26111,Midland,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26111,Midland,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26111,Midland,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26111,Midland,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26111,Midland,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26111,Midland,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26117,Montcalm,NP,,2310023300,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13289,Twiggs,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13289,Twiggs,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13289,Twiggs,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38033,Golden Valley,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13163,Jefferson,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2310023513,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22121,West Baton Rouge,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.1416621,TON,2017NEI_Apr2020 +06,LA,22,,22121,West Baton Rouge,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.857347,TON,2017NEI_Apr2020 +06,LA,22,,22121,West Baton Rouge,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.770052,TON,2017NEI_Apr2020 +06,LA,22,,22121,West Baton Rouge,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,281.7501,LB,2017NEI_Apr2020 +06,LA,22,,22121,West Baton Rouge,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,1.487452,TON,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0104966485,TON,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0059636395,TON,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,120127,Anthracene,HAP,.003059247,LB,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,120809,Catechol,HAP,.2774667,LB,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,91203,Naphthalene,HAP,.2018749,LB,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,129000,Pyrene,HAP,.001663024,LB,2017NEI_Apr2020 +04,MS,28,,28007,Attala,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28007,Attala,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28007,Attala,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28007,Attala,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18097,Marion,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0099563662,TON,2017NEI_Apr2020 +05,IN,18,,18097,Marion,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.04115901,TON,2017NEI_Apr2020 +05,IN,18,,18097,Marion,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,26.089760064,TON,2017NEI_Apr2020 +05,IN,18,,18097,Marion,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,1.580489792,TON,2017NEI_Apr2020 +05,IN,18,,18097,Marion,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,123.1576,LB,2017NEI_Apr2020 +05,IN,18,,18097,Marion,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,111.9103,LB,2017NEI_Apr2020 +07,IA,19,,19079,Hamilton,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.053636981,TON,2017NEI_Apr2020 +07,IA,19,,19079,Hamilton,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,2.237088,LB,2017NEI_Apr2020 +07,IA,19,,19079,Hamilton,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,1.454107,LB,2017NEI_Apr2020 +07,IA,19,,19079,Hamilton,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.002692089,LB,2017NEI_Apr2020 +07,IA,19,,19079,Hamilton,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,.05573762,LB,2017NEI_Apr2020 +07,IA,19,,19079,Hamilton,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,.2753808,TON,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.85373,TON,2017NEI_Apr2020 +05,MN,27,,27021,Cass,NP,,2311010000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00031161145,TON,2017NEI_Apr2020 +05,MN,27,,27027,Clay,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.220337,TON,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.05544032,LB,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,108383,m-Xylene,HAP,.2758156,LB,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.2310013,TON,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,63.75637,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2610000500,Waste Disposal,,A,R,108952,Phenol,HAP,2369.054,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,210.1248,TON,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,41.20094,TON,2017NEI_Apr2020 +06,LA,22,,22017,Caddo,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22017,Caddo,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22017,Caddo,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.04992707232,TON,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.3668727170112,TON,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00170002576,TON,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,69.82036,LB,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.8947504,TON,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.04841458,LB,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.1481037,LB,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,144.93,LB,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.008702367,LB,2017NEI_Apr2020 +05,MI,26,,26069,Iosco,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,8.795519,LB,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.5946553434,TON,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,17.95636,LB,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,7440020,Nickel,HAP,.002762517,LB,2017NEI_Apr2020 +07,MO,29,,29099,Jefferson,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,71.54022,TON,2017NEI_Apr2020 +05,MN,27,,27105,Nobles,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000022173,TON,2017NEI_Apr2020 +05,MN,27,,27105,Nobles,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,.241,LB,2017NEI_Apr2020 +05,MN,27,,27105,Nobles,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.0008383,TON,2017NEI_Apr2020 +07,MO,29,,29125,Maries,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,212.7226,LB,2017NEI_Apr2020 +07,MO,29,,29125,Maries,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.4506834,LB,2017NEI_Apr2020 +07,MO,29,,29125,Maries,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,806.7233,LB,2017NEI_Apr2020 +07,IA,19,,19173,Taylor,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.001378777,TON,2017NEI_Apr2020 +07,IA,19,,19173,Taylor,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,.1779067,TON,2017NEI_Apr2020 +07,IA,19,,19173,Taylor,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.002010346,LB,2017NEI_Apr2020 +04,KY,21,,21181,Nicholas,NP,,2610000100,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.2005582,TON,2017NEI_Apr2020 +04,KY,21,,21181,Nicholas,NP,,2610000100,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.6571191,LB,2017NEI_Apr2020 +07,IA,19,,19017,Bremer,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0056964925,TON,2017NEI_Apr2020 +07,IA,19,,19017,Bremer,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,.0005947887,LB,2017NEI_Apr2020 +07,IA,19,,19017,Bremer,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,.00851532,LB,2017NEI_Apr2020 +04,MS,28,,28077,Lawrence,NP,,2861000000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.07091541,LB,2017NEI_Apr2020 +04,MS,28,,28073,Lamar,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,26.233,LB,2017NEI_Apr2020 +07,MO,29,,29001,Adair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,.0003686324,LB,2017NEI_Apr2020 +07,MO,29,,29001,Adair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.2568724,LB,2017NEI_Apr2020 +07,MO,29,,29001,Adair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,.0015915558,LB,2017NEI_Apr2020 +07,MO,29,,29001,Adair,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,8.23279,TON,2017NEI_Apr2020 +04,MS,28,,28091,Marion,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,76.8272,LB,2017NEI_Apr2020 +04,MS,28,,28091,Marion,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,44.2384,LB,2017NEI_Apr2020 +04,MS,28,,28027,Coahoma,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,63252,Carbaryl,HAP,3464.011,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,.0005086766,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.007404786,TON,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,.0003891984,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000409838799,TON,2017NEI_Apr2020 +07,MO,29,,29003,Andrew,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,1.3089,LB,2017NEI_Apr2020 +04,MS,28,,28099,Neshoba,NP,,2501060052,Gas Stations,,A,R,110543,Hexane,HAP,429.7183,LB,2017NEI_Apr2020 +04,MS,28,,28099,Neshoba,NP,,2501060052,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,11.93662,TON,2017NEI_Apr2020 +07,MO,29,,29073,Gasconade,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,16.96391,LB,2017NEI_Apr2020 +07,MO,29,,29073,Gasconade,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.827319,LB,2017NEI_Apr2020 +07,MO,29,,29073,Gasconade,NP,,2805040000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.3073173,TON,2017NEI_Apr2020 +07,MO,29,,29073,Gasconade,NP,,2805040000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,217.7036,LB,2017NEI_Apr2020 +04,MS,28,,28113,Pike,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.001755949,LB,2017NEI_Apr2020 +07,MO,29,,29027,Callaway,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,792.8916,LB,2017NEI_Apr2020 +07,MO,29,,29051,Cole,NP,,2325000000,Industrial Processes - Mining,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00838300076,TON,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2630020000,Waste Disposal,,A,R,75058,Acetonitrile,HAP,.038985,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2630020000,Waste Disposal,,A,R,75569,Propylene Oxide,HAP,.082716,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2630020000,Waste Disposal,,A,R,79469,2-Nitropropane,HAP,.000032996,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2630020000,Waste Disposal,,A,R,91203,Naphthalene,HAP,.14803,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2630020000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.054579,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2630020000,Waste Disposal,,A,R,120821,"1,2,4-Trichlorobenzene",HAP,.0097971,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00018193,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2630020000,Waste Disposal,,A,R,95534,o-Toluidine,HAP,.00019775,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2630020000,Waste Disposal,,A,R,98953,Nitrobenzene,HAP,.00074128,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,13.5624,LB,2017NEI_Apr2020 +07,MO,29,,29045,Clark,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,24.4124,LB,2017NEI_Apr2020 +07,NE,31,,31055,Douglas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00993910881,TON,2017NEI_Apr2020 +07,NE,31,,31055,Douglas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.14638088565,TON,2017NEI_Apr2020 +07,NE,31,,31055,Douglas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.00314003,LB,2017NEI_Apr2020 +07,NE,31,,31055,Douglas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,86737,Fluorene,HAP,.0006708246,LB,2017NEI_Apr2020 +07,NE,31,,31055,Douglas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.1341649,LB,2017NEI_Apr2020 +07,NE,31,,31055,Douglas,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.2628586,TON,2017NEI_Apr2020 +05,WI,55,,55017,Chippewa,NP,,2311010000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.295991471773,TON,2017NEI_Apr2020 +05,WI,55,,55017,Chippewa,NP,,2311010000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0634918746,TON,2017NEI_Apr2020 +05,WI,55,,55017,Chippewa,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,13.74283,TON,2017NEI_Apr2020 +03,VA,51,,51770,Roanoke city,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51770,Roanoke city,NP,,2805035000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000000379356135,TON,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000009917269536,TON,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,.00000003961427,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,.0005592602,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.000009321004,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.0000003495376,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,.0000001747688,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.000006645531,TON,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.000002071334,TON,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000004118743648,TON,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-FIL,PM10 Filterable,CAP,.00000558398,TON,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,CO,Carbon Monoxide,CAP,.002225216,TON,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +02,NY,36,,36117,Wayne,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,641.5679,LB,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,.0003463568,LB,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.0001051899,LB,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,.00002309046,LB,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0000006841616,LB,2017NEI_Apr2020 +05,IN,18,,18171,Warren,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.0002565606,LB,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20037,Crawford,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19059,Dickinson,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19059,Dickinson,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19059,Dickinson,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19059,Dickinson,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19143,Osceola,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,.09215746,LB,2017NEI_Apr2020 +07,IA,19,,19143,Osceola,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,1.228766,TON,2017NEI_Apr2020 +07,IA,19,,19143,Osceola,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,100447,Benzyl Chloride,HAP,1.654108,LB,2017NEI_Apr2020 +07,IA,19,,19143,Osceola,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1330207,Xylenes (Mixed Isomers),HAP,.08743144,LB,2017NEI_Apr2020 +07,IA,19,,19143,Osceola,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.654108,TON,2017NEI_Apr2020 +07,IA,19,,19143,Osceola,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,2.3736093655,TON,2017NEI_Apr2020 +07,IA,19,,19143,Osceola,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,18540299,Chromium (VI),HAP,.07372597,LB,2017NEI_Apr2020 +07,KS,20,,20195,Trego,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20195,Trego,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.09,TON,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,7.601856,TON,2017NEI_Apr2020 +03,MD,24,,24045,Wicomico,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,1.045255,TON,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27103,Nicollet,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440417,Beryllium,HAP,.005418851,LB,2017NEI_Apr2020 +05,MN,27,,27103,Nicollet,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,.0002622024,TON,2017NEI_Apr2020 +05,MN,27,,27103,Nicollet,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.04824525,TON,2017NEI_Apr2020 +05,MN,27,,27103,Nicollet,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,.005244049,TON,2017NEI_Apr2020 +05,MN,27,,27103,Nicollet,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,.00349038850643223048,LB,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28061,Jasper,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48441,Taylor,NP,,2302003000,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48441,Taylor,NP,,2302003000,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48441,Taylor,NP,,2302003000,Commercial Cooking,,A,R,129000,Pyrene,HAP,.546194448,LB,2017NEI_Apr2020 +06,TX,48,,48441,Taylor,NP,,2302003000,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,201.229543556,LB,2017NEI_Apr2020 +06,TX,48,,48491,Williamson,NP,,2302002100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.327937060867438944,LB,2017NEI_Apr2020 +06,TX,48,,48491,Williamson,NP,,2302002100,Commercial Cooking,,A,R,108383,m-Xylene,HAP,4.9190559130115924,LB,2017NEI_Apr2020 +06,TX,48,,48491,Williamson,NP,,2302002100,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,9.01826836114066,LB,2017NEI_Apr2020 +06,TX,48,,48491,Williamson,NP,,2302002100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,15.45,TON,2017NEI_Apr2020 +06,TX,48,,48491,Williamson,NP,,2302002100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51750,Radford city,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,2.733486,TON,2017NEI_Apr2020 +03,VA,51,,51750,Radford city,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,6.423692,TON,2017NEI_Apr2020 +03,VA,51,,51750,Radford city,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.04100229,TON,2017NEI_Apr2020 +03,VA,51,,51750,Radford city,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.0018724378,LB,2017NEI_Apr2020 +10,WA,53,,53051,Pend Oreille,NP,,2805010100,Agriculture - Livestock Waste,,A,R,110543,Hexane,HAP,.03490846,LB,2017NEI_Apr2020 +10,WA,53,,53051,Pend Oreille,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.02767517,LB,2017NEI_Apr2020 +03,VA,51,,51117,Mecklenburg,NP,,2501060051,Gas Stations,,A,R,91203,Naphthalene,HAP,.5857852,LB,2017NEI_Apr2020 +06,TX,48,,48145,Falls,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48145,Falls,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48145,Falls,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.002437336378,TON,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.003879390206,TON,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.06640326,TON,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.04423478,TON,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.006540792,TON,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.0001045027,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.1286491,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.01815046,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.02230057,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.0007700196,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7664393,Hydrogen Fluoride,HAP,.3785097,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,205992,Benzo[b]Fluoranthene,HAP,.000007600194,LB,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48367,Parker,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.01080028,LB,2017NEI_Apr2020 +03,VA,51,,51059,Fairfax,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,26548.28,LB,2017NEI_Apr2020 +03,VA,51,,51197,Wythe,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,30.29716,TON,2017NEI_Apr2020 +03,VA,51,,51197,Wythe,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,121.1886,TON,2017NEI_Apr2020 +03,VA,51,,51520,Bristol city,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48165,Gaines,NP,,2425000000,Solvent - Graphic Arts,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55017,Chippewa,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,87.71173,LB,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.05544625,TON,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,71432,Benzene,HAP,.03895312,LB,2017NEI_Apr2020 +10,WA,53,,53021,Franklin,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.0003311015,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +10,WA,53,,53015,Cowlitz,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +10,WA,53,,53015,Cowlitz,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +10,WA,53,,53015,Cowlitz,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +10,WA,53,,53015,Cowlitz,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +10,WA,53,,53015,Cowlitz,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +10,WA,53,,53015,Cowlitz,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +10,WA,53,,53015,Cowlitz,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,3.188068,LB,2017NEI_Apr2020 +03,WV,54,,54043,Lincoln,NP,,2501060201,Gas Stations,,A,R,108883,Toluene,HAP,84.21311,LB,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51169,Scott,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,540885,Tert-butyl Acetate,,337.1318,LB,2017NEI_Apr2020 +03,VA,51,,51169,Scott,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,45.8866448,LB,2017NEI_Apr2020 +06,TX,48,,48335,Mitchell,NP,,2805045000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,4.773053,TON,2017NEI_Apr2020 +06,TX,48,,48335,Mitchell,NP,,2805045000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.3818443,TON,2017NEI_Apr2020 +06,TX,48,,48335,Mitchell,NP,,2805045000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,270.4985,LB,2017NEI_Apr2020 +06,TX,48,,48335,Mitchell,NP,,2805045000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,1.374639,LB,2017NEI_Apr2020 +06,TX,48,,48347,Nacogdoches,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.004576,TON,2017NEI_Apr2020 +06,TX,48,,48347,Nacogdoches,NP,,2302003200,Commercial Cooking,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48347,Nacogdoches,NP,,2302003200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,.04246376,LB,2017NEI_Apr2020 +06,TX,48,,48347,Nacogdoches,NP,,2302003200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.001733214,LB,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16015,Boise,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38001,Adams,NP,,2610000400,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,ND,38,,38001,Adams,NP,,2610000400,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +08,ND,38,,38001,Adams,NP,,2610000400,Waste Disposal,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05001,Arkansas,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,65.47622,LB,2017NEI_Apr2020 +06,AR,05,,05001,Arkansas,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,51.29666,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00069651579,TON,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0696563356932,TON,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.004054794,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.006466698,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.908973,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,13.82989,LB,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1698819,TON,2017NEI_Apr2020 +04,FL,12,,12043,Glades,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.1067879,LB,2017NEI_Apr2020 +04,GA,13,,13063,Clayton,NP,,2610000100,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0021362616,TON,2017NEI_Apr2020 +04,GA,13,,13063,Clayton,NP,,2610000100,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0004531464,TON,2017NEI_Apr2020 +04,GA,13,,13063,Clayton,NP,,2610000100,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.4242033,LB,2017NEI_Apr2020 +04,GA,13,,13063,Clayton,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.02739646,TON,2017NEI_Apr2020 +04,GA,13,,13063,Clayton,NP,,2610000100,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1294704,TON,2017NEI_Apr2020 +04,GA,13,,13221,Oglethorpe,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00223701273,TON,2017NEI_Apr2020 +01,NH,33,,33013,Merrimack,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +01,NH,33,,33013,Merrimack,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +01,NH,33,,33013,Merrimack,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,NY,36,,36023,Cortland,NP,,2610000100,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.269362371707,TON,2017NEI_Apr2020 +02,NY,36,,36023,Cortland,NP,,2610000100,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,4.08901,LB,2017NEI_Apr2020 +02,NY,36,,36023,Cortland,NP,,2610000100,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,5.96314,TON,2017NEI_Apr2020 +02,NY,36,,36023,Cortland,NP,,2610000100,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.7240955,TON,2017NEI_Apr2020 +08,ND,38,,38007,Billings,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,7.338487,LB,2017NEI_Apr2020 +08,ND,38,,38007,Billings,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.00008330584,LB,2017NEI_Apr2020 +08,ND,38,,38007,Billings,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.003218635,TON,2017NEI_Apr2020 +08,ND,38,,38007,Billings,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38007,Billings,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +08,ND,38,,38007,Billings,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +08,ND,38,,38007,Billings,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2610030000,Waste Disposal,,A,R,85018,Phenanthrene,HAP,3.449484,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2610030000,Waste Disposal,,A,R,86737,Fluorene,HAP,1.942775,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2610030000,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,1.156399,TON,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2610030000,Waste Disposal,,A,R,129000,Pyrene,HAP,2.066436,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.8233203,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2610030000,Waste Disposal,,A,R,205992,Benzo[b]Fluoranthene,HAP,1.204065,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2610030000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,288.1296,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2610030000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0198182635,TON,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2610030000,Waste Disposal,,A,R,120127,Anthracene,HAP,.8460999,LB,2017NEI_Apr2020 +08,ND,38,,38089,Stark,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.243586,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0794919872,TON,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.1730467,TON,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.007400936,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.02260537,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,33.77874,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.0230729,TON,2017NEI_Apr2020 +08,ND,38,,38097,Traill,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,208968,Acenaphthylene,HAP,.05400977,LB,2017NEI_Apr2020 +08,ND,38,,38097,Traill,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,71432,Benzene,HAP,1.112138,LB,2017NEI_Apr2020 +08,ND,38,,38097,Traill,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,85018,Phenanthrene,HAP,.04558881,LB,2017NEI_Apr2020 +06,AR,05,,05011,Bradley,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0625526928,TON,2017NEI_Apr2020 +06,AR,05,,05011,Bradley,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.05268775,TON,2017NEI_Apr2020 +06,AR,05,,05011,Bradley,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.08245153,TON,2017NEI_Apr2020 +06,AR,05,,05011,Bradley,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,2.358357,LB,2017NEI_Apr2020 +06,AR,05,,05149,Yell,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,35.42138,LB,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,1.067069,TON,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,3894.8,LB,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,2.71569,LB,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,704.2653,LB,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,7736.247,LB,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,615.6986,TON,2017NEI_Apr2020 +04,FL,12,,12057,Hillsborough,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,2.17682,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26095,Luce,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21111,Jefferson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,5.01941111,TON,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.001183172,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,.004328676,LB,2017NEI_Apr2020 +06,LA,22,,22025,Catahoula,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22025,Catahoula,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22025,Catahoula,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22029,Concordia,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22029,Concordia,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,AL,01,,01063,Greene,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.002625,TON,2017NEI_Apr2020 +04,AL,01,,01063,Greene,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,50000,Formaldehyde,HAP,66.2,LB,2017NEI_Apr2020 +04,AL,01,,01063,Greene,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.02,TON,2017NEI_Apr2020 +04,AL,01,,01063,Greene,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,.0258,TON,2017NEI_Apr2020 +04,AL,01,,01063,Greene,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,5.88,TON,2017NEI_Apr2020 +04,AL,01,,01063,Greene,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,100414,Ethyl Benzene,HAP,1.68,LB,2017NEI_Apr2020 +06,TX,48,,48079,Cochran,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,273.0527892,LB,2017NEI_Apr2020 +05,IN,18,,18075,Jay,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18075,Jay,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17027,Clinton,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,853.373,LB,2017NEI_Apr2020 +05,IL,17,,17027,Clinton,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,1.237391,TON,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0048570923938,TON,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01200416,TON,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,.0002424028,LB,2017NEI_Apr2020 +07,KS,20,,20055,Finney,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,.00013569922,LB,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39055,Geauga,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39057,Greene,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39057,Greene,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48021,Bastrop,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48021,Bastrop,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48021,Bastrop,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48021,Bastrop,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48021,Bastrop,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48021,Bastrop,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2805010300,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.0007703696,TON,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2805010300,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.00473352722498656,LB,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2805010300,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.00525947472866816,LB,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2805010300,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.00363381892025152,LB,2017NEI_Apr2020 +06,TX,48,,48027,Bell,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20059,Franklin,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0041309094,TON,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,.0245,LB,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,.004116668,LB,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,.007299998,LB,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,9.199998,LB,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,.02233334,LB,2017NEI_Apr2020 +06,TX,48,,48091,Comal,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48091,Comal,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48091,Comal,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48091,Comal,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48091,Comal,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48091,Comal,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48091,Comal,NP,,2310021203,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48143,Erath,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,2.92,TON,2017NEI_Apr2020 +06,TX,48,,48143,Erath,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NH3,Ammonia,CAP,1.46,TON,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.4065362425548,TON,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.52370190162,TON,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00406508481,TON,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.01005955,LB,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.01611259,LB,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.03300197,LB,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.03739385,LB,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,39.91858,LB,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.001425663,LB,2017NEI_Apr2020 +07,KS,20,,20133,Neosho,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,20.28632,LB,2017NEI_Apr2020 +07,KS,20,,20133,Neosho,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,2.56702,TON,2017NEI_Apr2020 +07,KS,20,,20133,Neosho,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.1266001,TON,2017NEI_Apr2020 +07,KS,20,,20137,Norton,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.4092811,TON,2017NEI_Apr2020 +07,KS,20,,20137,Norton,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,.9034969,LB,2017NEI_Apr2020 +04,NC,37,,37121,Mitchell,NP,,2420000000,Solvent - Dry Cleaning,,A,R,127184,Tetrachloroethylene,HAP,866.4654,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,75150,Carbon Disulfide,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,78591,Isophorone,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,74839,Methyl Bromide,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,.668198748979710102,LB,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.03498091,LB,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.01182653,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.2376111439944,TON,2017NEI_Apr2020 +05,IL,17,,17093,Kendall,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.7628109,LB,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,1.423645,TON,2017NEI_Apr2020 +06,TX,48,,48231,Hunt,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48231,Hunt,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48231,Hunt,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48231,Hunt,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48231,Hunt,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48231,Hunt,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48231,Hunt,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16071,Oneida,NP,,2805001200,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.0001012877,TON,2017NEI_Apr2020 +05,IL,17,,17113,McLean,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000008252527765,TON,2017NEI_Apr2020 +05,IL,17,,17113,McLean,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,7439921,Lead,CAP/HAP,.00001861535,LB,2017NEI_Apr2020 +05,IL,17,,17113,McLean,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.0000001095524,LB,2017NEI_Apr2020 +05,IL,17,,17113,McLean,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM-CON,PM Condensible,CAP,.000006526072,TON,2017NEI_Apr2020 +05,IL,17,,17113,McLean,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,206440,Fluoranthene,HAP,.0000001172553,LB,2017NEI_Apr2020 +07,KS,20,,20145,Pawnee,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000662010566,TON,2017NEI_Apr2020 +07,KS,20,,20145,Pawnee,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,1.1808776,LB,2017NEI_Apr2020 +07,KS,20,,20145,Pawnee,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,1.551329,TON,2017NEI_Apr2020 +06,TX,48,,48235,Irion,NP,,2310011506,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.3254947003884,TON,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.04429600974,TON,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.41930380546,TON,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00150828707,TON,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.01761666,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.04125246,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.0004212187,LB,2017NEI_Apr2020 +05,IL,17,,17121,Marion,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,.915340703061386497,LB,2017NEI_Apr2020 +06,TX,48,,48241,Jasper,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.106952,TON,2017NEI_Apr2020 +06,TX,48,,48241,Jasper,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.19,TON,2017NEI_Apr2020 +06,TX,48,,48241,Jasper,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.129485,TON,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2302003100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2302003100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,.06,TON,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2302003100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.005199642,LB,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,.00324978,LB,2017NEI_Apr2020 +06,TX,48,,48107,Crosby,NP,,2310011450,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48107,Crosby,NP,,2310011450,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.02,TON,2017NEI_Apr2020 +06,TX,48,,48107,Crosby,NP,,2310011450,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48107,Crosby,NP,,2310011450,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48155,Foard,NP,,2310011501,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,.1833023346,LB,2017NEI_Apr2020 +06,TX,48,,48155,Foard,NP,,2310011501,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,8.39253954,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,3.037594,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,18540299,Chromium (VI),HAP,.07323746,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,192972,Benzo[e]Pyrene,HAP,.000013601242,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,2051607,2-Chlorobiphenyl (PCB-1),HAP,.0000011508744,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,7439976,Mercury,HAP,.018309364,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,50000,Formaldehyde,HAP,7.535766,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,74873,Methyl Chloride,HAP,.12031868,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,79016,Trichloroethylene,HAP,.15693742,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,85018,Phenanthrene,HAP,.10155496,LB,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,86737,Fluorene,HAP,.02872,LB,2017NEI_Apr2020 +05,IL,17,,17137,Morgan,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.04212435,LB,2017NEI_Apr2020 +05,IL,17,,17137,Morgan,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.1381957,LB,2017NEI_Apr2020 +05,IL,17,,17137,Morgan,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.1279635,LB,2017NEI_Apr2020 +06,TX,48,,48407,San Jacinto,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,16.65539,LB,2017NEI_Apr2020 +06,TX,48,,48407,San Jacinto,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.003212111,LB,2017NEI_Apr2020 +07,KS,20,,20073,Greenwood,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20073,Greenwood,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20073,Greenwood,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20073,Greenwood,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21119,Knott,NP,,2310023302,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21125,Laurel,NP,,2310023511,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21125,Laurel,NP,,2310023511,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54021,Gilmer,NP,,2310023010,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54021,Gilmer,NP,,2310023010,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,DC,11,,11001,District of Columbia,NP,,2650000000,Waste Disposal,,A,R,7439976,Mercury,HAP,.5020512,LB,2017NEI_Apr2020 +05,IL,17,,17049,Effingham,NP,,2310121700,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13047,Catoosa,NP,,2620030001,Waste Disposal,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17053,Ford,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,.00001493107,LB,2017NEI_Apr2020 +05,IL,17,,17053,Ford,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,.00006006747,LB,2017NEI_Apr2020 +05,IL,17,,17053,Ford,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.002472242,TON,2017NEI_Apr2020 +05,IN,18,,18061,Harrison,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IN,18,,18061,Harrison,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20131,Nemaha,NP,,2310011501,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,1.361294,LB,2017NEI_Apr2020 +07,KS,20,,20131,Nemaha,NP,,2310011501,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,1.4311912,LB,2017NEI_Apr2020 +05,IL,17,,17035,Cumberland,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,.14197954,LB,2017NEI_Apr2020 +05,IL,17,,17035,Cumberland,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,.004296916,TON,2017NEI_Apr2020 +05,IL,17,,17035,Cumberland,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.00003343009,TON,2017NEI_Apr2020 +05,IL,17,,17035,Cumberland,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.0002549532,TON,2017NEI_Apr2020 +05,IL,17,,17035,Cumberland,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,.01801533,LB,2017NEI_Apr2020 +05,IL,17,,17035,Cumberland,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,.009978752,LB,2017NEI_Apr2020 +06,OK,40,,40123,Pontotoc,NP,,2850001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.1051471,LB,2017NEI_Apr2020 +07,MO,29,,29183,St. Charles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.000000004613125,LB,2017NEI_Apr2020 +07,MO,29,,29183,St. Charles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.000371594,LB,2017NEI_Apr2020 +07,MO,29,,29183,St. Charles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.0000006964914,LB,2017NEI_Apr2020 +07,MO,29,,29183,St. Charles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.00005830477,TON,2017NEI_Apr2020 +07,MO,29,,29183,St. Charles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.00000591622,TON,2017NEI_Apr2020 +07,MO,29,,29183,St. Charles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.00006006249,TON,2017NEI_Apr2020 +07,MO,29,,29183,St. Charles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.00004001086,TON,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,9.287276,LB,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,42.86434,LB,2017NEI_Apr2020 +05,IL,17,,17029,Coles,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,.19190906,LB,2017NEI_Apr2020 +05,IN,18,,18095,Madison,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18095,Madison,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12115,Sarasota,NP,,2851001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.830875,LB,2017NEI_Apr2020 +10,ID,16,,16029,Caribou,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.1408824,LB,2017NEI_Apr2020 +04,GA,13,,13155,Irwin,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000047743157,TON,2017NEI_Apr2020 +04,GA,13,,13155,Irwin,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,.01959364,LB,2017NEI_Apr2020 +04,GA,13,,13155,Irwin,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,75070,Acetaldehyde,HAP,.0001273586,LB,2017NEI_Apr2020 +04,GA,13,,13155,Irwin,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,85018,Phenanthrene,HAP,.0001632803,LB,2017NEI_Apr2020 +04,GA,13,,13155,Irwin,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,91203,Naphthalene,HAP,.005691485,LB,2017NEI_Apr2020 +04,GA,13,,13177,Lee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13177,Lee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13177,Lee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13177,Lee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13177,Lee,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.150099,TON,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,129000,Pyrene,HAP,.003490674,LB,2017NEI_Apr2020 +04,GA,13,,13255,Spalding,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.04249752987,TON,2017NEI_Apr2020 +04,GA,13,,13283,Treutlen,NP,,2302003000,Commercial Cooking,,A,R,129000,Pyrene,HAP,.01054585,LB,2017NEI_Apr2020 +04,GA,13,,13283,Treutlen,NP,,2302003000,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,6.882557,LB,2017NEI_Apr2020 +04,GA,13,,13287,Turner,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13287,Turner,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,540885,Tert-butyl Acetate,,0,LB,2017NEI_Apr2020 +04,GA,13,,13239,Quitman,NP,,2610000500,Waste Disposal,,A,R,100425,Styrene,HAP,213.15,LB,2017NEI_Apr2020 +04,GA,13,,13299,Ware,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,1.5858922,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16035,Clearwater,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,.2424116,LB,2017NEI_Apr2020 +10,ID,16,,16035,Clearwater,NP,,2302003100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.18183384,LB,2017NEI_Apr2020 +10,ID,16,,16035,Clearwater,NP,,2302003100,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51031,Campbell,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51031,Campbell,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,198550,Perylene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51031,Campbell,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51031,Campbell,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,207089,Benzo[k]Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51031,Campbell,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51031,Campbell,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12009,Brevard,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12009,Brevard,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48487,Wilbarger,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,121697,"N,N-Dimethylaniline",HAP,.094024,LB,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00047012,LB,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,140885,Ethyl Acrylate,HAP,.000511,LB,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,79016,Trichloroethylene,HAP,.089352,LB,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,79469,2-Nitropropane,HAP,.000085264,LB,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,92524,Biphenyl,HAP,.0219584,LB,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,95534,o-Toluidine,HAP,.000511,LB,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,NH3,Ammonia,CAP,.024674,TON,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,107051,Allyl Chloride,HAP,.0056648,LB,2017NEI_Apr2020 +03,VA,51,,51595,Emporia city,NP,,2630020000,Waste Disposal,,A,R,107028,Acrolein,HAP,.112128,LB,2017NEI_Apr2020 +08,CO,08,,08101,Pueblo,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000002022222,LB,2017NEI_Apr2020 +08,CO,08,,08101,Pueblo,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439976,Mercury,HAP,.0003777778,LB,2017NEI_Apr2020 +08,CO,08,,08101,Pueblo,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.0018888888,LB,2017NEI_Apr2020 +08,CO,08,,08101,Pueblo,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.0005855556,TON,2017NEI_Apr2020 +08,CO,08,,08101,Pueblo,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0003733333,TON,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,117817,Bis(2-Ethylhexyl)Phthalate,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54051,Marshall,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54051,Marshall,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54051,Marshall,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51133,Northumberland,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,18540299,Chromium (VI),HAP,.03718656,LB,2017NEI_Apr2020 +03,VA,51,,51133,Northumberland,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.0019658572,LB,2017NEI_Apr2020 +03,VA,51,,51133,Northumberland,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,1.225597,TON,2017NEI_Apr2020 +03,VA,51,,51570,Colonial Heights city,NP,,2302003100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,2.923464,TON,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2302003100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.340248349584,TON,2017NEI_Apr2020 +05,WI,55,,55031,Douglas,NP,,2501050120,Bulk Gasoline Terminals,,A,R,108883,Toluene,HAP,1568.779,LB,2017NEI_Apr2020 +03,WV,54,,54103,Wetzel,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54071,Pendleton,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54071,Pendleton,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54071,Pendleton,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54071,Pendleton,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51177,Spotsylvania,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.47166,LB,2017NEI_Apr2020 +06,OK,40,,40115,Ottawa,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,119.725,LB,2017NEI_Apr2020 +06,OK,40,,40027,Cleveland,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.0190065,LB,2017NEI_Apr2020 +06,OK,40,,40027,Cleveland,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.07658297,TON,2017NEI_Apr2020 +05,OH,39,,39145,Scioto,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.608752684,TON,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,92.09185,TON,2017NEI_Apr2020 +06,OK,40,,40141,Tillman,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,.6197956,LB,2017NEI_Apr2020 +06,OK,40,,40141,Tillman,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,3.989934,LB,2017NEI_Apr2020 +04,NC,37,,37045,Cleveland,NP,,2851001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.239654,LB,2017NEI_Apr2020 +04,NC,37,,37173,Swain,NP,,2302003200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,10.14439,LB,2017NEI_Apr2020 +04,NC,37,,37173,Swain,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,37.91554,LB,2017NEI_Apr2020 +04,NC,37,,37173,Swain,NP,,2302003200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,6.926853,LB,2017NEI_Apr2020 +04,NC,37,,37173,Swain,NP,,2302003200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,74.10669,LB,2017NEI_Apr2020 +04,KY,21,,21219,Todd,NP,,2302002100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0001623781928,TON,2017NEI_Apr2020 +04,KY,21,,21219,Todd,NP,,2302002100,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.01152836,LB,2017NEI_Apr2020 +04,KY,21,,21219,Todd,NP,,2302002100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.05627308,LB,2017NEI_Apr2020 +04,KY,21,,21219,Todd,NP,,2302002100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.004003788,TON,2017NEI_Apr2020 +04,KY,21,,21219,Todd,NP,,2302002100,Commercial Cooking,,A,R,129000,Pyrene,HAP,.03896431,LB,2017NEI_Apr2020 +07,KS,20,,20159,Rice,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.01517462,TON,2017NEI_Apr2020 +07,KS,20,,20159,Rice,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,6.191246,LB,2017NEI_Apr2020 +07,KS,20,,20159,Rice,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.006191246,LB,2017NEI_Apr2020 +07,KS,20,,20159,Rice,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.002362449,LB,2017NEI_Apr2020 +06,TX,48,,48179,Gray,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.27,TON,2017NEI_Apr2020 +06,TX,48,,48179,Gray,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,2.42,TON,2017NEI_Apr2020 +06,TX,48,,48179,Gray,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,98828,Cumene,HAP,.22,LB,2017NEI_Apr2020 +06,TX,48,,48179,Gray,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,7439921,Lead,CAP/HAP,.02268,LB,2017NEI_Apr2020 +06,TX,48,,48179,Gray,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,123386,Propionaldehyde,HAP,11,LB,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.095888,TON,2017NEI_Apr2020 +05,OH,39,,39163,Vinton,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.1404256,TON,2017NEI_Apr2020 +05,OH,39,,39163,Vinton,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.003176294,TON,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0022034715,TON,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,.004707871,LB,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.008611268,TON,2017NEI_Apr2020 +05,OH,39,,39171,Williams,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,.0001038174,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,28.93253706,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,4.55888601,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,7.538548374,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,.36,TON,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,256.58,TON,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,831.3262776,LB,2017NEI_Apr2020 +06,TX,48,,48109,Culberson,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48109,Culberson,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48109,Culberson,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000150828707,TON,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7440020,Nickel,HAP,.0001620072,LB,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.007933493,LB,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,.3272545,LB,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.0002430108,LB,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.04908818,LB,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,5.613549,LB,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.001886165,LB,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,57976,"7,12-Dimethylbenz[a]Anthracene",HAP,.0196838761223323344,LB,2017NEI_Apr2020 +05,IL,17,,17151,Pope,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,92524,Biphenyl,HAP,.1080183078570407926,LB,2017NEI_Apr2020 +07,KS,20,,20019,Chautauqua,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20019,Chautauqua,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7440020,Nickel,HAP,.0005391384,LB,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.2391464,LB,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.5892012,TON,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.0222202,LB,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,15.01885,LB,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.005969032,LB,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,55.83933,LB,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.03770118,LB,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,1.020512,TON,2017NEI_Apr2020 +06,TX,48,,48245,Jefferson,NP,,2310022410,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0055,TON,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.03,TON,2017NEI_Apr2020 +06,TX,48,,48163,Frio,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00238,TON,2017NEI_Apr2020 +06,TX,48,,48163,Frio,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1,TON,2017NEI_Apr2020 +06,TX,48,,48163,Frio,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,.46734548,LB,2017NEI_Apr2020 +07,KS,20,,20173,Sedgwick,NP,,2610000500,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,659.4912,LB,2017NEI_Apr2020 +07,KS,20,,20173,Sedgwick,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,140.1419,TON,2017NEI_Apr2020 +07,KS,20,,20173,Sedgwick,NP,,2610000500,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,11.4037,TON,2017NEI_Apr2020 +04,TN,47,,47181,Wayne,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,TN,47,,47181,Wayne,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47181,Wayne,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47181,Wayne,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47181,Wayne,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18005,Bartholomew,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IN,18,,18005,Bartholomew,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.024308,TON,2017NEI_Apr2020 +05,IN,18,,18005,Bartholomew,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,108883,Toluene,HAP,.062623,LB,2017NEI_Apr2020 +05,IN,18,,18005,Bartholomew,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,205992,Benzo[b]Fluoranthene,HAP,.00001517345,LB,2017NEI_Apr2020 +05,IN,18,,18005,Bartholomew,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.0002174197,LB,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05139,Union,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.807719619938,TON,2017NEI_Apr2020 +06,AR,05,,05139,Union,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0310001846,TON,2017NEI_Apr2020 +06,AR,05,,05139,Union,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,129000,Pyrene,HAP,.0002653575,LB,2017NEI_Apr2020 +06,AR,05,,05139,Union,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,86737,Fluorene,HAP,.0007317433,LB,2017NEI_Apr2020 +06,AR,05,,05139,Union,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.24282,TON,2017NEI_Apr2020 +06,AR,05,,05139,Union,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,4.422624,TON,2017NEI_Apr2020 +06,AR,05,,05139,Union,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.09976958145,TON,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,.00009062421,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.000007384195,TON,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.000001822074,TON,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.00000002252659,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,.000003883895,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.00001553558,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.00001035705,LB,2017NEI_Apr2020 +03,MD,24,,24510,Baltimore city,NP,,2810050000,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,6.41,TON,2017NEI_Apr2020 +07,IA,19,,19011,Benton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,18540299,Chromium (VI),HAP,.1265244,LB,2017NEI_Apr2020 +07,IA,19,,19011,Benton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0001094922,LB,2017NEI_Apr2020 +07,IA,19,,19011,Benton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,60344,Methylhydrazine,HAP,.6893956,LB,2017NEI_Apr2020 +07,IA,19,,19011,Benton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,67663,Chloroform,HAP,.2392608,LB,2017NEI_Apr2020 +07,IA,19,,19011,Benton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440382,Arsenic,HAP,1.66266,LB,2017NEI_Apr2020 +07,IA,19,,19011,Benton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,86737,Fluorene,HAP,.003690294,LB,2017NEI_Apr2020 +07,IA,19,,19011,Benton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,26.44035,TON,2017NEI_Apr2020 +07,IA,19,,19011,Benton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-FIL,PM10 Filterable,CAP,24.33161,TON,2017NEI_Apr2020 +07,IA,19,,19011,Benton,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,VOC,Volatile Organic Compounds,CAP,.1013817,TON,2017NEI_Apr2020 +07,KS,20,,20117,Marshall,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20117,Marshall,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40021,Cherokee,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,19.79998,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20003,Anderson,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,.0001357111,TON,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20125,Montgomery,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,3697243,5-Methylchrysene,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30057,Madison,NP,,2285002006,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,.053511,TON,2017NEI_Apr2020 +08,MT,30,,30057,Madison,NP,,2285002006,Mobile - Locomotives,,A,R,50000,Formaldehyde,HAP,37.5978,LB,2017NEI_Apr2020 +08,MT,30,,30057,Madison,NP,,2285002006,Mobile - Locomotives,,A,R,NH3,Ammonia,CAP,.00113,TON,2017NEI_Apr2020 +08,MT,30,,30057,Madison,NP,,2285002006,Mobile - Locomotives,,A,R,120127,Anthracene,HAP,.009830476,LB,2017NEI_Apr2020 +08,MT,30,,30057,Madison,NP,,2285002006,Mobile - Locomotives,,A,R,108883,Toluene,HAP,3.6249,LB,2017NEI_Apr2020 +06,OK,40,,40065,Jackson,NP,,2310021030,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42117,Tioga,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,PA,42,,42117,Tioga,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42117,Tioga,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42117,Tioga,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42125,Washington,NP,,2310023600,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2610000500,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,5.58,TON,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.829892,TON,2017NEI_Apr2020 +10,WA,53,,53077,Yakima,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,1.47462,TON,2017NEI_Apr2020 +04,GA,13,,13007,Baker,NP,,2501060051,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,7.501368,TON,2017NEI_Apr2020 +04,GA,13,,13007,Baker,NP,,2501060051,Gas Stations,,A,R,71432,Benzene,HAP,40.50739,LB,2017NEI_Apr2020 +05,OH,39,,39059,Guernsey,NP,,2310023516,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.0001375152,TON,2017NEI_Apr2020 +09,CA,06,,06069,San Benito,NP,,2310121700,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13187,Lumpkin,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,.3248072,LB,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.00006721865,LB,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.0000165972,LB,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.000002600228,LB,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,.00008962487,LB,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00000134216,LB,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,.01825692,LB,2017NEI_Apr2020 +06,OK,40,,40059,Harper,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.001742706,LB,2017NEI_Apr2020 +06,OK,40,,40083,Logan,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.2075929135,TON,2017NEI_Apr2020 +06,OK,40,,40083,Logan,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,4.4456832981396,LB,2017NEI_Apr2020 +06,OK,40,,40083,Logan,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,3.9270196695906,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2610030000,Waste Disposal,,A,R,117817,Bis(2-Ethylhexyl)Phthalate,HAP,132.7399,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2610030000,Waste Disposal,,A,R,129000,Pyrene,HAP,17.74523,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2610030000,Waste Disposal,,A,R,218019,Chrysene,HAP,10.06029,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2610030000,Waste Disposal,,A,R,71432,Benzene,HAP,5464.413,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2610030000,Waste Disposal,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,1.509043,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2610030000,Waste Disposal,,A,R,74908,Hydrogen Cyanide,HAP,2446.33,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2610030000,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,9.930418,TON,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2610030000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,5.30009557,TON,2017NEI_Apr2020 +05,OH,39,,39115,Morgan,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39115,Morgan,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39115,Morgan,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39115,Morgan,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13273,Terrell,NP,,2805018000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.1976862,TON,2017NEI_Apr2020 +04,GA,13,,13295,Walker,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.03330578,TON,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17001,Adams,NP,,2805002000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,20.55507,TON,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2501060052,Gas Stations,,A,R,110543,Hexane,HAP,1181.9348,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2501060052,Gas Stations,,A,R,71432,Benzene,HAP,664.8384,LB,2017NEI_Apr2020 +05,IL,17,,17023,Clark,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,79.39778,TON,2017NEI_Apr2020 +06,TX,48,,48501,Yoakum,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48501,Yoakum,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48501,Yoakum,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48221,Hood,NP,,2415000000,Solvent - Degreasing,,A,R,1330207,Xylenes (Mixed Isomers),HAP,7842.523555296,LB,2017NEI_Apr2020 +06,TX,48,,48139,Ellis,NP,,2501080100,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,.07779027,TON,2017NEI_Apr2020 +06,TX,48,,48139,Ellis,NP,,2501080100,Gas Stations,,A,R,98828,Cumene,HAP,.015558054,LB,2017NEI_Apr2020 +01,VT,50,,50015,Lamoille,NP,,2610000500,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,18.42213,TON,2017NEI_Apr2020 +03,VA,51,,51025,Brunswick,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,53.73739,TON,2017NEI_Apr2020 +06,TX,48,,48229,Hudspeth,NP,,2302003000,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48229,Hudspeth,NP,,2302003000,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48229,Hudspeth,NP,,2302003000,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.05,TON,2017NEI_Apr2020 +06,TX,48,,48197,Hardeman,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,11.55105728,LB,2017NEI_Apr2020 +05,WI,55,,55051,Iron,NP,,2302002200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.929449269945,TON,2017NEI_Apr2020 +05,WI,55,,55051,Iron,NP,,2302002200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.131713911,TON,2017NEI_Apr2020 +05,WI,55,,55051,Iron,NP,,2302002200,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,9.14234,LB,2017NEI_Apr2020 +05,WI,55,,55051,Iron,NP,,2302002200,Commercial Cooking,,A,R,108883,Toluene,HAP,47.57509,LB,2017NEI_Apr2020 +05,WI,55,,55069,Lincoln,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,266.3048,LB,2017NEI_Apr2020 +05,WI,55,,55069,Lincoln,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,765,LB,2017NEI_Apr2020 +03,VA,51,,51121,Montgomery,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.09156292,TON,2017NEI_Apr2020 +03,VA,51,,51121,Montgomery,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,1.24526,LB,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.3783508,LB,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.3726046,TON,2017NEI_Apr2020 +03,VA,51,,51173,Smyth,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,1.014562,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,1.253117,LB,2017NEI_Apr2020 +05,OH,39,,39027,Clinton,NP,,2325000000,Industrial Processes - Mining,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,12.63959236599,TON,2017NEI_Apr2020 +05,OH,39,,39027,Clinton,NP,,2325000000,Industrial Processes - Mining,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00651873818,TON,2017NEI_Apr2020 +06,TX,48,,48171,Gillespie,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.2300892,LB,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.584,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,.0019833062,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,.02243826,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,.702561,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,.002260632,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0004617631,TON,2017NEI_Apr2020 +04,KY,21,,21091,Hancock,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,13.543184,LB,2017NEI_Apr2020 +04,KY,21,,21091,Hancock,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,1.631016,TON,2017NEI_Apr2020 +04,KY,21,,21091,Hancock,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,82.02198,LB,2017NEI_Apr2020 +08,CO,08,,08037,Eagle,NP,,2805002000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,5.823738,TON,2017NEI_Apr2020 +08,CO,08,,08037,Eagle,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,6.988485,LB,2017NEI_Apr2020 +04,AL,01,,01065,Hale,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0206016669,TON,2017NEI_Apr2020 +04,AL,01,,01065,Hale,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.1950143451,TON,2017NEI_Apr2020 +04,AL,01,,01065,Hale,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,23.09434,LB,2017NEI_Apr2020 +04,AL,01,,01065,Hale,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.01405412,LB,2017NEI_Apr2020 +04,AL,01,,01065,Hale,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.02666484,LB,2017NEI_Apr2020 +04,AL,01,,01065,Hale,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.05545679,LB,2017NEI_Apr2020 +04,AL,01,,01065,Hale,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.002218272,LB,2017NEI_Apr2020 +04,AL,01,,01065,Hale,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,1.392421,LB,2017NEI_Apr2020 +04,AL,01,,01065,Hale,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.3692055,TON,2017NEI_Apr2020 +04,AL,01,,01071,Jackson,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.6210057,LB,2017NEI_Apr2020 +04,AL,01,,01071,Jackson,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,6.929451,TON,2017NEI_Apr2020 +04,AL,01,,01071,Jackson,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,6.596794,LB,2017NEI_Apr2020 +04,AL,01,,01071,Jackson,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.009679782,LB,2017NEI_Apr2020 +03,WV,54,,54105,Wirt,NP,,2805040000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,.08163113,LB,2017NEI_Apr2020 +04,SC,45,,45007,Anderson,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.02176702,TON,2017NEI_Apr2020 +03,WV,54,,54023,Grant,NP,,2415000000,Solvent - Degreasing,,A,R,127184,Tetrachloroethylene,HAP,69.03624,LB,2017NEI_Apr2020 +03,WV,54,,54023,Grant,NP,,2415000000,Solvent - Degreasing,,A,R,67561,Methanol,HAP,327.2691,LB,2017NEI_Apr2020 +04,MS,28,,28149,Warren,NP,,2310021501,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,.01288018,LB,2017NEI_Apr2020 +04,KY,21,,21191,Pendleton,NP,,2310011201,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16017,Bonner,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,1.831727,TON,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,8.15867,LB,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1403386,TON,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,21.28866,LB,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00057538826,TON,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0575427554808,TON,2017NEI_Apr2020 +10,ID,16,,16025,Camas,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00783089388,TON,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16037,Custer,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,4.287465,TON,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.0002873514,LB,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,208968,Acenaphthylene,HAP,.00016420078,LB,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,7439965,Manganese,HAP,.0346646,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16021,Boundary,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16031,Cassia,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16081,Teton,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,249.7466,LB,2017NEI_Apr2020 +10,ID,16,,16081,Teton,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,528.9208,LB,2017NEI_Apr2020 +04,FL,12,,12021,Collier,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,17.92163,LB,2017NEI_Apr2020 +08,SD,46,,46102,Oglala Lakota,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.11955,TON,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0003052144683,TON,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0003813450613,TON,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0056163614745,TON,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.003489141,LB,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.0001204771,LB,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440484,Cobalt,HAP,.0006070793,LB,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.003403086,LB,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,86737,Fluorene,HAP,.00002573829,LB,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.000003230976,LB,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.000001017014,LB,2017NEI_Apr2020 +07,MO,29,,29053,Cooper,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.001689808,LB,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2810050000,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.036,TON,2017NEI_Apr2020 +07,IA,19,,19171,Tama,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,.2268754,LB,2017NEI_Apr2020 +07,IA,19,,19171,Tama,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,7.097128,TON,2017NEI_Apr2020 +07,IA,19,,19171,Tama,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,57125,Cyanide,HAP,14.5433,LB,2017NEI_Apr2020 +07,IA,19,,19171,Tama,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,206440,Fluoranthene,HAP,.004130296,LB,2017NEI_Apr2020 +07,IA,19,,19171,Tama,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,.001221637,LB,2017NEI_Apr2020 +07,IA,19,,19171,Tama,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,106934,Ethylene Dibromide,HAP,.006980782,LB,2017NEI_Apr2020 +04,AL,01,,01047,Dallas,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01047,Dallas,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,AK,02,,02195,Petersburg,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +10,AK,02,,02220,Sitka,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +10,AK,02,,02220,Sitka,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +10,AK,02,,02220,Sitka,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05047,Franklin,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05047,Franklin,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05047,Franklin,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.360278,TON,2017NEI_Apr2020 +06,AR,05,,05051,Garland,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NH3,Ammonia,CAP,.4105493,TON,2017NEI_Apr2020 +07,MO,29,,29127,Marion,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,64.46271,LB,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.0000005082047,LB,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.00000218052,TON,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.000001859261,TON,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.000001859261,TON,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.000001238554,TON,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.000001238554,TON,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.0000006844021,LB,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0000001086211858,TON,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.00004140846,LB,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.00005414953,LB,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NH3,Ammonia,CAP,.0008719113,TON,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.00001592633,LB,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05053,Grant,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05053,Grant,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05053,Grant,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05053,Grant,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05061,Howard,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05061,Howard,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05061,Howard,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05061,Howard,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05061,Howard,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05061,Howard,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05061,Howard,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05061,Howard,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO2,Sulfur Dioxide,CAP,193.5476,TON,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.8656896213,TON,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0004256094,LB,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,206440,Fluoranthene,HAP,.004953815,LB,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,208968,Acenaphthylene,HAP,.001744301,LB,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56553,Benz[a]Anthracene,HAP,.0005581763,LB,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,.272111,LB,2017NEI_Apr2020 +06,AR,05,,05069,Jefferson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05069,Jefferson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05069,Jefferson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05069,Jefferson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05069,Jefferson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05069,Jefferson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05069,Jefferson,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18143,Scott,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18143,Scott,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18143,Scott,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18143,Scott,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01079,Lawrence,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,AL,01,,01079,Lawrence,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01081,Lee,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01081,Lee,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01081,Lee,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05083,Logan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05083,Logan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05083,Logan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05083,Logan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05083,Logan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05083,Logan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0001248396354,TON,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0006913041672,TON,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0008369504085,TON,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,50000,Formaldehyde,HAP,.6419822,LB,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,7439921,Lead,CAP/HAP,.00407608,LB,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.0001112769,LB,2017NEI_Apr2020 +06,AR,05,,05085,Lonoke,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.00002396734,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01101,Montgomery,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47055,Giles,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,148.1196,LB,2017NEI_Apr2020 +04,TN,47,,47055,Giles,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,425.4955,LB,2017NEI_Apr2020 +07,IA,19,,19049,Dallas,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,91203,Naphthalene,HAP,1.534575,LB,2017NEI_Apr2020 +07,IA,19,,19049,Dallas,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000252077313,TON,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20183,Smith,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22039,Evangeline,NP,,2501060201,Gas Stations,,A,R,98828,Cumene,HAP,1.643656,LB,2017NEI_Apr2020 +06,NM,35,,35039,Rio Arriba,NP,,2310023600,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35039,Rio Arriba,NP,,2310023600,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35039,Rio Arriba,NP,,2310023600,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39147,Seneca,NP,,2310023511,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13321,Worth,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +01,CT,09,,09013,Tolland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55131,Washington,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,3.574622,LB,2017NEI_Apr2020 +05,WI,55,,55131,Washington,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.3971802,TON,2017NEI_Apr2020 +05,WI,55,,55131,Washington,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,31.53611,LB,2017NEI_Apr2020 +08,WY,56,,56015,Goshen,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,51.30491,TON,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,.28,TON,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2311030000,Dust - Construction Dust,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48357,Ochiltree,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,5.845375,TON,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2610000500,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,334.903,LB,2017NEI_Apr2020 +06,TX,48,,48327,Menard,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,75070,Acetaldehyde,HAP,.0002481818228,LB,2017NEI_Apr2020 +06,TX,48,,48327,Menard,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72109,Patillas,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,.9958972,LB,2017NEI_Apr2020 +06,TX,48,,48479,Webb,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,2.1088845,TON,2017NEI_Apr2020 +06,TX,48,,48289,Leon,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,877.8137,TON,2017NEI_Apr2020 +08,UT,49,,49045,Tooele,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,26.767008,LB,2017NEI_Apr2020 +06,TX,48,,48345,Motley,NP,,2310002000,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72023,Cabo Rojo,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48417,Shackelford,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48417,Shackelford,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48417,Shackelford,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48417,Shackelford,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,.02,TON,2017NEI_Apr2020 +06,TX,48,,48479,Webb,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,584.8624,LB,2017NEI_Apr2020 +06,TX,48,,48479,Webb,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,21.16,TON,2017NEI_Apr2020 +03,WV,54,,54099,Wayne,NP,,2285002006,Mobile - Locomotives,,A,R,1330207,Xylenes (Mixed Isomers),HAP,848.2806,LB,2017NEI_Apr2020 +03,WV,54,,54099,Wayne,NP,,2285002006,Mobile - Locomotives,,A,R,208968,Acenaphthylene,HAP,25.5413,LB,2017NEI_Apr2020 +03,WV,54,,54099,Wayne,NP,,2285002006,Mobile - Locomotives,,A,R,71432,Benzene,HAP,1160.968,LB,2017NEI_Apr2020 +03,WV,54,,54099,Wayne,NP,,2285002006,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,25.79929,TON,2017NEI_Apr2020 +05,IN,18,,18049,Fulton,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18049,Fulton,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18049,Fulton,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18071,Jackson,NP,,2310011201,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41065,Wasco,NP,,2805007100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,1.023426,LB,2017NEI_Apr2020 +10,OR,41,,41065,Wasco,NP,,2805007100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,3.681912,LB,2017NEI_Apr2020 +10,OR,41,,41065,Wasco,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.5329083,LB,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,3.407048,LB,2017NEI_Apr2020 +05,MN,27,,27153,Todd,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.001597583548,TON,2017NEI_Apr2020 +07,IA,19,,19053,Decatur,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,.00034323,TON,2017NEI_Apr2020 +04,KY,21,,21235,Whitley,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,KY,21,,21235,Whitley,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26015,Barry,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.043655078,TON,2017NEI_Apr2020 +05,MI,26,,26015,Barry,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,18.44188,TON,2017NEI_Apr2020 +05,MI,26,,26015,Barry,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.1732841,LB,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.05532732,TON,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,4.384419,LB,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50328,Benzo[a]Pyrene,HAP,.0006985346,LB,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.001816933,LB,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.5532732,TON,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,2.3920932,LB,2017NEI_Apr2020 +07,IA,19,,19069,Franklin,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,.002345195,LB,2017NEI_Apr2020 +07,IA,19,,19069,Franklin,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.007012015,TON,2017NEI_Apr2020 +07,IA,19,,19069,Franklin,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,.003830092,TON,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00108994925,TON,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00235199575,TON,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0320100885,TON,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,8.028585,TON,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.04360164,TON,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.01951483,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.05736575,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.005579408,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.0210865,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,61.2361,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,3.914492,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.04167656,TON,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.0009085491,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,123386,Propionaldehyde,HAP,4.175992,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.7601377,TON,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,1.765717,LB,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01434075066,TON,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.06953552,TON,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,205992,Benzo[b]Fluoranthene,HAP,.02027064,LB,2017NEI_Apr2020 +05,MI,26,,26051,Gladwin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,27.61888,LB,2017NEI_Apr2020 +05,MI,26,,26051,Gladwin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.8617619,LB,2017NEI_Apr2020 +05,MI,26,,26051,Gladwin,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.5076132,LB,2017NEI_Apr2020 +05,MN,27,,27017,Carlton,NP,,2610000400,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.529781873764,TON,2017NEI_Apr2020 +05,MN,27,,27017,Carlton,NP,,2610000400,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.097434,TON,2017NEI_Apr2020 +05,MN,27,,27017,Carlton,NP,,2610000400,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.02846588,TON,2017NEI_Apr2020 +05,MN,27,,27017,Carlton,NP,,2610000400,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,3.59569,LB,2017NEI_Apr2020 +05,MN,27,,27017,Carlton,NP,,2610000400,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,4.194971,TON,2017NEI_Apr2020 +05,MN,27,,27017,Carlton,NP,,2610000400,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.423294,TON,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.01978622,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.04819285,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.06346523,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.388067,TON,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,109.247691,LB,2017NEI_Apr2020 +07,IA,19,,19081,Hancock,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19081,Hancock,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22009,Avoyelles,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22009,Avoyelles,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22009,Avoyelles,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22009,Avoyelles,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.07052829,TON,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,1.430074,TON,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0004786076184,TON,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0001223771649,TON,2017NEI_Apr2020 +04,KY,21,,21197,Powell,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21197,Powell,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21197,Powell,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21197,Powell,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21197,Powell,NP,,2310021010,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40049,Garvin,NP,,2805045000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,2.634674,LB,2017NEI_Apr2020 +08,SD,46,,46067,Hutchinson,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,.4456112,LB,2017NEI_Apr2020 +04,KY,21,,21059,Daviess,NP,,2302003100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0468128115,TON,2017NEI_Apr2020 +06,LA,22,,22099,St. Martin,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,17.63664,LB,2017NEI_Apr2020 +03,PA,42,,42115,Susquehanna,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,.005116158,LB,2017NEI_Apr2020 +03,PA,42,,42115,Susquehanna,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,.001266858,LB,2017NEI_Apr2020 +06,LA,22,,22103,St. Tammany,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,32.16219,TON,2017NEI_Apr2020 +10,OR,41,,41007,Clatsop,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,7.68962,LB,2017NEI_Apr2020 +10,OR,41,,41007,Clatsop,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,4.272,LB,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000003002787,LB,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.000319344,LB,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.008650886,LB,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.02108321,TON,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440484,Cobalt,HAP,.001849335,LB,2017NEI_Apr2020 +06,LA,22,,22035,East Carroll,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,103.1285,LB,2017NEI_Apr2020 +03,WV,54,,54095,Tyler,NP,,2325000000,Industrial Processes - Mining,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54095,Tyler,NP,,2325000000,Industrial Processes - Mining,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54095,Tyler,NP,,2325000000,Industrial Processes - Mining,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54095,Tyler,NP,,2325000000,Industrial Processes - Mining,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37033,Caswell,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,1.387954,LB,2017NEI_Apr2020 +07,MO,29,,29133,Mississippi,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29145,Newton,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,3.42292,LB,2017NEI_Apr2020 +07,MO,29,,29145,Newton,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,3.00062,LB,2017NEI_Apr2020 +07,MO,29,,29145,Newton,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.018165748,LB,2017NEI_Apr2020 +04,GA,13,,13003,Atkinson,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13003,Atkinson,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13003,Atkinson,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13003,Atkinson,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13003,Atkinson,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2302003100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,6.29319,TON,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2302003100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,7.71926,LB,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2302003100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0435236984,TON,2017NEI_Apr2020 +04,GA,13,,13157,Jackson,NP,,2302003100,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,.5771518,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.887878799504,TON,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,745.7904,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,7440020,Nickel,HAP,.0155578,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,45.26058,LB,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.3499538,TON,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,4.387867,TON,2017NEI_Apr2020 +05,IN,18,,18027,Daviess,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,4.604268,TON,2017NEI_Apr2020 +04,KY,21,,21079,Garrard,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,2.19882,LB,2017NEI_Apr2020 +04,KY,21,,21079,Garrard,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,2.27902,LB,2017NEI_Apr2020 +04,KY,21,,21079,Garrard,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0000911608,LB,2017NEI_Apr2020 +06,LA,22,,22051,Jefferson,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.1976017,TON,2017NEI_Apr2020 +06,LA,22,,22051,Jefferson,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26007,Alpena,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,2.53851,TON,2017NEI_Apr2020 +10,ID,16,,16043,Fremont,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,50000,Formaldehyde,HAP,4.988814,LB,2017NEI_Apr2020 +10,ID,16,,16043,Fremont,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,2174.572,LB,2017NEI_Apr2020 +10,ID,16,,16043,Fremont,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,602.324,LB,2017NEI_Apr2020 +10,ID,16,,16043,Fremont,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,75.07612,LB,2017NEI_Apr2020 +10,ID,16,,16043,Fremont,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,108907,Chlorobenzene,HAP,937.5304,LB,2017NEI_Apr2020 +08,SD,46,,46065,Hughes,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,.2383651,TON,2017NEI_Apr2020 +08,SD,46,,46065,Hughes,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,4.143192,LB,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2302002200,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,172.3569,LB,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2302002200,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.3689798,LB,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2302002200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,4.312205,LB,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2302002200,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,12.07483,TON,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2302002200,Commercial Cooking,,A,R,108883,Toluene,HAP,436.4992,LB,2017NEI_Apr2020 +05,OH,39,,39023,Clark,NP,,2302002200,Commercial Cooking,,A,R,100425,Styrene,HAP,418.5754,LB,2017NEI_Apr2020 +09,AZ,04,,04012,La Paz,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,70.93931,LB,2017NEI_Apr2020 +09,AZ,04,,04012,La Paz,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,.4729287,LB,2017NEI_Apr2020 +04,AL,01,,01001,Autauga,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01001,Autauga,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01001,Autauga,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,60344,Methylhydrazine,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01111,Randolph,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,AL,01,,01111,Randolph,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01111,Randolph,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37153,Richmond,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01133,Winston,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01133,Winston,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01133,Winston,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01133,Winston,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01133,Winston,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,AL,01,,01133,Winston,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05013,Calhoun,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05013,Calhoun,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05013,Calhoun,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05013,Calhoun,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05013,Calhoun,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05013,Calhoun,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +03,MD,24,,24047,Worcester,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0000414969,LB,2017NEI_Apr2020 +03,MD,24,,24047,Worcester,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.010374226,LB,2017NEI_Apr2020 +03,MD,24,,24047,Worcester,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.03890334,LB,2017NEI_Apr2020 +03,MD,24,,24047,Worcester,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.0000829938,LB,2017NEI_Apr2020 +03,MD,24,,24047,Worcester,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.1723252,TON,2017NEI_Apr2020 +05,MN,27,,27001,Aitkin,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,6.78772,LB,2017NEI_Apr2020 +05,MN,27,,27033,Cottonwood,NP,,2501060201,Gas Stations,,A,R,110543,Hexane,HAP,118.5038,LB,2017NEI_Apr2020 +05,MI,26,,26093,Livingston,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26093,Livingston,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26093,Livingston,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26093,Livingston,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26093,Livingston,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26093,Livingston,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26093,Livingston,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22019,Calcasieu,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2610030000,Waste Disposal,,A,R,88062,"2,4,6-Trichlorophenol",HAP,2.304049,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2610030000,Waste Disposal,,A,R,91576,2-Methylnaphthalene,HAP,103.0759,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2610030000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,22.46145,TON,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2610030000,Waste Disposal,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,15.76455,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,15.34012,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2610030000,Waste Disposal,,A,R,206440,Fluoranthene,HAP,33.52998,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2610030000,Waste Disposal,,A,R,71432,Benzene,HAP,11856.15,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2610030000,Waste Disposal,,A,R,7439976,Mercury,HAP,5.299314,LB,2017NEI_Apr2020 +05,MI,26,,26049,Genesee,NP,,2610030000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,205.5455,LB,2017NEI_Apr2020 +07,MO,29,,29213,Taney,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29213,Taney,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29213,Taney,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29213,Taney,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29213,Taney,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29213,Taney,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,18.51106,TON,2017NEI_Apr2020 +07,KS,20,,20169,Saline,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,8.078748,LB,2017NEI_Apr2020 +06,LA,22,,22021,Caldwell,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22021,Caldwell,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22021,Caldwell,NP,,2310023251,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26059,Hillsdale,NP,,2610000100,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0149686713,TON,2017NEI_Apr2020 +05,MI,26,,26059,Hillsdale,NP,,2610000100,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.8669414,TON,2017NEI_Apr2020 +05,MI,26,,26059,Hillsdale,NP,,2610000100,Waste Disposal,,A,R,98828,Cumene,HAP,.8204981,LB,2017NEI_Apr2020 +04,MS,28,,28047,Harrison,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,8.48383604436,TON,2017NEI_Apr2020 +07,IA,19,,19107,Keokuk,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19107,Keokuk,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19107,Keokuk,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7664393,Hydrogen Fluoride,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19107,Keokuk,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,192972,Benzo[e]Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19107,Keokuk,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,198550,Perylene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19107,Keokuk,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22033,East Baton Rouge,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,143.99712,LB,2017NEI_Apr2020 +06,LA,22,,22033,East Baton Rouge,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,815.9838,LB,2017NEI_Apr2020 +07,IA,19,,19115,Louisa,NP,,2311020000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17095,Knox,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.6374,TON,2017NEI_Apr2020 +05,IL,17,,17095,Knox,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.8866,TON,2017NEI_Apr2020 +05,IL,17,,17095,Knox,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.01940678992606667456,LB,2017NEI_Apr2020 +07,IA,19,,19119,Lyon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0008043599576,TON,2017NEI_Apr2020 +07,IA,19,,19119,Lyon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,1.8878,LB,2017NEI_Apr2020 +07,IA,19,,19119,Lyon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.01715398,LB,2017NEI_Apr2020 +07,IA,19,,19119,Lyon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,59.47864,LB,2017NEI_Apr2020 +07,IA,19,,19119,Lyon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,46.97951,LB,2017NEI_Apr2020 +07,IA,19,,19119,Lyon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19129,Mills,NP,,2610030000,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,6.4043015344,TON,2017NEI_Apr2020 +07,IA,19,,19129,Mills,NP,,2610030000,Waste Disposal,,A,R,56553,Benz[a]Anthracene,HAP,2.28731,LB,2017NEI_Apr2020 +07,IA,19,,19129,Mills,NP,,2610030000,Waste Disposal,,A,R,106990,"1,3-Butadiene",HAP,214.9309,LB,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.5325617,TON,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01738604,TON,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.06954414,TON,2017NEI_Apr2020 +04,MS,28,,28091,Marion,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.03969719,LB,2017NEI_Apr2020 +04,MS,28,,28091,Marion,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.7841421,LB,2017NEI_Apr2020 +04,MS,28,,28091,Marion,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28091,Marion,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.210951,TON,2017NEI_Apr2020 +04,MS,28,,28091,Marion,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,108383,m-Xylene,HAP,.4179757,LB,2017NEI_Apr2020 +07,IA,19,,19155,Pottawattamie,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,IA,19,,19155,Pottawattamie,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.584178,TON,2017NEI_Apr2020 +07,IA,19,,19155,Pottawattamie,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,50000,Formaldehyde,HAP,31.11867,LB,2017NEI_Apr2020 +04,MS,28,,28121,Rankin,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,207089,Benzo[k]Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28121,Rankin,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28121,Rankin,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01332812306,TON,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.3592486,TON,2017NEI_Apr2020 +07,IA,19,,19185,Wayne,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,CO,Carbon Monoxide,CAP,.4822128,TON,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.004588244488,TON,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.01603166,TON,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,.014081548,LB,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,3.022118,LB,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,.012240116,LB,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,.10517834,LB,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,.02307208,LB,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,.013756588,LB,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,3.314578,LB,2017NEI_Apr2020 +04,KY,21,,21189,Owsley,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01244101,TON,2017NEI_Apr2020 +04,KY,21,,21045,Casey,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01019387322,TON,2017NEI_Apr2020 +04,KY,21,,21045,Casey,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0749063342052,TON,2017NEI_Apr2020 +04,KY,21,,21045,Casey,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.02161354,LB,2017NEI_Apr2020 +04,KY,21,,21045,Casey,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,1.255129,LB,2017NEI_Apr2020 +04,KY,21,,21045,Casey,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.2544737,TON,2017NEI_Apr2020 +04,KY,21,,21045,Casey,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.008748337,LB,2017NEI_Apr2020 +05,MI,26,,26005,Allegan,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,48.60578,LB,2017NEI_Apr2020 +05,MI,26,,26005,Allegan,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,14.56319409168,TON,2017NEI_Apr2020 +05,MI,26,,26005,Allegan,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,3085.588,LB,2017NEI_Apr2020 +05,MI,26,,26005,Allegan,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,33.84823,TON,2017NEI_Apr2020 +08,SD,46,,46055,Haakon,NP,,2311030000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,SD,46,,46047,Fall River,NP,,2425000000,Solvent - Graphic Arts,,A,R,108883,Toluene,HAP,247.4274,LB,2017NEI_Apr2020 +08,SD,46,,46047,Fall River,NP,,2425000000,Solvent - Graphic Arts,,A,R,67561,Methanol,HAP,164.2237,LB,2017NEI_Apr2020 +10,OR,41,,41043,Linn,NP,,2805045000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,14.54972,TON,2017NEI_Apr2020 +09,AZ,04,,04009,Graham,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,4.784407,LB,2017NEI_Apr2020 +06,TX,48,,48481,Wharton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.013411619925,TON,2017NEI_Apr2020 +06,TX,48,,48481,Wharton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000027104198,TON,2017NEI_Apr2020 +06,TX,48,,48481,Wharton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000002353858,LB,2017NEI_Apr2020 +06,TX,48,,48481,Wharton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.508124,LB,2017NEI_Apr2020 +06,TX,48,,48481,Wharton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.01229237,LB,2017NEI_Apr2020 +06,TX,48,,48481,Wharton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.02408346,TON,2017NEI_Apr2020 +06,TX,48,,48481,Wharton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01652695,TON,2017NEI_Apr2020 +06,TX,48,,48481,Wharton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000009602247,LB,2017NEI_Apr2020 +08,UT,49,,49049,Utah,NP,,2302002200,Commercial Cooking,,A,R,120127,Anthracene,HAP,12.78264,LB,2017NEI_Apr2020 +08,UT,49,,49049,Utah,NP,,2302002200,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,1.54226,LB,2017NEI_Apr2020 +08,UT,49,,49049,Utah,NP,,2302002200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,1.468714,LB,2017NEI_Apr2020 +08,UT,49,,49049,Utah,NP,,2302002200,Commercial Cooking,,A,R,71432,Benzene,HAP,4621.016,LB,2017NEI_Apr2020 +08,UT,49,,49049,Utah,NP,,2302002200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,58.81992,LB,2017NEI_Apr2020 +05,OH,39,,39101,Marion,NP,,2302003000,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,108.8707,LB,2017NEI_Apr2020 +05,OH,39,,39101,Marion,NP,,2302003000,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.4323575,LB,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,75070,Acetaldehyde,HAP,31.00584,LB,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,108883,Toluene,HAP,2.874954,LB,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,120809,Catechol,HAP,5.677125,LB,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM-CON,PM Condensible,CAP,.1250825,TON,2017NEI_Apr2020 +06,TX,48,,48475,Ward,NP,,2460900000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,2.144,LB,2017NEI_Apr2020 +05,WI,55,,55129,Washburn,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.059829313,TON,2017NEI_Apr2020 +05,WI,55,,55129,Washburn,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.11627605,TON,2017NEI_Apr2020 +05,WI,55,,55129,Washburn,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,105.7055,TON,2017NEI_Apr2020 +01,VT,50,,50019,Orleans,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,21.68781,LB,2017NEI_Apr2020 +03,VA,51,,51750,Radford city,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51750,Radford city,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51750,Radford city,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51750,Radford city,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2325000000,Industrial Processes - Mining,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48187,Guadalupe,NP,,2310002000,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48187,Guadalupe,NP,,2310002000,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,123386,Propionaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39007,Ashtabula,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18017,Cass,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00225218904,TON,2017NEI_Apr2020 +05,IN,18,,18017,Cass,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.03065174352,TON,2017NEI_Apr2020 +05,IN,18,,18017,Cass,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00104369736,TON,2017NEI_Apr2020 +05,IN,18,,18017,Cass,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,123.2933,LB,2017NEI_Apr2020 +05,IN,18,,18017,Cass,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,8.034232,LB,2017NEI_Apr2020 +05,IN,18,,18017,Cass,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.5234967,TON,2017NEI_Apr2020 +05,IN,18,,18017,Cass,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.6316251,TON,2017NEI_Apr2020 +06,OK,40,,40013,Bryan,NP,,2501050120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,18.62043,LB,2017NEI_Apr2020 +06,OK,40,,40013,Bryan,NP,,2501050120,Bulk Gasoline Terminals,,A,R,VOC,Volatile Organic Compounds,CAP,17.56645,TON,2017NEI_Apr2020 +06,OK,40,,40013,Bryan,NP,,2501050120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,263.4967,LB,2017NEI_Apr2020 +04,KY,21,,21221,Trigg,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.001362188,LB,2017NEI_Apr2020 +04,KY,21,,21221,Trigg,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,.00000577735,LB,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2311020000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2311020000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,7.882518877886,TON,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,83.58706,TON,2017NEI_Apr2020 +04,GA,13,,13037,Calhoun,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00267982029,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12117,Seminole,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.15465,LB,2017NEI_Apr2020 +04,GA,13,,13007,Baker,NP,,2302003000,Commercial Cooking,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13007,Baker,NP,,2302003000,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +10,WA,53,,53047,Okanogan,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,12.02889,TON,2017NEI_Apr2020 +09,CA,06,,06091,Sierra,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.0068156586,LB,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2501055120,Bulk Gasoline Terminals,,A,R,110543,Hexane,HAP,3.653554,LB,2017NEI_Apr2020 +05,OH,39,,39109,Miami,NP,,2501055120,Bulk Gasoline Terminals,,A,R,98828,Cumene,HAP,.02435703,LB,2017NEI_Apr2020 +07,MO,29,,29201,Scott,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,6.897322,LB,2017NEI_Apr2020 +03,PA,42,,42087,Mifflin,NP,,2501055120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.5761089,LB,2017NEI_Apr2020 +03,PA,42,,42087,Mifflin,NP,,2501055120,Bulk Gasoline Terminals,,A,R,71432,Benzene,HAP,.4444692,LB,2017NEI_Apr2020 +03,PA,42,,42087,Mifflin,NP,,2501055120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.4301613,LB,2017NEI_Apr2020 +03,PA,42,,42087,Mifflin,NP,,2501055120,Bulk Gasoline Terminals,,A,R,110543,Hexane,HAP,1.382661,LB,2017NEI_Apr2020 +03,PA,42,,42111,Somerset,NP,,2501055120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.09601815,LB,2017NEI_Apr2020 +03,PA,42,,42111,Somerset,NP,,2501055120,Bulk Gasoline Terminals,,A,R,110543,Hexane,HAP,.2304436,LB,2017NEI_Apr2020 +03,PA,42,,42111,Somerset,NP,,2501055120,Bulk Gasoline Terminals,,A,R,98828,Cumene,HAP,.00153629,LB,2017NEI_Apr2020 +02,NJ,34,,34029,Ocean,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,2.801629,TON,2017NEI_Apr2020 +04,TN,47,,47001,Anderson,NP,,2501055120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.09799298,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,1334.367,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,452.1436,LB,2017NEI_Apr2020 +04,SC,45,,45079,Richland,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.5823,TON,2017NEI_Apr2020 +04,SC,45,,45079,Richland,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00525,TON,2017NEI_Apr2020 +04,SC,45,,45079,Richland,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,11.8,TON,2017NEI_Apr2020 +04,SC,45,,45079,Richland,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,108883,Toluene,HAP,22,LB,2017NEI_Apr2020 +04,SC,45,,45079,Richland,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,.0517,TON,2017NEI_Apr2020 +04,SC,45,,45079,Richland,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,71432,Benzene,HAP,29.4,LB,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.001127002,LB,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,206440,Fluoranthene,HAP,.0006762009,LB,2017NEI_Apr2020 +05,MI,26,,26099,Macomb,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.0006311209,LB,2017NEI_Apr2020 +05,MI,26,,26103,Marquette,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00027660978,TON,2017NEI_Apr2020 +05,MI,26,,26103,Marquette,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.001038325,TON,2017NEI_Apr2020 +05,MI,26,,26103,Marquette,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.00009483023,LB,2017NEI_Apr2020 +05,MI,26,,26103,Marquette,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.00005310493,LB,2017NEI_Apr2020 +06,LA,22,,22099,St. Martin,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,.0002919491,LB,2017NEI_Apr2020 +06,LA,22,,22099,St. Martin,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,5.428805,LB,2017NEI_Apr2020 +06,LA,22,,22099,St. Martin,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,.04433524,LB,2017NEI_Apr2020 +06,LA,22,,22099,St. Martin,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,1.658802,TON,2017NEI_Apr2020 +06,TX,48,,48229,Hudspeth,NP,,2310012512,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48235,Irion,NP,,2310012020,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48235,Irion,NP,,2310012020,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +09,CA,06,,06013,Contra Costa,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13019,Berrien,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.1387744,LB,2017NEI_Apr2020 +04,GA,13,,13019,Berrien,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,34.63013,LB,2017NEI_Apr2020 +04,GA,13,,13019,Berrien,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,4.671514,TON,2017NEI_Apr2020 +04,GA,13,,13019,Berrien,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.7007271,TON,2017NEI_Apr2020 +04,GA,13,,13019,Berrien,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.05153898,TON,2017NEI_Apr2020 +06,OK,40,,40053,Grant,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,65.38854,LB,2017NEI_Apr2020 +07,KS,20,,20189,Stevens,NP,,2805010100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,1.757917,LB,2017NEI_Apr2020 +07,KS,20,,20201,Washington,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,685.9045,TON,2017NEI_Apr2020 +04,KY,21,,21055,Crittenden,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.1528521,LB,2017NEI_Apr2020 +04,KY,21,,21055,Crittenden,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,1.375669,LB,2017NEI_Apr2020 +01,ME,23,,23025,Somerset,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,154.83,LB,2017NEI_Apr2020 +01,ME,23,,23025,Somerset,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,1.1902988,LB,2017NEI_Apr2020 +05,OH,39,,39015,Brown,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,1.94693,LB,2017NEI_Apr2020 +05,OH,39,,39015,Brown,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.011789928,LB,2017NEI_Apr2020 +04,KY,21,,21235,Whitley,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.00001846192,LB,2017NEI_Apr2020 +04,KY,21,,21235,Whitley,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.006996269,LB,2017NEI_Apr2020 +04,KY,21,,21235,Whitley,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.000003606515,LB,2017NEI_Apr2020 +04,KY,21,,21235,Whitley,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.1175874,LB,2017NEI_Apr2020 +04,KY,21,,21235,Whitley,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01900621,TON,2017NEI_Apr2020 +06,OK,40,,40071,Kay,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,100414,Ethyl Benzene,HAP,1.173544,LB,2017NEI_Apr2020 +06,OK,40,,40071,Kay,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,12.39971,LB,2017NEI_Apr2020 +06,OK,40,,40071,Kay,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,.265708,LB,2017NEI_Apr2020 +05,MI,26,,26039,Crawford,NP,,2302002200,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,80.91176,LB,2017NEI_Apr2020 +05,MI,26,,26039,Crawford,NP,,2302002200,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.04643643,LB,2017NEI_Apr2020 +05,MI,26,,26039,Crawford,NP,,2302002200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.1334334,TON,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,1197.548,LB,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,27.79,LB,2017NEI_Apr2020 +04,TN,47,,47129,Morgan,NP,,2325000000,Industrial Processes - Mining,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,TN,47,,47129,Morgan,NP,,2325000000,Industrial Processes - Mining,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,TN,47,,47157,Shelby,NP,,2302002100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,46.49,TON,2017NEI_Apr2020 +04,TN,47,,47157,Shelby,NP,,2302002100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,47.89,TON,2017NEI_Apr2020 +04,TN,47,,47157,Shelby,NP,,2302002100,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,17.76594,LB,2017NEI_Apr2020 +04,TN,47,,47157,Shelby,NP,,2302002100,Commercial Cooking,,A,R,100425,Styrene,HAP,658.8349,LB,2017NEI_Apr2020 +04,TN,47,,47157,Shelby,NP,,2302002100,Commercial Cooking,,A,R,98862,Acetophenone,HAP,8.431001,LB,2017NEI_Apr2020 +04,TN,47,,47157,Shelby,NP,,2302002100,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,205.1254,LB,2017NEI_Apr2020 +04,TN,47,,47157,Shelby,NP,,2302002100,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,44.50862,LB,2017NEI_Apr2020 +04,TN,47,,47157,Shelby,NP,,2302002100,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,2.862294,LB,2017NEI_Apr2020 +04,TN,47,,47157,Shelby,NP,,2302002100,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,4.450178,LB,2017NEI_Apr2020 +04,FL,12,,12101,Pasco,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,13.483,TON,2017NEI_Apr2020 +04,FL,12,,12101,Pasco,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,3.235921,LB,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.01479138802,TON,2017NEI_Apr2020 +03,VA,51,,51159,Richmond,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.829168158,TON,2017NEI_Apr2020 +10,AK,02,,02170,Matanuska-Susitna,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,1.71844,LB,2017NEI_Apr2020 +06,TX,48,,48059,Callahan,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,25.060460621772,LB,2017NEI_Apr2020 +03,VA,51,,51131,Northampton,NP,,2325000000,Industrial Processes - Mining,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51131,Northampton,NP,,2325000000,Industrial Processes - Mining,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +02,NJ,34,,34033,Salem,NP,,2501080100,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51027,Buchanan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51027,Buchanan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51027,Buchanan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51073,Gloucester,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.00009013665,TON,2017NEI_Apr2020 +03,VA,51,,51073,Gloucester,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0001744203,TON,2017NEI_Apr2020 +03,VA,51,,51119,Middlesex,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0000603708,LB,2017NEI_Apr2020 +03,VA,51,,51001,Accomack,NP,,2302003200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00143719303,TON,2017NEI_Apr2020 +03,VA,51,,51047,Culpeper,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51047,Culpeper,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51047,Culpeper,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,106934,Ethylene Dibromide,HAP,.000005951927,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,129000,Pyrene,HAP,.00000163678,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,.0002083175,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,83329,Acenaphthene,HAP,.000002529569,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,532274,2-Chloroacetophenone,HAP,.00003471958,LB,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,.002579168,TON,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0006153995142,TON,2017NEI_Apr2020 +03,VA,51,,51089,Henry,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO2,Sulfur Dioxide,CAP,.1102595,TON,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,206440,Fluoranthene,HAP,.0004011433,LB,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,71432,Benzene,HAP,.2808003,LB,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,.06685722,LB,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00191465676,TON,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.02139431,TON,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.03476575,TON,2017NEI_Apr2020 +10,WA,53,,53063,Spokane,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.1301307,LB,2017NEI_Apr2020 +10,WA,53,,53063,Spokane,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,5.783587,LB,2017NEI_Apr2020 +04,MS,28,,28139,Tippah,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,.4234156,TON,2017NEI_Apr2020 +02,NY,36,,36085,Richmond,NP,,2501055120,Bulk Gasoline Terminals,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +09,NV,32,,32013,Humboldt,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,62.56789,LB,2017NEI_Apr2020 +09,NV,32,,32013,Humboldt,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,80.44443,LB,2017NEI_Apr2020 +07,MO,29,,29089,Howard,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,8.419418,LB,2017NEI_Apr2020 +07,MO,29,,29089,Howard,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,3.508091,LB,2017NEI_Apr2020 +04,GA,13,,13031,Bulloch,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,54.29269,LB,2017NEI_Apr2020 +07,MO,29,,29095,Jackson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0788978867,TON,2017NEI_Apr2020 +07,MO,29,,29095,Jackson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,85018,Phenanthrene,HAP,.06810097,LB,2017NEI_Apr2020 +07,MO,29,,29095,Jackson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM-CON,PM Condensible,CAP,.6226374,TON,2017NEI_Apr2020 +07,MO,29,,29095,Jackson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO2,Sulfur Dioxide,CAP,1.167445,TON,2017NEI_Apr2020 +07,MO,29,,29095,Jackson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,8.172116,LB,2017NEI_Apr2020 +07,MO,29,,29095,Jackson,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,50000,Formaldehyde,HAP,291.8613,LB,2017NEI_Apr2020 +04,TN,47,,47147,Robertson,NP,,2302002100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0034977567,TON,2017NEI_Apr2020 +04,TN,47,,47147,Robertson,NP,,2302002100,Commercial Cooking,,A,R,98862,Acetophenone,HAP,.470469,LB,2017NEI_Apr2020 +04,TN,47,,47147,Robertson,NP,,2302002100,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.0862448,TON,2017NEI_Apr2020 +04,TN,47,,47147,Robertson,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.672696,TON,2017NEI_Apr2020 +04,TN,47,,47147,Robertson,NP,,2302002100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.6233694,LB,2017NEI_Apr2020 +04,TN,47,,47147,Robertson,NP,,2302002100,Commercial Cooking,,A,R,120127,Anthracene,HAP,.5585517,LB,2017NEI_Apr2020 +05,WI,55,,55001,Adams,NP,,2302003000,Commercial Cooking,,A,R,129000,Pyrene,HAP,.01253876,LB,2017NEI_Apr2020 +10,WA,53,,53041,Lewis,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.5017257,LB,2017NEI_Apr2020 +10,WA,53,,53041,Lewis,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.07125099,LB,2017NEI_Apr2020 +10,WA,53,,53041,Lewis,NP,,2805010100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,.07421978,LB,2017NEI_Apr2020 +10,WA,53,,53041,Lewis,NP,,2805010100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.1855494,TON,2017NEI_Apr2020 +05,WI,55,,55071,Manitowoc,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,19.44565,TON,2017NEI_Apr2020 +03,WV,54,,54021,Gilmer,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,4.171515663,TON,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,206440,Fluoranthene,HAP,4.721043,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.461006,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,74908,Hydrogen Cyanide,HAP,747.3431,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,16.22058,TON,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.5056165,TON,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,3.162587,TON,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,85018,Phenanthrene,HAP,9.049378,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,86737,Fluorene,HAP,5.096678,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.05122289,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2610030000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,309.6424,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2630020000,Waste Disposal,,A,R,67663,Chloroform,HAP,1.14632,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2630020000,Waste Disposal,,A,R,75150,Carbon Disulfide,HAP,.76896,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2630020000,Waste Disposal,,A,R,80626,Methyl Methacrylate,HAP,.055358,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2630020000,Waste Disposal,,A,R,107051,Allyl Chloride,HAP,.0034532,LB,2017NEI_Apr2020 +03,WV,54,,54089,Summers,NP,,2630020000,Waste Disposal,,A,R,121142,"2,4-Dinitrotoluene",HAP,.0085618,LB,2017NEI_Apr2020 +03,VA,51,,51670,Hopewell city,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +08,UT,49,,49003,Box Elder,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,52.9015112,LB,2017NEI_Apr2020 +10,WA,53,,53047,Okanogan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.007615226,LB,2017NEI_Apr2020 +10,WA,53,,53047,Okanogan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.01572403,LB,2017NEI_Apr2020 +10,WA,53,,53047,Okanogan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.0004724261,LB,2017NEI_Apr2020 +10,WA,53,,53047,Okanogan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.05491072,TON,2017NEI_Apr2020 +03,VA,51,,51099,King George,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00011285918176,TON,2017NEI_Apr2020 +03,VA,51,,51099,King George,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440439,Cadmium,HAP,.00007955522,LB,2017NEI_Apr2020 +03,VA,51,,51099,King George,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,.0003977761,LB,2017NEI_Apr2020 +03,VA,51,,51099,King George,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.000003977761,LB,2017NEI_Apr2020 +03,VA,51,,51099,King George,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,.0002147991,LB,2017NEI_Apr2020 +04,GA,13,,13087,Decatur,NP,,2420000000,Solvent - Dry Cleaning,,A,R,127184,Tetrachloroethylene,HAP,2367,LB,2017NEI_Apr2020 +04,GA,13,,13097,Douglas,NP,,2501055120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,.03391735,LB,2017NEI_Apr2020 +04,GA,13,,13097,Douglas,NP,,2501055120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.358372,LB,2017NEI_Apr2020 +05,MN,27,,27045,Fillmore,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0611568,TON,2017NEI_Apr2020 +05,MN,27,,27045,Fillmore,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.4518,LB,2017NEI_Apr2020 +05,MN,27,,27045,Fillmore,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.06454,LB,2017NEI_Apr2020 +05,MN,27,,27047,Freeborn,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,5.29542,TON,2017NEI_Apr2020 +05,MN,27,,27047,Freeborn,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,2076,LB,2017NEI_Apr2020 +05,MN,27,,27047,Freeborn,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,440.8,LB,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.1544575476,TON,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.3767,TON,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.015702,LB,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.005968,LB,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.009558,LB,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7439965,Manganese,HAP,.005382,LB,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.0002786,LB,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,2.238,LB,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.0173,TON,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.001507,LB,2017NEI_Apr2020 +04,TN,47,,47107,McMinn,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,7.851422,TON,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,18368,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.2086,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,2796,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,58.86,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,82.36,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,4.47,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,59.45406,TON,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,13742,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,8.056,TON,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,145,TON,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.005415,TON,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,2.7,TON,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,4.936,TON,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,135.98,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,29.8,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,1.1568,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2285002009,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,0,TON,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2285002009,Mobile - Locomotives,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2285002009,Mobile - Locomotives,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2285002009,Mobile - Locomotives,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2285002009,Mobile - Locomotives,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2285002009,Mobile - Locomotives,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2285002009,Mobile - Locomotives,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37027,Caldwell,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.388,LB,2017NEI_Apr2020 +04,NC,37,,37027,Caldwell,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,5.88,TON,2017NEI_Apr2020 +02,NY,36,,36059,Nassau,NP,,2302003000,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,1279.769,LB,2017NEI_Apr2020 +02,NY,36,,36059,Nassau,NP,,2302003000,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,3821.025,LB,2017NEI_Apr2020 +08,ND,38,,38103,Wells,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,11.09298,LB,2017NEI_Apr2020 +08,ND,38,,38103,Wells,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,11.98927,LB,2017NEI_Apr2020 +04,NC,37,,37161,Rutherford,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,1.325726,TON,2017NEI_Apr2020 +03,VA,51,,51117,Mecklenburg,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,85018,Phenanthrene,HAP,.00288173,LB,2017NEI_Apr2020 +03,VA,51,,51117,Mecklenburg,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.02712216,TON,2017NEI_Apr2020 +03,VA,51,,51117,Mecklenburg,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.04407351,TON,2017NEI_Apr2020 +03,VA,51,,51117,Mecklenburg,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,.08475676,LB,2017NEI_Apr2020 +08,UT,49,,49049,Utah,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,331.1889,TON,2017NEI_Apr2020 +05,WI,55,,55097,Portage,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,4.901716,LB,2017NEI_Apr2020 +05,WI,55,,55097,Portage,NP,,2302003100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,5.856757,TON,2017NEI_Apr2020 +05,WI,55,,55097,Portage,NP,,2302003100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,3.530081,LB,2017NEI_Apr2020 +05,WI,55,,55097,Portage,NP,,2302003100,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.4137258,LB,2017NEI_Apr2020 +04,NC,37,,37179,Union,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37179,Union,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37179,Union,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38023,Divide,NP,,2851001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.0053406,LB,2017NEI_Apr2020 +07,NE,31,,31173,Thurston,NP,,2401040000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,47.44155,LB,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,254.948,LB,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,2.44671,TON,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0105698,LB,2017NEI_Apr2020 +08,ND,38,,38037,Grant,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,2138.435,TON,2017NEI_Apr2020 +07,NE,31,,31175,Valley,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,66.38502,TON,2017NEI_Apr2020 +07,NE,31,,31169,Thayer,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.5588642,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48081,Coke,NP,,2302003000,Commercial Cooking,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28159,Winston,NP,,2425000000,Solvent - Graphic Arts,,A,R,108101,Methyl Isobutyl Ketone,HAP,4.488548,LB,2017NEI_Apr2020 +04,MS,28,,28159,Winston,NP,,2425000000,Solvent - Graphic Arts,,A,R,1330207,Xylenes (Mixed Isomers),HAP,35.83253,LB,2017NEI_Apr2020 +04,KY,21,,21029,Bullitt,NP,,2302003000,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.3650808,TON,2017NEI_Apr2020 +04,KY,21,,21029,Bullitt,NP,,2302003000,Commercial Cooking,,A,R,91203,Naphthalene,HAP,1.625883,LB,2017NEI_Apr2020 +08,SD,46,,46091,Marshall,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,71.48231,TON,2017NEI_Apr2020 +08,SD,46,,46091,Marshall,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,71.48231,TON,2017NEI_Apr2020 +03,VA,51,,51169,Scott,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,1.3456,LB,2017NEI_Apr2020 +03,VA,51,,51169,Scott,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,26.912,LB,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2501050120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.14796508,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO2,Sulfur Dioxide,CAP,.02888917,TON,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01236231,TON,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.01236231,TON,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.00006307604,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.01312827,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.00001246431,LB,2017NEI_Apr2020 +01,CT,09,,09009,New Haven,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,3.902423,LB,2017NEI_Apr2020 +04,FL,12,,12071,Lee,NP,,2325000000,Industrial Processes - Mining,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0527603524,TON,2017NEI_Apr2020 +04,GA,13,,13003,Atkinson,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,85.98346,LB,2017NEI_Apr2020 +04,GA,13,,13003,Atkinson,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,260.4793,LB,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2294000000,Dust - Paved Road Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.31532944685,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2294000000,Dust - Paved Road Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,43.19506006365,TON,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2302003200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,4.094297228,TON,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2302003200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,582.9527,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.4022541,TON,2017NEI_Apr2020 +03,PA,42,,42059,Greene,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,1.070796,LB,2017NEI_Apr2020 +03,PA,42,,42059,Greene,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,47.59092,LB,2017NEI_Apr2020 +03,PA,42,,42059,Greene,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,2974.433,LB,2017NEI_Apr2020 +06,TX,48,,48241,Jasper,NP,,2501055120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,166.5,LB,2017NEI_Apr2020 +08,SD,46,,46099,Minnehaha,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,976.1837,LB,2017NEI_Apr2020 +08,SD,46,,46099,Minnehaha,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,6.507891,LB,2017NEI_Apr2020 +08,SD,46,,46099,Minnehaha,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,406.7432,LB,2017NEI_Apr2020 +08,UT,49,,49021,Iron,NP,,2501055120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,.03725647,LB,2017NEI_Apr2020 +03,VA,51,,51600,Fairfax city,NP,,2501055120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51600,Fairfax city,NP,,2501055120,Bulk Gasoline Terminals,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51600,Fairfax city,NP,,2501055120,Bulk Gasoline Terminals,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51600,Fairfax city,NP,,2501055120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54019,Fayette,NP,,2501055120,Bulk Gasoline Terminals,,A,R,71432,Benzene,HAP,.5711697,LB,2017NEI_Apr2020 +04,MS,28,,28073,Lamar,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000000605668826,TON,2017NEI_Apr2020 +04,MS,28,,28073,Lamar,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.000011362652555,TON,2017NEI_Apr2020 +04,MS,28,,28073,Lamar,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000002399771861,TON,2017NEI_Apr2020 +04,MS,28,,28073,Lamar,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,VOC,Volatile Organic Compounds,CAP,.0003308274,TON,2017NEI_Apr2020 +04,MS,28,,28073,Lamar,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-FIL,PM10 Filterable,CAP,.00001272413,TON,2017NEI_Apr2020 +05,MN,27,,27127,Redwood,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.000002196246,LB,2017NEI_Apr2020 +05,MN,27,,27127,Redwood,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NH3,Ammonia,CAP,.00003536377,TON,2017NEI_Apr2020 +05,MN,27,,27127,Redwood,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO2,Sulfur Dioxide,CAP,.00004243652,TON,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0001152220155906,TON,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,.00003367774,TON,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0002133907,TON,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0000001089363,LB,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.0000002173337,LB,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00000007498909,LB,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,.00001885953,LB,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,.000005455793,LB,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22111,Union,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20107,Linn,NP,,2805018000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,1.64892,TON,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440439,Cadmium,HAP,.0001282614,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,.00036071642818475145,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,.001726505,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.03357093,LB,2017NEI_Apr2020 +04,MS,28,,28105,Oktibbeha,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28105,Oktibbeha,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16009,Benewah,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.29126646,TON,2017NEI_Apr2020 +10,ID,16,,16009,Benewah,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.01237995,TON,2017NEI_Apr2020 +10,ID,16,,16009,Benewah,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,108883,Toluene,HAP,11.014,LB,2017NEI_Apr2020 +10,ID,16,,16009,Benewah,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,14.128,LB,2017NEI_Apr2020 +10,ID,16,,16009,Benewah,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,75070,Acetaldehyde,HAP,98.32,LB,2017NEI_Apr2020 +10,ID,16,,16009,Benewah,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,5.882,TON,2017NEI_Apr2020 +07,KS,20,,20095,Kingman,NP,,2501060201,Gas Stations,,A,R,108883,Toluene,HAP,112.1619,LB,2017NEI_Apr2020 +07,KS,20,,20095,Kingman,NP,,2501060201,Gas Stations,,A,R,71432,Benzene,HAP,76.1642,LB,2017NEI_Apr2020 +04,AL,01,,01121,Talladega,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01121,Talladega,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01121,Talladega,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47119,Maury,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47119,Maury,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47167,Tipton,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000001623317815,TON,2017NEI_Apr2020 +04,TN,47,,47167,Tipton,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.001097197808,TON,2017NEI_Apr2020 +04,TN,47,,47167,Tipton,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,.06187378,LB,2017NEI_Apr2020 +04,TN,47,,47167,Tipton,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.00103123,LB,2017NEI_Apr2020 +04,TN,47,,47167,Tipton,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0002291621,TON,2017NEI_Apr2020 +04,TN,47,,47167,Tipton,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,.00677938,TON,2017NEI_Apr2020 +03,PA,42,,42063,Indiana,NP,,2285002006,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.865628102,TON,2017NEI_Apr2020 +02,PR,72,,72101,Morovis,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72101,Morovis,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72101,Morovis,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48069,Castro,NP,,2310022051,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54075,Pocahontas,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54075,Pocahontas,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54075,Pocahontas,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54075,Pocahontas,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.03300728,LB,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.07648675,LB,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.0712730556,TON,2017NEI_Apr2020 +06,OK,40,,40081,Lincoln,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.02876538,LB,2017NEI_Apr2020 +03,VA,51,,51167,Russell,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,112.6802,LB,2017NEI_Apr2020 +03,VA,51,,51167,Russell,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.2799740448,TON,2017NEI_Apr2020 +08,SD,46,,46089,McPherson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00047178741,TON,2017NEI_Apr2020 +08,SD,46,,46089,McPherson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.06078002682,TON,2017NEI_Apr2020 +08,SD,46,,46089,McPherson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00021863319,TON,2017NEI_Apr2020 +08,SD,46,,46089,McPherson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,10.43432,LB,2017NEI_Apr2020 +08,SD,46,,46089,McPherson,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.09215358,TON,2017NEI_Apr2020 +06,OK,40,,40003,Alfalfa,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00014421832,TON,2017NEI_Apr2020 +06,OK,40,,40003,Alfalfa,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,.2322023,LB,2017NEI_Apr2020 +06,OK,40,,40003,Alfalfa,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,.6644205,LB,2017NEI_Apr2020 +06,OK,40,,40003,Alfalfa,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.000979388,LB,2017NEI_Apr2020 +06,OK,40,,40003,Alfalfa,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.0007632789,LB,2017NEI_Apr2020 +04,FL,12,,12103,Pinellas,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,158.05,LB,2017NEI_Apr2020 +04,FL,12,,12103,Pinellas,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,3.84644,LB,2017NEI_Apr2020 +04,FL,12,,12127,Volusia,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,481.7626,LB,2017NEI_Apr2020 +04,FL,12,,12127,Volusia,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,159.0284,LB,2017NEI_Apr2020 +04,FL,12,,12127,Volusia,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,1856.891,LB,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12115,Sarasota,NP,,2325000000,Industrial Processes - Mining,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13083,Dade,NP,,2302003100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.315278763514,TON,2017NEI_Apr2020 +04,GA,13,,13073,Columbia,NP,,2302003100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,5.895893,LB,2017NEI_Apr2020 +04,GA,13,,13073,Columbia,NP,,2302003100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,1.598699,TON,2017NEI_Apr2020 +03,VA,51,,51005,Alleghany,NP,,2501060051,Gas Stations,,A,R,91203,Naphthalene,HAP,.08724844,LB,2017NEI_Apr2020 +03,VA,51,,51005,Alleghany,NP,,2501060051,Gas Stations,,A,R,98828,Cumene,HAP,3.877708,LB,2017NEI_Apr2020 +03,VA,51,,51005,Alleghany,NP,,2501060051,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,242.3568,LB,2017NEI_Apr2020 +07,MO,29,,29051,Cole,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.022491674776,TON,2017NEI_Apr2020 +07,MO,29,,29051,Cole,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00307664804,TON,2017NEI_Apr2020 +07,MO,29,,29175,Randolph,NP,,2302003200,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.006070398,LB,2017NEI_Apr2020 +07,MO,29,,29175,Randolph,NP,,2302003200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,67.02781,LB,2017NEI_Apr2020 +07,MO,29,,29175,Randolph,NP,,2302003200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,1.23865,LB,2017NEI_Apr2020 +07,MO,29,,29175,Randolph,NP,,2302003200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0001848067,TON,2017NEI_Apr2020 +07,MO,29,,29115,Linn,NP,,2302002100,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.005509232,LB,2017NEI_Apr2020 +07,MO,29,,29115,Linn,NP,,2302002100,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,4.9043,LB,2017NEI_Apr2020 +07,MO,29,,29115,Linn,NP,,2302002100,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.008923605,LB,2017NEI_Apr2020 +07,MO,29,,29115,Linn,NP,,2302002100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.07797005,LB,2017NEI_Apr2020 +08,MT,30,,30039,Granite,NP,,2501060201,Gas Stations,,A,R,108883,Toluene,HAP,98.37026,LB,2017NEI_Apr2020 +07,NE,31,,31037,Colfax,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0000008988875,LB,2017NEI_Apr2020 +07,NE,31,,31037,Colfax,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.000002255963,LB,2017NEI_Apr2020 +07,NE,31,,31037,Colfax,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,5.501459,LB,2017NEI_Apr2020 +07,NE,31,,31037,Colfax,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.002723769,TON,2017NEI_Apr2020 +07,NE,31,,31009,Blaine,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,.499892,LB,2017NEI_Apr2020 +04,KY,21,,21117,Kenton,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.004632785,LB,2017NEI_Apr2020 +04,KY,21,,21117,Kenton,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,.2059015,LB,2017NEI_Apr2020 +04,KY,21,,21117,Kenton,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,12.86885,LB,2017NEI_Apr2020 +04,KY,21,,21129,Lee,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,.08987603,TON,2017NEI_Apr2020 +04,KY,21,,21129,Lee,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,1.499707,LB,2017NEI_Apr2020 +04,KY,21,,21129,Lee,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.0004853306,LB,2017NEI_Apr2020 +04,KY,21,,21129,Lee,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,1.348141,LB,2017NEI_Apr2020 +07,MO,29,,29225,Webster,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,120.6341,LB,2017NEI_Apr2020 +07,MO,29,,29225,Webster,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,VOC,Volatile Organic Compounds,CAP,4.30836,TON,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,316.2016,LB,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,584849,"2,4-Toluene Diisocyanate",HAP,.025204596,LB,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,75070,Acetaldehyde,HAP,.12602298,LB,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,117817,Bis(2-Ethylhexyl)Phthalate,HAP,.037806894,LB,2017NEI_Apr2020 +06,TX,48,,48263,Kent,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,101688,"4,4-Methylenediphenyl Diisocyanate",HAP,.176432172,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2630020000,Waste Disposal,,A,R,98953,Nitrobenzene,HAP,.0084894117649,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2630020000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2630020000,Waste Disposal,,A,R,127184,Tetrachloroethylene,HAP,5.5258823529415,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2630020000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,77.3882352941181,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2630020000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,.0254941176468,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2630020000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,.4011764705883,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2630020000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,11.7764705882351,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2630020000,Waste Disposal,,A,R,75354,Vinylidene Chloride,HAP,.5474117647064,LB,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108383,m-Xylene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48147,Fannin,NP,,2425000000,Solvent - Graphic Arts,,A,R,67561,Methanol,HAP,37.94381334144,LB,2017NEI_Apr2020 +01,ME,23,,23015,Lincoln,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000069778061,TON,2017NEI_Apr2020 +01,ME,23,,23015,Lincoln,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.004153568648,TON,2017NEI_Apr2020 +01,ME,23,,23015,Lincoln,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.000005474115,LB,2017NEI_Apr2020 +01,ME,23,,23015,Lincoln,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,.00005169997,LB,2017NEI_Apr2020 +01,ME,23,,23015,Lincoln,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.00008819407,LB,2017NEI_Apr2020 +01,ME,23,,23015,Lincoln,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0000486588,LB,2017NEI_Apr2020 +03,MD,24,,24510,Baltimore city,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.05492901045,TON,2017NEI_Apr2020 +03,MD,24,,24510,Baltimore city,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,.05721921,TON,2017NEI_Apr2020 +03,MD,24,,24510,Baltimore city,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,1.201603,LB,2017NEI_Apr2020 +05,MI,26,,26051,Gladwin,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.0005274458,TON,2017NEI_Apr2020 +05,MI,26,,26065,Ingham,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.002276527568,TON,2017NEI_Apr2020 +05,MI,26,,26065,Ingham,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,.01000102,LB,2017NEI_Apr2020 +05,MI,26,,26065,Ingham,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,.005000509,LB,2017NEI_Apr2020 +03,MD,24,,24005,Baltimore,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24005,Baltimore,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24005,Baltimore,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24005,Baltimore,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26001,Alcona,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26001,Alcona,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26001,Alcona,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26001,Alcona,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26001,Alcona,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26001,Alcona,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26001,Alcona,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26001,Alcona,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27013,Blue Earth,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7782492,Selenium,HAP,.0004705973,LB,2017NEI_Apr2020 +05,MN,27,,27013,Blue Earth,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,.001628991,TON,2017NEI_Apr2020 +04,MS,28,,28045,Hancock,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28045,Hancock,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28045,Hancock,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20013,Brown,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,5.323682,LB,2017NEI_Apr2020 +07,KS,20,,20013,Brown,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.007191762788,TON,2017NEI_Apr2020 +04,FL,12,,12131,Walton,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,259.6243,LB,2017NEI_Apr2020 +07,KS,20,,20059,Franklin,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,.01135689,TON,2017NEI_Apr2020 +07,KS,20,,20059,Franklin,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,1.919314,LB,2017NEI_Apr2020 +06,AR,05,,05045,Faulkner,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,128.1272,TON,2017NEI_Apr2020 +06,TX,48,,48499,Wood,NP,,2302003000,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48499,Wood,NP,,2302003000,Commercial Cooking,,A,R,120127,Anthracene,HAP,.056108808,LB,2017NEI_Apr2020 +04,TN,47,,47155,Sevier,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00969588396,TON,2017NEI_Apr2020 +04,MS,28,,28077,Lawrence,NP,,2805009100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,64.8753,LB,2017NEI_Apr2020 +04,MS,28,,28077,Lawrence,NP,,2805035000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.8368454,TON,2017NEI_Apr2020 +07,MO,29,,29089,Howard,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.15995788764,TON,2017NEI_Apr2020 +07,MO,29,,29089,Howard,NP,,2610000500,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,2.12671,LB,2017NEI_Apr2020 +07,MO,29,,29089,Howard,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.451926,TON,2017NEI_Apr2020 +07,MO,29,,29093,Iron,NP,,2630020000,Waste Disposal,,A,R,127184,Tetrachloroethylene,HAP,.83265,LB,2017NEI_Apr2020 +07,MO,29,,29093,Iron,NP,,2630020000,Waste Disposal,,A,R,126998,Chloroprene,HAP,.004641,LB,2017NEI_Apr2020 +07,MO,29,,29093,Iron,NP,,2630020000,Waste Disposal,,A,R,67663,Chloroform,HAP,1.2558,LB,2017NEI_Apr2020 +07,MO,29,,29093,Iron,NP,,2630020000,Waste Disposal,,A,R,75569,Propylene Oxide,HAP,.14274,LB,2017NEI_Apr2020 +07,MO,29,,29093,Iron,NP,,2630020000,Waste Disposal,,A,R,77781,Dimethyl Sulfate,HAP,.00025545,LB,2017NEI_Apr2020 +03,WV,54,,54003,Berkeley,NP,,2302003200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00320322912,TON,2017NEI_Apr2020 +03,WV,54,,54003,Berkeley,NP,,2302003200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.139431987552,TON,2017NEI_Apr2020 +03,WV,54,,54003,Berkeley,NP,,2302003200,Commercial Cooking,,A,R,120127,Anthracene,HAP,8.337628,LB,2017NEI_Apr2020 +03,WV,54,,54003,Berkeley,NP,,2302003200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,1.332468,LB,2017NEI_Apr2020 +03,WV,54,,54003,Berkeley,NP,,2302003200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,28.76818,LB,2017NEI_Apr2020 +03,WV,54,,54003,Berkeley,NP,,2302003200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.06440471,TON,2017NEI_Apr2020 +05,WI,55,,55087,Outagamie,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,57.2933,TON,2017NEI_Apr2020 +04,MS,28,,28127,Simpson,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,23.07493,LB,2017NEI_Apr2020 +08,SD,46,,46093,Meade,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,73.63553,LB,2017NEI_Apr2020 +08,SD,46,,46093,Meade,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,9.204441,LB,2017NEI_Apr2020 +03,VA,51,,51107,Loudoun,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,63.4532,LB,2017NEI_Apr2020 +03,VA,51,,51107,Loudoun,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51107,Loudoun,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,279.94,LB,2017NEI_Apr2020 +08,MT,30,,30009,Carbon,NP,,2610000100,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.1367538316672,TON,2017NEI_Apr2020 +08,MT,30,,30009,Carbon,NP,,2610000100,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.9281635,LB,2017NEI_Apr2020 +06,TX,48,,48211,Hemphill,NP,,2460600000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,1.19,TON,2017NEI_Apr2020 +04,TN,47,,47165,Sumner,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,28.73977,TON,2017NEI_Apr2020 +04,TN,47,,47165,Sumner,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0656891693,TON,2017NEI_Apr2020 +04,TN,47,,47165,Sumner,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.06842802,TON,2017NEI_Apr2020 +04,TN,47,,47165,Sumner,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1779129,TON,2017NEI_Apr2020 +07,NE,31,,31093,Howard,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,570.5435,LB,2017NEI_Apr2020 +03,VA,51,,51115,Mathews,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,1.568952,TON,2017NEI_Apr2020 +03,VA,51,,51115,Mathews,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,.00007025156,LB,2017NEI_Apr2020 +03,WV,54,,54007,Braxton,NP,,2325000000,Industrial Processes - Mining,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54007,Braxton,NP,,2325000000,Industrial Processes - Mining,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51131,Northampton,NP,,2861000000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.06644498,LB,2017NEI_Apr2020 +03,WV,54,,54009,Brooke,NP,,2325000000,Industrial Processes - Mining,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54025,Greenbrier,NP,,2501060052,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29095,Jackson,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,93.06471,TON,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48035,Bosque,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48125,Dickens,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01069,Houston,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.309914,LB,2017NEI_Apr2020 +04,AL,01,,01109,Pike,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.0002328393,TON,2017NEI_Apr2020 +04,AL,01,,01109,Pike,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000009227334,LB,2017NEI_Apr2020 +04,AL,01,,01109,Pike,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,129000,Pyrene,HAP,.0000018325312,LB,2017NEI_Apr2020 +04,AL,01,,01109,Pike,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,.0002155919,TON,2017NEI_Apr2020 +04,AL,01,,01109,Pike,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.0002802695,TON,2017NEI_Apr2020 +04,TN,47,,47185,White,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,133062,Captan,HAP,7.528867,LB,2017NEI_Apr2020 +04,TN,47,,47185,White,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,1582098,Trifluralin,HAP,764.2668,LB,2017NEI_Apr2020 +06,TX,48,,48131,Duval,NP,,2610000500,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48131,Duval,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48131,Duval,NP,,2610000500,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48131,Duval,NP,,2610000500,Waste Disposal,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48131,Duval,NP,,2610000500,Waste Disposal,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48079,Cochran,NP,,2501060201,Gas Stations,,A,R,91203,Naphthalene,HAP,.006765731,LB,2017NEI_Apr2020 +06,TX,48,,48003,Andrews,NP,,2311010000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.04698367162138,TON,2017NEI_Apr2020 +06,TX,48,,48003,Andrews,NP,,2311010000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.002301775476,TON,2017NEI_Apr2020 +06,TX,48,,48003,Andrews,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.04982198,TON,2017NEI_Apr2020 +04,TN,47,,47171,Unicoi,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.547233148,TON,2017NEI_Apr2020 +06,TX,48,,48095,Concho,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,95476,o-Xylene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48117,Deaf Smith,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,CO,Carbon Monoxide,CAP,1.431817,TON,2017NEI_Apr2020 +06,TX,48,,48117,Deaf Smith,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0001710275378,TON,2017NEI_Apr2020 +06,TX,48,,48121,Denton,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,9.92702558,TON,2017NEI_Apr2020 +06,TX,48,,48121,Denton,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,107.2033,TON,2017NEI_Apr2020 +06,TX,48,,48121,Denton,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,107.2033,TON,2017NEI_Apr2020 +04,GA,13,,13127,Glynn,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00003817198,TON,2017NEI_Apr2020 +04,GA,13,,13017,Ben Hill,NP,,2302003200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,1.336369,LB,2017NEI_Apr2020 +04,GA,13,,13113,Fayette,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,122.8377,LB,2017NEI_Apr2020 +04,GA,13,,13119,Franklin,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000409014155,TON,2017NEI_Apr2020 +04,GA,13,,13119,Franklin,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,1.119492,TON,2017NEI_Apr2020 +04,GA,13,,13119,Franklin,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.1536846,TON,2017NEI_Apr2020 +04,GA,13,,13119,Franklin,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,.000164136,LB,2017NEI_Apr2020 +04,GA,13,,13219,Oconee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13219,Oconee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13219,Oconee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13219,Oconee,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51007,Amelia,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51019,Bedford,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51019,Bedford,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51019,Bedford,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48363,Palo Pinto,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48363,Palo Pinto,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48363,Palo Pinto,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48363,Palo Pinto,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48363,Palo Pinto,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51071,Giles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.0000008375257,LB,2017NEI_Apr2020 +03,VA,51,,51071,Giles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.000000002194895,LB,2017NEI_Apr2020 +03,VA,51,,51071,Giles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.00000002579964,LB,2017NEI_Apr2020 +03,VA,51,,51071,Giles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.000002998727,TON,2017NEI_Apr2020 +03,VA,51,,51071,Giles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.000000000250295,LB,2017NEI_Apr2020 +03,VA,51,,51071,Giles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.0000004158748,LB,2017NEI_Apr2020 +03,VA,51,,51071,Giles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.000004012542,LB,2017NEI_Apr2020 +03,VA,51,,51071,Giles,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.000001561456,LB,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2501080100,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.0446443,LB,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2501080100,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,.009819371,TON,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0028313,TON,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.06,TON,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.04810908925716,LB,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,1.71818174421792,LB,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO2,Sulfur Dioxide,CAP,.02862617,TON,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48409,San Patricio,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48453,Travis,NP,,2325000000,Industrial Processes - Mining,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48453,Travis,NP,,2325000000,Industrial Processes - Mining,,A,R,PM10-FIL,PM10 Filterable,CAP,538.53,TON,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.02251680291,TON,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440484,Cobalt,HAP,.04478649,LB,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,1815.603,LB,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.3797617,LB,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.7440367,TON,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,1.202807,LB,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.001206234,LB,2017NEI_Apr2020 +03,VA,51,,51660,Harrisonburg city,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.004994223055,TON,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000071269595826,TON,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00011197993664,TON,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.0000000336039377972584,LB,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,.0000100811821613123764,LB,2017NEI_Apr2020 +06,TX,48,,48437,Swisher,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.0000028003282608028156,LB,2017NEI_Apr2020 +06,TX,48,,48395,Robertson,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,651.175,TON,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0002361648051,TON,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.005355211,TON,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.000007808785,LB,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.0126155,LB,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000007627185,LB,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.0497356,LB,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.004909244,LB,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.000001525437,LB,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0007918502,TON,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.000007082386,LB,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,86737,Fluorene,HAP,.00001991543,LB,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.000004751858,LB,2017NEI_Apr2020 +06,TX,48,,48255,Karnes,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.000006900787,LB,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.1051986,TON,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,1.4307,LB,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,11.3614,LB,2017NEI_Apr2020 +04,GA,13,,13281,Towns,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,.1572731,LB,2017NEI_Apr2020 +04,TN,47,,47169,Trousdale,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47169,Trousdale,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47169,Trousdale,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,120821,"1,2,4-Trichlorobenzene",HAP,.0094503,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,127184,Tetrachloroethylene,HAP,.46543,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,71432,Benzene,HAP,.73357,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,75150,Carbon Disulfide,HAP,.47088,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,91203,Naphthalene,HAP,.14279,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.046325,TON,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.83494,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,100447,Benzyl Chloride,HAP,.00089053,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,107028,Acrolein,HAP,.041856,LB,2017NEI_Apr2020 +06,OK,40,,40007,Beaver,NP,,2630020000,Waste Disposal,,A,R,108883,Toluene,HAP,1.3407,LB,2017NEI_Apr2020 +06,TX,48,,48285,Lavaca,NP,,2805045000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,10.76801,LB,2017NEI_Apr2020 +03,VA,51,,51540,Charlottesville city,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55025,Dane,NP,,2805025000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,15.79009,TON,2017NEI_Apr2020 +05,WI,55,,55025,Dane,NP,,2805025000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,110.5306,LB,2017NEI_Apr2020 +04,NC,37,,37001,Alamance,NP,,2501050120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,47.51616,LB,2017NEI_Apr2020 +04,TN,47,,47151,Scott,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.179559,LB,2017NEI_Apr2020 +04,TN,47,,47151,Scott,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,1.42591,LB,2017NEI_Apr2020 +06,TX,48,,48435,Sutton,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,10.7108,LB,2017NEI_Apr2020 +06,TX,48,,48435,Sutton,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0568124,LB,2017NEI_Apr2020 +04,AL,01,,01079,Lawrence,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01079,Lawrence,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.2968565,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.07523075,LB,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,.006380645,LB,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.00787734,TON,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.003308483,TON,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000003774979103,TON,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000162390271089,TON,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0005809696148,TON,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,.000007231398,LB,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,56832736,Benzofluoranthenes,HAP,.00000467914,LB,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,.003828388,LB,2017NEI_Apr2020 +02,NY,36,,36033,Franklin,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,.001701505,LB,2017NEI_Apr2020 +02,NJ,34,,34035,Somerset,NP,,2302002200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,3.873478728,TON,2017NEI_Apr2020 +02,NJ,34,,34035,Somerset,NP,,2302003200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,110.0136,LB,2017NEI_Apr2020 +02,NJ,34,,34035,Somerset,NP,,2302003200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,1176.977,LB,2017NEI_Apr2020 +02,NJ,34,,34035,Somerset,NP,,2302003200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.012249601,TON,2017NEI_Apr2020 +02,NJ,34,,34035,Somerset,NP,,2302003200,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,1.342865,TON,2017NEI_Apr2020 +02,NJ,34,,34035,Somerset,NP,,2302003200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.589158,TON,2017NEI_Apr2020 +02,NJ,34,,34035,Somerset,NP,,2302003200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.003245118,TON,2017NEI_Apr2020 +02,NY,36,,36041,Hamilton,NP,,2302002200,Commercial Cooking,,A,R,129000,Pyrene,HAP,.564507,LB,2017NEI_Apr2020 +02,NY,36,,36041,Hamilton,NP,,2302002200,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.02104734,LB,2017NEI_Apr2020 +02,NY,36,,36041,Hamilton,NP,,2302002200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.4183987,LB,2017NEI_Apr2020 +02,NY,36,,36041,Hamilton,NP,,2302002200,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.2747353,LB,2017NEI_Apr2020 +02,NY,36,,36041,Hamilton,NP,,2302002200,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,1.17158,TON,2017NEI_Apr2020 +02,NY,36,,36003,Allegany,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,123319,Hydroquinone,HAP,1.2856,LB,2017NEI_Apr2020 +02,NY,36,,36003,Allegany,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,123386,Propionaldehyde,HAP,19.05977,LB,2017NEI_Apr2020 +02,NY,36,,36003,Allegany,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,13.51011,TON,2017NEI_Apr2020 +02,NY,36,,36003,Allegany,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,107028,Acrolein,HAP,4.708886,LB,2017NEI_Apr2020 +02,NY,36,,36003,Allegany,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,1330207,Xylenes (Mixed Isomers),HAP,5.837521,LB,2017NEI_Apr2020 +02,NY,36,,36051,Livingston,NP,,2302003200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.105978913612,TON,2017NEI_Apr2020 +02,NY,36,,36051,Livingston,NP,,2302003200,Commercial Cooking,,A,R,86737,Fluorene,HAP,78.73717,LB,2017NEI_Apr2020 +02,NY,36,,36051,Livingston,NP,,2302003200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.04895249,TON,2017NEI_Apr2020 +02,NY,36,,36013,Chautauqua,NP,,2805045000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,3.99048,LB,2017NEI_Apr2020 +04,NC,37,,37023,Burke,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,448.64,LB,2017NEI_Apr2020 +04,NC,37,,37023,Burke,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,11.7691,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.1456859784,TON,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,18540299,Chromium (VI),HAP,.08705001,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,77781,Dimethyl Sulfate,HAP,.1339231,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,83329,Acenaphthene,HAP,.001422933,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,98828,Cumene,HAP,.01478734,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50328,Benzo[a]Pyrene,HAP,.0001060224,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,532274,2-Chloroacetophenone,HAP,.01953045,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,208968,Acenaphthylene,HAP,.0006975161,LB,2017NEI_Apr2020 +02,NY,36,,36061,New York,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,.000781218,LB,2017NEI_Apr2020 +02,NY,36,,36109,Tompkins,NP,,2501060052,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,23.4729544,LB,2017NEI_Apr2020 +02,NY,36,,36089,St. Lawrence,NP,,2302002200,Commercial Cooking,,A,R,108952,Phenol,HAP,36.27608,LB,2017NEI_Apr2020 +02,NY,36,,36089,St. Lawrence,NP,,2302002200,Commercial Cooking,,A,R,129000,Pyrene,HAP,4.365346,LB,2017NEI_Apr2020 +02,NY,36,,36089,St. Lawrence,NP,,2302002200,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,7.674972,LB,2017NEI_Apr2020 +02,NY,36,,36089,St. Lawrence,NP,,2302002200,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,2.124535,LB,2017NEI_Apr2020 +02,NY,36,,36089,St. Lawrence,NP,,2302002200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.7955157,TON,2017NEI_Apr2020 +02,NY,36,,36089,St. Lawrence,NP,,2302003200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.1900822238,TON,2017NEI_Apr2020 +02,NY,36,,36089,St. Lawrence,NP,,2302003200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.131173292107,TON,2017NEI_Apr2020 +02,NY,36,,36085,Richmond,NP,,2325000000,Industrial Processes - Mining,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,NY,36,,36025,Delaware,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,128.2176,LB,2017NEI_Apr2020 +02,NY,36,,36027,Dutchess,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,120809,Catechol,HAP,85.47605,LB,2017NEI_Apr2020 +02,NY,36,,36027,Dutchess,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,129000,Pyrene,HAP,.512309,LB,2017NEI_Apr2020 +02,NY,36,,36027,Dutchess,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,50000,Formaldehyde,HAP,319.1654,LB,2017NEI_Apr2020 +02,NY,36,,36027,Dutchess,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,NOX,Nitrogen Oxides,CAP,24.37172,TON,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2302003200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00169196482,TON,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2302003200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.219501,TON,2017NEI_Apr2020 +02,NY,36,,36039,Greene,NP,,2302003200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,22.25389,LB,2017NEI_Apr2020 +04,NC,37,,37011,Avery,NP,,2610000400,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,1.8040634,LB,2017NEI_Apr2020 +04,NC,37,,37011,Avery,NP,,2610000400,Waste Disposal,,A,R,100425,Styrene,HAP,3.814842,LB,2017NEI_Apr2020 +06,NM,35,,35047,San Miguel,NP,,2805018000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,7.448726,TON,2017NEI_Apr2020 +06,OK,40,,40091,McIntosh,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40091,McIntosh,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40091,McIntosh,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0128757343,TON,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.287661361844,TON,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.06588731,LB,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.200946,LB,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7439965,Manganese,HAP,.03489359,LB,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.287359,TON,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,25.51151,TON,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1096995,TON,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,71432,Benzene,HAP,1.071483,LB,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,38.26727,LB,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.1530691,TON,2017NEI_Apr2020 +04,NC,37,,37065,Edgecombe,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37065,Edgecombe,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37065,Edgecombe,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37065,Edgecombe,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48391,Refugio,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000238,TON,2017NEI_Apr2020 +06,TX,48,,48391,Refugio,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,.52485312,LB,2017NEI_Apr2020 +06,TX,48,,48391,Refugio,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,.038809952,LB,2017NEI_Apr2020 +06,TX,48,,48391,Refugio,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.05405376,LB,2017NEI_Apr2020 +08,UT,49,,49047,Uintah,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.002625,TON,2017NEI_Apr2020 +05,IL,17,,17021,Christian,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,1582098,Trifluralin,HAP,13931.1574010291901645,LB,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,2905.27,LB,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2805018000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,4.0135,TON,2017NEI_Apr2020 +05,IL,17,,17039,De Witt,NP,,2805018000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.2514732,TON,2017NEI_Apr2020 +05,IL,17,,17005,Bond,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,74839,Methyl Bromide,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17023,Clark,NP,,2805035000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,7.137533,TON,2017NEI_Apr2020 +05,IL,17,,17007,Boone,NP,,2302003100,Commercial Cooking,,A,R,120127,Anthracene,HAP,.4541648,LB,2017NEI_Apr2020 +05,IL,17,,17007,Boone,NP,,2302003100,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.061754,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2302003000,Commercial Cooking,,A,R,120127,Anthracene,HAP,.008692817093408,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2302003000,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,17.965138030850864,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2302003000,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.120250513755952,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,108383,m-Xylene,HAP,406.1269,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,106423,p-Xylene,HAP,181.0184,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,123911,p-Dioxane,HAP,.6209892,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,98828,Cumene,HAP,11.7987948,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,91203,Naphthalene,HAP,14.2827516,LB,2017NEI_Apr2020 +06,TX,48,,48085,Collin,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,860.83,TON,2017NEI_Apr2020 +06,TX,48,,48349,Navarro,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,46.26,TON,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,602.951469368988,LB,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.0740116,LB,2017NEI_Apr2020 +04,FL,12,,12063,Jackson,NP,,2805009100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,.1790603,LB,2017NEI_Apr2020 +04,SC,45,,45009,Bamberg,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0279495504,TON,2017NEI_Apr2020 +04,SC,45,,45009,Bamberg,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.205378104864,TON,2017NEI_Apr2020 +04,SC,45,,45009,Bamberg,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.01906672,LB,2017NEI_Apr2020 +04,SC,45,,45009,Bamberg,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.4773463,TON,2017NEI_Apr2020 +04,SC,45,,45009,Bamberg,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,39.93201,LB,2017NEI_Apr2020 +10,ID,16,,16063,Lincoln,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,728.566,LB,2017NEI_Apr2020 +10,ID,16,,16063,Lincoln,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,6.9134,LB,2017NEI_Apr2020 +09,CA,06,,06087,Santa Cruz,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +09,CA,06,,06087,Santa Cruz,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +09,CA,06,,06087,Santa Cruz,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02122,Kenai Peninsula,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,8.54994,LB,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,108054,Vinyl Acetate,HAP,.000008687838,LB,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,120127,Anthracene,HAP,.0000002400587,LB,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,208968,Acenaphthylene,HAP,.0000002857841,LB,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,218019,Chrysene,HAP,.0000001143137,LB,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56553,Benz[a]Anthracene,HAP,.00000009145092,LB,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56832736,Benzofluoranthenes,HAP,.000000125745,LB,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440382,Arsenic,HAP,.000468686,LB,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,.00004801173,LB,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.001394627,TON,2017NEI_Apr2020 +03,VA,51,,51193,Westmoreland,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO2,Sulfur Dioxide,CAP,.02541192,TON,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,252.77,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,363.6168138834,TON,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,1330207,Xylenes (Mixed Isomers),HAP,287.5215,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,206440,Fluoranthene,HAP,11.22842,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,90120,1-Methylnaphthalene,HAP,39.02352,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,91203,Naphthalene,HAP,835.6905,LB,2017NEI_Apr2020 +01,ME,23,,23005,Cumberland,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.162387544,TON,2017NEI_Apr2020 +01,ME,23,,23005,Cumberland,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.067073116,TON,2017NEI_Apr2020 +01,ME,23,,23005,Cumberland,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440439,Cadmium,HAP,.181291,LB,2017NEI_Apr2020 +01,ME,23,,23005,Cumberland,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.3530164,TON,2017NEI_Apr2020 +01,ME,23,,23005,Cumberland,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,.1366515,TON,2017NEI_Apr2020 +10,ID,16,,16033,Clark,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16031,Cassia,NP,,2311010000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40067,Jefferson,NP,,2311030000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.21589751714,TON,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2311030000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00757374156,TON,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2311030000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0017213049,TON,2017NEI_Apr2020 +02,NY,36,,36123,Yates,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1639338,TON,2017NEI_Apr2020 +08,ND,38,,38031,Foster,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.7710395,TON,2017NEI_Apr2020 +04,GA,13,,13097,Douglas,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000544284422,TON,2017NEI_Apr2020 +04,GA,13,,13097,Douglas,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.01185439,TON,2017NEI_Apr2020 +04,GA,13,,13097,Douglas,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,.007467332,TON,2017NEI_Apr2020 +04,GA,13,,13097,Douglas,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.004107032,TON,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.002893560287,TON,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,.01428396,TON,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,.0002498198,LB,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.10494824,LB,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,.004781241,TON,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.00759022,TON,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,3.363603,TON,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,.0006502488,LB,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,.9538576,TON,2017NEI_Apr2020 +08,SD,46,,46083,Lincoln,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,16.87439,TON,2017NEI_Apr2020 +04,NC,37,,37137,Pamlico,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,91203,Naphthalene,HAP,.034415,LB,2017NEI_Apr2020 +07,IA,19,,19171,Tama,NP,,2311030000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0001416144155,TON,2017NEI_Apr2020 +07,IA,19,,19171,Tama,NP,,2311030000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,IA,19,,19171,Tama,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.879847,TON,2017NEI_Apr2020 +04,TN,47,,47075,Haywood,NP,,2311030000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00107319555,TON,2017NEI_Apr2020 +04,TN,47,,47075,Haywood,NP,,2311030000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000373063215,TON,2017NEI_Apr2020 +04,SC,45,,45013,Beaufort,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,5.779869,TON,2017NEI_Apr2020 +04,SC,45,,45013,Beaufort,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,6.367304,LB,2017NEI_Apr2020 +08,MT,30,,30017,Custer,NP,,2311030000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.04256820244287,TON,2017NEI_Apr2020 +08,MT,30,,30017,Custer,NP,,2311030000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.002085457374,TON,2017NEI_Apr2020 +04,KY,21,,21025,Breathitt,NP,,2311030000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,KY,21,,21025,Breathitt,NP,,2311030000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,KY,21,,21025,Breathitt,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48415,Scurry,NP,,2311030000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48415,Scurry,NP,,2311030000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00006935,TON,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2302003200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.03442715,TON,2017NEI_Apr2020 +04,NC,37,,37057,Davidson,NP,,2302003200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,49.89234,LB,2017NEI_Apr2020 +04,SC,45,,45065,McCormick,NP,,2302002100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.1372314924,TON,2017NEI_Apr2020 +04,SC,45,,45065,McCormick,NP,,2302002100,Commercial Cooking,,A,R,129000,Pyrene,HAP,.06623362,LB,2017NEI_Apr2020 +04,SC,45,,45065,McCormick,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00029588109,TON,2017NEI_Apr2020 +04,SC,45,,45065,McCormick,NP,,2302002100,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.007248302,LB,2017NEI_Apr2020 +04,SC,45,,45065,McCormick,NP,,2302002100,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,4.317358,LB,2017NEI_Apr2020 +04,SC,45,,45065,McCormick,NP,,2302002100,Commercial Cooking,,A,R,107062,Ethylene Dichloride,HAP,.2143369,LB,2017NEI_Apr2020 +04,SC,45,,45065,McCormick,NP,,2302002100,Commercial Cooking,,A,R,100027,4-Nitrophenol,HAP,.1010445,LB,2017NEI_Apr2020 +04,AL,01,,01121,Talladega,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00623077728,TON,2017NEI_Apr2020 +04,AL,01,,01121,Talladega,NP,,2302003200,Commercial Cooking,,A,R,86737,Fluorene,HAP,88.15664,LB,2017NEI_Apr2020 +04,AL,01,,01121,Talladega,NP,,2302003200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.003550994,LB,2017NEI_Apr2020 +04,AL,01,,01121,Talladega,NP,,2302003200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,35.85377,LB,2017NEI_Apr2020 +04,AL,01,,01121,Talladega,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.0168932,TON,2017NEI_Apr2020 +04,AL,01,,01121,Talladega,NP,,2302003200,Commercial Cooking,,A,R,120127,Anthracene,HAP,7.095367,LB,2017NEI_Apr2020 +10,AK,02,,02170,Matanuska-Susitna,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.235898904,TON,2017NEI_Apr2020 +10,AK,02,,02170,Matanuska-Susitna,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,1.81647,TON,2017NEI_Apr2020 +04,AL,01,,01131,Wilcox,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,1.35144,LB,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,.4528438,LB,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.05031598,TON,2017NEI_Apr2020 +06,AR,05,,05133,Sevier,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,1.390734,LB,2017NEI_Apr2020 +06,AR,05,,05055,Greene,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,2.83684,LB,2017NEI_Apr2020 +06,AR,05,,05055,Greene,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,21.7352,LB,2017NEI_Apr2020 +06,AR,05,,05055,Greene,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01117,Shelby,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,1014.142,LB,2017NEI_Apr2020 +10,AK,02,,02100,Haines,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,9.5428702644,TON,2017NEI_Apr2020 +09,AZ,04,,04007,Gila,NP,,2302003000,Commercial Cooking,,A,R,129000,Pyrene,HAP,.2322389,LB,2017NEI_Apr2020 +09,AZ,04,,04007,Gila,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,1582098,Trifluralin,HAP,1371.512,LB,2017NEI_Apr2020 +04,AL,01,,01133,Winston,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,1.26185,TON,2017NEI_Apr2020 +04,AL,01,,01133,Winston,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,136.28,LB,2017NEI_Apr2020 +04,AL,01,,01081,Lee,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.03638366,LB,2017NEI_Apr2020 +10,AK,02,,02110,Juneau,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,3.39156,LB,2017NEI_Apr2020 +04,AL,01,,01097,Mobile,NP,,2310021506,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.403059,TON,2017NEI_Apr2020 +04,AL,01,,01071,Jackson,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.7022866574,TON,2017NEI_Apr2020 +10,ID,16,,16075,Payette,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21155,Marion,NP,,2310023512,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21227,Warren,NP,,2302002100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,4.3177963398,TON,2017NEI_Apr2020 +04,KY,21,,21227,Warren,NP,,2302002100,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.02066669,TON,2017NEI_Apr2020 +04,KY,21,,21227,Warren,NP,,2302002100,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,36.3684,LB,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2302003200,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.08496069,TON,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2302003200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.001007138,LB,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2302003200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2302003200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,6.943587,LB,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2302003200,Commercial Cooking,,A,R,92524,Biphenyl,HAP,1.722287,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2302003000,Commercial Cooking,,A,R,120127,Anthracene,HAP,.00431985,LB,2017NEI_Apr2020 +07,MO,29,,29019,Boone,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000014635118475,TON,2017NEI_Apr2020 +07,MO,29,,29019,Boone,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.0000270728,TON,2017NEI_Apr2020 +07,MO,29,,29019,Boone,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0000026667,TON,2017NEI_Apr2020 +07,MO,29,,29019,Boone,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.00005245062,LB,2017NEI_Apr2020 +07,MO,29,,29019,Boone,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7664393,Hydrogen Fluoride,HAP,.0001543195,LB,2017NEI_Apr2020 +07,MO,29,,29019,Boone,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.000042485,LB,2017NEI_Apr2020 +07,MO,29,,29019,Boone,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.000008867764,LB,2017NEI_Apr2020 +06,AR,05,,05041,Desha,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,83329,Acenaphthene,HAP,.00006623715,LB,2017NEI_Apr2020 +06,AR,05,,05041,Desha,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,86737,Fluorene,HAP,.0001181878,LB,2017NEI_Apr2020 +06,AR,05,,05041,Desha,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,.001948151,TON,2017NEI_Apr2020 +06,AR,05,,05041,Desha,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,.7143222,TON,2017NEI_Apr2020 +06,AR,05,,05041,Desha,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,532274,2-Chloroacetophenone,HAP,.0009091373,LB,2017NEI_Apr2020 +06,AR,05,,05041,Desha,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,.00003636549,LB,2017NEI_Apr2020 +06,AR,05,,05041,Desha,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,206440,Fluoranthene,HAP,.0000922125,LB,2017NEI_Apr2020 +07,MO,29,,29105,Laclede,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,4.52762,TON,2017NEI_Apr2020 +10,AK,02,,02261,Valdez-Cordova,NP,,2102004000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.0896,LB,2017NEI_Apr2020 +07,IA,19,,19093,Ida,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.001876742307,TON,2017NEI_Apr2020 +07,IA,19,,19093,Ida,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-FIL,PM10 Filterable,CAP,.03624837,TON,2017NEI_Apr2020 +07,IA,19,,19093,Ida,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01581747,TON,2017NEI_Apr2020 +07,IA,19,,19093,Ida,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440382,Arsenic,HAP,.0009358866,LB,2017NEI_Apr2020 +07,IA,19,,19093,Ida,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440020,Nickel,HAP,.1280687,LB,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00188273722,TON,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00132969564,TON,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,7439921,Lead,CAP/HAP,.04341526,LB,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.0002552816,LB,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,91203,Naphthalene,HAP,.05561493,LB,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,CO,Carbon Monoxide,CAP,3.978107,TON,2017NEI_Apr2020 +07,IA,19,,19103,Johnson,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.001549924,LB,2017NEI_Apr2020 +06,AR,05,,05077,Lee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05077,Lee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05077,Lee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05077,Lee,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,.00374534,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,85018,Phenanthrene,HAP,.00004419763,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,.000004583458,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,.000003437594,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1067291,TON,2017NEI_Apr2020 +07,KS,20,,20029,Cloud,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20029,Cloud,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20029,Cloud,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20029,Cloud,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20029,Cloud,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20157,Republic,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20157,Republic,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20157,Republic,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +03,MD,24,,24037,St. Marys,NP,,2610000500,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,1965.765,TON,2017NEI_Apr2020 +03,MD,24,,24037,St. Marys,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,134.9282,TON,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01083,Limestone,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29075,Gentry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29075,Gentry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29075,Gentry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29075,Gentry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29075,Gentry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29075,Gentry,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42063,Indiana,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42063,Indiana,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42063,Indiana,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00425212705,TON,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.2531096644,TON,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,DIESEL-PM25,PM25-Primary from certain diesel engines,,1.441399,TON,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.070748187117,TON,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,DIESEL-PM10,PM10-Primary from certain diesel engines,,1.485978,TON,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,1.780351,LB,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,6.300594,TON,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,2.348748,TON,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,107028,Acrolein,HAP,75.15994,LB,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,129000,Pyrene,HAP,.404633,LB,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,207089,Benzo[k]Fluoranthene,HAP,.00585208,LB,2017NEI_Apr2020 +08,MT,30,,30063,Missoula,NP,,2285002007,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.2965232,LB,2017NEI_Apr2020 +06,LA,22,,22037,East Feliciana,NP,,2310023511,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48489,Willacy,NP,,2501080100,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,.004436028,LB,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2501080100,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,.010488206,LB,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2501080100,Gas Stations,,A,R,108883,Toluene,HAP,.13634668,LB,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2501080100,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,.005244103,TON,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2501080100,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.0010779898,LB,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.005244102,LB,2017NEI_Apr2020 +07,NE,31,,31115,Loup,NP,,2501080100,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +09,NV,32,,32510,Carson city,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.03576242,LB,2017NEI_Apr2020 +07,NE,31,,31173,Thurston,NP,,2501080100,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.0001901476,LB,2017NEI_Apr2020 +07,NE,31,,31173,Thurston,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.00004182236,LB,2017NEI_Apr2020 +08,ND,38,,38061,Mountrail,NP,,2501080100,Gas Stations,,A,R,108883,Toluene,HAP,.14943618,LB,2017NEI_Apr2020 +08,ND,38,,38061,Mountrail,NP,,2501080100,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.05747546,LB,2017NEI_Apr2020 +05,OH,39,,39001,Adams,NP,,2501080100,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.010150544,LB,2017NEI_Apr2020 +05,OH,39,,39001,Adams,NP,,2501080100,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,.00446516,LB,2017NEI_Apr2020 +03,PA,42,,42039,Crawford,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,1.42287,TON,2017NEI_Apr2020 +07,NE,31,,31157,Scotts Bluff,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.7269385,LB,2017NEI_Apr2020 +07,NE,31,,31157,Scotts Bluff,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,8.488076,LB,2017NEI_Apr2020 +07,NE,31,,31115,Loup,NP,,2805025000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,22.60322,TON,2017NEI_Apr2020 +07,NE,31,,31133,Pawnee,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31073,Gosper,NP,,2610000500,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00986370866,TON,2017NEI_Apr2020 +07,NE,31,,31073,Gosper,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.035129281668,TON,2017NEI_Apr2020 +07,NE,31,,31073,Gosper,NP,,2610000500,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.04368500826404,TON,2017NEI_Apr2020 +07,NE,31,,31159,Seward,NP,,2311010000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.6902273045533,TON,2017NEI_Apr2020 +07,NE,31,,31159,Seward,NP,,2311010000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.03381490266,TON,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2801700099,Agriculture - Fertilizer Application,,A,R,NH3,Ammonia,CAP,1529,TON,2017NEI_Apr2020 +07,NE,31,,31129,Nuckolls,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,3.058738,LB,2017NEI_Apr2020 +07,NE,31,,31129,Nuckolls,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,2.776546,TON,2017NEI_Apr2020 +07,NE,31,,31149,Rock,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +01,CT,09,,09015,Windham,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,29.9773,LB,2017NEI_Apr2020 +05,OH,39,,39167,Washington,NP,,2630020000,Waste Disposal,,A,R,108054,Vinyl Acetate,HAP,.102644,LB,2017NEI_Apr2020 +05,OH,39,,39167,Washington,NP,,2630020000,Waste Disposal,,A,R,108101,Methyl Isobutyl Ketone,HAP,3.6046,LB,2017NEI_Apr2020 +05,OH,39,,39167,Washington,NP,,2630020000,Waste Disposal,,A,R,67561,Methanol,HAP,15.276,LB,2017NEI_Apr2020 +05,OH,39,,39167,Washington,NP,,2630020000,Waste Disposal,,A,R,67663,Chloroform,HAP,8.6296,LB,2017NEI_Apr2020 +05,OH,39,,39167,Washington,NP,,2630020000,Waste Disposal,,A,R,71432,Benzene,HAP,9.0182,LB,2017NEI_Apr2020 +05,OH,39,,39167,Washington,NP,,2630020000,Waste Disposal,,A,R,75354,Vinylidene Chloride,HAP,.56682,LB,2017NEI_Apr2020 +05,OH,39,,39167,Washington,NP,,2630020000,Waste Disposal,,A,R,75569,Propylene Oxide,HAP,.98088,LB,2017NEI_Apr2020 +05,OH,39,,39127,Perry,NP,,2415000000,Solvent - Degreasing,,A,R,91203,Naphthalene,HAP,.7570759,LB,2017NEI_Apr2020 +08,SD,46,,46115,Spink,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00027371753296,TON,2017NEI_Apr2020 +08,SD,46,,46115,Spink,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NH3,Ammonia,CAP,.0009277302,TON,2017NEI_Apr2020 +08,SD,46,,46115,Spink,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.009648394,TON,2017NEI_Apr2020 +08,SD,46,,46115,Spink,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0007421842,TON,2017NEI_Apr2020 +08,SD,46,,46115,Spink,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.00005761613,LB,2017NEI_Apr2020 +08,SD,46,,46115,Spink,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.00004405939,LB,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM-CON,PM Condensible,CAP,1.724925,TON,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,15.924270407,TON,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,129000,Pyrene,HAP,.4692343,LB,2017NEI_Apr2020 +05,OH,39,,39133,Portage,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,71432,Benzene,HAP,96.1051,LB,2017NEI_Apr2020 +05,OH,39,,39097,Madison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39097,Madison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39097,Madison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39097,Madison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39097,Madison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39097,Madison,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40111,Okmulgee,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40111,Okmulgee,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40111,Okmulgee,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41001,Baker,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,129000,Pyrene,HAP,.00001780218,LB,2017NEI_Apr2020 +10,OR,41,,41001,Baker,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,206440,Fluoranthene,HAP,.00001068131,LB,2017NEI_Apr2020 +05,OH,39,,39065,Hardin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.3139024322,TON,2017NEI_Apr2020 +05,OH,39,,39065,Hardin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,2.9706507802,TON,2017NEI_Apr2020 +05,OH,39,,39065,Hardin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,120809,Catechol,HAP,14.60475,LB,2017NEI_Apr2020 +05,OH,39,,39065,Hardin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,123319,Hydroquinone,HAP,.8051334,LB,2017NEI_Apr2020 +05,OH,39,,39065,Hardin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,832699,1-Methylphenanthrene,HAP,.1039183,LB,2017NEI_Apr2020 +05,OH,39,,39065,Hardin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,91576,2-Methylnaphthalene,HAP,.7021517,LB,2017NEI_Apr2020 +05,OH,39,,39065,Hardin,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,108952,Phenol,HAP,24.57531,LB,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37145,Person,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17019,Champaign,NP,,2285002006,Mobile - Locomotives,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,18.44811,TON,2017NEI_Apr2020 +05,IL,17,,17019,Champaign,NP,,2285002006,Mobile - Locomotives,,A,R,540841,"2,2,4-Trimethylpentane",HAP,426.6606,LB,2017NEI_Apr2020 +05,IL,17,,17019,Champaign,NP,,2285002006,Mobile - Locomotives,,A,R,7439976,Mercury,HAP,.527616,LB,2017NEI_Apr2020 +05,IL,17,,17019,Champaign,NP,,2285002006,Mobile - Locomotives,,A,R,18540299,Chromium (VI),HAP,.1923548,LB,2017NEI_Apr2020 +05,IL,17,,17019,Champaign,NP,,2285002006,Mobile - Locomotives,,A,R,75070,Acetaldehyde,HAP,4692.068,LB,2017NEI_Apr2020 +05,IL,17,,17019,Champaign,NP,,2285002006,Mobile - Locomotives,,A,R,120127,Anthracene,HAP,3.493968,LB,2017NEI_Apr2020 +02,NY,36,,36067,Onondaga,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,1756.696,LB,2017NEI_Apr2020 +05,IL,17,,17111,McHenry,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,293.6659,TON,2017NEI_Apr2020 +05,IN,18,,18071,Jackson,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,281.97,LB,2017NEI_Apr2020 +03,VA,51,,51157,Rappahannock,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.0000002463321,LB,2017NEI_Apr2020 +03,VA,51,,51157,Rappahannock,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,.00002548263,LB,2017NEI_Apr2020 +03,VA,51,,51157,Rappahannock,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,.0001516374,TON,2017NEI_Apr2020 +03,VA,51,,51157,Rappahannock,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.00003932504,TON,2017NEI_Apr2020 +03,VA,51,,51157,Rappahannock,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000001274131,LB,2017NEI_Apr2020 +03,VA,51,,51157,Rappahannock,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,.000004586873,LB,2017NEI_Apr2020 +10,AK,02,,02122,Kenai Peninsula,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,9.520258,TON,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29049,Clinton,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NH3,Ammonia,CAP,.0483982,TON,2017NEI_Apr2020 +08,MT,30,,30053,Lincoln,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30053,Lincoln,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30053,Lincoln,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30053,Lincoln,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00161025812772,TON,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00003743260444,TON,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.00000759244,LB,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,.01265407,LB,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.01249784,TON,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,1.37802,LB,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.2291809,LB,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,NOX,Nitrogen Oxides,CAP,.2610502,TON,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,VOC,Volatile Organic Compounds,CAP,.02017206,TON,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,171,Glycol Ethers,HAP,60.88214,LB,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,98828,Cumene,HAP,1.120349,LB,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,100414,Ethyl Benzene,HAP,7.311753,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2805010100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2302002200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,4.269456,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2302002200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.5225976885,TON,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2302002200,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,1019.181,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2302002200,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,4.483248,LB,2017NEI_Apr2020 +08,CO,08,,08077,Mesa,NP,,2302003200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,2.635639,LB,2017NEI_Apr2020 +08,CO,08,,08077,Mesa,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,311.4747,LB,2017NEI_Apr2020 +04,GA,13,,13057,Cherokee,NP,,2302003100,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,1.081723,LB,2017NEI_Apr2020 +04,GA,13,,13057,Cherokee,NP,,2302003100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,20.18932,TON,2017NEI_Apr2020 +04,GA,13,,13057,Cherokee,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,12.81597,LB,2017NEI_Apr2020 +07,KS,20,,20157,Republic,NP,,2610000500,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48179,Gray,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.004715,TON,2017NEI_Apr2020 +06,TX,48,,48179,Gray,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,VOC,Volatile Organic Compounds,CAP,.69,TON,2017NEI_Apr2020 +06,TX,48,,48179,Gray,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,86737,Fluorene,HAP,.0006837209185,LB,2017NEI_Apr2020 +05,OH,39,,39163,Vinton,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.0008707575,TON,2017NEI_Apr2020 +05,OH,39,,39163,Vinton,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0002993229,TON,2017NEI_Apr2020 +05,OH,39,,39163,Vinton,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000431525504,TON,2017NEI_Apr2020 +04,SC,45,,45061,Lee,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,SC,45,,45061,Lee,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45061,Lee,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45061,Lee,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,60344,Methylhydrazine,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45061,Lee,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45061,Lee,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,SC,45,,45061,Lee,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45061,Lee,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,SC,45,,45061,Lee,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,.00014651162018,LB,2017NEI_Apr2020 +06,TX,48,,48051,Burleson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.12829090468576,LB,2017NEI_Apr2020 +06,TX,48,,48113,Dallas,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.58584,TON,2017NEI_Apr2020 +06,TX,48,,48113,Dallas,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,6,TON,2017NEI_Apr2020 +06,TX,48,,48113,Dallas,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,85018,Phenanthrene,HAP,.3569999877108,LB,2017NEI_Apr2020 +06,TX,48,,48161,Freestone,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,1.59,TON,2017NEI_Apr2020 +06,TX,48,,48161,Freestone,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,1980.7,TON,2017NEI_Apr2020 +06,TX,48,,48161,Freestone,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,3.54,TON,2017NEI_Apr2020 +06,TX,48,,48161,Freestone,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,17.616433142,LB,2017NEI_Apr2020 +06,TX,48,,48161,Freestone,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,19.24484569,LB,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48307,McCulloch,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,205992,Benzo[b]Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47053,Gibson,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48117,Deaf Smith,NP,,2310011450,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16079,Shoshone,NP,,2805045000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,.19044612997937,LB,2017NEI_Apr2020 +10,ID,16,,16079,Shoshone,NP,,2805045000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,4.7767635988388,LB,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000666,TON,2017NEI_Apr2020 +06,TX,48,,48315,Marion,NP,,2302003200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48315,Marion,NP,,2302003200,Commercial Cooking,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48315,Marion,NP,,2302003200,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,9.14270856,LB,2017NEI_Apr2020 +04,TN,47,,47065,Hamilton,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,91203,Naphthalene,HAP,1.875763,LB,2017NEI_Apr2020 +03,MD,24,,24013,Carroll,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,92.18235,LB,2017NEI_Apr2020 +03,MD,24,,24013,Carroll,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,51.62212,TON,2017NEI_Apr2020 +05,MI,26,,26159,Van Buren,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.1489766,TON,2017NEI_Apr2020 +04,MS,28,,28115,Pontotoc,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.02085143,TON,2017NEI_Apr2020 +04,MS,28,,28115,Pontotoc,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00040410055,TON,2017NEI_Apr2020 +04,MS,28,,28079,Leake,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.10162124312,TON,2017NEI_Apr2020 +04,MS,28,,28079,Leake,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,.9996817,TON,2017NEI_Apr2020 +04,MS,28,,28079,Leake,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,1.270036,LB,2017NEI_Apr2020 +04,MS,28,,28079,Leake,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,78.79279,LB,2017NEI_Apr2020 +04,MS,28,,28079,Leake,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,3.432664,TON,2017NEI_Apr2020 +04,MS,28,,28079,Leake,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.601956,TON,2017NEI_Apr2020 +08,ND,38,,38043,Kidder,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.1557715,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +01,NH,33,,33001,Belknap,NP,,2294000000,Dust - Paved Road Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.941096,TON,2017NEI_Apr2020 +01,NH,33,,33001,Belknap,NP,,2294000000,Dust - Paved Road Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.036196,TON,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,7.7744536,LB,2017NEI_Apr2020 +02,NJ,34,,34041,Warren,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,10.289718,LB,2017NEI_Apr2020 +02,NJ,34,,34005,Burlington,NP,,2850001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,1.234004,LB,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2302002200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.293867049,TON,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2302002200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,136.29736764,TON,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2302002200,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,82.50014,TON,2017NEI_Apr2020 +02,NJ,34,,34017,Hudson,NP,,2302002200,Commercial Cooking,,A,R,100027,4-Nitrophenol,HAP,72.23932,LB,2017NEI_Apr2020 +09,NV,32,,32021,Mineral,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.07988963,TON,2017NEI_Apr2020 +06,NM,35,,35011,De Baca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35011,De Baca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,NM,35,,35011,De Baca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,NM,35,,35011,De Baca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35011,De Baca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35011,De Baca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35011,De Baca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34015,Gloucester,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,NJ,34,,34015,Gloucester,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,NJ,34,,34015,Gloucester,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +02,NJ,34,,34015,Gloucester,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,.001296885,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,.009510491,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439921,Lead,CAP/HAP,.017458068,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO2,Sulfur Dioxide,CAP,1.547949,TON,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,100447,Benzyl Chloride,HAP,.02909678,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,108054,Vinyl Acetate,HAP,.0003159079,LB,2017NEI_Apr2020 +07,MO,29,,29209,Stone,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56553,Benz[a]Anthracene,HAP,.000003325346,LB,2017NEI_Apr2020 +07,KS,20,,20065,Graham,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.123659,TON,2017NEI_Apr2020 +09,AZ,04,,04009,Graham,NP,,2805018000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,209.3238,LB,2017NEI_Apr2020 +08,UT,49,,49029,Morgan,NP,,2501060201,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,43.39473,LB,2017NEI_Apr2020 +07,KS,20,,20067,Grant,NP,,2310011201,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.1463207,TON,2017NEI_Apr2020 +07,KS,20,,20067,Grant,NP,,2325000000,Industrial Processes - Mining,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20067,Grant,NP,,2325000000,Industrial Processes - Mining,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17167,Sangamon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.104789496,TON,2017NEI_Apr2020 +05,IL,17,,17167,Sangamon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,2.429699,LB,2017NEI_Apr2020 +05,IL,17,,17167,Sangamon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,86737,Fluorene,HAP,.003419789,LB,2017NEI_Apr2020 +05,IL,17,,17167,Sangamon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,57.84776,TON,2017NEI_Apr2020 +05,IL,17,,17167,Sangamon,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.100729,TON,2017NEI_Apr2020 +05,IL,17,,17185,Wabash,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.1316077552,TON,2017NEI_Apr2020 +05,IL,17,,17185,Wabash,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NOX,Nitrogen Oxides,CAP,4.695448,TON,2017NEI_Apr2020 +05,IL,17,,17185,Wabash,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.356854,TON,2017NEI_Apr2020 +05,IL,17,,17185,Wabash,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO2,Sulfur Dioxide,CAP,.02817269,TON,2017NEI_Apr2020 +05,IL,17,,17185,Wabash,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,.1972088,LB,2017NEI_Apr2020 +05,IL,17,,17185,Wabash,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,VOC,Volatile Organic Compounds,CAP,.2582496,TON,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0072774857497,TON,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.001637863,LB,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,85018,Phenanthrene,HAP,.002032384,LB,2017NEI_Apr2020 +02,NY,36,,36103,Suffolk,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO2,Sulfur Dioxide,CAP,.01107674,TON,2017NEI_Apr2020 +08,SD,46,,46075,Jones,NP,,2311020000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13319,Wilkinson,NP,,2805007100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.3862368,LB,2017NEI_Apr2020 +04,GA,13,,13319,Wilkinson,NP,,2805007100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.03713816,TON,2017NEI_Apr2020 +04,AL,01,,01127,Walker,NP,,2310011503,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54095,Tyler,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40099,Murray,NP,,2311010000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40099,Murray,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.2043617,TON,2017NEI_Apr2020 +06,OK,40,,40099,Murray,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.2043617,TON,2017NEI_Apr2020 +08,CO,08,,08121,Washington,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,7.242332,LB,2017NEI_Apr2020 +08,CO,08,,08121,Washington,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.08306047,TON,2017NEI_Apr2020 +09,CA,06,,06025,Imperial,NP,,2610030000,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06025,Imperial,NP,,2610030000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31151,Saline,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,77.57235,LB,2017NEI_Apr2020 +07,NE,31,,31151,Saline,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,71432,Benzene,HAP,25.41163,LB,2017NEI_Apr2020 +06,NM,35,,35037,Quay,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,81.21564,LB,2017NEI_Apr2020 +06,NM,35,,35037,Quay,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,1.757211,TON,2017NEI_Apr2020 +04,NC,37,,37165,Scotland,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +10,OR,41,,41063,Wallowa,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,5.116595,LB,2017NEI_Apr2020 +10,OR,41,,41063,Wallowa,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,6.056377,LB,2017NEI_Apr2020 +10,OR,41,,41063,Wallowa,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.2236683,TON,2017NEI_Apr2020 +08,SD,46,,46027,Clay,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,1286.121,LB,2017NEI_Apr2020 +05,IN,18,,18083,Knox,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.1062717138,TON,2017NEI_Apr2020 +05,IN,18,,18083,Knox,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.09120195,LB,2017NEI_Apr2020 +05,IN,18,,18083,Knox,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,1.966207,TON,2017NEI_Apr2020 +01,ME,23,,23015,Lincoln,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,11.7618,LB,2017NEI_Apr2020 +10,WA,53,,53033,King,NP,,2501055120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.781871,LB,2017NEI_Apr2020 +05,MI,26,,26161,Washtenaw,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1111.362,LB,2017NEI_Apr2020 +05,MI,26,,26161,Washtenaw,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,535.8353,LB,2017NEI_Apr2020 +08,MT,30,,30013,Cascade,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,141.5518,LB,2017NEI_Apr2020 +06,TX,48,,48413,Schleicher,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,3.03,TON,2017NEI_Apr2020 +06,TX,48,,48413,Schleicher,NP,,2460100000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,565.398,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2302002100,Commercial Cooking,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2302002100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.19,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.23,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2302002100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,.97,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2302002100,Commercial Cooking,,A,R,108383,m-Xylene,HAP,.3820625951853664,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,87.08311,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,100414,Ethyl Benzene,HAP,17.09409,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,180.6168,LB,2017NEI_Apr2020 +06,LA,22,,22007,Assumption,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,241.8975,LB,2017NEI_Apr2020 +10,WA,53,,53011,Clark,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,20.59107,TON,2017NEI_Apr2020 +08,UT,49,,49001,Beaver,NP,,2501050120,Bulk Gasoline Terminals,,A,R,VOC,Volatile Organic Compounds,CAP,2.555929,TON,2017NEI_Apr2020 +08,UT,49,,49001,Beaver,NP,,2501050120,Bulk Gasoline Terminals,,A,R,108883,Toluene,HAP,71.566012,LB,2017NEI_Apr2020 +07,KS,20,,20057,Ford,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,3047.36,LB,2017NEI_Apr2020 +07,KS,20,,20107,Linn,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0004491878,TON,2017NEI_Apr2020 +07,KS,20,,20107,Linn,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.0005019094,TON,2017NEI_Apr2020 +07,KS,20,,20107,Linn,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,.001265318,LB,2017NEI_Apr2020 +07,KS,20,,20107,Linn,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00004491878,TON,2017NEI_Apr2020 +07,KS,20,,20107,Linn,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.00000204138,LB,2017NEI_Apr2020 +07,MO,29,,29071,Franklin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0113812556,TON,2017NEI_Apr2020 +07,KS,20,,20073,Greenwood,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.1832072,TON,2017NEI_Apr2020 +06,LA,22,,22017,Caddo,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,38.43447,TON,2017NEI_Apr2020 +09,CA,06,,06019,Fresno,NP,,2805039100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,1215.268948,LB,2017NEI_Apr2020 +07,KS,20,,20059,Franklin,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,55.33486,LB,2017NEI_Apr2020 +05,MN,27,,27025,Chisago,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,11.63017,TON,2017NEI_Apr2020 +05,MN,27,,27025,Chisago,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,79.08515,LB,2017NEI_Apr2020 +07,MO,29,,29111,Lewis,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29111,Lewis,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29111,Lewis,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29111,Lewis,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29111,Lewis,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20075,Hamilton,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,2.3496,TON,2017NEI_Apr2020 +07,NE,31,,31021,Burt,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.000009258044,LB,2017NEI_Apr2020 +07,NE,31,,31021,Burt,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,91203,Naphthalene,HAP,.0003322004,LB,2017NEI_Apr2020 +07,NE,31,,31021,Burt,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NH3,Ammonia,CAP,.0001490723,TON,2017NEI_Apr2020 +07,NE,31,,31021,Burt,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,7439921,Lead,CAP/HAP,.0002593292,LB,2017NEI_Apr2020 +07,KS,20,,20061,Geary,NP,,2501050120,Bulk Gasoline Terminals,,A,R,91203,Naphthalene,HAP,.1203038,LB,2017NEI_Apr2020 +07,KS,20,,20061,Geary,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,100414,Ethyl Benzene,HAP,5.237049,LB,2017NEI_Apr2020 +04,GA,13,,13229,Pierce,NP,,2501060201,Gas Stations,,A,R,91203,Naphthalene,HAP,.02515913,LB,2017NEI_Apr2020 +04,GA,13,,13229,Pierce,NP,,2501060201,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,69.88646,LB,2017NEI_Apr2020 +04,GA,13,,13289,Twiggs,NP,,2501060201,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,8.934781,TON,2017NEI_Apr2020 +04,GA,13,,13289,Twiggs,NP,,2501060201,Gas Stations,,A,R,110543,Hexane,HAP,321.6521,LB,2017NEI_Apr2020 +07,MO,29,,29147,Nodaway,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000712061014,TON,2017NEI_Apr2020 +07,MO,29,,29147,Nodaway,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.013358623645,TON,2017NEI_Apr2020 +07,MO,29,,29147,Nodaway,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.02991853,TON,2017NEI_Apr2020 +07,MO,29,,29147,Nodaway,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO2,Sulfur Dioxide,CAP,.04174679,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48055,Caldwell,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48167,Galveston,NP,,2310012521,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16081,Teton,NP,,2610000300,Waste Disposal,,A,R,98828,Cumene,HAP,.13502432,LB,2017NEI_Apr2020 +05,IL,17,,17197,Will,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,220.1354,LB,2017NEI_Apr2020 +05,IL,17,,17197,Will,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,24.52141,TON,2017NEI_Apr2020 +05,IL,17,,17197,Will,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0139953131,TON,2017NEI_Apr2020 +05,IL,17,,17197,Will,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,3.24,TON,2017NEI_Apr2020 +05,IL,17,,17197,Will,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,169.6296,LB,2017NEI_Apr2020 +05,IL,17,,17197,Will,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.05407006,LB,2017NEI_Apr2020 +06,TX,48,,48317,Martin,NP,,2310021101,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,.08,TON,2017NEI_Apr2020 +06,TX,48,,48317,Martin,NP,,2310021101,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48317,Martin,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48317,Martin,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48317,Martin,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48319,Mason,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48319,Mason,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48319,Mason,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,123386,Propionaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48319,Mason,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48319,Mason,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42033,Clearfield,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0731458966,TON,2017NEI_Apr2020 +03,PA,42,,42033,Clearfield,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,149.31666,LB,2017NEI_Apr2020 +03,PA,42,,42033,Clearfield,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,5485.65,LB,2017NEI_Apr2020 +03,PA,42,,42033,Clearfield,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,259.1484,TON,2017NEI_Apr2020 +03,PA,42,,42033,Clearfield,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,746.5672,LB,2017NEI_Apr2020 +03,PA,42,,42039,Crawford,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,75003,Ethyl Chloride,HAP,.3381906,LB,2017NEI_Apr2020 +03,PA,42,,42039,Crawford,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,38.34034,LB,2017NEI_Apr2020 +03,PA,42,,42039,Crawford,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.44369343495,TON,2017NEI_Apr2020 +03,PA,42,,42039,Crawford,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,9548.912,LB,2017NEI_Apr2020 +03,PA,42,,42039,Crawford,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,452.1266,LB,2017NEI_Apr2020 +04,TN,47,,47185,White,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.0006278864,LB,2017NEI_Apr2020 +04,TN,47,,47185,White,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000002064028,LB,2017NEI_Apr2020 +04,TN,47,,47185,White,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56832736,Benzofluoranthenes,HAP,.000001259176,LB,2017NEI_Apr2020 +04,TN,47,,47185,White,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,.07657151,LB,2017NEI_Apr2020 +04,TN,47,,47185,White,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,.000008933343,LB,2017NEI_Apr2020 +04,TN,47,,47185,White,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,.00618438,TON,2017NEI_Apr2020 +06,TX,48,,48061,Cameron,NP,,2302003200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.01274,TON,2017NEI_Apr2020 +06,TX,48,,48061,Cameron,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.05,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,.000300386981124416748,LB,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,.00000320412755509513,LB,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,.000811044927325028115,LB,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.000002903740663147368,LB,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.000001201547921357622,LB,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000000888589121,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0002890902,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,.0004896908,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.0008677845,TON,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,.000300386981124416748,LB,2017NEI_Apr2020 +10,ID,16,,16085,Valley,NP,,2801500170,Fires - Agricultural Field Burning,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48191,Hall,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48193,Hamilton,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,.00000900936361528326,LB,2017NEI_Apr2020 +06,TX,48,,48193,Hamilton,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,.03,TON,2017NEI_Apr2020 +06,TX,48,,48193,Hamilton,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,.0011826925694704530432,LB,2017NEI_Apr2020 +06,TX,48,,48193,Hamilton,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.01112921326668523554,LB,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.000007313971792,TON,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000032121497984,TON,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,.000008032754,LB,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,.00001606551,LB,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,.0001874309,LB,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,.0000001713654,LB,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.0003966792,TON,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.0000001874309,LB,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,.00000009103788,LB,2017NEI_Apr2020 +06,AR,05,,05143,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05143,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05143,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05143,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05143,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +06,AR,05,,05143,Washington,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20097,Kiowa,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20097,Kiowa,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20097,Kiowa,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.003037,LB,2017NEI_Apr2020 +05,MN,27,,27005,Becker,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,2.6510778,LB,2017NEI_Apr2020 +05,OH,39,,39091,Logan,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39091,Logan,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24510,Baltimore city,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00270603687,TON,2017NEI_Apr2020 +03,MD,24,,24510,Baltimore city,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,3.762905,TON,2017NEI_Apr2020 +03,MD,24,,24510,Baltimore city,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,.04602249,TON,2017NEI_Apr2020 +03,MD,24,,24510,Baltimore city,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,.0187854,TON,2017NEI_Apr2020 +06,AR,05,,05027,Columbia,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,86737,Fluorene,HAP,.0007482726,LB,2017NEI_Apr2020 +06,AR,05,,05027,Columbia,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,13.36201,TON,2017NEI_Apr2020 +06,AR,05,,05027,Columbia,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,20.04302,LB,2017NEI_Apr2020 +06,AR,05,,05029,Conway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,98828,Cumene,HAP,.0009829978,LB,2017NEI_Apr2020 +06,AR,05,,05029,Conway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00968457,TON,2017NEI_Apr2020 +06,AR,05,,05029,Conway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000005007725,LB,2017NEI_Apr2020 +06,AR,05,,05029,Conway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,3697243,5-Methylchrysene,HAP,.000004080368,LB,2017NEI_Apr2020 +06,AR,05,,05029,Conway,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,77781,Dimethyl Sulfate,HAP,.008902621,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,.02834863,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,50000,Formaldehyde,HAP,1.012451,LB,2017NEI_Apr2020 +07,KS,20,,20109,Logan,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,129000,Pyrene,HAP,.0000879911,LB,2017NEI_Apr2020 +07,KS,20,,20109,Logan,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0013953979496,TON,2017NEI_Apr2020 +03,VA,51,,51075,Goochland,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.02810319,TON,2017NEI_Apr2020 +03,VA,51,,51075,Goochland,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,.14051594,LB,2017NEI_Apr2020 +05,WI,55,,55065,Lafayette,NP,,2805002000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,122.4055,TON,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2501050120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2501050120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51127,New Kent,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.3525112,LB,2017NEI_Apr2020 +03,VA,51,,51085,Hanover,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,.0003706204,LB,2017NEI_Apr2020 +03,VA,51,,51085,Hanover,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.03044382,TON,2017NEI_Apr2020 +03,VA,51,,51085,Hanover,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,2.347263,TON,2017NEI_Apr2020 +03,VA,51,,51660,Harrisonburg city,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,14.275812,LB,2017NEI_Apr2020 +03,VA,51,,51660,Harrisonburg city,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +01,VT,50,,50005,Caledonia,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.893156,LB,2017NEI_Apr2020 +03,VA,51,,51005,Alleghany,NP,,2302003100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.02290439,TON,2017NEI_Apr2020 +04,AL,01,,01007,Bibb,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01023,Choctaw,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000183750875,TON,2017NEI_Apr2020 +04,AL,01,,01023,Choctaw,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.7385202,TON,2017NEI_Apr2020 +04,AL,01,,01039,Covington,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.941885979528,TON,2017NEI_Apr2020 +04,AL,01,,01039,Covington,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.1281796308,TON,2017NEI_Apr2020 +04,AL,01,,01039,Covington,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,1.443975,LB,2017NEI_Apr2020 +04,AL,01,,01039,Covington,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,192972,Benzo[e]Pyrene,HAP,.2074976,LB,2017NEI_Apr2020 +04,AL,01,,01039,Covington,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,12.29104,LB,2017NEI_Apr2020 +04,AL,01,,01039,Covington,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.2032436,LB,2017NEI_Apr2020 +03,MD,24,,24043,Washington,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,3.159682,LB,2017NEI_Apr2020 +03,MD,24,,24043,Washington,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,35.53189,TON,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00006123400304,TON,2017NEI_Apr2020 +02,NY,36,,36121,Wyoming,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM-CON,PM Condensible,CAP,.0001245268,TON,2017NEI_Apr2020 +06,TX,48,,48247,Jim Hogg,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.756312,LB,2017NEI_Apr2020 +06,TX,48,,48247,Jim Hogg,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,5.79468,LB,2017NEI_Apr2020 +03,VA,51,,51099,King George,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00221497536,TON,2017NEI_Apr2020 +03,VA,51,,51099,King George,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.006005355,TON,2017NEI_Apr2020 +08,UT,49,,49055,Wayne,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,100414,Ethyl Benzene,HAP,15.9413904,LB,2017NEI_Apr2020 +08,UT,49,,49055,Wayne,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,110543,Hexane,HAP,.964197,LB,2017NEI_Apr2020 +01,ME,23,,23007,Franklin,NP,,2311010000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +01,ME,23,,23007,Franklin,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,2.523443,TON,2017NEI_Apr2020 +06,TX,48,,48335,Mitchell,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0028313,TON,2017NEI_Apr2020 +06,TX,48,,48335,Mitchell,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.004898,TON,2017NEI_Apr2020 +06,TX,48,,48335,Mitchell,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,.64,TON,2017NEI_Apr2020 +06,TX,48,,48335,Mitchell,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,.00044672724018,LB,2017NEI_Apr2020 +02,PR,72,,72075,Juana Diaz,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72075,Juana Diaz,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72075,Juana Diaz,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72075,Juana Diaz,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29165,Platte,NP,,2302002100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.130861,TON,2017NEI_Apr2020 +07,MO,29,,29165,Platte,NP,,2302002100,Commercial Cooking,,A,R,100425,Styrene,HAP,70.57796,LB,2017NEI_Apr2020 +07,MO,29,,29165,Platte,NP,,2302002100,Commercial Cooking,,A,R,120127,Anthracene,HAP,1.07227,LB,2017NEI_Apr2020 +07,MO,29,,29165,Platte,NP,,2302002100,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,1.903184,LB,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2630020000,Waste Disposal,,A,R,79005,"1,1,2-Trichloroethane",HAP,.00032994,LB,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2630020000,Waste Disposal,,A,R,79016,Trichloroethylene,HAP,.086292,LB,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2630020000,Waste Disposal,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.0004935,LB,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2630020000,Waste Disposal,,A,R,100447,Benzyl Chloride,HAP,.00230394,LB,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2630020000,Waste Disposal,,A,R,107051,Allyl Chloride,HAP,.0054708,LB,2017NEI_Apr2020 +04,MS,28,,28101,Newton,NP,,2630020000,Waste Disposal,,A,R,108054,Vinyl Acetate,HAP,.0216012,LB,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,2.86232,LB,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,3.38424,LB,2017NEI_Apr2020 +06,TX,48,,48325,Medina,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.118353,LB,2017NEI_Apr2020 +06,TX,48,,48505,Zapata,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,21.69154,TON,2017NEI_Apr2020 +06,OK,40,,40107,Okfuskee,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.208744,LB,2017NEI_Apr2020 +06,TX,48,,48181,Grayson,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,204.4964,LB,2017NEI_Apr2020 +04,TN,47,,47031,Coffee,NP,,2805009100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,24.46929,TON,2017NEI_Apr2020 +04,TN,47,,47031,Coffee,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,7.047157,LB,2017NEI_Apr2020 +04,TN,47,,47031,Coffee,NP,,2805009100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,9.787717,LB,2017NEI_Apr2020 +04,TN,47,,47031,Coffee,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,12.13677,LB,2017NEI_Apr2020 +04,TN,47,,47031,Coffee,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,34.45277,LB,2017NEI_Apr2020 +05,WI,55,,55077,Marquette,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,4.308398,TON,2017NEI_Apr2020 +04,TN,47,,47159,Smith,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,11.6603,LB,2017NEI_Apr2020 +06,OK,40,,40001,Adair,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.111631,LB,2017NEI_Apr2020 +06,OK,40,,40001,Adair,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.4926482,LB,2017NEI_Apr2020 +03,VA,51,,51041,Chesterfield,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51041,Chesterfield,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40055,Greer,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.0000007758609,TON,2017NEI_Apr2020 +06,OK,40,,40055,Greer,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.000004100979,TON,2017NEI_Apr2020 +06,OK,40,,40055,Greer,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.56962295645832,LB,2017NEI_Apr2020 +06,OK,40,,40151,Woods,NP,,2310121700,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.05626242,TON,2017NEI_Apr2020 +06,OK,40,,40151,Woods,NP,,2310121700,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,133.45446,LB,2017NEI_Apr2020 +06,OK,40,,40151,Woods,NP,,2310121700,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,.3225116,LB,2017NEI_Apr2020 +06,LA,22,,22105,Tangipahoa,NP,,2310011505,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,3.239392,LB,2017NEI_Apr2020 +03,PA,42,,42003,Allegheny,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,240.3118,TON,2017NEI_Apr2020 +03,PA,42,,42003,Allegheny,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.514042,TON,2017NEI_Apr2020 +03,PA,42,,42003,Allegheny,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,3.444827,TON,2017NEI_Apr2020 +03,PA,42,,42003,Allegheny,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,2.630114,LB,2017NEI_Apr2020 +05,IL,17,,17103,Lee,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,95476,o-Xylene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17103,Lee,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17103,Lee,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,121448,Triethylamine,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17103,Lee,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24035,Queen Annes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24035,Queen Annes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24035,Queen Annes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24035,Queen Annes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24035,Queen Annes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +03,MD,24,,24035,Queen Annes,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26131,Ontonagon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26131,Ontonagon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26131,Ontonagon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26131,Ontonagon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26131,Ontonagon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00127192536,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1634044,Methyl Tert-Butyl Ether,HAP,.06401694,LB,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.280339,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.231448,TON,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,.0005121356,LB,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,.0003841017,LB,2017NEI_Apr2020 +05,MN,27,,27057,Hubbard,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,80626,Methyl Methacrylate,HAP,.03658111,LB,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000082801152,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NOX,Nitrogen Oxides,CAP,.1237668,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NH3,Ammonia,CAP,.00260928,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440417,Beryllium,HAP,.00002544032,LB,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,.000001230983,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7440020,Nickel,HAP,.002133705,LB,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,.00004392149,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,.0000190654701808899216,LB,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.8656,LB,2017NEI_Apr2020 +10,ID,16,,16061,Lewis,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,71432,Benzene,HAP,29.42,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,108883,Toluene,HAP,46.12,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,59.16,LB,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,3.142,TON,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,SO2,Sulfur Dioxide,CAP,.1082,TON,2017NEI_Apr2020 +10,ID,16,,16069,Nez Perce,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,6.926,LB,2017NEI_Apr2020 +05,MI,26,,26055,Grand Traverse,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.15242808995,TON,2017NEI_Apr2020 +05,MI,26,,26055,Grand Traverse,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.12590252984,TON,2017NEI_Apr2020 +05,MI,26,,26055,Grand Traverse,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,91203,Naphthalene,HAP,.9685787,LB,2017NEI_Apr2020 +05,MI,26,,26055,Grand Traverse,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,66.68902,TON,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.00002727297,LB,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.0007272793,TON,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,.000001581832,LB,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.0000003272757,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.00000007107321,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,.0000003739762,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.0004874098,TON,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.0001222014,TON,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,.000002871287,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,16065831,Chromium III,HAP,.00001308031,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,.00000007532697,LB,2017NEI_Apr2020 +05,MN,27,,27073,Lac qui Parle,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0000939975084,TON,2017NEI_Apr2020 +05,MN,27,,27073,Lac qui Parle,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.000630178491,TON,2017NEI_Apr2020 +05,MN,27,,27073,Lac qui Parle,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0005205147312,TON,2017NEI_Apr2020 +05,MN,27,,27073,Lac qui Parle,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,86737,Fluorene,HAP,.00001838068,LB,2017NEI_Apr2020 +05,MN,27,,27073,Lac qui Parle,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.001706778,TON,2017NEI_Apr2020 +05,MN,27,,27073,Lac qui Parle,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0003610491,TON,2017NEI_Apr2020 +05,MN,27,,27081,Lincoln,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1330207,Xylenes (Mixed Isomers),HAP,.007666295,LB,2017NEI_Apr2020 +05,MN,27,,27081,Lincoln,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000005594323,LB,2017NEI_Apr2020 +05,MN,27,,27081,Lincoln,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,208968,Acenaphthylene,HAP,.00005179929,LB,2017NEI_Apr2020 +05,MN,27,,27081,Lincoln,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,80626,Methyl Methacrylate,HAP,.004143943,LB,2017NEI_Apr2020 +05,MN,27,,27081,Lincoln,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-FIL,PM10 Filterable,CAP,1.243183,TON,2017NEI_Apr2020 +05,MN,27,,27147,Steele,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7439921,Lead,CAP/HAP,.8248964,LB,2017NEI_Apr2020 +05,MN,27,,27147,Steele,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.1583759611,TON,2017NEI_Apr2020 +05,MN,27,,27147,Steele,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO2,Sulfur Dioxide,CAP,.001570441,TON,2017NEI_Apr2020 +05,MN,27,,27147,Steele,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.00104696,TON,2017NEI_Apr2020 +04,MS,28,,28043,Grenada,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21077,Gallatin,NP,,2501060201,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,96.53555,LB,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,7439976,Mercury,HAP,.000000002371081,LB,2017NEI_Apr2020 +05,MN,27,,27013,Blue Earth,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000083659356,TON,2017NEI_Apr2020 +05,MN,27,,27013,Blue Earth,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,.003753484,LB,2017NEI_Apr2020 +05,MN,27,,27013,Blue Earth,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,206440,Fluoranthene,HAP,.00008541582,LB,2017NEI_Apr2020 +05,MN,27,,27013,Blue Earth,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,67663,Chloroform,HAP,.007097934,LB,2017NEI_Apr2020 +05,MN,27,,27013,Blue Earth,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439921,Lead,CAP/HAP,.05052766,LB,2017NEI_Apr2020 +05,MN,27,,27089,Marshall,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,.4034269,LB,2017NEI_Apr2020 +05,MN,27,,27089,Marshall,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.00007342369,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,.003919546,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000007258418,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000131070310623,TON,2017NEI_Apr2020 +06,LA,22,,22085,Sabine,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22085,Sabine,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22085,Sabine,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05129,Searcy,NP,,2805040000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.5927899,TON,2017NEI_Apr2020 +08,WY,56,,56021,Laramie,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,22.9521,LB,2017NEI_Apr2020 +08,WY,56,,56021,Laramie,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.2890692,TON,2017NEI_Apr2020 +04,MS,28,,28153,Wayne,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.0002288002,LB,2017NEI_Apr2020 +04,MS,28,,28153,Wayne,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.02288002,TON,2017NEI_Apr2020 +04,MS,28,,28153,Wayne,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.01220267,TON,2017NEI_Apr2020 +04,MS,28,,28153,Wayne,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.004194669,TON,2017NEI_Apr2020 +04,MS,28,,28153,Wayne,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,85018,Phenanthrene,HAP,.0012965342,LB,2017NEI_Apr2020 +06,NM,35,,35029,Luna,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,8.363534,LB,2017NEI_Apr2020 +06,NM,35,,35029,Luna,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,19.0479,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.005859564,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000393584748,TON,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.000003201058,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.7140416,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.0004177652,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7664393,Hydrogen Fluoride,HAP,.205356,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.01180051,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,86737,Fluorene,HAP,.00008924984,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.04225125,TON,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.02399907,TON,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.00002129517,LB,2017NEI_Apr2020 +02,PR,72,,72145,Vega Baja,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.00003499462,LB,2017NEI_Apr2020 +07,MO,29,,29077,Greene,NP,,2302003000,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.7664739,LB,2017NEI_Apr2020 +07,MO,29,,29077,Greene,NP,,2302003000,Commercial Cooking,,A,R,91203,Naphthalene,HAP,13.63517,LB,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.0015664908,LB,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000096887,LB,2017NEI_Apr2020 +04,AL,01,,01051,Elmore,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.00004753802,LB,2017NEI_Apr2020 +05,IN,18,,18105,Monroe,NP,,2805002000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.3704255,LB,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2610030000,Waste Disposal,,A,R,206440,Fluoranthene,HAP,4.795302,LB,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2610030000,Waste Disposal,,A,R,50328,Benzo[a]Pyrene,HAP,2.428001,LB,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2610030000,Waste Disposal,,A,R,83329,Acenaphthene,HAP,1.109943,LB,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2610030000,Waste Disposal,,A,R,86737,Fluorene,HAP,5.176845,LB,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2610030000,Waste Disposal,,A,R,129000,Pyrene,HAP,5.506359,LB,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2610030000,Waste Disposal,,A,R,132649,Dibenzofuran,HAP,6.330145,LB,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2610030000,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,16.47572,TON,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2610030000,Waste Disposal,,A,R,98862,Acetophenone,HAP,8.11646,LB,2017NEI_Apr2020 +07,IA,19,,19109,Kossuth,NP,,2610030000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,65.72945,LB,2017NEI_Apr2020 +05,IN,18,,18179,Wells,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00380443,LB,2017NEI_Apr2020 +05,IN,18,,18179,Wells,NP,,2630020000,Waste Disposal,,A,R,67561,Methanol,HAP,26.9382,LB,2017NEI_Apr2020 +05,IN,18,,18179,Wells,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,1.330369,LB,2017NEI_Apr2020 +05,IN,18,,18179,Wells,NP,,2630020000,Waste Disposal,,A,R,80626,Methyl Methacrylate,HAP,.734893,LB,2017NEI_Apr2020 +05,IN,18,,18179,Wells,NP,,2630020000,Waste Disposal,,A,R,95534,o-Toluidine,HAP,.00413525,LB,2017NEI_Apr2020 +05,IN,18,,18179,Wells,NP,,2630020000,Waste Disposal,,A,R,NH3,Ammonia,CAP,.1996735,TON,2017NEI_Apr2020 +05,IN,18,,18159,Tipton,NP,,2801700099,Agriculture - Fertilizer Application,,A,R,NH3,Ammonia,CAP,51.8,TON,2017NEI_Apr2020 +05,IN,18,,18159,Tipton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,.08468898,LB,2017NEI_Apr2020 +07,IA,19,,19081,Hancock,NP,,2311030000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000507121145,TON,2017NEI_Apr2020 +07,IA,19,,19043,Clayton,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.3525841,LB,2017NEI_Apr2020 +07,IA,19,,19065,Fayette,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,32.47374,LB,2017NEI_Apr2020 +07,IA,19,,19065,Fayette,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,74.32879,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2861000000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.07030402,LB,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,6.942909,TON,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2311030000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.6547378417179,TON,2017NEI_Apr2020 +05,IN,18,,18095,Madison,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,.2729691,LB,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000032753,LB,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.0006527562,LB,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.007641086,LB,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.000016395698,LB,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.001011772,TON,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0006450766,TON,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439965,Manganese,HAP,.0013055122,LB,2017NEI_Apr2020 +05,IN,18,,18121,Parke,NP,,2302003000,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.07324748,TON,2017NEI_Apr2020 +03,PA,42,,42019,Butler,NP,,2310421010,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.138739748,TON,2017NEI_Apr2020 +07,KS,20,,20061,Geary,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.008238049,LB,2017NEI_Apr2020 +07,KS,20,,20061,Geary,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.2571036,LB,2017NEI_Apr2020 +07,KS,20,,20061,Geary,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000005221156,LB,2017NEI_Apr2020 +07,KS,20,,20061,Geary,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.008986413,TON,2017NEI_Apr2020 +07,KS,20,,20069,Gray,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,17.664588,LB,2017NEI_Apr2020 +05,OH,39,,39061,Hamilton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.00009751398,LB,2017NEI_Apr2020 +05,OH,39,,39061,Hamilton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,3.179362,LB,2017NEI_Apr2020 +05,OH,39,,39061,Hamilton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.0004411347,LB,2017NEI_Apr2020 +05,OH,39,,39061,Hamilton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.2546198,LB,2017NEI_Apr2020 +05,OH,39,,39061,Hamilton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.3423333,TON,2017NEI_Apr2020 +05,OH,39,,39061,Hamilton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.0004991787,LB,2017NEI_Apr2020 +05,OH,39,,39061,Hamilton,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.0001598146,LB,2017NEI_Apr2020 +10,ID,16,,16063,Lincoln,NP,,2302003100,Commercial Cooking,,A,R,120127,Anthracene,HAP,.04431232,LB,2017NEI_Apr2020 +10,ID,16,,16063,Lincoln,NP,,2302003100,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,2.00556440544964,LB,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,7.675823528,TON,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,13.8,TON,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.9477421,TON,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,14.53204,TON,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,138.0954,LB,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,253.7843,LB,2017NEI_Apr2020 +07,KS,20,,20121,Miami,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.006427976256,TON,2017NEI_Apr2020 +07,KS,20,,20121,Miami,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.9392736,LB,2017NEI_Apr2020 +07,KS,20,,20121,Miami,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,.11237596,LB,2017NEI_Apr2020 +07,KS,20,,20121,Miami,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,.15215506,LB,2017NEI_Apr2020 +06,TX,48,,48221,Hood,NP,,2302003100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.48092,TON,2017NEI_Apr2020 +06,TX,48,,48221,Hood,NP,,2302003100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.58,TON,2017NEI_Apr2020 +06,TX,48,,48221,Hood,NP,,2302003100,Commercial Cooking,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48221,Hood,NP,,2302003100,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,25.52158926,LB,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.06,TON,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48025,Bee,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29051,Cole,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29051,Cole,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29051,Cole,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29051,Cole,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48139,Ellis,NP,,2302002200,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,111.011928,TON,2017NEI_Apr2020 +06,TX,48,,48139,Ellis,NP,,2302002200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.22328272,TON,2017NEI_Apr2020 +06,TX,48,,48139,Ellis,NP,,2302002200,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,165.64,TON,2017NEI_Apr2020 +06,TX,48,,48139,Ellis,NP,,2302002200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,170.84,TON,2017NEI_Apr2020 +06,TX,48,,48139,Ellis,NP,,2302002200,Commercial Cooking,,A,R,108383,m-Xylene,HAP,25.7534068067136039,LB,2017NEI_Apr2020 +06,TX,48,,48139,Ellis,NP,,2302002200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,5.19360323798018328,LB,2017NEI_Apr2020 +06,TX,48,,48139,Ellis,NP,,2302002200,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,4687.12003882189446,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,98862,Acetophenone,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16065,Madison,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +07,IA,19,,19141,OBrien,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,IA,19,,19141,OBrien,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19141,OBrien,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19141,OBrien,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19141,OBrien,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19141,OBrien,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19149,Plymouth,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-FIL,PM10 Filterable,CAP,.01228924,TON,2017NEI_Apr2020 +07,IA,19,,19149,Plymouth,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.03072309,TON,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,SO2,Sulfur Dioxide,CAP,.00508961,TON,2017NEI_Apr2020 +07,KS,20,,20129,Morton,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.04972734956343,TON,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00378,TON,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.001023,TON,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,.05,TON,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,10.82,TON,2017NEI_Apr2020 +06,TX,48,,48223,Hopkins,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,.00208472712084,LB,2017NEI_Apr2020 +06,TX,48,,48285,Lavaca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.002151988,TON,2017NEI_Apr2020 +06,TX,48,,48285,Lavaca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.000788737774133754512,LB,2017NEI_Apr2020 +06,TX,48,,48285,Lavaca,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.000000473242627331136,LB,2017NEI_Apr2020 +05,OH,39,,39093,Lorain,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,.05103618,LB,2017NEI_Apr2020 +05,OH,39,,39093,Lorain,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,.1157475,LB,2017NEI_Apr2020 +05,OH,39,,39093,Lorain,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,.003444646,LB,2017NEI_Apr2020 +10,ID,16,,16067,Minidoka,NP,,2801000005,Agriculture - Crops & Livestock Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0612394454,TON,2017NEI_Apr2020 +10,ID,16,,16067,Minidoka,NP,,2801000005,Agriculture - Crops & Livestock Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.11901659,TON,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,1.11812,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,17.91396,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.3681613,TON,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.1745136,TON,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.288067,TON,2017NEI_Apr2020 +07,KS,20,,20001,Allen,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,69.22372,LB,2017NEI_Apr2020 +07,KS,20,,20065,Graham,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.02056456,TON,2017NEI_Apr2020 +07,KS,20,,20065,Graham,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,2.928156,LB,2017NEI_Apr2020 +07,KS,20,,20065,Graham,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,7439921,Lead,CAP/HAP,.0017808482,LB,2017NEI_Apr2020 +07,KS,20,,20065,Graham,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,.4789218,LB,2017NEI_Apr2020 +07,KS,20,,20065,Graham,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20065,Graham,NP,,2310000220,Industrial Processes - Oil & Gas Production,,A,R,7440484,Cobalt,HAP,.0004664126,LB,2017NEI_Apr2020 +07,KS,20,,20069,Gray,NP,,2610000100,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.0000105501,LB,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0000002148838,LB,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,.001635889,LB,2017NEI_Apr2020 +07,KS,20,,20071,Greeley,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,50328,Benzo[a]Pyrene,HAP,.0000002606332,LB,2017NEI_Apr2020 +03,MD,24,,24029,Kent,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,4.356384,TON,2017NEI_Apr2020 +06,TX,48,,48095,Concho,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48095,Concho,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,75070,Acetaldehyde,HAP,.00004963636456,LB,2017NEI_Apr2020 +06,TX,48,,48145,Falls,NP,,2302003200,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48145,Falls,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.001248,TON,2017NEI_Apr2020 +06,TX,48,,48145,Falls,NP,,2302003200,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20073,Greenwood,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,293.8104,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2310021503,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.06,TON,2017NEI_Apr2020 +06,TX,48,,48037,Bowie,NP,,2310021503,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.11135382,LB,2017NEI_Apr2020 +06,TX,48,,48149,Fayette,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16071,Oneida,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,4.730402352455104,LB,2017NEI_Apr2020 +05,OH,39,,39129,Pickaway,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000440625196,TON,2017NEI_Apr2020 +05,OH,39,,39129,Pickaway,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000003826601,LB,2017NEI_Apr2020 +05,OH,39,,39129,Pickaway,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.07813909,LB,2017NEI_Apr2020 +05,OH,39,,39129,Pickaway,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.000406956,LB,2017NEI_Apr2020 +03,PA,42,,42125,Washington,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,7439976,Mercury,HAP,.00006435474,LB,2017NEI_Apr2020 +03,PA,42,,42125,Washington,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,227.5004,LB,2017NEI_Apr2020 +03,PA,42,,42125,Washington,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,.01597113,TON,2017NEI_Apr2020 +03,PA,42,,42125,Washington,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42125,Washington,NP,,2310000660,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,.9330272,LB,2017NEI_Apr2020 +06,TX,48,,48153,Floyd,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48153,Floyd,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48153,Floyd,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48153,Floyd,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16073,Owyhee,NP,,2302003100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.258987175304,TON,2017NEI_Apr2020 +10,ID,16,,16073,Owyhee,NP,,2302003100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.04448646,LB,2017NEI_Apr2020 +10,ID,16,,16073,Owyhee,NP,,2302003100,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.6538264,TON,2017NEI_Apr2020 +10,ID,16,,16073,Owyhee,NP,,2302003100,Commercial Cooking,,A,R,120127,Anthracene,HAP,.13918716,LB,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48301,Loving,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,.01,TON,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.1052951904,TON,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.07738,LB,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.2651,TON,2017NEI_Apr2020 +10,,,Shoshone-Bannock Tribes of the Fort Hall Reservation of Idaho,88180,,NP,,2805040000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.2159545,TON,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000084788,TON,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,2.62,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,.9868,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,.3988,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.17842,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,57976,"7,12-Dimethylbenz[a]Anthracene",HAP,.269283673467792,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.08,TON,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.03616,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,76.8,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.03344,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0679,LB,2017NEI_Apr2020 +05,MN,27,,27083,Lyon,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.0258,LB,2017NEI_Apr2020 +04,TN,47,,47067,Hancock,NP,,2415000000,Solvent - Degreasing,,A,R,127184,Tetrachloroethylene,HAP,24.30162,LB,2017NEI_Apr2020 +08,ND,38,,38041,Hettinger,NP,,2805018000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,9.50444,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2805007100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,4.445449,LB,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2805007100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,36.03777,LB,2017NEI_Apr2020 +06,TX,48,,48353,Nolan,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,10.3138,LB,2017NEI_Apr2020 +06,TX,48,,48353,Nolan,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54003,Berkeley,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00002641727,LB,2017NEI_Apr2020 +03,WV,54,,54003,Berkeley,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.01950449,LB,2017NEI_Apr2020 +03,WV,54,,54003,Berkeley,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.01167422,LB,2017NEI_Apr2020 +03,WV,54,,54085,Ritchie,NP,,2425000000,Solvent - Graphic Arts,,A,R,108883,Toluene,HAP,381.7376,LB,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +09,CA,06,,06007,Butte,NP,,2805030000,Agriculture - Livestock Waste,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06007,Butte,NP,,2805030000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.00288,TON,2017NEI_Apr2020 +07,KS,20,,20057,Ford,NP,,2310011503,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,6.288242,LB,2017NEI_Apr2020 +04,MS,28,,28149,Warren,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.01704778,TON,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +09,CA,06,,06071,San Bernardino,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29079,Grundy,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30111,Yellowstone,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30111,Yellowstone,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30111,Yellowstone,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,KS,20,,20029,Cloud,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.0005632437,TON,2017NEI_Apr2020 +07,KS,20,,20029,Cloud,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,SO2,Sulfur Dioxide,CAP,.000002112164,TON,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,54.9378,TON,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,1131.71868,LB,2017NEI_Apr2020 +07,MO,29,,29109,Lawrence,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,98828,Cumene,HAP,.0003444666,LB,2017NEI_Apr2020 +07,MO,29,,29109,Lawrence,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,100447,Benzyl Chloride,HAP,.04549559,LB,2017NEI_Apr2020 +07,MO,29,,29109,Lawrence,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,.002027803,LB,2017NEI_Apr2020 +07,KS,20,,20015,Butler,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,.0013973812,LB,2017NEI_Apr2020 +04,FL,12,,12111,St. Lucie,NP,,2501060201,Gas Stations,,A,R,98828,Cumene,HAP,17.23237,LB,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,91203,Naphthalene,HAP,.002364933,LB,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NOX,Nitrogen Oxides,CAP,.3020302,TON,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM-CON,PM Condensible,CAP,.0006367468,TON,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.001061245,TON,2017NEI_Apr2020 +07,MO,29,,29123,Madison,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO2,Sulfur Dioxide,CAP,.001273494,TON,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2630020000,Waste Disposal,,A,R,108883,Toluene,HAP,58.2282,LB,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.02139768,LB,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2630020000,Waste Disposal,,A,R,140885,Ethyl Acrylate,HAP,.0082845,LB,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2630020000,Waste Disposal,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,.3015558,LB,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2630020000,Waste Disposal,,A,R,67561,Methanol,HAP,53.9676,LB,2017NEI_Apr2020 +01,VT,50,,50007,Chittenden,NP,,2630020000,Waste Disposal,,A,R,91203,Naphthalene,HAP,6.20154,LB,2017NEI_Apr2020 +07,KS,20,,20015,Butler,NP,,2310021503,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20015,Butler,NP,,2310021503,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20045,Douglas,NP,,2805025000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,1.860808,TON,2017NEI_Apr2020 +07,KS,20,,20111,Lyon,NP,,2420000000,Solvent - Dry Cleaning,,A,R,127184,Tetrachloroethylene,HAP,631.2,LB,2017NEI_Apr2020 +07,KS,20,,20111,Lyon,NP,,2420000000,Solvent - Dry Cleaning,,A,R,VOC,Volatile Organic Compounds,CAP,.0544,TON,2017NEI_Apr2020 +04,GA,13,,13293,Upson,NP,,2501060201,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,6.344942,LB,2017NEI_Apr2020 +04,GA,13,,13293,Upson,NP,,2501060201,Gas Stations,,A,R,91203,Naphthalene,HAP,.03232329,LB,2017NEI_Apr2020 +04,SC,45,,45083,Spartanburg,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,9.274428,LB,2017NEI_Apr2020 +04,SC,45,,45083,Spartanburg,NP,,2401025000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,7.007346,LB,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2285002008,Mobile - Locomotives,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2285002008,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2285002008,Mobile - Locomotives,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2285002008,Mobile - Locomotives,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2285002008,Mobile - Locomotives,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51103,Lancaster,NP,,2285002008,Mobile - Locomotives,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19139,Muscatine,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000004782828967,TON,2017NEI_Apr2020 +07,IA,19,,19139,Muscatine,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,.01326023,LB,2017NEI_Apr2020 +07,IA,19,,19139,Muscatine,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.00016514572,LB,2017NEI_Apr2020 +07,IA,19,,19139,Muscatine,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,.0001967177,TON,2017NEI_Apr2020 +05,IN,18,,18181,White,NP,,2610000100,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.4707989,TON,2017NEI_Apr2020 +05,IN,18,,18181,White,NP,,2610000100,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.4499102,TON,2017NEI_Apr2020 +05,IN,18,,18181,White,NP,,2610000100,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,1.542549,LB,2017NEI_Apr2020 +05,IN,18,,18181,White,NP,,2610000100,Waste Disposal,,A,R,98828,Cumene,HAP,.4258078,LB,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2302003200,Commercial Cooking,,A,R,129000,Pyrene,HAP,8.092374,LB,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2302003200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.000214437,LB,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2302003200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,1.478409,LB,2017NEI_Apr2020 +07,IA,19,,19089,Howard,NP,,2302003200,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000376263472,TON,2017NEI_Apr2020 +07,IA,19,,19125,Marion,NP,,2302003100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.25997879,TON,2017NEI_Apr2020 +07,IA,19,,19125,Marion,NP,,2302003100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,1.320395,LB,2017NEI_Apr2020 +07,IA,19,,19125,Marion,NP,,2302003100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,.3580314,TON,2017NEI_Apr2020 +07,IA,19,,19051,Davis,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00992239983,TON,2017NEI_Apr2020 +07,IA,19,,19051,Davis,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.02687386,TON,2017NEI_Apr2020 +07,IA,19,,19051,Davis,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,75070,Acetaldehyde,HAP,.001410878,LB,2017NEI_Apr2020 +07,IA,19,,19159,Ringgold,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,4.564396,LB,2017NEI_Apr2020 +07,IA,19,,19163,Scott,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,10.4474,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.1924732,TON,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,23.7128,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,20.7872,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,14.701204,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2610000100,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.104496992,TON,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2610000100,Waste Disposal,,A,R,98828,Cumene,HAP,.8670728,LB,2017NEI_Apr2020 +05,IN,18,,18127,Porter,NP,,2610000100,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,3.141094,LB,2017NEI_Apr2020 +07,IA,19,,19193,Woodbury,NP,,2302003200,Commercial Cooking,,A,R,120127,Anthracene,HAP,13.42238,LB,2017NEI_Apr2020 +07,IA,19,,19193,Woodbury,NP,,2302003200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,67.82492,LB,2017NEI_Apr2020 +07,IA,19,,19193,Woodbury,NP,,2302003200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.006717449,LB,2017NEI_Apr2020 +07,IA,19,,19151,Pocahontas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0159554866,TON,2017NEI_Apr2020 +07,IA,19,,19151,Pocahontas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,86737,Fluorene,HAP,.0005634283,LB,2017NEI_Apr2020 +07,IA,19,,19151,Pocahontas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,91203,Naphthalene,HAP,.1227469,LB,2017NEI_Apr2020 +07,IA,19,,19151,Pocahontas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,.02012244,TON,2017NEI_Apr2020 +07,IA,19,,19151,Pocahontas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.05231834,TON,2017NEI_Apr2020 +07,IA,19,,19151,Pocahontas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO2,Sulfur Dioxide,CAP,.06036732,TON,2017NEI_Apr2020 +07,IA,19,,19151,Pocahontas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7439921,Lead,CAP/HAP,.1006122,LB,2017NEI_Apr2020 +07,IA,19,,19151,Pocahontas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,71432,Benzene,HAP,.4225712,LB,2017NEI_Apr2020 +07,IA,19,,19151,Pocahontas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,VOC,Volatile Organic Compounds,CAP,.5533671,TON,2017NEI_Apr2020 +07,IA,19,,19133,Monona,NP,,2302003100,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,IA,19,,19133,Monona,NP,,2302003100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.03924041,TON,2017NEI_Apr2020 +07,IA,19,,19133,Monona,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,.4176295,LB,2017NEI_Apr2020 +05,IN,18,,18153,Sullivan,NP,,2311020000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0545117496,TON,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.072928631,TON,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0038873492,TON,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,.07596929,TON,2017NEI_Apr2020 +07,IA,19,,19157,Poweshiek,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-FIL,PM2.5 Filterable,CAP,.04178311,TON,2017NEI_Apr2020 +05,IN,18,,18173,Warrick,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00052818244,TON,2017NEI_Apr2020 +05,IN,18,,18173,Warrick,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,.003688103,TON,2017NEI_Apr2020 +05,IN,18,,18173,Warrick,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.002028457,TON,2017NEI_Apr2020 +07,IA,19,,19061,Dubuque,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,11.5943,LB,2017NEI_Apr2020 +02,PR,72,,72017,Barceloneta,NP,,2302003000,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72017,Barceloneta,NP,,2302003000,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48259,Kendall,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48259,Kendall,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48259,Kendall,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48259,Kendall,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48321,Matagorda,NP,,2302002100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.08021916,TON,2017NEI_Apr2020 +06,TX,48,,48321,Matagorda,NP,,2302002100,Commercial Cooking,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48321,Matagorda,NP,,2302002100,Commercial Cooking,,A,R,106423,p-Xylene,HAP,.0955156487963416,LB,2017NEI_Apr2020 +06,TX,48,,48321,Matagorda,NP,,2302002100,Commercial Cooking,,A,R,110543,Hexane,HAP,.7004480911731712,LB,2017NEI_Apr2020 +06,TX,48,,48001,Anderson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,.24566674,LB,2017NEI_Apr2020 +06,TX,48,,48001,Anderson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.02,TON,2017NEI_Apr2020 +06,TX,48,,48001,Anderson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.121549978,LB,2017NEI_Apr2020 +06,TX,48,,48001,Anderson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,.100466696,LB,2017NEI_Apr2020 +06,TX,48,,48003,Andrews,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00943,TON,2017NEI_Apr2020 +06,TX,48,,48003,Andrews,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48003,Andrews,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,60.8513418,LB,2017NEI_Apr2020 +06,TX,48,,48003,Andrews,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,7.51013418,LB,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.003688,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,.017094214,LB,2017NEI_Apr2020 +05,IN,18,,18081,Johnson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.00001553858,LB,2017NEI_Apr2020 +05,IN,18,,18081,Johnson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.001607439,LB,2017NEI_Apr2020 +05,IN,18,,18081,Johnson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,.002143252,LB,2017NEI_Apr2020 +05,IN,18,,18081,Johnson,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,.00001607439,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,694.1824,TON,2017NEI_Apr2020 +07,KS,20,,20187,Stanton,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,1137.3846,LB,2017NEI_Apr2020 +07,KS,20,,20187,Stanton,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,3.105104,LB,2017NEI_Apr2020 +07,KS,20,,20187,Stanton,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,1206.5792,LB,2017NEI_Apr2020 +07,KS,20,,20187,Stanton,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,5.622052,LB,2017NEI_Apr2020 +07,KS,20,,20187,Stanton,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,5.14634,LB,2017NEI_Apr2020 +06,TX,48,,48199,Hardin,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48199,Hardin,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.06,TON,2017NEI_Apr2020 +06,TX,48,,48199,Hardin,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48199,Hardin,NP,,2310021301,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48203,Harrison,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48203,Harrison,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48203,Harrison,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48203,Harrison,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48203,Harrison,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,91576,2-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48067,Cass,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48067,Cass,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,CO,Carbon Monoxide,CAP,.06617215,TON,2017NEI_Apr2020 +07,KS,20,,20041,Dickinson,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,NOX,Nitrogen Oxides,CAP,.1181468,TON,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,8.707551156,TON,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.37010457,TON,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.07850703,TON,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,118741,Hexachlorobenzene,HAP,.1031291,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,97.71482,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,208968,Acenaphthylene,HAP,18.82106,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,1141.381,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,88062,"2,4,6-Trichlorophenol",HAP,.4898632,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,64.89609,TON,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,4.5809,TON,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.07734682,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2610030000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,467.5616,LB,2017NEI_Apr2020 +07,KS,20,,20193,Thomas,NP,,2294000000,Dust - Paved Road Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,2.199723482,TON,2017NEI_Apr2020 +05,OH,39,,39013,Belmont,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,1.036702,TON,2017NEI_Apr2020 +05,OH,39,,39013,Belmont,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,64.12592,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,205992,Benzo[b]Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48009,Archer,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48009,Archer,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,.01,TON,2017NEI_Apr2020 +06,TX,48,,48009,Archer,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48009,Archer,NP,,2310020600,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20047,Edwards,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,.4489062,LB,2017NEI_Apr2020 +07,KS,20,,20047,Edwards,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.5976021,TON,2017NEI_Apr2020 +07,KS,20,,20047,Edwards,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,.1509865,LB,2017NEI_Apr2020 +07,KS,20,,20047,Edwards,NP,,2310021251,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,2.148264,LB,2017NEI_Apr2020 +07,KS,20,,20049,Elk,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.001293844,LB,2017NEI_Apr2020 +07,KS,20,,20049,Elk,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,5.436897,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.02927474,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,38.10021,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,SO2,Sulfur Dioxide,CAP,.01435035,TON,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.01781522,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,6.845089,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,4.444175,TON,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.0702979,LB,2017NEI_Apr2020 +07,KS,20,,20105,Lincoln,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,29.27474,LB,2017NEI_Apr2020 +06,TX,48,,48207,Haskell,NP,,2310011503,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,5.13671593,LB,2017NEI_Apr2020 +06,TX,48,,48207,Haskell,NP,,2310011503,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,4.333183358,LB,2017NEI_Apr2020 +06,TX,48,,48209,Hays,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.006902,TON,2017NEI_Apr2020 +06,TX,48,,48209,Hays,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,.14,TON,2017NEI_Apr2020 +06,TX,48,,48209,Hays,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,VOC,Volatile Organic Compounds,CAP,3.74,TON,2017NEI_Apr2020 +06,TX,48,,48269,King,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.004715,TON,2017NEI_Apr2020 +06,TX,48,,48269,King,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,1.0909096,LB,2017NEI_Apr2020 +05,OH,39,,39031,Coshocton,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,OH,39,,39031,Coshocton,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,.003683642,TON,2017NEI_Apr2020 +05,OH,39,,39031,Coshocton,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.01416785,TON,2017NEI_Apr2020 +06,TX,48,,48073,Cherokee,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.007273,TON,2017NEI_Apr2020 +06,TX,48,,48073,Cherokee,NP,,2310010100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,MN,27,,27149,Stevens,NP,,2285002006,Mobile - Locomotives,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,2.2228513536,TON,2017NEI_Apr2020 +05,MN,27,,27149,Stevens,NP,,2285002006,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,20.05704,TON,2017NEI_Apr2020 +07,NE,31,,31055,Douglas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,85018,Phenanthrene,HAP,.3725452,LB,2017NEI_Apr2020 +07,NE,31,,31055,Douglas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,91203,Naphthalene,HAP,12.98586,LB,2017NEI_Apr2020 +07,NE,31,,31055,Douglas,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.534957,TON,2017NEI_Apr2020 +07,MO,29,,29163,Pike,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29163,Pike,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29163,Pike,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29163,Pike,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55125,Vilas,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-FIL,PM10 Filterable,CAP,.002007517,TON,2017NEI_Apr2020 +05,WI,55,,55125,Vilas,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000841469066132,TON,2017NEI_Apr2020 +05,WI,55,,55125,Vilas,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439976,Mercury,HAP,.00003546368,LB,2017NEI_Apr2020 +05,WI,55,,55125,Vilas,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,91203,Naphthalene,HAP,.03546368,LB,2017NEI_Apr2020 +06,OK,40,,40025,Cimarron,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,91203,Naphthalene,HAP,.004705661,LB,2017NEI_Apr2020 +06,OK,40,,40025,Cimarron,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,.5785648,LB,2017NEI_Apr2020 +08,SD,46,,46065,Hughes,NP,,2610030000,Waste Disposal,,A,R,100425,Styrene,HAP,384.9277,LB,2017NEI_Apr2020 +08,SD,46,,46065,Hughes,NP,,2610030000,Waste Disposal,,A,R,117817,Bis(2-Ethylhexyl)Phthalate,HAP,17.36709,LB,2017NEI_Apr2020 +08,SD,46,,46065,Hughes,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.9250258,LB,2017NEI_Apr2020 +08,SD,46,,46065,Hughes,NP,,2610030000,Waste Disposal,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.1974363,LB,2017NEI_Apr2020 +08,SD,46,,46065,Hughes,NP,,2610030000,Waste Disposal,,A,R,84742,Dibutyl Phthalate,HAP,2.522798,LB,2017NEI_Apr2020 +08,SD,46,,46065,Hughes,NP,,2610030000,Waste Disposal,,A,R,86737,Fluorene,HAP,2.182768,LB,2017NEI_Apr2020 +08,SD,46,,46065,Hughes,NP,,2610030000,Waste Disposal,,A,R,83329,Acenaphthene,HAP,.4679972,LB,2017NEI_Apr2020 +08,SD,46,,46115,Spink,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,101688,"4,4-Methylenediphenyl Diisocyanate",HAP,2.118329,LB,2017NEI_Apr2020 +08,SD,46,,46115,Spink,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,50000,Formaldehyde,HAP,.3026185,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,4.805934,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,167.3111,LB,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.006465046,TON,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,32.32523,TON,2017NEI_Apr2020 +03,WV,54,,54041,Lewis,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,32.32523,TON,2017NEI_Apr2020 +04,NC,37,,37175,Transylvania,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NH3,Ammonia,CAP,.02163031,TON,2017NEI_Apr2020 +04,NC,37,,37175,Transylvania,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,7439921,Lead,CAP/HAP,.04414348,LB,2017NEI_Apr2020 +04,NC,37,,37175,Transylvania,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,71432,Benzene,HAP,.1854026,LB,2017NEI_Apr2020 +07,MO,29,,29227,Worth,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0000144527,LB,2017NEI_Apr2020 +06,TX,48,,48191,Hall,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.0009988718,LB,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000241772408,TON,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.001292892694,TON,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.01196331153,TON,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.000782971,TON,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.000002774044,LB,2017NEI_Apr2020 +06,TX,48,,48305,Lynn,NP,,2415000000,Solvent - Degreasing,,A,R,79016,Trichloroethylene,HAP,99.66631422,LB,2017NEI_Apr2020 +05,WI,55,,55027,Dodge,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00481901105,TON,2017NEI_Apr2020 +06,TX,48,,48221,Hood,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,15.524614,LB,2017NEI_Apr2020 +05,OH,39,,39135,Preble,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,3.259389,TON,2017NEI_Apr2020 +05,OH,39,,39135,Preble,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,32.59389,TON,2017NEI_Apr2020 +03,VA,51,,51155,Pulaski,NP,,2610030000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.2080131,LB,2017NEI_Apr2020 +03,VA,51,,51155,Pulaski,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,3.516904,LB,2017NEI_Apr2020 +03,VA,51,,51155,Pulaski,NP,,2610030000,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,4.939689,TON,2017NEI_Apr2020 +03,VA,51,,51155,Pulaski,NP,,2610030000,Waste Disposal,,A,R,50000,Formaldehyde,HAP,1230.777,LB,2017NEI_Apr2020 +03,VA,51,,51155,Pulaski,NP,,2610030000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.08340484,LB,2017NEI_Apr2020 +06,AR,05,,05075,Lawrence,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.5823,TON,2017NEI_Apr2020 +06,AR,05,,05075,Lawrence,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,110543,Hexane,HAP,22.2,LB,2017NEI_Apr2020 +06,AR,05,,05075,Lawrence,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,1330207,Xylenes (Mixed Isomers),HAP,8.52,LB,2017NEI_Apr2020 +06,AR,05,,05075,Lawrence,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.04,TON,2017NEI_Apr2020 +05,WI,55,,55091,Pepin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,3.064394,TON,2017NEI_Apr2020 +05,WI,55,,55091,Pepin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01317689,TON,2017NEI_Apr2020 +05,WI,55,,55091,Pepin,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.003370833,TON,2017NEI_Apr2020 +07,KS,20,,20163,Rooks,NP,,2630020000,Waste Disposal,,A,R,127184,Tetrachloroethylene,HAP,.61915,LB,2017NEI_Apr2020 +07,KS,20,,20163,Rooks,NP,,2630020000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.00023345,LB,2017NEI_Apr2020 +07,KS,20,,20163,Rooks,NP,,2630020000,Waste Disposal,,A,R,71432,Benzene,HAP,.97585,LB,2017NEI_Apr2020 +07,KS,20,,20163,Rooks,NP,,2630020000,Waste Disposal,,A,R,71556,Methyl Chloroform,HAP,.081635,LB,2017NEI_Apr2020 +07,KS,20,,20163,Rooks,NP,,2630020000,Waste Disposal,,A,R,67561,Methanol,HAP,1.653,LB,2017NEI_Apr2020 +07,KS,20,,20163,Rooks,NP,,2630020000,Waste Disposal,,A,R,67663,Chloroform,HAP,.9338,LB,2017NEI_Apr2020 +07,KS,20,,20163,Rooks,NP,,2630020000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,1.1107,LB,2017NEI_Apr2020 +07,KS,20,,20163,Rooks,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.0006554,LB,2017NEI_Apr2020 +07,KS,20,,20163,Rooks,NP,,2630020000,Waste Disposal,,A,R,98953,Nitrobenzene,HAP,.0009512,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,117817,Bis(2-Ethylhexyl)Phthalate,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,3697243,5-Methylchrysene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,57125,Cyanide,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20093,Kearny,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2302003000,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.03745088,LB,2017NEI_Apr2020 +07,KS,20,,20191,Sumner,NP,,2302003000,Commercial Cooking,,A,R,129000,Pyrene,HAP,.03745088,LB,2017NEI_Apr2020 +06,TX,48,,48073,Cherokee,NP,,2310021501,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,14.55,TON,2017NEI_Apr2020 +06,TX,48,,48075,Childress,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48077,Clay,NP,,2302002100,Commercial Cooking,,A,R,95476,o-Xylene,HAP,.17511200701244,LB,2017NEI_Apr2020 +06,TX,48,,48077,Clay,NP,,2302002100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,.14311426754925776,LB,2017NEI_Apr2020 +06,TX,48,,48077,Clay,NP,,2302002100,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,17.38384808093424,LB,2017NEI_Apr2020 +10,ID,16,,16059,Lemhi,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.14,TON,2017NEI_Apr2020 +10,ID,16,,16059,Lemhi,NP,,2610000400,Waste Disposal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16059,Lemhi,NP,,2610000400,Waste Disposal,,A,R,100425,Styrene,HAP,2.187902,LB,2017NEI_Apr2020 +07,MO,29,,29067,Douglas,NP,,2501060052,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,MO,29,,29081,Harrison,NP,,2501060051,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,40.38375,LB,2017NEI_Apr2020 +07,MO,29,,29085,Hickory,NP,,2501060053,Gas Stations,,A,R,71432,Benzene,HAP,23.91931,LB,2017NEI_Apr2020 +07,MO,29,,29085,Hickory,NP,,2501060053,Gas Stations,,A,R,91203,Naphthalene,HAP,.02391931,LB,2017NEI_Apr2020 +07,MO,29,,29105,Laclede,NP,,2501060051,Gas Stations,,A,R,108883,Toluene,HAP,2281.917,LB,2017NEI_Apr2020 +07,MO,29,,29105,Laclede,NP,,2501060051,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,1222.455,LB,2017NEI_Apr2020 +07,MO,29,,29105,Laclede,NP,,2501060051,Gas Stations,,A,R,91203,Naphthalene,HAP,.440084,LB,2017NEI_Apr2020 +07,MO,29,,29149,Oregon,NP,,2501060051,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,13.89492,LB,2017NEI_Apr2020 +07,MO,29,,29149,Oregon,NP,,2501060051,Gas Stations,,A,R,110543,Hexane,HAP,471.9031,LB,2017NEI_Apr2020 +03,VA,51,,51179,Stafford,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,79.1258355,TON,2017NEI_Apr2020 +03,VA,51,,51179,Stafford,NP,,2610000500,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,223.5527,TON,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26155,Shiawassee,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26161,Washtenaw,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26161,Washtenaw,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26161,Washtenaw,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26161,Washtenaw,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26161,Washtenaw,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26161,Washtenaw,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,542756,"1,3-Dichloropropene",HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38061,Mountrail,NP,,2310023030,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38061,Mountrail,NP,,2310023030,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40035,Craig,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0006589084064,TON,2017NEI_Apr2020 +06,OK,40,,40035,Craig,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.001786628,TON,2017NEI_Apr2020 +06,OK,40,,40035,Craig,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.0024481,TON,2017NEI_Apr2020 +06,OK,40,,40035,Craig,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,.00196836102122,LB,2017NEI_Apr2020 +06,OK,40,,40035,Craig,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,.5061495712,LB,2017NEI_Apr2020 +06,OK,40,,40035,Craig,NP,,2310021351,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0001189894248,TON,2017NEI_Apr2020 +06,OK,40,,40035,Craig,NP,,2310023310,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.0535379815024,LB,2017NEI_Apr2020 +07,MO,29,,29011,Barton,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,.005761559,TON,2017NEI_Apr2020 +07,MO,29,,29011,Barton,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.006913871,LB,2017NEI_Apr2020 +07,MO,29,,29011,Barton,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439921,Lead,CAP/HAP,.003479982,LB,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22127,Winn,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28041,Greene,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +10,WA,53,,53029,Island,NP,,2302002200,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,2.998622,LB,2017NEI_Apr2020 +10,WA,53,,53029,Island,NP,,2302002200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,29.79994,LB,2017NEI_Apr2020 +10,WA,53,,53029,Island,NP,,2302002200,Commercial Cooking,,A,R,98862,Acetophenone,HAP,3.670043,LB,2017NEI_Apr2020 +10,WA,53,,53029,Island,NP,,2302002200,Commercial Cooking,,A,R,108952,Phenol,HAP,33.62036,LB,2017NEI_Apr2020 +06,OK,40,,40053,Grant,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0981806,LB,2017NEI_Apr2020 +06,OK,40,,40053,Grant,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,7.37408,LB,2017NEI_Apr2020 +05,WI,55,,55043,Grant,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.570896,LB,2017NEI_Apr2020 +05,WI,55,,55043,Grant,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.51866,LB,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,110543,Hexane,HAP,4993.958,LB,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,121448,Triethylamine,HAP,9.931286,LB,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,71.84336,LB,2017NEI_Apr2020 +04,SC,45,,45013,Beaufort,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,14.43122,TON,2017NEI_Apr2020 +04,SC,45,,45013,Beaufort,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,1503.73,LB,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51109,Louisa,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +09,CA,06,,06033,Lake,NP,,2311010000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.001644633425,TON,2017NEI_Apr2020 +09,CA,06,,06033,Lake,NP,,2311010000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0473113725,TON,2017NEI_Apr2020 +09,CA,06,,06033,Lake,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,4.5,TON,2017NEI_Apr2020 +09,CA,06,,06033,Lake,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,45.08,TON,2017NEI_Apr2020 +05,WI,55,,55009,Brown,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,1321.74,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48239,Jackson,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2302003100,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,41.64048774,LB,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2302003100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.038948,TON,2017NEI_Apr2020 +06,TX,48,,48135,Ector,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,183.6254,LB,2017NEI_Apr2020 +02,PR,72,,72131,San Sebastian,NP,,2501055120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72131,San Sebastian,NP,,2501055120,Bulk Gasoline Terminals,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55101,Racine,NP,,2501055120,Bulk Gasoline Terminals,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55101,Racine,NP,,2501055120,Bulk Gasoline Terminals,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72087,Loiza,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72087,Loiza,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72087,Loiza,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72087,Loiza,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72087,Loiza,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +01,NH,33,,33011,Hillsborough,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,1772.208,LB,2017NEI_Apr2020 +04,NC,37,,37117,Martin,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,334.448,LB,2017NEI_Apr2020 +06,AR,05,,05131,Sebastian,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,413.0405,TON,2017NEI_Apr2020 +06,AR,05,,05045,Faulkner,NP,,2501060052,Gas Stations,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21173,Montgomery,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21173,Montgomery,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21173,Montgomery,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21173,Montgomery,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21173,Montgomery,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,74873,Methyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21173,Montgomery,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21173,Montgomery,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21173,Montgomery,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40069,Johnston,NP,,2805009100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.01487805,LB,2017NEI_Apr2020 +06,OK,40,,40069,Johnston,NP,,2805009100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,.001859757,LB,2017NEI_Apr2020 +06,OK,40,,40069,Johnston,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.05238315,LB,2017NEI_Apr2020 +07,IA,19,,19051,Davis,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.007196494,TON,2017NEI_Apr2020 +04,KY,21,,21195,Pike,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.01563619299,TON,2017NEI_Apr2020 +04,KY,21,,21195,Pike,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.0000254827,LB,2017NEI_Apr2020 +04,KY,21,,21195,Pike,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.000005488582,LB,2017NEI_Apr2020 +04,KY,21,,21195,Pike,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.009474339,LB,2017NEI_Apr2020 +04,KY,21,,21195,Pike,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21223,Trimble,NP,,2294000000,Dust - Paved Road Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0033076556,TON,2017NEI_Apr2020 +03,PA,42,,42013,Blair,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.000000001835284,LB,2017NEI_Apr2020 +03,PA,42,,42013,Blair,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.00011599346,LB,2017NEI_Apr2020 +03,PA,42,,42013,Blair,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.0000181999,TON,2017NEI_Apr2020 +03,PA,42,,42013,Blair,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.00002198811,TON,2017NEI_Apr2020 +03,PA,42,,42013,Blair,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.00001248943,TON,2017NEI_Apr2020 +05,OH,39,,39043,Erie,NP,,2302002200,Commercial Cooking,,A,R,100414,Ethyl Benzene,HAP,102.8548,LB,2017NEI_Apr2020 +05,OH,39,,39043,Erie,NP,,2302002200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.4308694,LB,2017NEI_Apr2020 +05,OH,39,,39043,Erie,NP,,2302002200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.1048356,TON,2017NEI_Apr2020 +05,OH,39,,39043,Erie,NP,,2302002200,Commercial Cooking,,A,R,129000,Pyrene,HAP,7.134142,LB,2017NEI_Apr2020 +05,OH,39,,39043,Erie,NP,,2302002200,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,211.345,LB,2017NEI_Apr2020 +10,AK,02,,02180,Nome,NP,,2501060201,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,1.91517,TON,2017NEI_Apr2020 +10,AK,02,,02180,Nome,NP,,2501060201,Gas Stations,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02180,Nome,NP,,2501060201,Gas Stations,,A,R,91203,Naphthalene,HAP,.01034192,LB,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.002025247,LB,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.009463544,LB,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.000594008,TON,2017NEI_Apr2020 +04,KY,21,,21153,Magoffin,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000005721549,LB,2017NEI_Apr2020 +04,NC,37,,37171,Surry,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37171,Surry,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40039,Custer,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42005,Armstrong,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,52.0068,LB,2017NEI_Apr2020 +03,PA,42,,42005,Armstrong,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.0002410425,LB,2017NEI_Apr2020 +03,PA,42,,42005,Armstrong,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NOX,Nitrogen Oxides,CAP,1.44448,TON,2017NEI_Apr2020 +03,PA,42,,42005,Armstrong,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.001015095,TON,2017NEI_Apr2020 +04,KY,21,,21203,Rockcastle,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,.3409461,TON,2017NEI_Apr2020 +04,KY,21,,21203,Rockcastle,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.002176252,TON,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610030000,Waste Disposal,,A,R,82688,Pentachloronitrobenzene,HAP,.03040228,LB,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610030000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,2.88304782,TON,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610030000,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,10.267882236,TON,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610030000,Waste Disposal,,A,R,108952,Phenol,HAP,341.7216,LB,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610030000,Waste Disposal,,A,R,118741,Hexachlorobenzene,HAP,.1216091,LB,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610030000,Waste Disposal,,A,R,123386,Propionaldehyde,HAP,341.5696,LB,2017NEI_Apr2020 +06,LA,22,,22003,Allen,NP,,2610030000,Waste Disposal,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,3.952296,LB,2017NEI_Apr2020 +08,ND,38,,38051,McIntosh,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0102621,TON,2017NEI_Apr2020 +08,WY,56,,56009,Converse,NP,,2501080100,Gas Stations,,A,R,107062,Ethylene Dichloride,HAP,.03240802,LB,2017NEI_Apr2020 +08,WY,56,,56009,Converse,NP,,2501080100,Gas Stations,,A,R,110543,Hexane,HAP,.2280972,LB,2017NEI_Apr2020 +08,WY,56,,56009,Converse,NP,,2501080100,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,.00712804,TON,2017NEI_Apr2020 +08,WY,56,,56009,Converse,NP,,2501080100,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.11404864,LB,2017NEI_Apr2020 +04,KY,21,,21147,McCreary,NP,,2302002100,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,18.55481,LB,2017NEI_Apr2020 +04,KY,21,,21147,McCreary,NP,,2302002100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,.5441523,TON,2017NEI_Apr2020 +04,KY,21,,21147,McCreary,NP,,2302002100,Commercial Cooking,,A,R,86737,Fluorene,HAP,.1470422,LB,2017NEI_Apr2020 +04,KY,21,,21147,McCreary,NP,,2302002100,Commercial Cooking,,A,R,PM-CON,PM Condensible,CAP,.6294325,TON,2017NEI_Apr2020 +04,KY,21,,21147,McCreary,NP,,2302002100,Commercial Cooking,,A,R,100027,4-Nitrophenol,HAP,.3116076,LB,2017NEI_Apr2020 +04,KY,21,,21203,Rockcastle,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.0574974,LB,2017NEI_Apr2020 +04,KY,21,,21203,Rockcastle,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0000773724,LB,2017NEI_Apr2020 +04,KY,21,,21203,Rockcastle,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.24358,LB,2017NEI_Apr2020 +04,TN,47,,47029,Cocke,NP,,2311030000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,TN,47,,47029,Cocke,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37163,Sampson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,NC,37,,37163,Sampson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +08,ND,38,,38025,Dunn,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.0009635566,TON,2017NEI_Apr2020 +08,ND,38,,38025,Dunn,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.002071647,TON,2017NEI_Apr2020 +04,SC,45,,45005,Allendale,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,102.1985,LB,2017NEI_Apr2020 +04,SC,45,,45005,Allendale,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,49.27425,LB,2017NEI_Apr2020 +04,SC,45,,45005,Allendale,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,2.189967,LB,2017NEI_Apr2020 +04,SC,45,,45037,Edgefield,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,136.8729,LB,2017NEI_Apr2020 +10,ID,16,,16027,Canyon,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,65.40974,LB,2017NEI_Apr2020 +10,ID,16,,16027,Canyon,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,100414,Ethyl Benzene,HAP,13.081948,LB,2017NEI_Apr2020 +10,ID,16,,16027,Canyon,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,170.06532,LB,2017NEI_Apr2020 +06,TX,48,,48337,Montague,NP,,2501055120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,173.1,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,110543,Hexane,HAP,183.3342,LB,2017NEI_Apr2020 +08,SD,46,,46129,Walworth,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,1.222228,LB,2017NEI_Apr2020 +03,VA,51,,51041,Chesterfield,NP,,2501055120,Bulk Gasoline Terminals,,A,R,100414,Ethyl Benzene,HAP,.00573233,LB,2017NEI_Apr2020 +03,VA,51,,51041,Chesterfield,NP,,2501055120,Bulk Gasoline Terminals,,A,R,71432,Benzene,HAP,.05930097,LB,2017NEI_Apr2020 +03,VA,51,,51041,Chesterfield,NP,,2501055120,Bulk Gasoline Terminals,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.08111788,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.0000491041,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,.01473123,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,218019,Chrysene,HAP,.00001113026,LB,2017NEI_Apr2020 +05,MN,27,,27123,Ramsey,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.00002263465,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.0000541992,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,.013936938,LB,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,.007455975,TON,2017NEI_Apr2020 +05,MN,27,,27037,Dakota,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,129000,Pyrene,HAP,.00004645646,LB,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.00001625889,TON,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,CO,Carbon Monoxide,CAP,.003239583,TON,2017NEI_Apr2020 +05,MN,27,,27043,Faribault,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,71432,Benzene,HAP,.0001484924,LB,2017NEI_Apr2020 +08,CO,08,,08035,Douglas,NP,,2610030000,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,16.858823358,TON,2017NEI_Apr2020 +08,CO,08,,08035,Douglas,NP,,2610030000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,4.73367271,TON,2017NEI_Apr2020 +08,CO,08,,08035,Douglas,NP,,2610030000,Waste Disposal,,A,R,207089,Benzo[k]Fluoranthene,HAP,3.34447,LB,2017NEI_Apr2020 +08,CO,08,,08035,Douglas,NP,,2610030000,Waste Disposal,,A,R,7439976,Mercury,HAP,2.181393,LB,2017NEI_Apr2020 +08,CO,08,,08035,Douglas,NP,,2610030000,Waste Disposal,,A,R,1336363,Polychlorinated Biphenyls,HAP,.6239683,LB,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.3168705,TON,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,9.940319,LB,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,1.600642,LB,2017NEI_Apr2020 +04,FL,12,,12047,Hamilton,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,95476,o-Xylene,HAP,9.481527,LB,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.1575217,LB,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,31.81301,LB,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,318.1088,LB,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,28.66257,LB,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,2.191042,TON,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,1.585861,LB,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,2.522477,LB,2017NEI_Apr2020 +01,NH,33,,33009,Grafton,NP,,2104008320,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,17480.09,LB,2017NEI_Apr2020 +01,NH,33,,33015,Rockingham,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,3.9397348458,TON,2017NEI_Apr2020 +01,NH,33,,33015,Rockingham,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,1082.666,LB,2017NEI_Apr2020 +01,NH,33,,33015,Rockingham,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,17.1798,TON,2017NEI_Apr2020 +06,AR,05,,05149,Yell,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05149,Yell,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05149,Yell,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05149,Yell,NP,,2310023100,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,98862,Acetophenone,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12061,Indian River,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13073,Columbia,NP,,2311010000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.35503776,TON,2017NEI_Apr2020 +04,GA,13,,13073,Columbia,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,7.6848,TON,2017NEI_Apr2020 +04,GA,13,,13073,Columbia,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,76.848,TON,2017NEI_Apr2020 +07,NE,31,,31067,Gage,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.115855,TON,2017NEI_Apr2020 +07,NE,31,,31075,Grant,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,.1002159,LB,2017NEI_Apr2020 +07,NE,31,,31075,Grant,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.0009106379,LB,2017NEI_Apr2020 +07,NE,31,,31075,Grant,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.002745642,LB,2017NEI_Apr2020 +07,NE,31,,31075,Grant,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.02045503,LB,2017NEI_Apr2020 +07,NE,31,,31075,Grant,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0316768,TON,2017NEI_Apr2020 +07,NE,31,,31075,Grant,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.03957424,TON,2017NEI_Apr2020 +08,CO,08,,08061,Kiowa,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.002372753268,TON,2017NEI_Apr2020 +08,CO,08,,08061,Kiowa,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.0001183959,LB,2017NEI_Apr2020 +08,CO,08,,08061,Kiowa,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,.497485,LB,2017NEI_Apr2020 +08,CO,08,,08061,Kiowa,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.003890944,TON,2017NEI_Apr2020 +08,CO,08,,08061,Kiowa,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,.8198775,LB,2017NEI_Apr2020 +08,CO,08,,08061,Kiowa,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,.3668604,LB,2017NEI_Apr2020 +08,CO,08,,08061,Kiowa,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,4.029906,LB,2017NEI_Apr2020 +08,CO,08,,08061,Kiowa,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.0001089464,LB,2017NEI_Apr2020 +04,GA,13,,13099,Early,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,206440,Fluoranthene,HAP,.000006210797,LB,2017NEI_Apr2020 +04,GA,13,,13099,Early,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000059601786,TON,2017NEI_Apr2020 +04,GA,13,,13099,Early,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,.0000239944,LB,2017NEI_Apr2020 +04,GA,13,,13099,Early,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.000002382879,TON,2017NEI_Apr2020 +04,GA,13,,13099,Early,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,107028,Acrolein,HAP,.0000754926,LB,2017NEI_Apr2020 +04,FL,12,,12075,Levy,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13247,Rockdale,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.1513765,TON,2017NEI_Apr2020 +07,NE,31,,31101,Keith,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.504411,TON,2017NEI_Apr2020 +08,CO,08,,08073,Lincoln,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,CO,08,,08073,Lincoln,NP,,2610000400,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +08,CO,08,,08073,Lincoln,NP,,2610000400,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,123386,Propionaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30065,Musselshell,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.005112424,LB,2017NEI_Apr2020 +08,MT,30,,30065,Musselshell,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.108009,TON,2017NEI_Apr2020 +08,MT,30,,30065,Musselshell,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.656137,TON,2017NEI_Apr2020 +08,MT,30,,30065,Musselshell,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.656137,TON,2017NEI_Apr2020 +08,MT,30,,30065,Musselshell,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,.7020582,TON,2017NEI_Apr2020 +04,NC,37,,37083,Halifax,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.1903306,LB,2017NEI_Apr2020 +04,NC,37,,37083,Halifax,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.195867,TON,2017NEI_Apr2020 +04,NC,37,,37083,Halifax,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.7930442,TON,2017NEI_Apr2020 +08,CO,08,,08075,Logan,NP,,2610000400,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,CO,08,,08075,Logan,NP,,2610000400,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +08,CO,08,,08083,Montezuma,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.9644223,TON,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2610030000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,67.42417,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2610030000,Waste Disposal,,A,R,88062,"2,4,6-Trichlorophenol",HAP,.7557871,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2610030000,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,34.60709,TON,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2610030000,Waste Disposal,,A,R,208968,Acenaphthylene,HAP,29.03814,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2610030000,Waste Disposal,,A,R,117817,Bis(2-Ethylhexyl)Phthalate,HAP,94.47339,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2610030000,Waste Disposal,,A,R,118741,Hexachlorobenzene,HAP,.1591131,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2610030000,Waste Disposal,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,5.171175,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2610030000,Waste Disposal,,A,R,206440,Fluoranthene,HAP,10.99869,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2610030000,Waste Disposal,,A,R,50328,Benzo[a]Pyrene,HAP,5.568958,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,205992,Benzo[b]Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +06,NM,35,,35001,Bernalillo,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06055,Napa,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +09,CA,06,,06055,Napa,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,AL,01,,01119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.377487357864,TON,2017NEI_Apr2020 +04,AL,01,,01119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0037746158,TON,2017NEI_Apr2020 +04,AL,01,,01119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.06649052,LB,2017NEI_Apr2020 +04,AL,01,,01119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.005531405,LB,2017NEI_Apr2020 +04,AL,01,,01119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,74.94807,LB,2017NEI_Apr2020 +04,AL,01,,01119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.1411452,TON,2017NEI_Apr2020 +04,AL,01,,01119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,13.46518,LB,2017NEI_Apr2020 +06,AR,05,,05049,Fulton,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,2.7050004094,TON,2017NEI_Apr2020 +04,FL,12,,12119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,416.9083,LB,2017NEI_Apr2020 +04,FL,12,,12119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,1149.443,LB,2017NEI_Apr2020 +04,FL,12,,12119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.353312,TON,2017NEI_Apr2020 +04,FL,12,,12119,Sumter,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,4.880472,TON,2017NEI_Apr2020 +04,GA,13,,13299,Ware,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.0007127288,TON,2017NEI_Apr2020 +04,GA,13,,13299,Ware,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,.0000166503,LB,2017NEI_Apr2020 +07,NE,31,,31143,Polk,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,38.78098,LB,2017NEI_Apr2020 +07,NE,31,,31143,Polk,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.747836,TON,2017NEI_Apr2020 +07,NE,31,,31143,Polk,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.7847178,TON,2017NEI_Apr2020 +07,MO,29,,29025,Caldwell,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01002315,TON,2017NEI_Apr2020 +07,MO,29,,29025,Caldwell,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,.0000200463,LB,2017NEI_Apr2020 +07,MO,29,,29025,Caldwell,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439965,Manganese,HAP,.007098746,LB,2017NEI_Apr2020 +07,MO,29,,29083,Henry,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.434168,LB,2017NEI_Apr2020 +07,MO,29,,29057,Dade,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,28.49095,LB,2017NEI_Apr2020 +07,MO,29,,29101,Johnson,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,271.5283,LB,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000219477935,TON,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.005737674016,TON,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.001169132,TON,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,75070,Acetaldehyde,HAP,.033479687649683087424,LB,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00001147875002927166,LB,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.00000172181237567996,LB,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,18540299,Chromium (VI),HAP,.00051654375482887166,LB,2017NEI_Apr2020 +07,NE,31,,31087,Hitchcock,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,NE,31,,31087,Hitchcock,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31087,Hitchcock,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31087,Hitchcock,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31087,Hitchcock,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39123,Ottawa,NP,,2310023010,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,OH,39,,39123,Ottawa,NP,,2310023010,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.27867858662746,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,.046042540551374,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.003065166872,TON,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,.08931943,TON,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,.66640530031446,LB,2017NEI_Apr2020 +06,OK,40,,40097,Mayes,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,92524,Biphenyl,HAP,.32108620151944,LB,2017NEI_Apr2020 +03,WV,54,,54103,Wetzel,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39139,Richland,NP,,2310023512,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40101,Muskogee,NP,,2310023102,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28155,Webster,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,2.268758,TON,2017NEI_Apr2020 +04,MS,28,,28115,Pontotoc,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,4.517501,TON,2017NEI_Apr2020 +04,MS,28,,28115,Pontotoc,NP,,2311030000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,4.517501,TON,2017NEI_Apr2020 +04,MS,28,,28115,Pontotoc,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,45.17501,TON,2017NEI_Apr2020 +03,MD,24,,24031,Montgomery,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +03,MD,24,,24033,Prince Georges,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +05,MN,27,,27055,Houston,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01149605,TON,2017NEI_Apr2020 +05,MN,27,,27055,Houston,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440020,Nickel,HAP,.09282524,LB,2017NEI_Apr2020 +05,MN,27,,27055,Houston,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,.0007128876673213617,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,18540299,Chromium (VI),HAP,.01873122,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,121142,"2,4-Dinitrotoluene",HAP,.0001681007,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,.0001260755,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,80626,Methyl Methacrylate,HAP,.01200719,LB,2017NEI_Apr2020 +05,MN,27,,27133,Rock,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM10-FIL,PM10 Filterable,CAP,3.602158,TON,2017NEI_Apr2020 +05,MN,27,,27135,Roseau,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0007354405,TON,2017NEI_Apr2020 +05,MN,27,,27135,Roseau,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM-CON,PM Condensible,CAP,.0005515804,TON,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.31,TON,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM10-FIL,PM10 Filterable,CAP,.24,TON,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000003482908,LB,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,67663,Chloroform,HAP,.007610799,LB,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,16065831,Chromium III,HAP,.02951442,LB,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,.0003482908,LB,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,91203,Naphthalene,HAP,.001676956,LB,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,60344,Methylhydrazine,HAP,.02192942229073253708,LB,2017NEI_Apr2020 +05,MN,27,,27139,Scott,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,71556,Methyl Chloroform,HAP,.00257993193482446785,LB,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26065,Ingham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.05464869775,TON,2017NEI_Apr2020 +05,MI,26,,26065,Ingham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,75070,Acetaldehyde,HAP,.007770566,LB,2017NEI_Apr2020 +05,MI,26,,26065,Ingham,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO2,Sulfur Dioxide,CAP,.1707817,TON,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00000111996411408,TON,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,.0000001240429,LB,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0000000661562,LB,2017NEI_Apr2020 +05,MI,26,,26151,Sanilac,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NOX,Nitrogen Oxides,CAP,.0002954058,TON,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,1.741597,LB,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,.1015932,LB,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,.0002031864,LB,2017NEI_Apr2020 +05,MN,27,,27065,Kanabec,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,.003134875,LB,2017NEI_Apr2020 +05,MN,27,,27067,Kandiyohi,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,206440,Fluoranthene,HAP,.00004361493,LB,2017NEI_Apr2020 +05,MN,27,,27067,Kandiyohi,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,67663,Chloroform,HAP,.00362434,LB,2017NEI_Apr2020 +05,MN,27,,27067,Kandiyohi,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,.0001658596,LB,2017NEI_Apr2020 +05,MN,27,,27067,Kandiyohi,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,60344,Methylhydrazine,HAP,.010443011738449762024,LB,2017NEI_Apr2020 +05,MN,27,,27075,Lake,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO2,Sulfur Dioxide,CAP,.000197731,TON,2017NEI_Apr2020 +05,MN,27,,27075,Lake,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM-CON,PM Condensible,CAP,.00009886551,TON,2017NEI_Apr2020 +05,MN,27,,27075,Lake,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0001318207,TON,2017NEI_Apr2020 +05,MN,27,,27075,Lake,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,7439976,Mercury,HAP,.00000000005609392,LB,2017NEI_Apr2020 +05,MN,27,,27075,Lake,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,CO,Carbon Monoxide,CAP,.02626527,TON,2017NEI_Apr2020 +05,MN,27,,27077,Lake of the Woods,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,50000,Formaldehyde,HAP,4.490611,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,218019,Chrysene,HAP,.00002531773,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,50328,Benzo[a]Pyrene,HAP,.000009620736,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,532274,2-Chloroacetophenone,HAP,.001772241,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,92524,Biphenyl,HAP,.0004304014,LB,2017NEI_Apr2020 +05,MN,27,,27145,Stearns,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00976049108,TON,2017NEI_Apr2020 +04,MS,28,,28027,Coahoma,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28027,Coahoma,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28027,Coahoma,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28027,Coahoma,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28027,Coahoma,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28117,Prentiss,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0005978993428,TON,2017NEI_Apr2020 +04,MS,28,,28117,Prentiss,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,1.474511,TON,2017NEI_Apr2020 +04,MS,28,,28117,Prentiss,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,.08109809,TON,2017NEI_Apr2020 +04,MS,28,,28117,Prentiss,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,129000,Pyrene,HAP,.0001474511,LB,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17157,Randolph,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21029,Bullitt,NP,,2501060201,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,156.8921,LB,2017NEI_Apr2020 +06,LA,22,,22069,Natchitoches,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00130373592,TON,2017NEI_Apr2020 +06,LA,22,,22069,Natchitoches,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1634044,Methyl Tert-Butyl Ether,HAP,.065618,LB,2017NEI_Apr2020 +06,LA,22,,22069,Natchitoches,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50000,Formaldehyde,HAP,.449952,LB,2017NEI_Apr2020 +06,LA,22,,22069,Natchitoches,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,57125,Cyanide,HAP,4.687,LB,2017NEI_Apr2020 +06,LA,22,,22069,Natchitoches,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,.974896,TON,2017NEI_Apr2020 +06,LA,22,,22069,Natchitoches,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.31236,TON,2017NEI_Apr2020 +06,LA,22,,22069,Natchitoches,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.287256,TON,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.002428415486,TON,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,85018,Phenanthrene,HAP,.002036206,LB,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.006587725,TON,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,8.983261,LB,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,.5892379,TON,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439965,Manganese,HAP,.4713903,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00003243497536,TON,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,.00000001371818,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.00003528339,TON,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,.00002709764,TON,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.00001874818,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,75070,Acetaldehyde,HAP,.000000528406,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,85018,Phenanthrene,HAP,.0000006909924,LB,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000032827046584,TON,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NOX,Nitrogen Oxides,CAP,.003166546,TON,2017NEI_Apr2020 +05,MN,27,,27011,Big Stone,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.0001157136,TON,2017NEI_Apr2020 +05,MN,27,,27089,Marshall,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00001824931,LB,2017NEI_Apr2020 +05,MN,27,,27089,Marshall,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439976,Mercury,HAP,.001036117,LB,2017NEI_Apr2020 +05,MN,27,,27089,Marshall,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,.8033106,TON,2017NEI_Apr2020 +03,VA,51,,51187,Warren,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,6.776,LB,2017NEI_Apr2020 +03,VA,51,,51187,Warren,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,1.386,LB,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30019,Daniels,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20023,Cheyenne,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20023,Cheyenne,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20023,Cheyenne,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20053,Ellsworth,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.0038981,LB,2017NEI_Apr2020 +07,KS,20,,20103,Leavenworth,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,24.66654,LB,2017NEI_Apr2020 +07,KS,20,,20103,Leavenworth,NP,,2310111700,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,WI,55,,55007,Bayfield,NP,,2851001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.0370906,LB,2017NEI_Apr2020 +05,WI,55,,55051,Iron,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.1133699,LB,2017NEI_Apr2020 +05,WI,55,,55089,Ozaukee,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,3.775391,TON,2017NEI_Apr2020 +05,WI,55,,55089,Ozaukee,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,323.1392,LB,2017NEI_Apr2020 +05,WI,55,,55089,Ozaukee,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,2.469296,LB,2017NEI_Apr2020 +05,WI,55,,55141,Wood,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.143022,TON,2017NEI_Apr2020 +05,WI,55,,55007,Bayfield,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.1658022,TON,2017NEI_Apr2020 +05,WI,55,,55007,Bayfield,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,17.2766,LB,2017NEI_Apr2020 +05,WI,55,,55093,Pierce,NP,,2805007100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.2908021,LB,2017NEI_Apr2020 +05,WI,55,,55093,Pierce,NP,,2805007100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.6300713,LB,2017NEI_Apr2020 +05,WI,55,,55093,Pierce,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.4119697,LB,2017NEI_Apr2020 +05,WI,55,,55093,Pierce,NP,,2805007100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,.7572972,TON,2017NEI_Apr2020 +05,WI,55,,55121,Trempealeau,NP,,2501080100,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.00019825348,LB,2017NEI_Apr2020 +05,WI,55,,55095,Polk,NP,,2805007100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,.4337148,LB,2017NEI_Apr2020 +05,WI,55,,55095,Polk,NP,,2805007100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,.9021269,LB,2017NEI_Apr2020 +05,WI,55,,55095,Polk,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.03469719,LB,2017NEI_Apr2020 +05,WI,55,,55095,Polk,NP,,2805007100,Agriculture - Livestock Waste,,A,R,110543,Hexane,HAP,1.925694,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.000965549,LB,2017NEI_Apr2020 +05,WI,55,,55117,Sheboygan,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.05546723,TON,2017NEI_Apr2020 +08,WY,56,,56029,Park,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,29.65807,LB,2017NEI_Apr2020 +08,WY,56,,56029,Park,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +02,VI,78,,78030,St. Thomas,NP,,2630020000,Waste Disposal,,A,R,121697,"N,N-Dimethylaniline",HAP,0,LB,2017NEI_Apr2020 +02,VI,78,,78030,St. Thomas,NP,,2630020000,Waste Disposal,,A,R,75150,Carbon Disulfide,HAP,0,LB,2017NEI_Apr2020 +08,WY,56,,56035,Sublette,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,8.068098,LB,2017NEI_Apr2020 +08,WY,56,,56035,Sublette,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +08,WY,56,,56035,Sublette,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.000335494,TON,2017NEI_Apr2020 +08,WY,56,,56035,Sublette,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.000002013284,LB,2017NEI_Apr2020 +08,WY,56,,56035,Sublette,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0000003334102,LB,2017NEI_Apr2020 +02,PR,72,,72107,Orocovis,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,PR,72,,72107,Orocovis,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72107,Orocovis,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72107,Orocovis,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72139,Trujillo Alto,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,PR,72,,72139,Trujillo Alto,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,PR,72,,72139,Trujillo Alto,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72139,Trujillo Alto,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72139,Trujillo Alto,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72113,Ponce,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,100414,Ethyl Benzene,HAP,42.60513,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0000002322450352,TON,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.000000006256196,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.000003928831,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.000001086602,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.00000004609828,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,.009416722,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.000001302127,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.00000000341247,LB,2017NEI_Apr2020 +02,PR,72,,72103,Naguabo,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.000002648176,TON,2017NEI_Apr2020 +02,PR,72,,72009,Aibonito,NP,,2851001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.0654449,LB,2017NEI_Apr2020 +08,WY,56,,56031,Platte,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +08,WY,56,,56031,Platte,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,6.5898,LB,2017NEI_Apr2020 +05,WI,55,,55107,Rusk,NP,,2311030000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,9.971525,TON,2017NEI_Apr2020 +04,TN,47,,47025,Claiborne,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,3.31512,LB,2017NEI_Apr2020 +03,VA,51,,51049,Cumberland,NP,,2501080100,Gas Stations,,A,R,110543,Hexane,HAP,.4125452,LB,2017NEI_Apr2020 +03,VA,51,,51049,Cumberland,NP,,2501080100,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.1289204,LB,2017NEI_Apr2020 +03,VA,51,,51049,Cumberland,NP,,2501080100,Gas Stations,,A,R,91203,Naphthalene,HAP,.01289204,LB,2017NEI_Apr2020 +10,AK,02,,02180,Nome,NP,,2302003100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02180,Nome,NP,,2302003100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +10,AK,02,,02180,Nome,NP,,2302003100,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02188,Northwest Arctic,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02188,Northwest Arctic,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02188,Northwest Arctic,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,AK,02,,02188,Northwest Arctic,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02188,Northwest Arctic,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02188,Northwest Arctic,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21051,Clay,NP,,2302002200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.717541190901,TON,2017NEI_Apr2020 +04,KY,21,,21051,Clay,NP,,2302002200,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.504533,TON,2017NEI_Apr2020 +04,KY,21,,21051,Clay,NP,,2302002200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,.8798791,LB,2017NEI_Apr2020 +04,KY,21,,21051,Clay,NP,,2302002200,Commercial Cooking,,A,R,84742,Dibutyl Phthalate,HAP,.2382544,LB,2017NEI_Apr2020 +04,KY,21,,21051,Clay,NP,,2302002200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,3.605873,LB,2017NEI_Apr2020 +04,KY,21,,21051,Clay,NP,,2302002200,Commercial Cooking,,A,R,98862,Acetophenone,HAP,.444085,LB,2017NEI_Apr2020 +04,KY,21,,21051,Clay,NP,,2302002200,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.06989446,LB,2017NEI_Apr2020 +04,KY,21,,21051,Clay,NP,,2302002200,Commercial Cooking,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.8607039,LB,2017NEI_Apr2020 +04,KY,21,,21051,Clay,NP,,2302002200,Commercial Cooking,,A,R,100027,4-Nitrophenol,HAP,.8896462,LB,2017NEI_Apr2020 +04,KY,21,,21037,Campbell,NP,,2805009100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.03559003,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.42859848736,TON,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,107028,Acrolein,HAP,28.95886,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,123386,Propionaldehyde,HAP,69.86324,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,1330207,Xylenes (Mixed Isomers),HAP,29.75522,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,18540299,Chromium (VI),HAP,.005070408,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,205992,Benzo[b]Fluoranthene,HAP,.002889928,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,56553,Benz[a]Anthracene,HAP,.009429264,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,.685963,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,91203,Naphthalene,HAP,4.941106,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,7439976,Mercury,HAP,.01389388,LB,2017NEI_Apr2020 +05,WI,55,,55133,Waukesha,NP,,2285002008,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,.9049644,TON,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.002345385,TON,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.00002097735,LB,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7664393,Hydrogen Fluoride,HAP,.1357253,LB,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.01454071,LB,2017NEI_Apr2020 +01,ME,23,,23021,Piscataquis,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440439,Cadmium,HAP,.04613075,LB,2017NEI_Apr2020 +05,MI,26,,26141,Presque Isle,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,133062,Captan,HAP,42.1553,LB,2017NEI_Apr2020 +05,MN,27,,27019,Carver,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,63252,Carbaryl,HAP,15.41981,LB,2017NEI_Apr2020 +05,MN,27,,27089,Marshall,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,94757,"2,4-Dichlorophenoxy Acetic Acid",HAP,1843.624,LB,2017NEI_Apr2020 +05,MN,27,,27095,Mille Lacs,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,133062,Captan,HAP,71.95309,LB,2017NEI_Apr2020 +05,MN,27,,27163,Washington,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,133062,Captan,HAP,483.4994,LB,2017NEI_Apr2020 +09,CA,06,,06039,Madera,NP,,2810050000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.889191,TON,2017NEI_Apr2020 +08,CO,08,,08015,Chaffee,NP,,2302002200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.07308614,LB,2017NEI_Apr2020 +08,CO,08,,08007,Archuleta,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,3.68028,LB,2017NEI_Apr2020 +08,CO,08,,08007,Archuleta,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.2706085,TON,2017NEI_Apr2020 +06,AR,05,,05105,Perry,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,205992,Benzo[b]Fluoranthene,HAP,.0000006364239,LB,2017NEI_Apr2020 +06,AR,05,,05105,Perry,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.000001055124,LB,2017NEI_Apr2020 +06,AR,05,,05105,Perry,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.003395657,LB,2017NEI_Apr2020 +06,AR,05,,05105,Perry,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.001519881,LB,2017NEI_Apr2020 +06,AR,05,,05105,Perry,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.00539774,TON,2017NEI_Apr2020 +06,AR,05,,05105,Perry,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.005560466,TON,2017NEI_Apr2020 +06,AR,05,,05105,Perry,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.003704126,TON,2017NEI_Apr2020 +06,AR,05,,05105,Perry,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.002046832,LB,2017NEI_Apr2020 +06,AR,05,,05105,Perry,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.000005401229,LB,2017NEI_Apr2020 +04,FL,12,,12029,Dixie,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12029,Dixie,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12029,Dixie,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12029,Dixie,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12029,Dixie,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06095,Solano,NP,,2307000000,Industrial Processes - NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.94797699088,TON,2017NEI_Apr2020 +08,CO,08,,08095,Phillips,NP,,2302003100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000891648992,TON,2017NEI_Apr2020 +08,CO,08,,08095,Phillips,NP,,2302003100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.06918657,LB,2017NEI_Apr2020 +08,CO,08,,08095,Phillips,NP,,2302003100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.02685765,LB,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000857438946,TON,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440382,Arsenic,HAP,.009802043,LB,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.00002571388,LB,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.000002241723,LB,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.03423023,TON,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2302003100,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.2133349,LB,2017NEI_Apr2020 +03,DE,10,,10005,Sussex,NP,,2302003100,Commercial Cooking,,A,R,129000,Pyrene,HAP,13.3664,LB,2017NEI_Apr2020 +08,CO,08,,08105,Rio Grande,NP,,2302003000,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.08599256,TON,2017NEI_Apr2020 +08,CO,08,,08105,Rio Grande,NP,,2302003000,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,24.15498,LB,2017NEI_Apr2020 +08,CO,08,,08087,Morgan,NP,,2302002200,Commercial Cooking,,A,R,129000,Pyrene,HAP,.5174891,LB,2017NEI_Apr2020 +08,CO,08,,08087,Morgan,NP,,2302002200,Commercial Cooking,,A,R,86737,Fluorene,HAP,.2848596,LB,2017NEI_Apr2020 +08,CO,08,,08087,Morgan,NP,,2302002200,Commercial Cooking,,A,R,98862,Acetophenone,HAP,.4694309,LB,2017NEI_Apr2020 +08,CO,08,,08087,Morgan,NP,,2302002200,Commercial Cooking,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.007604454,TON,2017NEI_Apr2020 +08,CO,08,,08087,Morgan,NP,,2302002200,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.647477,TON,2017NEI_Apr2020 +08,CO,08,,08087,Morgan,NP,,2302002200,Commercial Cooking,,A,R,50328,Benzo[a]Pyrene,HAP,.03125397,LB,2017NEI_Apr2020 +08,CO,08,,08087,Morgan,NP,,2302002200,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.07388363,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,123386,Propionaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,78591,Isophorone,HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,0,LB,2017NEI_Apr2020 +03,DE,10,,10001,Kent,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48389,Reeves,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM-CON,PM Condensible,CAP,.0000345912,TON,2017NEI_Apr2020 +03,VA,51,,51740,Portsmouth city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.0604117317883116756,LB,2017NEI_Apr2020 +03,VA,51,,51740,Portsmouth city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.00003313171,LB,2017NEI_Apr2020 +03,VA,51,,51740,Portsmouth city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.00004811485,LB,2017NEI_Apr2020 +03,VA,51,,51740,Portsmouth city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.00005444575,LB,2017NEI_Apr2020 +03,VA,51,,51740,Portsmouth city,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,205992,Benzo[b]Fluoranthene,HAP,.000006415313,LB,2017NEI_Apr2020 +03,VA,51,,51730,Petersburg city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51730,Petersburg city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51730,Petersburg city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,127184,Tetrachloroethylene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51730,Petersburg city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7647010,Hydrochloric Acid,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51730,Petersburg city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51730,Petersburg city,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,16065831,Chromium III,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51685,Manassas Park city,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51095,James city,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00023079825,TON,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0004340385,TON,2017NEI_Apr2020 +10,WA,53,,53059,Skamania,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.002558382,TON,2017NEI_Apr2020 +03,WV,54,,54011,Cabell,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,124.1242051192,TON,2017NEI_Apr2020 +03,VA,51,,51059,Fairfax,NP,,2325000000,Industrial Processes - Mining,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.03294222723,TON,2017NEI_Apr2020 +03,VA,51,,51059,Fairfax,NP,,2325000000,Industrial Processes - Mining,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,11.47413,TON,2017NEI_Apr2020 +03,VA,51,,51059,Fairfax,NP,,2325000000,Industrial Processes - Mining,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48379,Rains,NP,,2460900000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,2.0904,LB,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00001694385918,TON,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00011359509195,TON,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-FIL,PM10 Filterable,CAP,.0001208459,TON,2017NEI_Apr2020 +06,TX,48,,48351,Newton,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM-CON,PM Condensible,CAP,.0001971695,TON,2017NEI_Apr2020 +06,TX,48,,48361,Orange,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,63.3728,LB,2017NEI_Apr2020 +06,TX,48,,48361,Orange,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,9.68765,LB,2017NEI_Apr2020 +06,TX,48,,48355,Nueces,NP,,2805025000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,18.90728,LB,2017NEI_Apr2020 +06,TX,48,,48355,Nueces,NP,,2805025000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,7.623903,TON,2017NEI_Apr2020 +06,TX,48,,48411,San Saba,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,.08698342,LB,2017NEI_Apr2020 +06,TX,48,,48411,San Saba,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.01595554,LB,2017NEI_Apr2020 +02,PR,72,,72075,Juana Diaz,NP,,2850001000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.1276377,LB,2017NEI_Apr2020 +06,TX,48,,48359,Oldham,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.0791272,LB,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2325000000,Industrial Processes - Mining,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.19939095,TON,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2325000000,Industrial Processes - Mining,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +08,WY,56,,56011,Crook,NP,,2501060052,Gas Stations,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104008610,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,1.786086,LB,2017NEI_Apr2020 +08,SD,46,,46005,Beadle,NP,,2501080100,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.002509636,LB,2017NEI_Apr2020 +06,TX,48,,48189,Hale,NP,,2311010000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48189,Hale,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1462974,TON,2017NEI_Apr2020 +03,VA,51,,51199,York,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,17.9591,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,540885,Tert-butyl Acetate,,562.459,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,892.0986,LB,2017NEI_Apr2020 +03,VA,51,,51093,Isle of Wight,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,101.32371,LB,2017NEI_Apr2020 +03,WV,54,,54039,Kanawha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54039,Kanawha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54039,Kanawha,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48293,Limestone,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +08,WY,56,,56005,Campbell,NP,,2425000000,Solvent - Graphic Arts,,A,R,1330207,Xylenes (Mixed Isomers),HAP,86.15055,LB,2017NEI_Apr2020 +05,MI,26,,26041,Delta,NP,,2294000000,Dust - Paved Road Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,26.89586242266,TON,2017NEI_Apr2020 +06,TX,48,,48291,Liberty,NP,,2805035000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,37.69607,TON,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2805018000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,4.407535,TON,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2805018000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,124.2925,LB,2017NEI_Apr2020 +08,ND,38,,38017,Cass,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.005094718,LB,2017NEI_Apr2020 +08,ND,38,,38017,Cass,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.005094718,LB,2017NEI_Apr2020 +08,ND,38,,38017,Cass,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00002046878,LB,2017NEI_Apr2020 +08,ND,38,,38017,Cass,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,18540299,Chromium (VI),HAP,.000920046,LB,2017NEI_Apr2020 +08,ND,38,,38017,Cass,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.00000305683,LB,2017NEI_Apr2020 +06,TX,48,,48345,Motley,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,29.60308,LB,2017NEI_Apr2020 +06,TX,48,,48345,Motley,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,407.0423,LB,2017NEI_Apr2020 +08,MT,30,,30003,Big Horn,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.76347,LB,2017NEI_Apr2020 +04,MS,28,,28157,Wilkinson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28157,Wilkinson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28157,Wilkinson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28157,Wilkinson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28157,Wilkinson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28157,Wilkinson,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19167,Sioux,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,504.499,LB,2017NEI_Apr2020 +07,IA,19,,19167,Sioux,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,175.6216,LB,2017NEI_Apr2020 +08,SD,46,,46011,Brookings,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,710.4197,LB,2017NEI_Apr2020 +06,TX,48,,48309,McLennan,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,2.517063739217649444,LB,2017NEI_Apr2020 +06,TX,48,,48309,McLennan,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,33.44399452940966131,LB,2017NEI_Apr2020 +06,TX,48,,48309,McLennan,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.575773,TON,2017NEI_Apr2020 +06,TX,48,,48309,McLennan,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,1.79840347940966131,LB,2017NEI_Apr2020 +04,TN,47,,47027,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47027,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,TN,47,,47027,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47027,Clay,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,77781,Dimethyl Sulfate,HAP,0,LB,2017NEI_Apr2020 +09,AZ,04,,04017,Navajo,NP,,2415000000,Solvent - Degreasing,,A,R,98828,Cumene,HAP,1.498032,LB,2017NEI_Apr2020 +09,AZ,04,,04017,Navajo,NP,,2415000000,Solvent - Degreasing,,A,R,VOC,Volatile Organic Compounds,CAP,17.43459,TON,2017NEI_Apr2020 +09,AZ,04,,04017,Navajo,NP,,2415000000,Solvent - Degreasing,,A,R,67561,Methanol,HAP,1751.698,LB,2017NEI_Apr2020 +08,MT,30,,30089,Sanders,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,1.34679,LB,2017NEI_Apr2020 +05,MI,26,,26159,Van Buren,NP,,2805010100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,12.82463,TON,2017NEI_Apr2020 +05,MI,26,,26159,Van Buren,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,6.361016,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,453.3868716,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,8645.773058,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,127.58708638,LB,2017NEI_Apr2020 +09,CA,06,,06029,Kern,NP,,2805045000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,1022.201833567488,LB,2017NEI_Apr2020 +04,NC,37,,37137,Pamlico,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37137,Pamlico,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37137,Pamlico,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13135,Gwinnett,NP,,2805045000,Agriculture - Livestock Waste,,A,R,75070,Acetaldehyde,HAP,39.03112,LB,2017NEI_Apr2020 +04,GA,13,,13221,Oglethorpe,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,23.8304,LB,2017NEI_Apr2020 +04,GA,13,,13221,Oglethorpe,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,5.0362,LB,2017NEI_Apr2020 +04,GA,13,,13235,Pulaski,NP,,2805025000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13175,Laurens,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,24.411,TON,2017NEI_Apr2020 +10,ID,16,,16029,Caribou,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,1.12476,LB,2017NEI_Apr2020 +04,GA,13,,13233,Polk,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,86737,Fluorene,HAP,.000204246,LB,2017NEI_Apr2020 +04,GA,13,,13233,Polk,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.001478923874,TON,2017NEI_Apr2020 +04,GA,13,,13233,Polk,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,3.06369,TON,2017NEI_Apr2020 +04,GA,13,,13211,Morgan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13211,Morgan,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13237,Putnam,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000185889536,TON,2017NEI_Apr2020 +04,GA,13,,13229,Pierce,NP,,2401080000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,90.24376,LB,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2310021102,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22013,Bienville,NP,,2701220000,Biogenics - Vegetation and Soil,,A,R,NOX,Nitrogen Oxides,CAP,137.0535,TON,2017NEI_Apr2020 +05,MI,26,,26057,Gratiot,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26057,Gratiot,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,80626,Methyl Methacrylate,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26057,Gratiot,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +05,MI,26,,26057,Gratiot,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,MI,26,,26057,Gratiot,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +05,MI,26,,26057,Gratiot,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16029,Caribou,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,110543,Hexane,HAP,24.83002,LB,2017NEI_Apr2020 +10,ID,16,,16029,Caribou,NP,,2460400000,Solvent - Consumer & Commercial Solvent Use,,A,R,171,Glycol Ethers,HAP,189.2146,LB,2017NEI_Apr2020 +02,NY,36,,36103,Suffolk,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,6357.575,LB,2017NEI_Apr2020 +05,IN,18,,18059,Hancock,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,1.200244,LB,2017NEI_Apr2020 +05,IN,18,,18059,Hancock,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.01870852,LB,2017NEI_Apr2020 +05,IN,18,,18059,Hancock,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,65.27561,LB,2017NEI_Apr2020 +08,UT,49,,49025,Kane,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,50000,Formaldehyde,HAP,1086577,LB,2017NEI_Apr2020 +08,UT,49,,49029,Morgan,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,CO,Carbon Monoxide,CAP,398.891,TON,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.178440563372,TON,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.1982822,TON,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.874049,TON,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.2542883,LB,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.02519228,LB,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,108883,Toluene,HAP,229.1262,LB,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.09580164,LB,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.141337,LB,2017NEI_Apr2020 +05,IN,18,,18163,Vanderburgh,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,10.83919,LB,2017NEI_Apr2020 +07,MO,29,,29041,Chariton,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,10.12114488,TON,2017NEI_Apr2020 +06,TX,48,,48457,Tyler,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,129000,Pyrene,HAP,.0002441860488,LB,2017NEI_Apr2020 +06,TX,48,,48457,Tyler,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,206440,Fluoranthene,HAP,.00014651162928,LB,2017NEI_Apr2020 +06,TX,48,,48457,Tyler,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,50000,Formaldehyde,HAP,2.29090914130208,LB,2017NEI_Apr2020 +06,TX,48,,48457,Tyler,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000943,TON,2017NEI_Apr2020 +06,TX,48,,48457,Tyler,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.0038,TON,2017NEI_Apr2020 +06,TX,48,,48457,Tyler,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,91203,Naphthalene,HAP,.01863272744224,LB,2017NEI_Apr2020 +10,OR,41,,41005,Clackamas,NP,,2610000400,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.844752047512,TON,2017NEI_Apr2020 +10,OR,41,,41005,Clackamas,NP,,2610000400,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,4.956046,TON,2017NEI_Apr2020 +10,OR,41,,41005,Clackamas,NP,,2610000400,Waste Disposal,,A,R,100425,Styrene,HAP,26.47572,LB,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48485,Wichita,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51133,Northumberland,NP,,2610030000,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,18.23372,TON,2017NEI_Apr2020 +05,MI,26,,26079,Kalkaska,NP,,2501060053,Gas Stations,,A,R,71432,Benzene,HAP,49.73618,LB,2017NEI_Apr2020 +05,MI,26,,26079,Kalkaska,NP,,2501060053,Gas Stations,,A,R,VOC,Volatile Organic Compounds,CAP,9.210403,TON,2017NEI_Apr2020 +05,MI,26,,26079,Kalkaska,NP,,2501060053,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,138.156,LB,2017NEI_Apr2020 +02,NY,36,,36035,Fulton,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,50000,Formaldehyde,HAP,200500.4,LB,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.4624067893914,TON,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,PM-CON,PM Condensible,CAP,.03218269,TON,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,CO,Carbon Monoxide,CAP,1.13586,TON,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,NH3,Ammonia,CAP,.009465497,TON,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,108883,Toluene,HAP,.7397021,LB,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,2.198506,LB,2017NEI_Apr2020 +07,IA,19,,19083,Hardin,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,123319,Hydroquinone,HAP,.0805245,LB,2017NEI_Apr2020 +01,ME,23,,23005,Cumberland,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,106990,"1,3-Butadiene",HAP,105.3858,LB,2017NEI_Apr2020 +01,ME,23,,23005,Cumberland,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,83.70067,LB,2017NEI_Apr2020 +01,ME,23,,23005,Cumberland,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,1104.525,LB,2017NEI_Apr2020 +01,ME,23,,23005,Cumberland,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,9.059128,LB,2017NEI_Apr2020 +01,ME,23,,23013,Knox,NP,,2610000500,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,8.85732223134,TON,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,74839,Methyl Bromide,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,78591,Isophorone,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100447,Benzyl Chloride,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27039,Dodge,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,123386,Propionaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29047,Clay,NP,,2610030000,Waste Disposal,,A,R,83329,Acenaphthene,HAP,2.369902,LB,2017NEI_Apr2020 +07,MO,29,,29047,Clay,NP,,2610030000,Waste Disposal,,A,R,82688,Pentachloronitrobenzene,HAP,.03702972,LB,2017NEI_Apr2020 +07,MO,29,,29047,Clay,NP,,2610030000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,671.5341,LB,2017NEI_Apr2020 +07,MO,29,,29047,Clay,NP,,2610030000,Waste Disposal,,A,R,129000,Pyrene,HAP,11.75694,LB,2017NEI_Apr2020 +07,MO,29,,29047,Clay,NP,,2610030000,Waste Disposal,,A,R,207089,Benzo[k]Fluoranthene,HAP,2.480992,LB,2017NEI_Apr2020 +07,MO,29,,29047,Clay,NP,,2610030000,Waste Disposal,,A,R,98862,Acetophenone,HAP,17.32991,LB,2017NEI_Apr2020 +07,IA,19,,19097,Jackson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.01462979,TON,2017NEI_Apr2020 +07,IA,19,,19097,Jackson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.00315341,LB,2017NEI_Apr2020 +07,IA,19,,19097,Jackson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,2.685485,LB,2017NEI_Apr2020 +07,IA,19,,19097,Jackson,NP,,2104008210,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.16441392322,TON,2017NEI_Apr2020 +07,IA,19,,19099,Jasper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.04413862,TON,2017NEI_Apr2020 +07,IA,19,,19099,Jasper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,.007062179,TON,2017NEI_Apr2020 +07,IA,19,,19099,Jasper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.1765545,TON,2017NEI_Apr2020 +07,IA,19,,19099,Jasper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.009533942,TON,2017NEI_Apr2020 +07,IA,19,,19099,Jasper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,.05296635,LB,2017NEI_Apr2020 +07,IA,19,,19099,Jasper,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,50000,Formaldehyde,HAP,.8474615,LB,2017NEI_Apr2020 +07,MO,29,,29221,Washington,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,30.3614,TON,2017NEI_Apr2020 +07,MO,29,,29221,Washington,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,3.519686,LB,2017NEI_Apr2020 +07,MO,29,,29221,Washington,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,199.9971,LB,2017NEI_Apr2020 +07,MO,29,,29221,Washington,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,2.009839,LB,2017NEI_Apr2020 +07,MO,29,,29221,Washington,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.1572346,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,180.2168,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,69.61729,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,93.78631,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.012709754,TON,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.172976652,TON,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.002545538936,TON,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,12.43889,TON,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.2572274,TON,2017NEI_Apr2020 +01,ME,23,,23023,Sagadahoc,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,5.428682,LB,2017NEI_Apr2020 +05,MI,26,,26075,Jackson,NP,,2311010000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.039234657,TON,2017NEI_Apr2020 +05,MI,26,,26075,Jackson,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,8.49235,TON,2017NEI_Apr2020 +05,MN,27,,27051,Grant,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.738823,TON,2017NEI_Apr2020 +05,MN,27,,27051,Grant,NP,,2610000500,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.06593796,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2610000400,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.25693257684,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2610000400,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.6324906,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2610000400,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,2.529962,TON,2017NEI_Apr2020 +05,MN,27,,27059,Isanti,NP,,2610000400,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.8583801,TON,2017NEI_Apr2020 +07,KS,20,,20195,Trego,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,.204705,LB,2017NEI_Apr2020 +07,KS,20,,20195,Trego,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,.1330583,LB,2017NEI_Apr2020 +07,KS,20,,20195,Trego,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.02583188,TON,2017NEI_Apr2020 +04,KY,21,,21131,Leslie,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.01215638312,TON,2017NEI_Apr2020 +04,KY,21,,21131,Leslie,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.18837286112,TON,2017NEI_Apr2020 +04,KY,21,,21131,Leslie,NP,,2310021302,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,.5025248,LB,2017NEI_Apr2020 +06,LA,22,,22037,East Feliciana,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22037,East Feliciana,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22037,East Feliciana,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22037,East Feliciana,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22037,East Feliciana,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +06,LA,22,,22037,East Feliciana,NP,,2310023351,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19117,Lucas,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,.1075636,LB,2017NEI_Apr2020 +07,IA,19,,19117,Lucas,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.2699473051668,TON,2017NEI_Apr2020 +07,IA,19,,19117,Lucas,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.2540725,LB,2017NEI_Apr2020 +07,IA,19,,19117,Lucas,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,4.523233,LB,2017NEI_Apr2020 +07,IA,19,,19117,Lucas,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.178129,TON,2017NEI_Apr2020 +07,IA,19,,19117,Lucas,NP,,2104009000,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.6796904,TON,2017NEI_Apr2020 +04,NC,37,,37193,Wilkes,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,25.61688,TON,2017NEI_Apr2020 +04,NC,37,,37193,Wilkes,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.1026018,LB,2017NEI_Apr2020 +04,NC,37,,37193,Wilkes,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.07484306,LB,2017NEI_Apr2020 +04,NC,37,,37193,Wilkes,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.03865135,LB,2017NEI_Apr2020 +04,NC,37,,37193,Wilkes,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,85.03296,LB,2017NEI_Apr2020 +04,NC,37,,37193,Wilkes,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,26.1775,LB,2017NEI_Apr2020 +04,NC,37,,37193,Wilkes,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,120127,Anthracene,HAP,15.26728,LB,2017NEI_Apr2020 +04,GA,13,,13089,DeKalb,NP,,2610000400,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0016882305,TON,2017NEI_Apr2020 +04,GA,13,,13089,DeKalb,NP,,2610000400,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.3352367,LB,2017NEI_Apr2020 +04,GA,13,,13089,DeKalb,NP,,2610000400,Waste Disposal,,A,R,108952,Phenol,HAP,.8031712,LB,2017NEI_Apr2020 +04,GA,13,,13089,DeKalb,NP,,2610000400,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1326978,TON,2017NEI_Apr2020 +08,MT,30,,30055,McCone,NP,,2610000500,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,NE,31,,31095,Jefferson,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,2.827861,TON,2017NEI_Apr2020 +07,NE,31,,31095,Jefferson,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.4293053,TON,2017NEI_Apr2020 +07,NE,31,,31095,Jefferson,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0006203461585,TON,2017NEI_Apr2020 +07,NE,31,,31095,Jefferson,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,42.79241,LB,2017NEI_Apr2020 +06,AR,05,,05023,Cleburne,NP,,2311030000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000105243662,TON,2017NEI_Apr2020 +08,CO,08,,08069,Larimer,NP,,2610000500,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +08,CO,08,,08073,Lincoln,NP,,2610000100,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +08,CO,08,,08073,Lincoln,NP,,2610000100,Waste Disposal,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,CO,08,,08073,Lincoln,NP,,2610000100,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.064417396,TON,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,14.97312,TON,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.7384435,TON,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.3750085,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.5980739,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,1.134724,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,2365.418,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,95476,o-Xylene,HAP,448.0317,LB,2017NEI_Apr2020 +04,FL,12,,12086,Miami-Dade,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,229.7962,LB,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,.7593053,LB,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.001810651,LB,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00052341994,TON,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.06743180788,TON,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0523455685752,TON,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.001293322,LB,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.000355455,LB,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.4038503,LB,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,.1243258,LB,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.1276634,TON,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,1.10141,LB,2017NEI_Apr2020 +07,NE,31,,31103,Keya Paha,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.00816879,LB,2017NEI_Apr2020 +04,NC,37,,37083,Halifax,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37083,Halifax,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37083,Halifax,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +08,CO,08,,08079,Mineral,NP,,2311020000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0073600044,TON,2017NEI_Apr2020 +08,CO,08,,08079,Mineral,NP,,2311020000,Dust - Construction Dust,,A,R,PM10-FIL,PM10 Filterable,CAP,7.009528,TON,2017NEI_Apr2020 +04,FL,12,,12091,Okaloosa,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,120127,Anthracene,HAP,.06182875,LB,2017NEI_Apr2020 +04,FL,12,,12091,Okaloosa,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.318836875,TON,2017NEI_Apr2020 +04,FL,12,,12091,Okaloosa,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,5.263164375,TON,2017NEI_Apr2020 +04,FL,12,,12091,Okaloosa,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,51.72903,TON,2017NEI_Apr2020 +04,FL,12,,12091,Okaloosa,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM25-FIL,PM2.5 Filterable,CAP,7.853125,TON,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,106423,p-Xylene,HAP,18.77793,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,125.1862,LB,2017NEI_Apr2020 +04,FL,12,,12095,Orange,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,3.774458,LB,2017NEI_Apr2020 +08,MT,30,,30081,Ravalli,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,NOX,Nitrogen Oxides,CAP,4.850312,TON,2017NEI_Apr2020 +08,MT,30,,30081,Ravalli,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,100414,Ethyl Benzene,HAP,1.248559,LB,2017NEI_Apr2020 +08,MT,30,,30081,Ravalli,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,1330207,Xylenes (Mixed Isomers),HAP,4.258182,LB,2017NEI_Apr2020 +08,MT,30,,30081,Ravalli,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,.004470841,LB,2017NEI_Apr2020 +08,MT,30,,30081,Ravalli,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,71432,Benzene,HAP,20.882,LB,2017NEI_Apr2020 +02,NY,36,,36065,Oneida,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.371452,LB,2017NEI_Apr2020 +02,NY,36,,36065,Oneida,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,7.348986,LB,2017NEI_Apr2020 +04,AL,01,,01107,Pickens,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.390203913,TON,2017NEI_Apr2020 +04,AL,01,,01107,Pickens,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,105.2786,LB,2017NEI_Apr2020 +04,GA,13,,13277,Tift,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0018960531696,TON,2017NEI_Apr2020 +04,GA,13,,13277,Tift,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.006426427,TON,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.00008294932,TON,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.00002679901,TON,2017NEI_Apr2020 +04,GA,13,,13301,Warren,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.0000002937172,LB,2017NEI_Apr2020 +07,NE,31,,31143,Polk,NP,,2610030000,Waste Disposal,,A,R,132649,Dibenzofuran,HAP,3.35399,LB,2017NEI_Apr2020 +07,NE,31,,31143,Polk,NP,,2610030000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,15.57538,LB,2017NEI_Apr2020 +07,NE,31,,31143,Polk,NP,,2610030000,Waste Disposal,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,63.08259,LB,2017NEI_Apr2020 +07,NE,31,,31143,Polk,NP,,2610030000,Waste Disposal,,A,R,83329,Acenaphthene,HAP,.588097,LB,2017NEI_Apr2020 +07,NE,31,,31143,Polk,NP,,2610030000,Waste Disposal,,A,R,91203,Naphthalene,HAP,10.42953,LB,2017NEI_Apr2020 +08,CO,08,,08105,Rio Grande,NP,,2311010000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,CO,08,,08105,Rio Grande,NP,,2311010000,Dust - Construction Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.3281189,TON,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,107062,Ethylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,127184,Tetrachloroethylene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13309,Wheeler,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,74839,Methyl Bromide,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31147,Richardson,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,NE,31,,31147,Richardson,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31147,Richardson,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,3.52,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,114.7993,TON,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,7439965,Manganese,HAP,.9281647,LB,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,7782492,Selenium,HAP,.05862093,LB,2017NEI_Apr2020 +02,NY,36,,36101,Steuben,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,110543,Hexane,HAP,4396.57,LB,2017NEI_Apr2020 +08,CO,08,,08117,Summit,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +08,CO,08,,08117,Summit,NP,,2610000500,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,CO,08,,08117,Summit,NP,,2610000500,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +08,CO,08,,08117,Summit,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +06,NM,35,,35028,Los Alamos,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,8.611606,TON,2017NEI_Apr2020 +06,NM,35,,35028,Los Alamos,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,7.236708,TON,2017NEI_Apr2020 +10,AK,02,,02105,Hoonah-Angoon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0300274927227,TON,2017NEI_Apr2020 +10,AK,02,,02105,Hoonah-Angoon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.08251769,LB,2017NEI_Apr2020 +10,AK,02,,02105,Hoonah-Angoon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,.3315849,LB,2017NEI_Apr2020 +10,AK,02,,02105,Hoonah-Angoon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,95476,o-Xylene,HAP,.08251769,LB,2017NEI_Apr2020 +10,AK,02,,02105,Hoonah-Angoon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.6903843,TON,2017NEI_Apr2020 +10,AK,02,,02105,Hoonah-Angoon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.1309394,TON,2017NEI_Apr2020 +10,AK,02,,02105,Hoonah-Angoon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.1309394,TON,2017NEI_Apr2020 +10,AK,02,,02105,Hoonah-Angoon,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.6253176,LB,2017NEI_Apr2020 +07,NE,31,,31005,Arthur,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,7.06537,LB,2017NEI_Apr2020 +07,NE,31,,31005,Arthur,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,.4178002,LB,2017NEI_Apr2020 +07,NE,31,,31005,Arthur,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.01303617,LB,2017NEI_Apr2020 +07,NE,31,,31005,Arthur,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,.007678838,LB,2017NEI_Apr2020 +07,NE,31,,31005,Arthur,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,1.269366,LB,2017NEI_Apr2020 +08,ND,38,,38045,LaMoure,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0014141715,TON,2017NEI_Apr2020 +08,ND,38,,38045,LaMoure,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,7440382,Arsenic,HAP,.007011104,LB,2017NEI_Apr2020 +08,ND,38,,38045,LaMoure,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.006320617,TON,2017NEI_Apr2020 +08,ND,38,,38045,LaMoure,NP,,2103004001,Fuel Comb - Comm/Institutional - Oil,,A,R,PM-CON,PM Condensible,CAP,.003452438,TON,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.031885413,TON,2017NEI_Apr2020 +06,NM,35,,35041,Roosevelt,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,2.484629,LB,2017NEI_Apr2020 +04,GA,13,,13191,McIntosh,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,832699,1-Methylphenanthrene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13191,McIntosh,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13191,McIntosh,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,AR,05,,05107,Phillips,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.4085336,TON,2017NEI_Apr2020 +06,AR,05,,05107,Phillips,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.5901041,TON,2017NEI_Apr2020 +08,CO,08,,08009,Baca,NP,,2610000500,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13045,Carroll,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,.0003141836,LB,2017NEI_Apr2020 +04,GA,13,,13045,Carroll,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,91203,Naphthalene,HAP,.0009124237,LB,2017NEI_Apr2020 +04,GA,13,,13045,Carroll,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,CO,Carbon Monoxide,CAP,.005104974,TON,2017NEI_Apr2020 +04,GA,13,,13045,Carroll,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0000052615,LB,2017NEI_Apr2020 +08,MT,30,,30011,Carter,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.002575732425,TON,2017NEI_Apr2020 +08,MT,30,,30011,Carter,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,85018,Phenanthrene,HAP,.006030373,LB,2017NEI_Apr2020 +08,MT,30,,30011,Carter,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,98862,Acetophenone,HAP,.001497993,LB,2017NEI_Apr2020 +08,MT,30,,30011,Carter,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,SO2,Sulfur Dioxide,CAP,.003882928,TON,2017NEI_Apr2020 +08,MT,30,,30011,Carter,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,107028,Acrolein,HAP,.02419837,LB,2017NEI_Apr2020 +08,MT,30,,30011,Carter,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,203123,"Benzo(g,h,i)Fluoranthene",HAP,.00003149644,LB,2017NEI_Apr2020 +07,NE,31,,31039,Cuming,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,3.983142,LB,2017NEI_Apr2020 +07,NE,31,,31039,Cuming,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,208968,Acenaphthylene,HAP,5.651024,LB,2017NEI_Apr2020 +07,NE,31,,31039,Cuming,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.009453143,LB,2017NEI_Apr2020 +04,NC,37,,37011,Avery,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,16.12656,TON,2017NEI_Apr2020 +04,NC,37,,37011,Avery,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.1200509,TON,2017NEI_Apr2020 +08,ND,38,,38059,Morton,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,108.6659,LB,2017NEI_Apr2020 +08,ND,38,,38059,Morton,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.1196322,LB,2017NEI_Apr2020 +08,ND,38,,38059,Morton,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,9.091531,TON,2017NEI_Apr2020 +08,MT,30,,30011,Carter,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30011,Carter,NP,,2610000100,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +08,MT,30,,30011,Carter,NP,,2610000100,Waste Disposal,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +08,MT,30,,30013,Cascade,NP,,2311010000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.02263149,TON,2017NEI_Apr2020 +07,NE,31,,31043,Dakota,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31043,Dakota,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31043,Dakota,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31043,Dakota,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31043,Dakota,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31043,Dakota,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +07,NE,31,,31043,Dakota,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +07,NE,31,,31043,Dakota,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51063,Floyd,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,20.8708,LB,2017NEI_Apr2020 +02,PR,72,,72083,Las Marias,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72083,Las Marias,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,60344,Methylhydrazine,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72083,Las Marias,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,56832736,Benzofluoranthenes,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72083,Las Marias,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,57125,Cyanide,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72083,Las Marias,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,67663,Chloroform,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72083,Las Marias,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72083,Las Marias,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72083,Las Marias,NP,,2103002000,Fuel Comb - Comm/Institutional - Coal,,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54035,Jackson,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.18984,LB,2017NEI_Apr2020 +03,WV,54,,54035,Jackson,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0238648,LB,2017NEI_Apr2020 +03,VA,51,,51177,Spotsylvania,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,8.00492,LB,2017NEI_Apr2020 +03,VA,51,,51027,Buchanan,NP,,2325000000,Industrial Processes - Mining,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51027,Buchanan,NP,,2325000000,Industrial Processes - Mining,,A,R,PM10-FIL,PM10 Filterable,CAP,292.4475,TON,2017NEI_Apr2020 +05,WI,55,,55111,Sauk,NP,,2285002007,Mobile - Locomotives,,A,R,206440,Fluoranthene,HAP,.1427813,LB,2017NEI_Apr2020 +05,WI,55,,55111,Sauk,NP,,2285002007,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,.8572718,LB,2017NEI_Apr2020 +05,WI,55,,55111,Sauk,NP,,2285002007,Mobile - Locomotives,,A,R,85018,Phenanthrene,HAP,2.611578,LB,2017NEI_Apr2020 +05,WI,55,,55111,Sauk,NP,,2285002007,Mobile - Locomotives,,A,R,75070,Acetaldehyde,HAP,177.1092,LB,2017NEI_Apr2020 +03,PA,42,,42011,Berks,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00008636527,LB,2017NEI_Apr2020 +03,PA,42,,42011,Berks,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,208968,Acenaphthylene,HAP,.00001036383,LB,2017NEI_Apr2020 +03,PA,42,,42011,Berks,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01769955,TON,2017NEI_Apr2020 +03,PA,42,,42011,Berks,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,.0001842459,LB,2017NEI_Apr2020 +03,PA,42,,42011,Berks,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,7782492,Selenium,HAP,.08636527,LB,2017NEI_Apr2020 +03,PA,42,,42011,Berks,NP,,2103011000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,.008636527,LB,2017NEI_Apr2020 +04,MS,28,,28133,Sunflower,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,50328,Benzo[a]Pyrene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28133,Sunflower,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28133,Sunflower,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28133,Sunflower,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28133,Sunflower,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2302002200,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,1.473786,LB,2017NEI_Apr2020 +05,OH,39,,39017,Butler,NP,,2302002200,Commercial Cooking,,A,R,100027,4-Nitrophenol,HAP,37.79276,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.0002980384,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.0118657,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.023226955328,TON,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.005288710264,TON,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.0117261,TON,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,18540299,Chromium (VI),HAP,.002142806,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.00000711942,LB,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,2.9520532826,TON,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.4247916,TON,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.4810531,LB,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.1467403,LB,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,192972,Benzo[e]Pyrene,HAP,.5563372,LB,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.2626779,TON,2017NEI_Apr2020 +05,IN,18,,18179,Wells,NP,,2310023300,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13273,Terrell,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,1.39218,LB,2017NEI_Apr2020 +04,GA,13,,13273,Terrell,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.000057718,LB,2017NEI_Apr2020 +04,FL,12,,12015,Charlotte,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +04,FL,12,,12015,Charlotte,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12015,Charlotte,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12015,Charlotte,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12015,Charlotte,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440382,Arsenic,HAP,0,LB,2017NEI_Apr2020 +04,FL,12,,12015,Charlotte,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21125,Laurel,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,192972,Benzo[e]Pyrene,HAP,.000000002841863,LB,2017NEI_Apr2020 +04,KY,21,,21125,Laurel,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,56553,Benz[a]Anthracene,HAP,.0000000007018644,LB,2017NEI_Apr2020 +04,KY,21,,21125,Laurel,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.00005653622,LB,2017NEI_Apr2020 +04,KY,21,,21125,Laurel,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,.02164655,LB,2017NEI_Apr2020 +01,NH,33,,33005,Cheshire,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.123653169025,LB,2017NEI_Apr2020 +01,NH,33,,33005,Cheshire,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,2.375,TON,2017NEI_Apr2020 +01,NH,33,,33005,Cheshire,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439921,Lead,CAP/HAP,14.8383802817,LB,2017NEI_Apr2020 +01,NH,33,,33005,Cheshire,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7439976,Mercury,HAP,4.946126760575,LB,2017NEI_Apr2020 +01,NH,33,,33005,Cheshire,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,6.59483568075,LB,2017NEI_Apr2020 +01,NH,33,,33005,Cheshire,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,83329,Acenaphthene,HAP,.247306338025,LB,2017NEI_Apr2020 +04,KY,21,,21137,Lincoln,NP,,2415000000,Solvent - Degreasing,,A,R,112345,Diethylene Glycol Monobutyl Ether,HAP,469.7471,LB,2017NEI_Apr2020 +04,KY,21,,21137,Lincoln,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,1102.876,LB,2017NEI_Apr2020 +04,KY,21,,21137,Lincoln,NP,,2415000000,Solvent - Degreasing,,A,R,67561,Methanol,HAP,708.4579,LB,2017NEI_Apr2020 +08,SD,46,,46073,Jerauld,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,131113,Dimethyl Phthalate,HAP,.04787132,LB,2017NEI_Apr2020 +04,KY,21,,21037,Campbell,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,107211,Ethylene Glycol,HAP,11022.96,LB,2017NEI_Apr2020 +04,KY,21,,21037,Campbell,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,121448,Triethylamine,HAP,13.09918,LB,2017NEI_Apr2020 +04,KY,21,,21037,Campbell,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,123911,p-Dioxane,HAP,4.366393,LB,2017NEI_Apr2020 +04,KY,21,,21037,Campbell,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,131113,Dimethyl Phthalate,HAP,2.183196,LB,2017NEI_Apr2020 +04,KY,21,,21037,Campbell,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,50000,Formaldehyde,HAP,4.366393,LB,2017NEI_Apr2020 +04,KY,21,,21037,Campbell,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,84742,Dibutyl Phthalate,HAP,4.366393,LB,2017NEI_Apr2020 +04,KY,21,,21037,Campbell,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,80626,Methyl Methacrylate,HAP,26.19836,LB,2017NEI_Apr2020 +04,KY,21,,21037,Campbell,NP,,2401001000,Solvent - Non-Industrial Surface Coating,,A,R,101688,"4,4-Methylenediphenyl Diisocyanate",HAP,30.56475,LB,2017NEI_Apr2020 +05,IL,17,,17041,Douglas,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000004000717966,TON,2017NEI_Apr2020 +05,IL,17,,17041,Douglas,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00000103436617,TON,2017NEI_Apr2020 +05,IL,17,,17041,Douglas,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000172100999058,TON,2017NEI_Apr2020 +05,IL,17,,17041,Douglas,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,.002137728,LB,2017NEI_Apr2020 +05,IL,17,,17041,Douglas,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440020,Nickel,HAP,.0001832338,LB,2017NEI_Apr2020 +03,VA,51,,51043,Clarke,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,4.168105,LB,2017NEI_Apr2020 +06,AR,05,,05053,Grant,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.002169232,LB,2017NEI_Apr2020 +03,VA,51,,51660,Harrisonburg city,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,71432,Benzene,HAP,.4919196,LB,2017NEI_Apr2020 +03,VA,51,,51660,Harrisonburg city,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.023440084312,TON,2017NEI_Apr2020 +03,VA,51,,51660,Harrisonburg city,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,86737,Fluorene,HAP,.0006232466,LB,2017NEI_Apr2020 +03,VA,51,,51660,Harrisonburg city,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.04785644,TON,2017NEI_Apr2020 +04,NC,37,,37177,Tyrrell,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,86737,Fluorene,HAP,.000005867,LB,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00093080148333,TON,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,71432,Benzene,HAP,.03379286,LB,2017NEI_Apr2020 +04,FL,12,,12007,Bradford,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.004587267,TON,2017NEI_Apr2020 +05,MI,26,,26147,St. Clair,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.07040762,TON,2017NEI_Apr2020 +05,MI,26,,26147,St. Clair,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.05086,TON,2017NEI_Apr2020 +05,MI,26,,26147,St. Clair,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,1.466316,TON,2017NEI_Apr2020 +05,MI,26,,26147,St. Clair,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.06696178,LB,2017NEI_Apr2020 +07,IA,19,,19101,Jefferson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000168337216452,TON,2017NEI_Apr2020 +07,IA,19,,19101,Jefferson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00000101174498,TON,2017NEI_Apr2020 +07,IA,19,,19101,Jefferson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.0001736679,TON,2017NEI_Apr2020 +04,GA,13,,13119,Franklin,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.004348146,TON,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0169645896,TON,2017NEI_Apr2020 +05,IN,18,,18113,Noble,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.1001969,TON,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0058568044335,TON,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0002358836,LB,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,3.774692,LB,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,.02358836,LB,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.001180801,LB,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.2799909,TON,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.0002516462,LB,2017NEI_Apr2020 +05,OH,39,,39159,Union,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.000002686766,LB,2017NEI_Apr2020 +05,OH,39,,39159,Union,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,.3595524,LB,2017NEI_Apr2020 +05,OH,39,,39159,Union,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440020,Nickel,HAP,.004477942,LB,2017NEI_Apr2020 +08,SD,46,,46017,Buffalo,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0004958965072,TON,2017NEI_Apr2020 +08,SD,46,,46017,Buffalo,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.00002794562,LB,2017NEI_Apr2020 +08,SD,46,,46017,Buffalo,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.001724513,TON,2017NEI_Apr2020 +08,SD,46,,46017,Buffalo,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000005582578,LB,2017NEI_Apr2020 +06,TX,48,,48371,Pecos,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,32.97999,LB,2017NEI_Apr2020 +08,SD,46,,46121,Todd,NP,,2501060052,Gas Stations,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +09,NV,32,,32033,White Pine,NP,,2501050120,Bulk Gasoline Terminals,,A,R,110543,Hexane,HAP,944.7556,LB,2017NEI_Apr2020 +08,UT,49,,49015,Emery,NP,,2310023310,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +09,CA,06,,06115,Yuba,NP,,2285002008,Mobile - Locomotives,,A,R,86737,Fluorene,HAP,.063656,LB,2017NEI_Apr2020 +09,CA,06,,06115,Yuba,NP,,2285002008,Mobile - Locomotives,,A,R,107028,Acrolein,HAP,2.336,LB,2017NEI_Apr2020 +09,CA,06,,06115,Yuba,NP,,2285002008,Mobile - Locomotives,,A,R,123386,Propionaldehyde,HAP,5.6356,LB,2017NEI_Apr2020 +09,CA,06,,06115,Yuba,NP,,2285002008,Mobile - Locomotives,,A,R,71432,Benzene,HAP,3.285,LB,2017NEI_Apr2020 +03,VA,51,,51175,Southampton,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.1653756876,TON,2017NEI_Apr2020 +04,TN,47,,47187,Williamson,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,70.66424,LB,2017NEI_Apr2020 +04,TN,47,,47187,Williamson,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,93.5262,LB,2017NEI_Apr2020 +09,AZ,04,,04013,Maricopa,NP,,2425000000,Solvent - Graphic Arts,,A,R,VOC,Volatile Organic Compounds,CAP,162.4298,TON,2017NEI_Apr2020 +06,NM,35,,35055,Taos,NP,,2501060201,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,105.9901,LB,2017NEI_Apr2020 +06,TX,48,,48247,Jim Hogg,NP,,2460900000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,.9648,LB,2017NEI_Apr2020 +02,PR,72,,72057,Guayama,NP,,2610000100,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.7623871,LB,2017NEI_Apr2020 +02,PR,72,,72057,Guayama,NP,,2610000100,Waste Disposal,,A,R,108952,Phenol,HAP,1.826552,LB,2017NEI_Apr2020 +02,PR,72,,72054,Florida,NP,,2302003200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +02,PR,72,,72054,Florida,NP,,2302003200,Commercial Cooking,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72054,Florida,NP,,2302003200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55131,Washington,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.165991467,TON,2017NEI_Apr2020 +05,WI,55,,55131,Washington,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.218409825,TON,2017NEI_Apr2020 +05,WI,55,,55131,Washington,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.401874078,TON,2017NEI_Apr2020 +05,WI,55,,55131,Washington,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0017554818,LB,2017NEI_Apr2020 +05,MI,26,,26121,Muskegon,NP,,2501060051,Gas Stations,,A,R,71432,Benzene,HAP,772.4266,LB,2017NEI_Apr2020 +05,MI,26,,26121,Muskegon,NP,,2501060051,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,2145.629,LB,2017NEI_Apr2020 +06,NM,35,,35007,Colfax,NP,,2285002006,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.033980356,TON,2017NEI_Apr2020 +06,NM,35,,35007,Colfax,NP,,2285002006,Mobile - Locomotives,,A,R,75070,Acetaldehyde,HAP,49.21704,LB,2017NEI_Apr2020 +06,NM,35,,35007,Colfax,NP,,2285002006,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,.238228,LB,2017NEI_Apr2020 +06,NM,35,,35007,Colfax,NP,,2285002006,Mobile - Locomotives,,A,R,NOX,Nitrogen Oxides,CAP,6.816237,TON,2017NEI_Apr2020 +06,NM,35,,35007,Colfax,NP,,2285002006,Mobile - Locomotives,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.199498,TON,2017NEI_Apr2020 +06,NM,35,,35007,Colfax,NP,,2285002006,Mobile - Locomotives,,A,R,107028,Acrolein,HAP,10.05712,LB,2017NEI_Apr2020 +03,VA,51,,51520,Bristol city,NP,,2805007100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51520,Bristol city,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51520,Bristol city,NP,,2805007100,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42047,Elk,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00584929576,TON,2017NEI_Apr2020 +03,PA,42,,42047,Elk,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,129000,Pyrene,HAP,.003989154,LB,2017NEI_Apr2020 +03,PA,42,,42047,Elk,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.2393492,TON,2017NEI_Apr2020 +03,PA,42,,42047,Elk,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.1276529,TON,2017NEI_Apr2020 +04,KY,21,,21127,Lawrence,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21127,Lawrence,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21127,Lawrence,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21127,Lawrence,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,0,LB,2017NEI_Apr2020 +04,KY,21,,21127,Lawrence,NP,,2310023202,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +08,ND,38,,38105,Williams,NP,,2285002006,Mobile - Locomotives,,A,R,83329,Acenaphthene,HAP,30.31854,LB,2017NEI_Apr2020 +08,ND,38,,38105,Williams,NP,,2285002006,Mobile - Locomotives,,A,R,86737,Fluorene,HAP,42.83022,LB,2017NEI_Apr2020 +08,ND,38,,38105,Williams,NP,,2285002006,Mobile - Locomotives,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.07535982,LB,2017NEI_Apr2020 +08,ND,38,,38105,Williams,NP,,2285002006,Mobile - Locomotives,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0999872,LB,2017NEI_Apr2020 +08,ND,38,,38105,Williams,NP,,2285002006,Mobile - Locomotives,,A,R,50000,Formaldehyde,HAP,17839.14,LB,2017NEI_Apr2020 +08,ND,38,,38105,Williams,NP,,2285002006,Mobile - Locomotives,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,18.992643168,TON,2017NEI_Apr2020 +08,ND,38,,38105,Williams,NP,,2285002006,Mobile - Locomotives,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.02809985199,TON,2017NEI_Apr2020 +05,IN,18,,18135,Randolph,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18135,Randolph,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18135,Randolph,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,121142,"2,4-Dinitrotoluene",HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18135,Randolph,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18135,Randolph,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IN,18,,18135,Randolph,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,532274,2-Chloroacetophenone,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18135,Randolph,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18135,Randolph,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,74839,Methyl Bromide,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40153,Woodward,NP,,2501055120,Bulk Gasoline Terminals,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37051,Cumberland,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,782.9206,LB,2017NEI_Apr2020 +04,NC,37,,37051,Cumberland,NP,,2505040120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,1957.301,LB,2017NEI_Apr2020 +07,NE,31,,31039,Cuming,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,540841,"2,2,4-Trimethylpentane",HAP,3.152214,LB,2017NEI_Apr2020 +08,SD,46,,46111,Sanborn,NP,,2501055120,Bulk Gasoline Terminals,,A,R,110543,Hexane,HAP,.1775716,LB,2017NEI_Apr2020 +09,CA,06,,06049,Modoc,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.019501087,TON,2017NEI_Apr2020 +09,CA,06,,06049,Modoc,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,106.9863381356001788,LB,2017NEI_Apr2020 +06,LA,22,,22029,Concordia,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22029,Concordia,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,LA,22,,22029,Concordia,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22029,Concordia,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,91576,2-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,90120,1-Methylnaphthalene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17071,Henderson,NP,,2103008000,Fuel Comb - Comm/Institutional - Biomass,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47067,Hancock,NP,,2102006000,"Fuel Comb - Industrial Boilers, ICEs - Natural Gas",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0014519996935,TON,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.05374925,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.2463607,TON,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,1.296635,TON,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,8.730748,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,99.84099,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,192972,Benzo[e]Pyrene,HAP,.1273624,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,207.2454,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7439965,Manganese,HAP,.03038001,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7440020,Nickel,HAP,.00432331,LB,2017NEI_Apr2020 +05,MI,26,,26067,Ionia,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,17.90668,TON,2017NEI_Apr2020 +07,MO,29,,29221,Washington,NP,,2801000003,Agriculture - Crops & Livestock Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.058585175,TON,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,2.2095,LB,2017NEI_Apr2020 +07,IA,19,,19087,Henry,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.016957114,LB,2017NEI_Apr2020 +03,WV,54,,54029,Hancock,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54029,Hancock,NP,,2310023400,Industrial Processes - Oil & Gas Production,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,AL,01,,01033,Colbert,NP,,2801500160,Fires - Agricultural Field Burning,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.2721282,TON,2017NEI_Apr2020 +04,AL,01,,01033,Colbert,NP,,2801500160,Fires - Agricultural Field Burning,,A,R,CO,Carbon Monoxide,CAP,8.28,TON,2017NEI_Apr2020 +04,AL,01,,01033,Colbert,NP,,2801500160,Fires - Agricultural Field Burning,,A,R,NH3,Ammonia,CAP,2.77,TON,2017NEI_Apr2020 +04,AL,01,,01033,Colbert,NP,,2801500160,Fires - Agricultural Field Burning,,A,R,123386,Propionaldehyde,HAP,24.8,LB,2017NEI_Apr2020 +04,AL,01,,01033,Colbert,NP,,2801500160,Fires - Agricultural Field Burning,,A,R,108883,Toluene,HAP,19.28,LB,2017NEI_Apr2020 +04,AL,01,,01033,Colbert,NP,,2801500160,Fires - Agricultural Field Burning,,A,R,100425,Styrene,HAP,2.84,LB,2017NEI_Apr2020 +06,LA,22,,22109,Terrebonne,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,6.257211,LB,2017NEI_Apr2020 +02,NY,36,,36011,Cayuga,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,.003060309922489092,LB,2017NEI_Apr2020 +04,NC,37,,37047,Columbus,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.00009029086,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000001926647,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,.0000004494756,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,.0000002184136,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.00003839742,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.0000009644528,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.0001038989,LB,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.000059516,TON,2017NEI_Apr2020 +05,IN,18,,18111,Newton,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.0000316214,LB,2017NEI_Apr2020 +07,IA,19,,19177,Van Buren,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.0004514572,TON,2017NEI_Apr2020 +07,IA,19,,19177,Van Buren,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,18540299,Chromium (VI),HAP,.00009760376,LB,2017NEI_Apr2020 +07,IA,19,,19177,Van Buren,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.0014624668,LB,2017NEI_Apr2020 +07,IA,19,,19177,Van Buren,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.0000003242862,LB,2017NEI_Apr2020 +07,IA,19,,19177,Van Buren,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.0005404768,LB,2017NEI_Apr2020 +07,IA,19,,19177,Van Buren,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,86737,Fluorene,HAP,.000005786282,LB,2017NEI_Apr2020 +07,IA,19,,19177,Van Buren,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM-CON,PM Condensible,CAP,.0008377392,TON,2017NEI_Apr2020 +07,IA,19,,19177,Van Buren,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.003219017,TON,2017NEI_Apr2020 +04,FL,12,,12085,Martin,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0029157973172,TON,2017NEI_Apr2020 +04,FL,12,,12085,Martin,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,.9579941,TON,2017NEI_Apr2020 +04,FL,12,,12085,Martin,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.01436991,TON,2017NEI_Apr2020 +04,FL,12,,12085,Martin,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.00014369912,LB,2017NEI_Apr2020 +04,FL,12,,12085,Martin,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,86737,Fluorene,HAP,.00013411918,LB,2017NEI_Apr2020 +10,OR,41,,41001,Baker,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.02396116294,TON,2017NEI_Apr2020 +10,OR,41,,41001,Baker,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,CO,Carbon Monoxide,CAP,4.550725,TON,2017NEI_Apr2020 +10,OR,41,,41001,Baker,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.06826088,TON,2017NEI_Apr2020 +10,OR,41,,41001,Baker,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,50000,Formaldehyde,HAP,17.06522,LB,2017NEI_Apr2020 +07,MO,29,,29171,Putnam,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00126949284,TON,2017NEI_Apr2020 +07,MO,29,,29171,Putnam,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,129000,Pyrene,HAP,.0002343104,LB,2017NEI_Apr2020 +07,MO,29,,29171,Putnam,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,91203,Naphthalene,HAP,.02858586,LB,2017NEI_Apr2020 +07,MO,29,,29171,Putnam,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,2.202517,TON,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.008752534978,TON,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.0011386684,LB,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,.01329832,TON,2017NEI_Apr2020 +04,SC,45,,45069,Marlboro,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM10-FIL,PM10 Filterable,CAP,.008311448,TON,2017NEI_Apr2020 +04,NC,37,,37063,Durham,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,120127,Anthracene,HAP,.00007343192,LB,2017NEI_Apr2020 +04,NC,37,,37063,Durham,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,129000,Pyrene,HAP,.000253674,LB,2017NEI_Apr2020 +04,NC,37,,37063,Durham,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00013499606,LB,2017NEI_Apr2020 +04,NC,37,,37063,Durham,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,.00014345186,LB,2017NEI_Apr2020 +04,NC,37,,37063,Durham,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.02521904,LB,2017NEI_Apr2020 +04,NC,37,,37063,Durham,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.06401187,TON,2017NEI_Apr2020 +04,NC,37,,37063,Durham,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.07150341,TON,2017NEI_Apr2020 +05,OH,39,,39137,Putnam,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00054735496446,TON,2017NEI_Apr2020 +05,OH,39,,39137,Putnam,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439921,Lead,CAP/HAP,.013180358,LB,2017NEI_Apr2020 +05,OH,39,,39137,Putnam,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,83329,Acenaphthene,HAP,.000220448,LB,2017NEI_Apr2020 +05,OH,39,,39137,Putnam,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.0001103532,LB,2017NEI_Apr2020 +05,OH,39,,39137,Putnam,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,206440,Fluoranthene,HAP,.00005142924,LB,2017NEI_Apr2020 +05,OH,39,,39137,Putnam,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.01245673,TON,2017NEI_Apr2020 +05,OH,39,,39137,Putnam,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,56553,Benz[a]Anthracene,HAP,.00004264234,LB,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.76538293494,TON,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.417760946,TON,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM-CON,PM Condensible,CAP,4.640177,TON,2017NEI_Apr2020 +09,NV,32,,32003,Clark,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,86737,Fluorene,HAP,.0812031,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0236865888,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NOX,Nitrogen Oxides,CAP,41.09522,TON,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,85018,Phenanthrene,HAP,.0156074416952948928,LB,2017NEI_Apr2020 +02,NJ,34,,34037,Sussex,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.0027542545374392064,LB,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00084905013,TON,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,.1620887,TON,2017NEI_Apr2020 +04,AL,01,,01027,Clay,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.000176824,LB,2017NEI_Apr2020 +05,OH,39,,39117,Morrow,NP,,2501080100,Gas Stations,,A,R,108883,Toluene,HAP,.2490698,LB,2017NEI_Apr2020 +05,OH,39,,39117,Morrow,NP,,2501080100,Gas Stations,,A,R,7439921,Lead,CAP/HAP,.0019692054,LB,2017NEI_Apr2020 +04,GA,13,,13001,Appling,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,2777.152,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,5.45318,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,1.16392,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,56553,Benz[a]Anthracene,HAP,6.466221,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,75092,Methylene Chloride,HAP,73.0683,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,781.7661,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,106990,"1,3-Butadiene",HAP,607.6092,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,88062,"2,4,6-Trichlorophenol",HAP,.8190547,LB,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,7.659297,TON,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,37.50408,TON,2017NEI_Apr2020 +03,WV,54,,54055,Mercer,NP,,2610030000,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.13126428,TON,2017NEI_Apr2020 +10,ID,16,,16071,Oneida,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0007173508,LB,2017NEI_Apr2020 +10,ID,16,,16071,Oneida,NP,,2425000000,Solvent - Graphic Arts,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16071,Oneida,NP,,2425000000,Solvent - Graphic Arts,,A,R,127184,Tetrachloroethylene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16071,Oneida,NP,,2425000000,Solvent - Graphic Arts,,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16071,Oneida,NP,,2425000000,Solvent - Graphic Arts,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439965,Manganese,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,7440417,Beryllium,HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16047,Gooding,NP,,2103005000,Fuel Comb - Comm/Institutional - Oil,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +10,ID,16,,16057,Latah,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +10,ID,16,,16067,Minidoka,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,83.95684,LB,2017NEI_Apr2020 +05,OH,39,,39029,Columbiana,NP,,2501011015,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.106612,TON,2017NEI_Apr2020 +07,NE,31,,31105,Kimball,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,.349258,LB,2017NEI_Apr2020 +07,NE,31,,31105,Kimball,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.306168,LB,2017NEI_Apr2020 +07,NE,31,,31105,Kimball,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.170094,LB,2017NEI_Apr2020 +08,SD,46,,46055,Haakon,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,91203,Naphthalene,HAP,.0003302732,LB,2017NEI_Apr2020 +06,NM,35,,35045,San Juan,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,17.2089,LB,2017NEI_Apr2020 +06,LA,22,,22073,Ouachita,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22073,Ouachita,NP,,2401030000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42127,Wayne,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,1173.871,LB,2017NEI_Apr2020 +04,TN,47,,47019,Carter,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000640444705,TON,2017NEI_Apr2020 +04,TN,47,,47019,Carter,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0004291686,LB,2017NEI_Apr2020 +04,TN,47,,47019,Carter,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.1099335,TON,2017NEI_Apr2020 +07,NE,31,,31183,Wheeler,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0000447966,LB,2017NEI_Apr2020 +07,NE,31,,31183,Wheeler,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,1.11992,LB,2017NEI_Apr2020 +04,KY,21,,21109,Jackson,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,5.14432,LB,2017NEI_Apr2020 +08,ND,38,,38005,Benson,NP,,2501060051,Gas Stations,,A,R,110543,Hexane,HAP,483.9048,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2302002100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,.163384,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2302002100,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.04186299,LB,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2302002100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,.5860569,TON,2017NEI_Apr2020 +04,AL,01,,01035,Conecuh,NP,,2302002100,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.000916755928,TON,2017NEI_Apr2020 +02,NY,36,,36017,Chenango,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,66.059,LB,2017NEI_Apr2020 +02,NY,36,,36017,Chenango,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.6339628,TON,2017NEI_Apr2020 +06,TX,48,,48405,San Augustine,NP,,2302002200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.68,TON,2017NEI_Apr2020 +06,TX,48,,48405,San Augustine,NP,,2302002200,Commercial Cooking,,A,R,106990,"1,3-Butadiene",HAP,4.387750116581958,LB,2017NEI_Apr2020 +03,VA,51,,51053,Dinwiddie,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51053,Dinwiddie,NP,,2102007000,"Fuel Comb - Industrial Boilers, ICEs - Other",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.8780112,LB,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.002307419,TON,2017NEI_Apr2020 +03,VA,51,,51165,Rockingham,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,SO2,Sulfur Dioxide,CAP,.01384451,TON,2017NEI_Apr2020 +03,VA,51,,51683,Manassas city,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,.299502,LB,2017NEI_Apr2020 +08,UT,49,,49049,Utah,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,151.626,LB,2017NEI_Apr2020 +08,UT,49,,49049,Utah,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,1161.73,LB,2017NEI_Apr2020 +08,UT,49,,49049,Utah,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,7.28411,LB,2017NEI_Apr2020 +03,VA,51,,51131,Northampton,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0002103680785,TON,2017NEI_Apr2020 +03,VA,51,,51131,Northampton,NP,,2311020000,Dust - Construction Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.5763509,TON,2017NEI_Apr2020 +02,PR,72,,72119,Rio Grande,NP,,2501060052,Gas Stations,,A,R,540841,"2,2,4-Trimethylpentane",HAP,0,LB,2017NEI_Apr2020 +05,WI,55,,55081,Monroe,NP,,2610000400,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.699211237384,TON,2017NEI_Apr2020 +05,WI,55,,55081,Monroe,NP,,2610000400,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,4.745625,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50328,Benzo[a]Pyrene,HAP,.0050389,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,56553,Benz[a]Anthracene,HAP,.04502847,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,71432,Benzene,HAP,25.00688,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,86737,Fluorene,HAP,.7826377,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,CO,Carbon Monoxide,CAP,12.71659,TON,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,4.157347,TON,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,4.255167,TON,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102004002,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,120127,Anthracene,HAP,.05012097,LB,2017NEI_Apr2020 +05,MI,26,,26091,Lenawee,NP,,2310021505,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,MN,27,,27089,Marshall,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00004454574504664,TON,2017NEI_Apr2020 +05,MN,27,,27089,Marshall,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000002315616104,TON,2017NEI_Apr2020 +05,MN,27,,27089,Marshall,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,92524,Biphenyl,HAP,.0003610345,LB,2017NEI_Apr2020 +03,PA,42,,42107,Schuylkill,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000234655908234,TON,2017NEI_Apr2020 +03,PA,42,,42107,Schuylkill,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000005454890518,TON,2017NEI_Apr2020 +03,PA,42,,42107,Schuylkill,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM-CON,PM Condensible,CAP,.004010736,TON,2017NEI_Apr2020 +03,PA,42,,42107,Schuylkill,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.004780798,TON,2017NEI_Apr2020 +03,PA,42,,42107,Schuylkill,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7782492,Selenium,HAP,.01299479,LB,2017NEI_Apr2020 +03,PA,42,,42107,Schuylkill,NP,,2102011000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00001299479,LB,2017NEI_Apr2020 +04,MS,28,,28019,Choctaw,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.02461394,TON,2017NEI_Apr2020 +04,MS,28,,28019,Choctaw,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7440439,Cadmium,HAP,.001769583,LB,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2302002200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.64653491493,TON,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2302002200,Commercial Cooking,,A,R,50000,Formaldehyde,HAP,67.19099,LB,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2302002200,Commercial Cooking,,A,R,100425,Styrene,HAP,31.73483,LB,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2302002200,Commercial Cooking,,A,R,108952,Phenol,HAP,3.665578,LB,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2302002200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.330592,TON,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2302002200,Commercial Cooking,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,2.25669,TON,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2302002200,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,9.764256,LB,2017NEI_Apr2020 +08,MT,30,,30067,Park,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,8.284224,TON,2017NEI_Apr2020 +08,WY,56,,56027,Niobrara,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.000594033792,TON,2017NEI_Apr2020 +08,WY,56,,56027,Niobrara,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.000564961,LB,2017NEI_Apr2020 +08,WY,56,,56027,Niobrara,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,206440,Fluoranthene,HAP,.00012371408,LB,2017NEI_Apr2020 +08,WY,56,,56027,Niobrara,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,91203,Naphthalene,HAP,.0251552,LB,2017NEI_Apr2020 +05,IL,17,,17133,Monroe,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,74884,Methyl Iodide,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17133,Monroe,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,94757,"2,4-Dichlorophenoxy Acetic Acid",HAP,13600.4979309000372459,LB,2017NEI_Apr2020 +05,IL,17,,17133,Monroe,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,11.77117,LB,2017NEI_Apr2020 +05,IL,17,,17133,Monroe,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,9.576547,LB,2017NEI_Apr2020 +07,MO,29,,29181,Ripley,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,91203,Naphthalene,HAP,246.6216,LB,2017NEI_Apr2020 +07,MO,29,,29181,Ripley,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,4.3754065,TON,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.4334933,LB,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,.002148056,LB,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.009705074,TON,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.1229309,TON,2017NEI_Apr2020 +06,OK,40,,40077,Latimer,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,1.002858,LB,2017NEI_Apr2020 +05,IL,17,,17097,Lake,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,1.25,TON,2017NEI_Apr2020 +05,IL,17,,17097,Lake,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,41637905,Methylchrysene,HAP,.007568976,LB,2017NEI_Apr2020 +05,IL,17,,17097,Lake,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,50000,Formaldehyde,HAP,127.2729,LB,2017NEI_Apr2020 +05,IL,17,,17097,Lake,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,4.069621,LB,2017NEI_Apr2020 +05,IL,17,,17097,Lake,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.02818666,LB,2017NEI_Apr2020 +05,IN,18,,18025,Crawford,NP,,2401200000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,.8585739,LB,2017NEI_Apr2020 +06,AR,05,,05025,Cleveland,NP,,2311030000,Dust - Construction Dust,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,VA,51,,51790,Staunton city,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0481952856,TON,2017NEI_Apr2020 +03,VA,51,,51790,Staunton city,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.7665446,LB,2017NEI_Apr2020 +03,VA,51,,51790,Staunton city,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.1616984,TON,2017NEI_Apr2020 +03,VA,51,,51790,Staunton city,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,123386,Propionaldehyde,HAP,42.95737,LB,2017NEI_Apr2020 +03,VA,51,,51790,Staunton city,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,7.082392,LB,2017NEI_Apr2020 +03,VA,51,,51790,Staunton city,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.4287162,TON,2017NEI_Apr2020 +04,GA,13,,13283,Treutlen,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.0729203,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440417,Beryllium,HAP,.0002155621,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.02909144675592,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NH3,Ammonia,CAP,.002874162,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM10-FIL,PM10 Filterable,CAP,.07444546,TON,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,129000,Pyrene,HAP,.00003233432,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,16065831,Chromium III,HAP,.005302828,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.00001724497,LB,2017NEI_Apr2020 +05,IL,17,,17109,McDonough,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,.00001293373,LB,2017NEI_Apr2020 +07,KS,20,,20117,Marshall,NP,,2296000000,Dust - Unpaved Road Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,3.002742,TON,2017NEI_Apr2020 +06,TX,48,,48153,Floyd,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.51099498,TON,2017NEI_Apr2020 +06,TX,48,,48153,Floyd,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,1330207,Xylenes (Mixed Isomers),HAP,31,LB,2017NEI_Apr2020 +06,TX,48,,48153,Floyd,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,50000,Formaldehyde,HAP,1050,LB,2017NEI_Apr2020 +06,TX,48,,48153,Floyd,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,75070,Acetaldehyde,HAP,852,LB,2017NEI_Apr2020 +06,TX,48,,48153,Floyd,NP,,2801500262,Fires - Agricultural Field Burning,,A,R,NH3,Ammonia,CAP,13.1,TON,2017NEI_Apr2020 +05,MI,26,,26017,Bay,NP,,2501055120,Bulk Gasoline Terminals,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,50000,Formaldehyde,HAP,132.4,LB,2017NEI_Apr2020 +04,SC,45,,45071,Newberry,NP,,2801500000,Fires - Agricultural Field Burning,,A,R,540841,"2,2,4-Trimethylpentane",HAP,.776,LB,2017NEI_Apr2020 +03,VA,51,,51047,Culpeper,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.00247244,LB,2017NEI_Apr2020 +03,VA,51,,51047,Culpeper,NP,,2630020000,Waste Disposal,,A,R,106990,"1,3-Butadiene",HAP,.0137297,LB,2017NEI_Apr2020 +03,VA,51,,51047,Culpeper,NP,,2630020000,Waste Disposal,,A,R,121142,"2,4-Dinitrotoluene",HAP,.0263107,LB,2017NEI_Apr2020 +03,VA,51,,51047,Culpeper,NP,,2630020000,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,4.19002,LB,2017NEI_Apr2020 +03,VA,51,,51047,Culpeper,NP,,2630020000,Waste Disposal,,A,R,171,Glycol Ethers,HAP,6.2905,LB,2017NEI_Apr2020 +03,VA,51,,51047,Culpeper,NP,,2630020000,Waste Disposal,,A,R,71432,Benzene,HAP,3.68131,LB,2017NEI_Apr2020 +06,OK,40,,40005,Atoka,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,1230.874,LB,2017NEI_Apr2020 +04,GA,13,,13047,Catoosa,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13047,Catoosa,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,120127,Anthracene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13047,Catoosa,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,192972,Benzo[e]Pyrene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48123,DeWitt,NP,,2310002000,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40033,Cotton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40033,Cotton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40033,Cotton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +06,OK,40,,40033,Cotton,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,53703,"Dibenzo[a,h]Anthracene",HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,91203,Naphthalene,HAP,3.747891,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00048687462,TON,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,2.433319,TON,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.008541661,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,203338,Benzo(a)Fluoranthene,HAP,.01260159,LB,2017NEI_Apr2020 +07,KS,20,,20033,Comanche,NP,,2104008330,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.2562498,TON,2017NEI_Apr2020 +07,IA,19,,19127,Marshall,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,10.61526,LB,2017NEI_Apr2020 +07,IA,19,,19127,Marshall,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,129000,Pyrene,HAP,.01183581,LB,2017NEI_Apr2020 +07,IA,19,,19127,Marshall,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,83329,Acenaphthene,HAP,.167674,LB,2017NEI_Apr2020 +07,IA,19,,19127,Marshall,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,28.90619,LB,2017NEI_Apr2020 +04,GA,13,,13289,Twiggs,NP,,2501011014,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,5.91638,LB,2017NEI_Apr2020 +06,TX,48,,48005,Angelina,NP,,2501011012,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,159.959,LB,2017NEI_Apr2020 +04,AL,01,,01061,Geneva,NP,,2460500000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,2341.825,LB,2017NEI_Apr2020 +08,UT,49,,49017,Garfield,NP,,2805018000,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,435.1077,LB,2017NEI_Apr2020 +05,MI,26,,26121,Muskegon,NP,,2501012013,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,858.934,LB,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,WV,54,,54083,Randolph,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,IA,19,,19123,Mahaska,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,86737,Fluorene,HAP,.00002231437,LB,2017NEI_Apr2020 +07,IA,19,,19123,Mahaska,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.00218149,TON,2017NEI_Apr2020 +07,IA,19,,19123,Mahaska,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,206440,Fluoranthene,HAP,.00002390825,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.00000007573227383,TON,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.000000001112765,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.0000000001229898,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0000000001268942,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439921,Lead,CAP/HAP,.00000801996,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.000001281144,LB,2017NEI_Apr2020 +06,LA,22,,22081,Red River,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.0000007916249,LB,2017NEI_Apr2020 +04,GA,13,,13233,Polk,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.01986522,TON,2017NEI_Apr2020 +04,GA,13,,13233,Polk,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.002648034136,TON,2017NEI_Apr2020 +04,GA,13,,13233,Polk,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,75070,Acetaldehyde,HAP,.004948246,LB,2017NEI_Apr2020 +08,ND,38,,38027,Eddy,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,.482978,LB,2017NEI_Apr2020 +04,GA,13,,13097,Douglas,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,50000,Formaldehyde,HAP,143095.1,LB,2017NEI_Apr2020 +04,GA,13,,13097,Douglas,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,VOC,Volatile Organic Compounds,CAP,5158.651,TON,2017NEI_Apr2020 +06,TX,48,,48439,Tarrant,NP,,2311020000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.17785574,TON,2017NEI_Apr2020 +04,TN,47,,47095,Lake,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,71432,Benzene,HAP,1.189549,LB,2017NEI_Apr2020 +04,TN,47,,47095,Lake,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,98828,Cumene,HAP,.02024388,LB,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48225,Houston,NP,,2310021100,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.1823321358,TON,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,198550,Perylene,HAP,.07799212,LB,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.2548191,LB,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,85018,Phenanthrene,HAP,12.32343,LB,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NH3,Ammonia,CAP,.2254335,TON,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,.5009636,TON,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,97.68782,LB,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,PM25-FIL,PM2.5 Filterable,CAP,3.114024,TON,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,3.757227,TON,2017NEI_Apr2020 +04,NC,37,,37019,Brunswick,NP,,2104008230,Fuel Comb - Residential - Wood,,A,R,108952,Phenol,HAP,204.3931,LB,2017NEI_Apr2020 +01,NH,33,,33003,Carroll,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.07574791,TON,2017NEI_Apr2020 +01,NH,33,,33003,Carroll,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,1675.284,LB,2017NEI_Apr2020 +01,NH,33,,33003,Carroll,NP,,2104008700,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,1.565686,LB,2017NEI_Apr2020 +09,CA,06,,06031,Kings,NP,,2307000000,Industrial Processes - NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,2.086437,TON,2017NEI_Apr2020 +05,MI,26,,26165,Wexford,NP,,2425000000,Solvent - Graphic Arts,,A,R,67561,Methanol,HAP,657.7243,LB,2017NEI_Apr2020 +02,PR,72,,72097,Mayaguez,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,86737,Fluorene,HAP,.0005587797,LB,2017NEI_Apr2020 +03,VA,51,,51097,King and Queen,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,218019,Chrysene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51097,King and Queen,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51097,King and Queen,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,MS,28,,28123,Scott,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.0215724,LB,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.453094,TON,2017NEI_Apr2020 +06,TX,48,,48323,Maverick,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,27.1856,LB,2017NEI_Apr2020 +05,OH,39,,39121,Noble,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.02905504,LB,2017NEI_Apr2020 +05,OH,39,,39121,Noble,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.07520128,LB,2017NEI_Apr2020 +05,OH,39,,39121,Noble,NP,,2805009100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,.064092,LB,2017NEI_Apr2020 +06,TX,48,,48403,Sabine,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,.0325684091503405104,LB,2017NEI_Apr2020 +06,TX,48,,48403,Sabine,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,CO,Carbon Monoxide,CAP,.2725462,TON,2017NEI_Apr2020 +06,TX,48,,48403,Sabine,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.05245228,TON,2017NEI_Apr2020 +06,TX,48,,48475,Ward,NP,,2310012000,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48495,Winkler,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,21.7168378813561919936,LB,2017NEI_Apr2020 +06,TX,48,,48495,Winkler,NP,,2104008100,Fuel Comb - Residential - Wood,,A,R,PM10-FIL,PM10 Filterable,CAP,.22,TON,2017NEI_Apr2020 +08,CO,08,,08069,Larimer,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,.1386357,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.0023820386016,TON,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.00608443,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,85018,Phenanthrene,HAP,.00003056532,LB,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NH3,Ammonia,CAP,.001449526,TON,2017NEI_Apr2020 +07,KS,20,,20017,Chase,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000089502528,TON,2017NEI_Apr2020 +07,KS,20,,20017,Chase,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0005327675904,TON,2017NEI_Apr2020 +07,KS,20,,20017,Chase,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,218019,Chrysene,HAP,.000006799218,LB,2017NEI_Apr2020 +07,KS,20,,20017,Chase,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,50000,Formaldehyde,HAP,.09597656,LB,2017NEI_Apr2020 +07,KS,20,,20017,Chase,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.003234376,LB,2017NEI_Apr2020 +07,KS,20,,20017,Chase,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO2,Sulfur Dioxide,CAP,.0002406973,TON,2017NEI_Apr2020 +06,OK,40,,40127,Pushmataha,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,10.40816,LB,2017NEI_Apr2020 +06,TX,48,,48131,Duval,NP,,2310011502,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,2.477609012,LB,2017NEI_Apr2020 +04,GA,13,,13231,Pike,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,7439965,Manganese,HAP,.01702166,LB,2017NEI_Apr2020 +04,GA,13,,13231,Pike,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,75070,Acetaldehyde,HAP,76.52396,LB,2017NEI_Apr2020 +04,GA,13,,13231,Pike,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,21.18934,LB,2017NEI_Apr2020 +04,GA,13,,13231,Pike,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,55.94004,LB,2017NEI_Apr2020 +04,GA,13,,13231,Pike,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0617035,LB,2017NEI_Apr2020 +04,GA,13,,13231,Pike,NP,,2104008220,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.7168736,TON,2017NEI_Apr2020 +06,TX,48,,48491,Williamson,NP,,2401060000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72151,Yabucoa,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,2.067534,TON,2017NEI_Apr2020 +02,PR,72,,72151,Yabucoa,NP,,2810025000,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.1434446,LB,2017NEI_Apr2020 +04,NC,37,,37053,Currituck,NP,,2415000000,Solvent - Degreasing,,A,R,111773,Diethylene Glycol Monomethyl Ether,HAP,124.9808,LB,2017NEI_Apr2020 +04,NC,37,,37053,Currituck,NP,,2415000000,Solvent - Degreasing,,A,R,108883,Toluene,HAP,505.1964,LB,2017NEI_Apr2020 +04,NC,37,,37053,Currituck,NP,,2415000000,Solvent - Degreasing,,A,R,79016,Trichloroethylene,HAP,195.1033,LB,2017NEI_Apr2020 +10,WA,53,,53055,San Juan,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,1.24699,LB,2017NEI_Apr2020 +09,CA,06,,06063,Plumas,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.7340888,LB,2017NEI_Apr2020 +09,CA,06,,06063,Plumas,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7439965,Manganese,HAP,.12542222,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7782492,Selenium,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,92524,Biphenyl,HAP,0,LB,2017NEI_Apr2020 +07,KS,20,,20025,Clark,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48397,Rockwall,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.057881,LB,2017NEI_Apr2020 +06,TX,48,,48207,Haskell,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48207,Haskell,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48207,Haskell,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,75092,Methylene Chloride,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48207,Haskell,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48207,Haskell,NP,,2310021402,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2401075000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,5.822878,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.33041,TON,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,NOX,Nitrogen Oxides,CAP,221.96,TON,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,6.484864572,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,67561,Methanol,HAP,800.131014,LB,2017NEI_Apr2020 +06,TX,48,,48373,Polk,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,250,PAH/POM - Unspecified,HAP,36.86877792,LB,2017NEI_Apr2020 +06,TX,48,,48375,Potter,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,75070,Acetaldehyde,HAP,184.7391728,LB,2017NEI_Apr2020 +02,NY,36,,36079,Putnam,NP,,2401065000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,107211,Ethylene Glycol,HAP,4.182238,LB,2017NEI_Apr2020 +06,LA,22,,22079,Rapides,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.005684089816,TON,2017NEI_Apr2020 +06,LA,22,,22079,Rapides,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.11917104,LB,2017NEI_Apr2020 +08,ND,38,,38005,Benson,NP,,2302003100,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,.003364257,TON,2017NEI_Apr2020 +08,ND,38,,38005,Benson,NP,,2302003100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0169803404914,TON,2017NEI_Apr2020 +09,CA,06,,06105,Trinity,NP,,2311010000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0811326054,TON,2017NEI_Apr2020 +09,CA,06,,06105,Trinity,NP,,2311010000,Dust - Construction Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000640982705,TON,2017NEI_Apr2020 +09,CA,06,,06105,Trinity,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,17.57195,TON,2017NEI_Apr2020 +06,AR,05,,05137,Stone,NP,,2610000500,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,1.010785,TON,2017NEI_Apr2020 +06,AR,05,,05137,Stone,NP,,2610000500,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,8.587202,LB,2017NEI_Apr2020 +06,AR,05,,05137,Stone,NP,,2610000500,Waste Disposal,,A,R,100425,Styrene,HAP,18.247804,LB,2017NEI_Apr2020 +06,AR,05,,05137,Stone,NP,,2610000500,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.66377,TON,2017NEI_Apr2020 +05,MN,27,,27165,Watonwan,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7440417,Beryllium,HAP,.00000001908948,LB,2017NEI_Apr2020 +05,MN,27,,27165,Watonwan,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,.003899502,LB,2017NEI_Apr2020 +05,MN,27,,27165,Watonwan,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.0000005392159,LB,2017NEI_Apr2020 +05,MN,27,,27165,Watonwan,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.00000109662,TON,2017NEI_Apr2020 +05,MN,27,,27165,Watonwan,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.000000000161145,LB,2017NEI_Apr2020 +05,MN,27,,27165,Watonwan,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,129000,Pyrene,HAP,.000000001599054,LB,2017NEI_Apr2020 +05,MN,27,,27165,Watonwan,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM10-FIL,PM10 Filterable,CAP,.000001646197,TON,2017NEI_Apr2020 +05,MN,27,,27165,Watonwan,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,CO,Carbon Monoxide,CAP,.000001598021,TON,2017NEI_Apr2020 +02,NY,36,,36113,Warren,NP,,2630020000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.11186228,LB,2017NEI_Apr2020 +02,NY,36,,36113,Warren,NP,,2630020000,Waste Disposal,,A,R,121142,"2,4-Dinitrotoluene",HAP,.011139908,LB,2017NEI_Apr2020 +02,NY,36,,36113,Warren,NP,,2630020000,Waste Disposal,,A,R,123386,Propionaldehyde,HAP,.0008105962,LB,2017NEI_Apr2020 +02,NY,36,,36113,Warren,NP,,2630020000,Waste Disposal,,A,R,126998,Chloroprene,HAP,.005512054,LB,2017NEI_Apr2020 +02,NY,36,,36113,Warren,NP,,2630020000,Waste Disposal,,A,R,56235,Carbon Tetrachloride,HAP,.2593908,LB,2017NEI_Apr2020 +02,NY,36,,36113,Warren,NP,,2630020000,Waste Disposal,,A,R,80626,Methyl Methacrylate,HAP,.07202726,LB,2017NEI_Apr2020 +02,NY,36,,36113,Warren,NP,,2630020000,Waste Disposal,,A,R,106467,"1,4-Dichlorobenzene",HAP,.05002538,LB,2017NEI_Apr2020 +02,NY,36,,36113,Warren,NP,,2630020000,Waste Disposal,,A,R,106898,Epichlorohydrin,HAP,.0010468272,LB,2017NEI_Apr2020 +02,NY,36,,36113,Warren,NP,,2630020000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,.07179568,LB,2017NEI_Apr2020 +04,FL,12,,12039,Gadsden,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.02202749,TON,2017NEI_Apr2020 +04,FL,12,,12039,Gadsden,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.2822353,TON,2017NEI_Apr2020 +04,FL,12,,12039,Gadsden,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,.01030526,TON,2017NEI_Apr2020 +04,FL,12,,12039,Gadsden,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,75070,Acetaldehyde,HAP,.0014015152,LB,2017NEI_Apr2020 +08,MT,30,,30017,Custer,NP,,2805045000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.3144259,LB,2017NEI_Apr2020 +06,TX,48,,48095,Concho,NP,,2325000000,Industrial Processes - Mining,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13037,Calhoun,NP,,2311030000,Dust - Construction Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000491703135,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2610000400,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,.14,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2610000400,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.14,TON,2017NEI_Apr2020 +06,TX,48,,48063,Camp,NP,,2610000400,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,.85894736842116,LB,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.0000001565332594,TON,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0000002491464038,TON,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.000000003660809,LB,2017NEI_Apr2020 +06,TX,48,,48185,Grimes,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.0000000008092314,LB,2017NEI_Apr2020 +01,MA,25,,25019,Nantucket,NP,,2610000100,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +01,MA,25,,25019,Nantucket,NP,,2610000100,Waste Disposal,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.00252473334799,TON,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,129000,Pyrene,HAP,.0002179766,LB,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,91203,Naphthalene,HAP,.02659522,LB,2017NEI_Apr2020 +04,MS,28,,28023,Clarke,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.09157102,LB,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,.00013270888,LB,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.009697957,TON,2017NEI_Apr2020 +07,MO,29,,29035,Carter,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,VOC,Volatile Organic Compounds,CAP,.1242586,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,1330207,Xylenes (Mixed Isomers),HAP,101.1227,LB,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,3.375205,LB,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,205992,Benzo[b]Fluoranthene,HAP,4.93607,LB,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,2.53020283,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,11.20592014102,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,9.011236134,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,50328,Benzo[a]Pyrene,HAP,3.735404,LB,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,83329,Acenaphthene,HAP,1.707613,LB,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,CO,Carbon Monoxide,CAP,67.15941,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,25.34739,TON,2017NEI_Apr2020 +04,FL,12,,12059,Holmes,NP,,2610030000,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.7901107,TON,2017NEI_Apr2020 +09,CA,06,,06087,Santa Cruz,NP,,2311010000,Dust - Construction Dust,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,MN,27,,27121,Pope,NP,,2610000500,Waste Disposal,,A,R,PM25-FIL,PM2.5 Filterable,CAP,1.392697,TON,2017NEI_Apr2020 +07,MO,29,,29141,Morgan,NP,,2610000100,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,1.10483,TON,2017NEI_Apr2020 +07,MO,29,,29141,Morgan,NP,,2610000100,Waste Disposal,,A,R,PM10-FIL,PM10 Filterable,CAP,1.499413,TON,2017NEI_Apr2020 +07,MO,29,,29141,Morgan,NP,,2610000100,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.4488081132,TON,2017NEI_Apr2020 +07,MO,29,,29141,Morgan,NP,,2610000100,Waste Disposal,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,1.156126,TON,2017NEI_Apr2020 +07,MO,29,,29141,Morgan,NP,,2610000100,Waste Disposal,,A,R,SO2,Sulfur Dioxide,CAP,.02998826,TON,2017NEI_Apr2020 +07,MO,29,,29141,Morgan,NP,,2610000100,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.499413,TON,2017NEI_Apr2020 +07,NE,31,,31031,Cherry,NP,,2294000000,Dust - Paved Road Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.008407924,TON,2017NEI_Apr2020 +07,NE,31,,31031,Cherry,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,21.01981,TON,2017NEI_Apr2020 +06,OK,40,,40009,Beckham,NP,,2311020000,Dust - Construction Dust,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +01,CT,09,,09003,Hartford,NP,,2610000400,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.312283209512,TON,2017NEI_Apr2020 +01,CT,09,,09003,Hartford,NP,,2610000400,Waste Disposal,,A,R,108952,Phenol,HAP,21.33876,LB,2017NEI_Apr2020 +01,CT,09,,09003,Hartford,NP,,2610000400,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.525534,TON,2017NEI_Apr2020 +04,TN,47,,47037,Davidson,NP,,2302003100,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,22.3550937038,TON,2017NEI_Apr2020 +04,TN,47,,47037,Davidson,NP,,2302003100,Commercial Cooking,,A,R,86737,Fluorene,HAP,9.086915,LB,2017NEI_Apr2020 +04,TN,47,,47037,Davidson,NP,,2302003100,Commercial Cooking,,A,R,91203,Naphthalene,HAP,33.94793,LB,2017NEI_Apr2020 +04,TN,47,,47037,Davidson,NP,,2302003100,Commercial Cooking,,A,R,75070,Acetaldehyde,HAP,1349.810596867376,LB,2017NEI_Apr2020 +04,TN,47,,47037,Davidson,NP,,2302003100,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,543.762561627544,LB,2017NEI_Apr2020 +07,MO,29,,29075,Gentry,NP,,2501011013,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.00112972,LB,2017NEI_Apr2020 +08,MT,30,,30111,Yellowstone,NP,,2302002100,Commercial Cooking,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.011879794395,TON,2017NEI_Apr2020 +08,MT,30,,30111,Yellowstone,NP,,2302002100,Commercial Cooking,,A,R,1330207,Xylenes (Mixed Isomers),HAP,36.26708,LB,2017NEI_Apr2020 +08,MT,30,,30111,Yellowstone,NP,,2302002100,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.1719134,LB,2017NEI_Apr2020 +08,MT,30,,30111,Yellowstone,NP,,2302002100,Commercial Cooking,,A,R,56553,Benz[a]Anthracene,HAP,.5060663,LB,2017NEI_Apr2020 +08,MT,30,,30111,Yellowstone,NP,,2302002100,Commercial Cooking,,A,R,100027,4-Nitrophenol,HAP,4.056995,LB,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,86737,Fluorene,HAP,28,LB,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,NOX,Nitrogen Oxides,CAP,2.631,TON,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,28.75,TON,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,106990,"1,3-Butadiene",HAP,733,LB,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,206440,Fluoranthene,HAP,.4672,LB,2017NEI_Apr2020 +05,MN,27,,27003,Anoka,NP,,2104008310,Fuel Comb - Residential - Wood,,A,R,56553,Benz[a]Anthracene,HAP,1.0844,LB,2017NEI_Apr2020 +06,TX,48,,48441,Taylor,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48441,Taylor,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48441,Taylor,NP,,2310021103,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13057,Cherokee,NP,,2401070000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,13.29303,LB,2017NEI_Apr2020 +06,TX,48,,48381,Randall,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48381,Randall,NP,,2310021403,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,0,LB,2017NEI_Apr2020 +05,IN,18,,18129,Posey,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,29.42225,LB,2017NEI_Apr2020 +05,IN,18,,18129,Posey,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,50328,Benzo[a]Pyrene,HAP,.6131738,LB,2017NEI_Apr2020 +05,IN,18,,18129,Posey,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,7439976,Mercury,HAP,.009557703,LB,2017NEI_Apr2020 +05,IN,18,,18129,Posey,NP,,2104008510,Fuel Comb - Residential - Wood,,A,R,VOC,Volatile Organic Compounds,CAP,1.312502,TON,2017NEI_Apr2020 +05,IL,17,,17085,Jo Daviess,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,CO,Carbon Monoxide,CAP,504.871,TON,2017NEI_Apr2020 +05,IL,17,,17085,Jo Daviess,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,67561,Methanol,HAP,504063.8,LB,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2325000000,Industrial Processes - Mining,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,AR,05,,05003,Ashley,NP,,2325000000,Industrial Processes - Mining,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,AL,01,,01097,Mobile,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,100414,Ethyl Benzene,HAP,119.796,LB,2017NEI_Apr2020 +04,AL,01,,01097,Mobile,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,528.51,LB,2017NEI_Apr2020 +04,AL,01,,01113,Russell,NP,,2401090000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,8.416901,LB,2017NEI_Apr2020 +04,AL,01,,01103,Morgan,NP,,2610000500,Waste Disposal,,A,R,108952,Phenol,HAP,1475.1538,LB,2017NEI_Apr2020 +04,AL,01,,01103,Morgan,NP,,2610000500,Waste Disposal,,A,R,100414,Ethyl Benzene,HAP,615.7164,LB,2017NEI_Apr2020 +04,AL,01,,01103,Morgan,NP,,2610000500,Waste Disposal,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,130.8397,TON,2017NEI_Apr2020 +10,AK,02,,02013,Aleutians East,NP,,2302002200,Commercial Cooking,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02013,Aleutians East,NP,,2302002200,Commercial Cooking,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02013,Aleutians East,NP,,2302002200,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02013,Aleutians East,NP,,2302002200,Commercial Cooking,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02013,Aleutians East,NP,,2302002200,Commercial Cooking,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +10,AK,02,,02013,Aleutians East,NP,,2302002200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +10,AK,02,,02013,Aleutians East,NP,,2302002200,Commercial Cooking,,A,R,98862,Acetophenone,HAP,0,LB,2017NEI_Apr2020 +10,AK,02,,02110,Juneau,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.09686921,TON,2017NEI_Apr2020 +10,AK,02,,02110,Juneau,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,2.677465,LB,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.0175186012,TON,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,83329,Acenaphthene,HAP,.0002574079,LB,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,205992,Benzo[b]Fluoranthene,HAP,.00003432105,LB,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.04877201,LB,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.2998646,TON,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO2,Sulfur Dioxide,CAP,.2146947,TON,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.02953699,TON,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7782492,Selenium,HAP,.09822142,LB,2017NEI_Apr2020 +09,AZ,04,,04015,Mohave,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.1831208,LB,2017NEI_Apr2020 +09,AZ,04,,04017,Navajo,NP,,2302003100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,18.7998,TON,2017NEI_Apr2020 +09,AZ,04,,04017,Navajo,NP,,2302003100,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,1.724139,LB,2017NEI_Apr2020 +09,AZ,04,,04003,Cochise,NP,,2501060051,Gas Stations,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2884.96,LB,2017NEI_Apr2020 +09,AZ,04,,04003,Cochise,NP,,2501060051,Gas Stations,,A,R,110543,Hexane,HAP,9273.086,LB,2017NEI_Apr2020 +08,CO,08,,08039,Elbert,NP,,2805010100,Agriculture - Livestock Waste,,A,R,110543,Hexane,HAP,.2430655,LB,2017NEI_Apr2020 +08,CO,08,,08039,Elbert,NP,,2805010100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.06788316,LB,2017NEI_Apr2020 +06,AR,05,,05065,Izard,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,VOC,Volatile Organic Compounds,CAP,.01828597,TON,2017NEI_Apr2020 +06,AR,05,,05065,Izard,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,540841,"2,2,4-Trimethylpentane",HAP,1.97489,LB,2017NEI_Apr2020 +06,AR,05,,05065,Izard,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.09716,LB,2017NEI_Apr2020 +06,AR,05,,05113,Polk,NP,,2610030000,Waste Disposal,,A,R,132649,Dibenzofuran,HAP,9.407428,LB,2017NEI_Apr2020 +06,AR,05,,05113,Polk,NP,,2610030000,Waste Disposal,,A,R,207089,Benzo[k]Fluoranthene,HAP,1.726843,LB,2017NEI_Apr2020 +06,AR,05,,05113,Polk,NP,,2610030000,Waste Disposal,,A,R,91203,Naphthalene,HAP,29.25324,LB,2017NEI_Apr2020 +06,AR,05,,05113,Polk,NP,,2610030000,Waste Disposal,,A,R,108907,Chlorobenzene,HAP,.1928407,LB,2017NEI_Apr2020 +06,AR,05,,05113,Polk,NP,,2610030000,Waste Disposal,,A,R,120127,Anthracene,HAP,3.350591,LB,2017NEI_Apr2020 +06,AR,05,,05113,Polk,NP,,2610030000,Waste Disposal,,A,R,129000,Pyrene,HAP,8.183174,LB,2017NEI_Apr2020 +09,CA,06,,06061,Placer,NP,,2810050000,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06101,Sutter,NP,,2401050000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06101,Sutter,NP,,2401050000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +09,CA,06,,06101,Sutter,NP,,2401050000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48023,Baylor,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,110543,Hexane,HAP,.649952,LB,2017NEI_Apr2020 +06,TX,48,,48023,Baylor,NP,,2501012012,Miscellaneous Non-Industrial NEC,,A,R,91203,Naphthalene,HAP,.003455054,LB,2017NEI_Apr2020 +04,NC,37,,37131,Northampton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,132.592,LB,2017NEI_Apr2020 +04,NC,37,,37131,Northampton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,243.7353,TON,2017NEI_Apr2020 +04,NC,37,,37131,Northampton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,91576,2-Methylnaphthalene,HAP,23.39859,LB,2017NEI_Apr2020 +04,NC,37,,37131,Northampton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,343.1793,LB,2017NEI_Apr2020 +04,NC,37,,37131,Northampton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,187.1887,LB,2017NEI_Apr2020 +04,NC,37,,37131,Northampton,NP,,2805009100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,93.59436,LB,2017NEI_Apr2020 +03,WV,54,,54007,Braxton,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.3194507,TON,2017NEI_Apr2020 +03,WV,54,,54095,Tyler,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,94757,"2,4-Dichlorophenoxy Acetic Acid",HAP,90.0477,LB,2017NEI_Apr2020 +03,WV,54,,54095,Tyler,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,133062,Captan,HAP,11.46802,LB,2017NEI_Apr2020 +04,MS,28,,28073,Lamar,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00323155521,TON,2017NEI_Apr2020 +08,CO,08,,08111,San Juan,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108101,Methyl Isobutyl Ketone,HAP,0,LB,2017NEI_Apr2020 +08,CO,08,,08111,San Juan,NP,,2805002000,Agriculture - Livestock Waste,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +09,CA,06,,06115,Yuba,NP,,2805040000,Agriculture - Livestock Waste,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,TN,47,,47049,Fentress,NP,,2311010000,Dust - Construction Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +10,AK,02,,02170,Matanuska-Susitna,NP,,2310021501,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,1.1982224,LB,2017NEI_Apr2020 +09,CA,06,,06077,San Joaquin,NP,,2310022000,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,6.94804,TON,2017NEI_Apr2020 +01,VT,50,,50009,Essex,NP,,2610000100,Waste Disposal,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.000310197685,TON,2017NEI_Apr2020 +01,VT,50,,50009,Essex,NP,,2610000100,Waste Disposal,,A,R,100425,Styrene,HAP,.6140432,LB,2017NEI_Apr2020 +03,PA,42,,42011,Berks,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,8596.772,LB,2017NEI_Apr2020 +07,IA,19,,19095,Iowa,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.000000001445508,LB,2017NEI_Apr2020 +07,IA,19,,19095,Iowa,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.000001321972452,TON,2017NEI_Apr2020 +07,IA,19,,19095,Iowa,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,16065831,Chromium III,HAP,.000003837618,LB,2017NEI_Apr2020 +07,IA,19,,19095,Iowa,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,86737,Fluorene,HAP,.000000006058245,LB,2017NEI_Apr2020 +05,IL,17,,17019,Champaign,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17023,Clark,NP,,2310023603,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17023,Clark,NP,,2310023603,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2310023010,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2310023010,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17025,Clay,NP,,2310023010,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +07,KS,20,,20087,Jefferson,NP,,2310021505,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17051,Fayette,NP,,2310021506,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17017,Cass,NP,,2805025000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,4317.283,LB,2017NEI_Apr2020 +05,IL,17,,17017,Cass,NP,,2805025000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,120.5945,TON,2017NEI_Apr2020 +04,KY,21,,21067,Fayette,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,.1158192,LB,2017NEI_Apr2020 +04,KY,21,,21067,Fayette,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.0000004933436,LB,2017NEI_Apr2020 +04,KY,21,,21067,Fayette,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +04,KY,21,,21067,Fayette,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,18540299,Chromium (VI),HAP,.00001799799,LB,2017NEI_Apr2020 +10,WA,53,,53071,Walla Walla,NP,,2801500500,Fires - Agricultural Field Burning,,A,R,VOC,Volatile Organic Compounds,CAP,1.3923,TON,2017NEI_Apr2020 +10,WA,53,,53071,Walla Walla,NP,,2801500500,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.601145,TON,2017NEI_Apr2020 +10,WA,53,,53071,Walla Walla,NP,,2801500500,Fires - Agricultural Field Burning,,A,R,108883,Toluene,HAP,25.694949923965938798,LB,2017NEI_Apr2020 +07,MO,29,,29211,Sullivan,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,MO,29,,29211,Sullivan,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29211,Sullivan,NP,,2103004002,Fuel Comb - Comm/Institutional - Oil,,A,R,83329,Acenaphthene,HAP,0,LB,2017NEI_Apr2020 +03,WV,54,,54047,McDowell,NP,,2310023030,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13195,Madison,NP,,2302003100,Commercial Cooking,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.4086190626,TON,2017NEI_Apr2020 +04,GA,13,,13195,Madison,NP,,2302003100,Commercial Cooking,,A,R,CO,Carbon Monoxide,CAP,.1161118,TON,2017NEI_Apr2020 +04,GA,13,,13195,Madison,NP,,2302003100,Commercial Cooking,,A,R,208968,Acenaphthylene,HAP,.08590379,LB,2017NEI_Apr2020 +04,FL,12,,12117,Seminole,NP,,2302003000,Commercial Cooking,,A,R,120127,Anthracene,HAP,.3103791,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0001794109779,TON,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,.007353539,TON,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.003907529,TON,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,71432,Benzene,HAP,.05402852,LB,2017NEI_Apr2020 +04,GA,13,,13167,Johnson,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,206440,Fluoranthene,HAP,.00007753522,LB,2017NEI_Apr2020 +04,GA,13,,13089,DeKalb,NP,,2501012011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,126.984,LB,2017NEI_Apr2020 +04,GA,13,,13145,Harris,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13145,Harris,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,GA,13,,13145,Harris,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13145,Harris,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,75070,Acetaldehyde,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13145,Harris,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13145,Harris,NP,,2102005000,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2630020000,Waste Disposal,,A,R,106990,"1,3-Butadiene",HAP,.0042419,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2630020000,Waste Disposal,,A,R,121697,"N,N-Dimethylaniline",HAP,.054418,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2630020000,Waste Disposal,,A,R,100425,Styrene,HAP,.46137,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2630020000,Waste Disposal,,A,R,100447,Benzyl Chloride,HAP,.00138073,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2630020000,Waste Disposal,,A,R,75070,Acetaldehyde,HAP,.05239,LB,2017NEI_Apr2020 +04,GA,13,,13243,Randolph,NP,,2630020000,Waste Disposal,,A,R,75150,Carbon Disulfide,HAP,.73008,LB,2017NEI_Apr2020 +04,GA,13,,13147,Hart,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.007689231,TON,2017NEI_Apr2020 +04,GA,13,,13147,Hart,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,129000,Pyrene,HAP,.00002746154,LB,2017NEI_Apr2020 +04,GA,13,,13147,Hart,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.000013827692,LB,2017NEI_Apr2020 +04,GA,13,,13161,Jeff Davis,NP,,2610000100,Waste Disposal,,A,R,VOC,Volatile Organic Compounds,CAP,.5627033,TON,2017NEI_Apr2020 +04,GA,13,,13161,Jeff Davis,NP,,2610000100,Waste Disposal,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.22858337898,TON,2017NEI_Apr2020 +04,GA,13,,13161,Jeff Davis,NP,,2610000100,Waste Disposal,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.2842547961594,TON,2017NEI_Apr2020 +04,GA,13,,13275,Thomas,NP,,2501060052,Gas Stations,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13275,Thomas,NP,,2501060052,Gas Stations,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +04,GA,13,,13263,Talbot,NP,,2401045000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48493,Wilson,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.11,TON,2017NEI_Apr2020 +06,TX,48,,48493,Wilson,NP,,2810030000,Miscellaneous Non-Industrial NEC,,A,R,NOX,Nitrogen Oxides,CAP,.01,TON,2017NEI_Apr2020 +05,IN,18,,18103,Miami,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,16065831,Chromium III,HAP,.019509376,LB,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,79345,"1,1,2,2-Tetrachloroethane",HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,106934,Ethylene Dibromide,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +06,TX,48,,48343,Morris,NP,,2310021201,Industrial Processes - Oil & Gas Production,,A,R,75343,Ethylidene Dichloride,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2701200000,Biogenics - Vegetation and Soil,,A,R,50000,Formaldehyde,HAP,129768.52,LB,2017NEI_Apr2020 +03,VA,51,,51580,Covington city,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,NH3,Ammonia,CAP,.000000718691,TON,2017NEI_Apr2020 +03,VA,51,,51580,Covington city,NP,,2103001000,Fuel Comb - Comm/Institutional - Coal,,A,R,PM-CON,PM Condensible,CAP,.00002564289,TON,2017NEI_Apr2020 +03,VA,51,,51187,Warren,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,PM10-FIL,PM10 Filterable,CAP,0,TON,2017NEI_Apr2020 +03,VA,51,,51187,Warren,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,208968,Acenaphthylene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51187,Warren,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,56553,Benz[a]Anthracene,HAP,0,LB,2017NEI_Apr2020 +03,VA,51,,51187,Warren,NP,,2104001000,Fuel Comb - Residential - Other,,A,R,7664393,Hydrogen Fluoride,HAP,0,LB,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2501012014,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,5.627974,LB,2017NEI_Apr2020 +04,TN,47,,47173,Union,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,17.3807,TON,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,108883,Toluene,HAP,3.235041,LB,2017NEI_Apr2020 +04,TN,47,,47101,Lewis,NP,,2505030120,Industrial Processes - Storage and Transfer,,A,R,1330207,Xylenes (Mixed Isomers),HAP,1.294017,LB,2017NEI_Apr2020 +06,TX,48,,48183,Gregg,NP,,2460200000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,20878.674,LB,2017NEI_Apr2020 +04,TN,47,,47103,Lincoln,NP,,2610000100,Waste Disposal,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.148188007,TON,2017NEI_Apr2020 +04,TN,47,,47103,Lincoln,NP,,2610000100,Waste Disposal,,A,R,NOX,Nitrogen Oxides,CAP,.2876807,TON,2017NEI_Apr2020 +06,TX,48,,48177,Gonzales,NP,,2805010100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,2.585388,LB,2017NEI_Apr2020 +06,TX,48,,48177,Gonzales,NP,,2805010100,Agriculture - Livestock Waste,,A,R,67561,Methanol,HAP,62.87663,LB,2017NEI_Apr2020 +06,TX,48,,48177,Gonzales,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,2.481972,LB,2017NEI_Apr2020 +04,TN,47,,47159,Smith,NP,,2302003100,Commercial Cooking,,A,R,92524,Biphenyl,HAP,.06395564,LB,2017NEI_Apr2020 +04,TN,47,,47159,Smith,NP,,2302003100,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.236801,TON,2017NEI_Apr2020 +06,TX,48,,48143,Erath,NP,,2311010000,Dust - Construction Dust,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,17.51508,TON,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2805010100,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,2.481972,LB,2017NEI_Apr2020 +06,TX,48,,48043,Brewster,NP,,2805010100,Agriculture - Livestock Waste,,A,R,60355,Acetamide,HAP,7.756163,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2805018000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,3.625338,LB,2017NEI_Apr2020 +06,TX,48,,48047,Brooks,NP,,2805018000,Agriculture - Livestock Waste,,A,R,NH3,Ammonia,CAP,12.58798,TON,2017NEI_Apr2020 +01,VT,50,,50003,Bennington,NP,,2501060053,Gas Stations,,A,R,98828,Cumene,HAP,1.829067,LB,2017NEI_Apr2020 +01,VT,50,,50003,Bennington,NP,,2501060053,Gas Stations,,A,R,91203,Naphthalene,HAP,.041154,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2285002007,Mobile - Locomotives,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0184087803903,TON,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2285002007,Mobile - Locomotives,,A,R,129000,Pyrene,HAP,.1052861,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2285002007,Mobile - Locomotives,,A,R,75070,Acetaldehyde,HAP,95.70572,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2285002007,Mobile - Locomotives,,A,R,CO,Carbon Monoxide,CAP,1.639424,TON,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2285002007,Mobile - Locomotives,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.3866537,TON,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2285002007,Mobile - Locomotives,,A,R,VOC,Volatile Organic Compounds,CAP,.6111476,TON,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2285002007,Mobile - Locomotives,,A,R,207089,Benzo[k]Fluoranthene,HAP,.001522719,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2285002007,Mobile - Locomotives,,A,R,208968,Acenaphthylene,HAP,.6050362,LB,2017NEI_Apr2020 +05,IL,17,,17063,Grundy,NP,,2285002007,Mobile - Locomotives,,A,R,71432,Benzene,HAP,27.50164,LB,2017NEI_Apr2020 +04,AL,01,,01021,Chilton,NP,,2285002006,Mobile - Locomotives,,A,R,1330207,Xylenes (Mixed Isomers),HAP,307.4968,LB,2017NEI_Apr2020 +04,AL,01,,01021,Chilton,NP,,2285002006,Mobile - Locomotives,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,5.936393,TON,2017NEI_Apr2020 +04,AL,01,,01021,Chilton,NP,,2285002006,Mobile - Locomotives,,A,R,18540299,Chromium (VI),HAP,.06003984,LB,2017NEI_Apr2020 +04,AL,01,,01021,Chilton,NP,,2285002006,Mobile - Locomotives,,A,R,110543,Hexane,HAP,52.18468,LB,2017NEI_Apr2020 +04,AL,01,,01021,Chilton,NP,,2285002006,Mobile - Locomotives,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,4.440739264,TON,2017NEI_Apr2020 +04,AL,01,,01021,Chilton,NP,,2285002006,Mobile - Locomotives,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,1.011143432,TON,2017NEI_Apr2020 +04,AL,01,,01021,Chilton,NP,,2285002006,Mobile - Locomotives,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00657012902,TON,2017NEI_Apr2020 +05,OH,39,,39073,Hocking,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,.1242321,LB,2017NEI_Apr2020 +05,OH,39,,39079,Jackson,NP,,2805040000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,10.83014,LB,2017NEI_Apr2020 +04,NC,37,,37139,Pasquotank,NP,,2805040000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.01311629,TON,2017NEI_Apr2020 +07,MO,29,,29163,Pike,NP,,2805045000,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,.2881956,TON,2017NEI_Apr2020 +07,MO,29,,29163,Pike,NP,,2805045000,Agriculture - Livestock Waste,,A,R,1330207,Xylenes (Mixed Isomers),HAP,2.651399,LB,2017NEI_Apr2020 +07,MO,29,,29083,Henry,NP,,2805007100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,.3256411,LB,2017NEI_Apr2020 +07,MO,29,,29083,Henry,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75003,Ethyl Chloride,HAP,.2103099,LB,2017NEI_Apr2020 +07,MO,29,,29083,Henry,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75058,Acetonitrile,HAP,.5970088,LB,2017NEI_Apr2020 +07,MO,29,,29083,Henry,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75150,Carbon Disulfide,HAP,.2306625,LB,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM10-FIL,PM10 Filterable,CAP,.9737014,TON,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,1.006807,TON,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.8704891,TON,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,CO,Carbon Monoxide,CAP,1.168442,TON,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,123386,Propionaldehyde,HAP,1.228067,LB,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,129000,Pyrene,HAP,.009005843,LB,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,100414,Ethyl Benzene,HAP,.1102853,LB,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,.30562872301,TON,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,85018,Phenanthrene,HAP,.07561025,LB,2017NEI_Apr2020 +06,OK,40,,40045,Ellis,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,90120,1-Methylnaphthalene,HAP,.05104922,LB,2017NEI_Apr2020 +06,OK,40,,40005,Atoka,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.2708583924,TON,2017NEI_Apr2020 +06,OK,40,,40005,Atoka,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,206440,Fluoranthene,HAP,.06999182,LB,2017NEI_Apr2020 +06,OK,40,,40005,Atoka,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,90120,1-Methylnaphthalene,HAP,.2432511,LB,2017NEI_Apr2020 +06,OK,40,,40005,Atoka,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,91576,2-Methylnaphthalene,HAP,.3442225,LB,2017NEI_Apr2020 +06,OK,40,,40005,Atoka,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,108952,Phenol,HAP,12.04779,LB,2017NEI_Apr2020 +06,OK,40,,40005,Atoka,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,108883,Toluene,HAP,3.62581,LB,2017NEI_Apr2020 +07,MO,29,,29181,Ripley,NP,,2805002000,Agriculture - Livestock Waste,,A,R,108907,Chlorobenzene,HAP,1.331902,LB,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,50000,Formaldehyde,HAP,.0002369617666,LB,2017NEI_Apr2020 +08,WY,56,,56013,Fremont,NP,,2310021400,Industrial Processes - Oil & Gas Production,,A,R,107028,Acrolein,HAP,.00005800822846,LB,2017NEI_Apr2020 +05,OH,39,,39139,Richland,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,.04446912,LB,2017NEI_Apr2020 +05,OH,39,,39139,Richland,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,.3897112,LB,2017NEI_Apr2020 +05,OH,39,,39139,Richland,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,VOC,Volatile Organic Compounds,CAP,49.55846,TON,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,57.83120416934,LB,2017NEI_Apr2020 +06,OK,40,,40037,Creek,NP,,2310021603,Industrial Processes - Oil & Gas Production,,A,R,71432,Benzene,HAP,151.54669805548,LB,2017NEI_Apr2020 +08,WY,56,,56027,Niobrara,NP,,2310111401,Industrial Processes - Oil & Gas Production,,A,R,110543,Hexane,HAP,34,LB,2017NEI_Apr2020 +08,WY,56,,56027,Niobrara,NP,,2310111401,Industrial Processes - Oil & Gas Production,,A,R,1330207,Xylenes (Mixed Isomers),HAP,6,LB,2017NEI_Apr2020 +06,LA,22,,22097,St. Landry,NP,,2310010200,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,34.94806,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2801500264,Fires - Agricultural Field Burning,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2801500264,Fires - Agricultural Field Burning,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2801500264,Fires - Agricultural Field Burning,,A,R,95476,o-Xylene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17101,Lawrence,NP,,2801500264,Fires - Agricultural Field Burning,,A,R,98828,Cumene,HAP,0,LB,2017NEI_Apr2020 +06,LA,22,,22121,West Baton Rouge,NP,,2310121401,Industrial Processes - Oil & Gas Production,,A,R,100414,Ethyl Benzene,HAP,.03344094,LB,2017NEI_Apr2020 +06,LA,22,,22121,West Baton Rouge,NP,,2310121401,Industrial Processes - Oil & Gas Production,,A,R,108883,Toluene,HAP,.606533,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.01051132,TON,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,193395,"Indeno[1,2,3-c,d]Pyrene",HAP,.00004101459,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.01093722,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440439,Cadmium,HAP,.008202918,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,91203,Naphthalene,HAP,.02214788,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.04866352,TON,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,VOC,Volatile Organic Compounds,CAP,.006812893,TON,2017NEI_Apr2020 +05,MN,27,,27117,Pipestone,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.0006934695,TON,2017NEI_Apr2020 +05,MN,27,,27117,Pipestone,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,50000,Formaldehyde,HAP,.04295037,LB,2017NEI_Apr2020 +05,MN,27,,27117,Pipestone,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,7439965,Manganese,HAP,.002684398,LB,2017NEI_Apr2020 +05,MN,27,,27117,Pipestone,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,83329,Acenaphthene,HAP,.0000187907853,LB,2017NEI_Apr2020 +05,MN,27,,27117,Pipestone,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,91203,Naphthalene,HAP,.0010147024062,LB,2017NEI_Apr2020 +05,MN,27,,27117,Pipestone,NP,,2102004001,"Fuel Comb - Industrial Boilers, ICEs - Oil",,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,.000002004350432,LB,2017NEI_Apr2020 +05,IL,17,,17087,Johnson,NP,,2801500263,Fires - Agricultural Field Burning,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17087,Johnson,NP,,2801500263,Fires - Agricultural Field Burning,,A,R,106990,"1,3-Butadiene",HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17087,Johnson,NP,,2801500263,Fires - Agricultural Field Burning,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17087,Johnson,NP,,2801500263,Fires - Agricultural Field Burning,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17087,Johnson,NP,,2801500263,Fires - Agricultural Field Burning,,A,R,50000,Formaldehyde,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0031940635784,TON,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,75014,Vinyl Chloride,HAP,.019957502,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,78875,Propylene Dichloride,HAP,.03603066,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,79005,"1,1,2-Trichloroethane",HAP,.04259386,LB,2017NEI_Apr2020 +05,IL,17,,17105,Livingston,NP,,2310021202,Industrial Processes - Oil & Gas Production,,A,R,108907,Chlorobenzene,HAP,.04071866,LB,2017NEI_Apr2020 +05,MN,27,,27051,Grant,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00001199142,TON,2017NEI_Apr2020 +05,MN,27,,27051,Grant,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.00000040831,TON,2017NEI_Apr2020 +05,MN,27,,27051,Grant,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,PM-CON,PM Condensible,CAP,.000010745,TON,2017NEI_Apr2020 +05,MN,27,,27051,Grant,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,71432,Benzene,HAP,.00406,LB,2017NEI_Apr2020 +05,MN,27,,27051,Grant,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,218019,Chrysene,HAP,.000010562,LB,2017NEI_Apr2020 +05,MN,27,,27051,Grant,NP,,2104008400,Fuel Comb - Residential - Wood,,A,R,107028,Acrolein,HAP,.0014186,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439921,Lead,CAP/HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17069,Hardin,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,91203,Naphthalene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2302003000,Commercial Cooking,,A,R,129000,Pyrene,HAP,.019870057178712,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2302003000,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.086800775460802,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2302003000,Commercial Cooking,,A,R,123386,Propionaldehyde,HAP,7.320547748416214,LB,2017NEI_Apr2020 +05,IL,17,,17079,Jasper,NP,,2302003000,Commercial Cooking,,A,R,83329,Acenaphthene,HAP,.01403338,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,OC,Organic Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17081,Jefferson,NP,,2102008000,"Fuel Comb - Industrial Boilers, ICEs - Biomass",,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +05,IL,17,,17091,Kankakee,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,8264.477,LB,2017NEI_Apr2020 +05,IL,17,,17091,Kankakee,NP,,2401100000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,95476,o-Xylene,HAP,380.1051,LB,2017NEI_Apr2020 +10,OR,41,,41035,Klamath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,NOX,Nitrogen Oxides,CAP,.6532631,TON,2017NEI_Apr2020 +10,OR,41,,41035,Klamath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,.015287612,LB,2017NEI_Apr2020 +10,OR,41,,41035,Klamath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7440382,Arsenic,HAP,.04086254,LB,2017NEI_Apr2020 +10,OR,41,,41035,Klamath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.3566512,LB,2017NEI_Apr2020 +10,OR,41,,41035,Klamath,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.15233846,LB,2017NEI_Apr2020 +03,PA,42,,42039,Crawford,NP,,2805045000,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,23.95799,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,SO2,Sulfur Dioxide,CAP,0,TON,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440020,Nickel,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7439976,Mercury,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42075,Lebanon,NP,,2102001000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,7440439,Cadmium,HAP,0,LB,2017NEI_Apr2020 +03,PA,42,,42067,Juniata,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,1.09190338,TON,2017NEI_Apr2020 +03,PA,42,,42067,Juniata,NP,,2104004000,Fuel Comb - Residential - Oil,,A,R,7440417,Beryllium,HAP,.9392286,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108952,Phenol,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108883,Toluene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,108907,Chlorobenzene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,110543,Hexane,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,86737,Fluorene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,100425,Styrene,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +04,SC,45,,45033,Dillon,NP,,2104002000,Fuel Comb - Residential - Other,,A,R,NH3,Ammonia,CAP,0,TON,2017NEI_Apr2020 +04,GA,13,,13047,Catoosa,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,PM25-FIL,PM2.5 Filterable,CAP,14.71694,TON,2017NEI_Apr2020 +04,GA,13,,13083,Dade,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,OC,Organic Carbon portion of PM2.5-PRI,,3.804114705,TON,2017NEI_Apr2020 +05,OH,39,,39129,Pickaway,NP,,2805035000,Agriculture - Livestock Waste,,A,R,108952,Phenol,HAP,1.024003,LB,2017NEI_Apr2020 +05,OH,39,,39129,Pickaway,NP,,2805035000,Agriculture - Livestock Waste,,A,R,106467,"1,4-Dichlorobenzene",HAP,2.218673,LB,2017NEI_Apr2020 +02,NY,36,,36071,Orange,NP,,2294000000,Dust - Paved Road Dust,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,118.7014,TON,2017NEI_Apr2020 +04,NC,37,,37051,Cumberland,NP,,2861000000,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,1.865272,LB,2017NEI_Apr2020 +04,NC,37,,37195,Wilson,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.022869365448,TON,2017NEI_Apr2020 +04,NC,37,,37195,Wilson,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.001475842998,TON,2017NEI_Apr2020 +04,NC,37,,37195,Wilson,NP,,2103006000,Fuel Comb - Comm/Institutional - Natural Gas,,A,R,206440,Fluoranthene,HAP,.0008652588,LB,2017NEI_Apr2020 +04,NC,37,,37135,Orange,NP,,2302003100,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,15.03586,LB,2017NEI_Apr2020 +04,NC,37,,37135,Orange,NP,,2302003100,Commercial Cooking,,A,R,206440,Fluoranthene,HAP,5.836795,LB,2017NEI_Apr2020 +04,NC,37,,37135,Orange,NP,,2302003100,Commercial Cooking,,A,R,120127,Anthracene,HAP,1.983233,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1330207,Xylenes (Mixed Isomers),HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,18540299,Chromium (VI),HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,PM25-FIL,PM2.5 Filterable,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,75252,Bromoform,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,CO,Carbon Monoxide,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,108054,Vinyl Acetate,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,NOX,Nitrogen Oxides,CAP,0,TON,2017NEI_Apr2020 +04,NC,37,,37183,Wake,NP,,2102002000,"Fuel Comb - Industrial Boilers, ICEs - Coal",,A,R,1634044,Methyl Tert-Butyl Ether,HAP,0,LB,2017NEI_Apr2020 +04,NC,37,,37141,Pender,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,SO2,Sulfur Dioxide,CAP,.007467092,TON,2017NEI_Apr2020 +04,NC,37,,37141,Pender,NP,,2104006000,Fuel Comb - Residential - Natural Gas,,A,R,VOC,Volatile Organic Compounds,CAP,.06844834,TON,2017NEI_Apr2020 +04,NC,37,,37081,Guilford,NP,,2302003200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,NC,37,,37081,Guilford,NP,,2302003200,Commercial Cooking,,A,R,91203,Naphthalene,HAP,50.86266,LB,2017NEI_Apr2020 +04,NC,37,,37081,Guilford,NP,,2302003200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,3.716247,TON,2017NEI_Apr2020 +04,NC,37,,37187,Washington,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,171,Glycol Ethers,HAP,208.2244,LB,2017NEI_Apr2020 +04,NC,37,,37187,Washington,NP,,2401015000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,598.1555,LB,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2302003200,Commercial Cooking,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.057605603913,TON,2017NEI_Apr2020 +04,NC,37,,37197,Yadkin,NP,,2302003200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,127.1558,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.000000005911684,LB,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,.00000001721185956,TON,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,PMFINE,Remaining PMFINE portion of PM2.5-PRI,,.0000003167216334,TON,2017NEI_Apr2020 +08,ND,38,,38081,Sargent,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,206440,Fluoranthene,HAP,.0000000005161694,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,75070,Acetaldehyde,HAP,.005290482,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,7782492,Selenium,HAP,.002259754,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,CO,Carbon Monoxide,CAP,.002691765,TON,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,PM10-FIL,PM10 Filterable,CAP,.0005808896,TON,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,.00000338411315,TON,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,208968,Acenaphthylene,HAP,.0000002711704,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2104011000,Fuel Comb - Residential - Oil,,A,R,71432,Benzene,HAP,.000226773,LB,2017NEI_Apr2020 +08,ND,38,,38095,Towner,NP,,2401005000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,.1831479,TON,2017NEI_Apr2020 +05,MN,27,,27069,Kittson,NP,,2501012015,Miscellaneous Non-Industrial NEC,,A,R,71432,Benzene,HAP,.0713414,LB,2017NEI_Apr2020 +04,TN,47,,47161,Stewart,NP,,2302003000,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,.08765803,LB,2017NEI_Apr2020 +04,TN,47,,47161,Stewart,NP,,2302003000,Commercial Cooking,,A,R,91203,Naphthalene,HAP,.3569689,LB,2017NEI_Apr2020 +04,AL,01,,01077,Lauderdale,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,NO3,Nitrate portion of PM2.5-PRI,,6.302815296,TON,2017NEI_Apr2020 +04,AL,01,,01077,Lauderdale,NP,,2805001000,Agriculture - Crops & Livestock Dust,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,3.035697216,TON,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2302003200,Commercial Cooking,,A,R,EC,Elemental Carbon portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2302003200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,68.24368,LB,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2302003200,Commercial Cooking,,A,R,PM10-FIL,PM10 Filterable,CAP,.01428059,TON,2017NEI_Apr2020 +07,IA,19,,19183,Washington,NP,,2302003200,Commercial Cooking,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,.09214284,TON,2017NEI_Apr2020 +08,WY,56,,56001,Albany,NP,,2461850000,Solvent - Consumer & Commercial Solvent Use,,A,R,94757,"2,4-Dichlorophenoxy Acetic Acid",HAP,419.451,LB,2017NEI_Apr2020 +04,FL,12,,12055,Highlands,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +04,FL,12,,12055,Highlands,NP,,2103007000,Fuel Comb - Comm/Institutional - Other,,A,R,PM10-PRI,PM10 Primary (Filt + Cond),CAP,0,TON,2017NEI_Apr2020 +10,OR,41,,41045,Malheur,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,NO3,Nitrate portion of PM2.5-PRI,,.0000338657376,TON,2017NEI_Apr2020 +10,OR,41,,41045,Malheur,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,SO2,Sulfur Dioxide,CAP,.02219413,TON,2017NEI_Apr2020 +10,OR,41,,41045,Malheur,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,50000,Formaldehyde,HAP,.005041823,LB,2017NEI_Apr2020 +10,OR,41,,41045,Malheur,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7440020,Nickel,HAP,.008473063,LB,2017NEI_Apr2020 +10,OR,41,,41045,Malheur,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.01893018,LB,2017NEI_Apr2020 +10,OR,41,,41045,Malheur,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,73.42932,LB,2017NEI_Apr2020 +10,OR,41,,41045,Malheur,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,208968,Acenaphthylene,HAP,.00001832329,LB,2017NEI_Apr2020 +10,OR,41,,41045,Malheur,NP,,2810060100,Miscellaneous Non-Industrial NEC,,A,R,218019,Chrysene,HAP,.000005882126,LB,2017NEI_Apr2020 +04,TN,47,,47043,Dickson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,207089,Benzo[k]Fluoranthene,HAP,.0000000007857007,LB,2017NEI_Apr2020 +04,TN,47,,47043,Dickson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,85018,Phenanthrene,HAP,.00000008098762,LB,2017NEI_Apr2020 +04,TN,47,,47043,Dickson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7439976,Mercury,HAP,.000007932556,LB,2017NEI_Apr2020 +04,TN,47,,47043,Dickson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,75070,Acetaldehyde,HAP,.000004901564,LB,2017NEI_Apr2020 +04,TN,47,,47043,Dickson,NP,,2810060200,Miscellaneous Non-Industrial NEC,,A,R,7647010,Hydrochloric Acid,HAP,.01901295,LB,2017NEI_Apr2020 +08,SD,46,,46105,Perkins,NP,,2461022000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,4.3070155,TON,2017NEI_Apr2020 +02,PR,72,,72047,Corozal,NP,,2302002200,Commercial Cooking,,A,R,SO4,Sulfate Portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +02,PR,72,,72047,Corozal,NP,,2302002200,Commercial Cooking,,A,R,191242,"Benzo[g,h,i,]Perylene",HAP,0,LB,2017NEI_Apr2020 +02,PR,72,,72047,Corozal,NP,,2302002200,Commercial Cooking,,A,R,85018,Phenanthrene,HAP,0,LB,2017NEI_Apr2020 +07,MO,29,,29177,Ray,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,108883,Toluene,HAP,131.0421,LB,2017NEI_Apr2020 +05,IN,18,,18069,Huntington,NP,,2501011011,Miscellaneous Non-Industrial NEC,,A,R,108883,Toluene,HAP,101.466,LB,2017NEI_Apr2020 +08,WY,56,,56033,Sheridan,NP,,2460800000,Solvent - Consumer & Commercial Solvent Use,,A,R,67561,Methanol,HAP,5017.096,LB,2017NEI_Apr2020 +05,IL,17,,17155,Putnam,NP,,2325000000,Industrial Processes - Mining,,A,R,NO3,Nitrate portion of PM2.5-PRI,,0,TON,2017NEI_Apr2020 +05,IL,17,,17155,Putnam,NP,,2325000000,Industrial Processes - Mining,,A,R,PM-CON,PM Condensible,CAP,0,TON,2017NEI_Apr2020 +05,IL,17,,17179,Tazewell,NP,,2610030000,Waste Disposal,,A,R,71432,Benzene,HAP,11748.24,LB,2017NEI_Apr2020 +05,IL,17,,17179,Tazewell,NP,,2610030000,Waste Disposal,,A,R,108883,Toluene,HAP,3808.37599155755900928,LB,2017NEI_Apr2020 +07,IA,19,,19039,Clarke,NP,,2805009100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,.000504906,LB,2017NEI_Apr2020 +05,IN,18,,18019,Clark,NP,,2401055000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,108883,Toluene,HAP,943.7431,LB,2017NEI_Apr2020 +05,IN,18,,18129,Posey,NP,,2805010100,Agriculture - Livestock Waste,,A,R,VOC,Volatile Organic Compounds,CAP,1.850081,TON,2017NEI_Apr2020 +05,IN,18,,18129,Posey,NP,,2805010100,Agriculture - Livestock Waste,,A,R,1319773,Cresol/Cresylic Acid (Mixed Isomers),HAP,17.76078,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2805007100,Agriculture - Livestock Waste,,A,R,67663,Chloroform,HAP,128.9493,LB,2017NEI_Apr2020 +05,IN,18,,18131,Pulaski,NP,,2805007100,Agriculture - Livestock Waste,,A,R,75092,Methylene Chloride,HAP,10.31594,LB,2017NEI_Apr2020 +05,IN,18,,18169,Wabash,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM25-PRI,PM2.5 Primary (Filt + Cond),CAP,.01914521,TON,2017NEI_Apr2020 +05,IN,18,,18169,Wabash,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,SO2,Sulfur Dioxide,CAP,.0267585,TON,2017NEI_Apr2020 +05,IN,18,,18169,Wabash,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,PM-CON,PM Condensible,CAP,.01421895,TON,2017NEI_Apr2020 +05,IN,18,,18169,Wabash,NP,,2104007000,Fuel Comb - Residential - Other,,A,R,85018,Phenanthrene,HAP,.001592075,LB,2017NEI_Apr2020 +05,IN,18,,18155,Switzerland,NP,,2805025000,Agriculture - Livestock Waste,,A,R,108883,Toluene,HAP,116.1736,LB,2017NEI_Apr2020 +07,KS,20,,20089,Jewell,NP,,2401008000,Solvent - Industrial Surface Coating & Solvent Use,,A,R,1330207,Xylenes (Mixed Isomers),HAP,9.453602,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2415000000,Solvent - Degreasing,,A,R,71556,Methyl Chloroform,HAP,6638.166,LB,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2415000000,Solvent - Degreasing,,A,R,VOC,Volatile Organic Compounds,CAP,62.60714,TON,2017NEI_Apr2020 +01,ME,23,,23001,Androscoggin,NP,,2415000000,Solvent - Degreasing,,A,R,110543,Hexane,HAP,7.172524,LB,2017NEI_Apr2020 +01,ME,23,,23017,Oxford,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,100414,Ethyl Benzene,HAP,0,LB,2017NEI_Apr2020 +01,ME,23,,23017,Oxford,NP,,2461021000,Solvent - Consumer & Commercial Solvent Use,,A,R,VOC,Volatile Organic Compounds,CAP,0,TON,2017NEI_Apr2020 diff --git a/scripts/us_epa/national_emissions_inventory/test_data/datasets/nonpoint.csv b/scripts/us_epa/national_emissions_inventory/test_data/datasets/nonpoint.csv new file mode 100644 index 0000000000..0d03d2904d --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/datasets/nonpoint.csv @@ -0,0 +1,1271 @@ +"state_and_county_fips_code","tribal_name","fips_state_code","st_usps_cd","county_name","data_category","scc","emission_operating_type","data_set","pollutant_cd","pollutant_desc","total_emissions","uom","emissions_type_code","emissions_operating_type" +"49009","","49","UT","Daggett","NP","2501080100","R","2014NEIV2","110543","Hexane","0","LB","","" +"49009","","49","UT","Daggett","NP","2807025000","R","2014NEIV2","NH3","Ammonia","12.6793","TON","","" +"49009","","49","UT","Daggett","NP","2310021202","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2310021202","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0.01341412","LB","","" +"49009","","49","UT","Daggett","NP","2310021202","R","2014NEIV2","250","PAH/POM - Unspecified","0.001961086","LB","","" +"49009","","49","UT","Daggett","NP","2310021202","R","2014NEIV2","75003","Ethyl Chloride","0.0001363284","LB","","" +"49009","","49","UT","Daggett","NP","2310021202","R","2014NEIV2","79005","1,1,2-Trichloroethane","0.00231832","LB","","" +"49009","","49","UT","Daggett","NP","2310021202","R","2014NEIV2","CO","Carbon Monoxide","0.0195007","TON","","" +"49009","","49","UT","Daggett","NP","2310021202","R","2014NEIV2","100414","Ethyl Benzene","0.00289424","LB","","" +"49009","","49","UT","Daggett","NP","2310011503","R","2014NEIV2","71432","Benzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2103005000","R","2014NEIV2","56553","Benz[a]Anthracene","0","LB","","" +"49009","","49","UT","Daggett","NP","2103005000","R","2014NEIV2","71432","Benzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2103005000","R","2014NEIV2","7440020","Nickel","0","LB","","" +"49009","","49","UT","Daggett","NP","2103005000","R","2014NEIV2","7440382","Arsenic","0","LB","","" +"49009","","49","UT","Daggett","NP","2103005000","R","2014NEIV2","7440439","Cadmium","0","LB","","" +"49009","","49","UT","Daggett","NP","2103005000","R","2014NEIV2","PM10-FIL","PM10 Filterable","0.000443969","TON","","" +"49009","","49","UT","Daggett","NP","2102007000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","7.08966E-7","TON","","" +"49009","","49","UT","Daggett","NP","2102007000","R","2014NEIV2","SO2","Sulfur Dioxide","8.50759E-7","TON","","" +"49009","","49","UT","Daggett","NP","2460100000","R","2014NEIV2","108883","Toluene","8.4845196228228","LB","","" +"49009","","49","UT","Daggett","NP","2501012015","R","2014NEIV2","100414","Ethyl Benzene","0.165621","LB","","" +"49009","","49","UT","Daggett","NP","2401065000","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2401065000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","0","LB","","" +"49009","","49","UT","Daggett","NP","2311020000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2104001000","R","2014NEIV2","86737","Fluorene","0","LB","","" +"49009","","49","UT","Daggett","NP","2104001000","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0","LB","","" +"49009","","49","UT","Daggett","NP","2296000000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0499989975","TON","","" +"49009","","49","UT","Daggett","NP","2610000100","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"49009","","49","UT","Daggett","NP","2610000100","R","2014NEIV2","VOC","Volatile Organic Compounds","0.0379037","TON","","" +"49009","","49","UT","Daggett","NP","2610000100","R","2014NEIV2","108952","Phenol","0.31135182142858","LB","","" +"49009","","49","UT","Daggett","NP","2610000500","R","2014NEIV2","100425","Styrene","0","LB","","" +"49009","","49","UT","Daggett","NP","2296000000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.29411175","TON","","" +"49009","","49","UT","Daggett","NP","2310021501","R","2014NEIV2","100414","Ethyl Benzene","0.408034","LB","","" +"49009","","49","UT","Daggett","NP","2505040120","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2501050120","R","2014NEIV2","100414","Ethyl Benzene","0.13827382","LB","","" +"49009","","49","UT","Daggett","NP","2501050120","R","2014NEIV2","110543","Hexane","4.696092","LB","","" +"49009","","49","UT","Daggett","NP","2501012012","R","2014NEIV2","110543","Hexane","0.85036","LB","","" +"49009","","49","UT","Daggett","NP","2501012012","R","2014NEIV2","71432","Benzene","0.80254","LB","","" +"49009","","49","UT","Daggett","NP","2401040000","R","2014NEIV2","108883","Toluene","0","LB","","" +"49009","","49","UT","Daggett","NP","2401040000","R","2014NEIV2","171","Glycol Ethers","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023202","R","2014NEIV2","108907","Chlorobenzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023202","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0","TON","","" +"49009","","49","UT","Daggett","NP","2310023202","R","2014NEIV2","108883","Toluene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023202","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2401085000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","0","LB","","" +"49009","","49","UT","Daggett","NP","2104008510","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.0039234375","TON","","" +"49009","","49","UT","Daggett","NP","2104008610","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0011969924","TON","","" +"49009","","49","UT","Daggett","NP","2104008610","R","2014NEIV2","108952","Phenol","4.74466","LB","","" +"49009","","49","UT","Daggett","NP","2104008610","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0538122","LB","","" +"49009","","49","UT","Daggett","NP","2104008610","R","2014NEIV2","71432","Benzene","54.7309","LB","","" +"49009","","49","UT","Daggett","NP","2104008610","R","2014NEIV2","107028","Acrolein","0.862152","LB","","" +"49009","","49","UT","Daggett","NP","2310023513","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2805025000","R","2014NEIV2","106467","1,4-Dichlorobenzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2805025000","R","2014NEIV2","60355","Acetamide","0","LB","","" +"49009","","49","UT","Daggett","NP","2805025000","R","2014NEIV2","75003","Ethyl Chloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2104008230","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0031476004434","TON","","" +"49009","","49","UT","Daggett","NP","2104008230","R","2014NEIV2","95476","o-Xylene","0.139984","LB","","" +"49009","","49","UT","Daggett","NP","2104008230","R","2014NEIV2","41637905","Methylchrysene","0.000043952","LB","","" +"49009","","49","UT","Daggett","NP","2104008230","R","2014NEIV2","71432","Benzene","1.10181","LB","","" +"49009","","49","UT","Daggett","NP","2104008230","R","2014NEIV2","107028","Acrolein","0.0236317","LB","","" +"49009","","49","UT","Daggett","NP","2104008230","R","2014NEIV2","108952","Phenol","0.307062","LB","","" +"49009","","49","UT","Daggett","NP","2104008400","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00006491426","TON","","" +"49009","","49","UT","Daggett","NP","2104008400","R","2014NEIV2","50328","Benzo[a]Pyrene","0.149613","LB","","" +"49009","","49","UT","Daggett","NP","2401015000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","0","LB","","" +"49009","","49","UT","Daggett","NP","2401015000","R","2014NEIV2","107211","Ethylene Glycol","0","LB","","" +"49009","","49","UT","Daggett","NP","2310010100","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2310010100","R","2014NEIV2","91203","Naphthalene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310010100","R","2014NEIV2","71432","Benzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310010100","R","2014NEIV2","50000","Formaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2501011011","R","2014NEIV2","100414","Ethyl Benzene","2.6193","LB","","" +"49009","","49","UT","Daggett","NP","2501011011","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","11.5557","LB","","" +"49009","","49","UT","Daggett","NP","2501011015","R","2014NEIV2","540841","2,2,4-Trimethylpentane","0.683558","LB","","" +"49009","","49","UT","Daggett","NP","2501011013","R","2014NEIV2","100414","Ethyl Benzene","3.12908","LB","","" +"49009","","49","UT","Daggett","NP","2310023100","R","2014NEIV2","107028","Acrolein","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023100","R","2014NEIV2","71432","Benzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023100","R","2014NEIV2","110543","Hexane","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023102","R","2014NEIV2","108952","Phenol","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023102","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"49009","","49","UT","Daggett","NP","2310023102","R","2014NEIV2","106934","Ethylene Dibromide","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023102","R","2014NEIV2","100425","Styrene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023102","R","2014NEIV2","50000","Formaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2810030000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.000441","TON","","" +"49009","","49","UT","Daggett","NP","2810030000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.01","TON","","" +"49009","","49","UT","Daggett","NP","2810030000","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.01","TON","","" +"49009","","49","UT","Daggett","NP","2810030000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.0171682","TON","","" +"49009","","49","UT","Daggett","NP","2310011505","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2401005000","R","2014NEIV2","108883","Toluene","0","LB","","" +"49009","","49","UT","Daggett","NP","2401005000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2310010300","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2415000000","R","2014NEIV2","112345","Diethylene Glycol Monobutyl Ether","10.3856230587824","LB","","" +"49009","","49","UT","Daggett","NP","2415000000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","27.3883972261744","LB","","" +"49009","","49","UT","Daggett","NP","2461022000","R","2014NEIV2","7783064","Hydrogen Sulfide","0.00370926","TON","","" +"49009","","49","UT","Daggett","NP","2104008310","R","2014NEIV2","108883","Toluene","38.4244","LB","","" +"49009","","49","UT","Daggett","NP","2104008310","R","2014NEIV2","91203","Naphthalene","9.42187","LB","","" +"49009","","49","UT","Daggett","NP","2104008310","R","2014NEIV2","7440020","Nickel","0.000736906","LB","","" +"49009","","49","UT","Daggett","NP","2104008310","R","2014NEIV2","95476","o-Xylene","10.6325","LB","","" +"49009","","49","UT","Daggett","NP","2104008310","R","2014NEIV2","SO2","Sulfur Dioxide","0.0105272","TON","","" +"49009","","49","UT","Daggett","NP","2310023251","R","2014NEIV2","540841","2,2,4-Trimethylpentane","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023251","R","2014NEIV2","67561","Methanol","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023251","R","2014NEIV2","75003","Ethyl Chloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023251","R","2014NEIV2","78875","Propylene Dichloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023251","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0","TON","","" +"49009","","49","UT","Daggett","NP","2310023251","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2310023251","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2103008000","R","2014NEIV2","83329","Acenaphthene","0.00013684599484","LB","","" +"49009","","49","UT","Daggett","NP","2103008000","R","2014NEIV2","85018","Phenanthrene","0.00106360519202","LB","","" +"49009","","49","UT","Daggett","NP","2103008000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0066912246891","TON","","" +"49009","","49","UT","Daggett","NP","2104004000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2104004000","R","2014NEIV2","50000","Formaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2104004000","R","2014NEIV2","56553","Benz[a]Anthracene","0","LB","","" +"49009","","49","UT","Daggett","NP","2610030000","R","2014NEIV2","108952","Phenol","28.5224340686807","LB","","" +"49009","","49","UT","Daggett","NP","2610030000","R","2014NEIV2","50328","Benzo[a]Pyrene","0.38029912091574","LB","","" +"49009","","49","UT","Daggett","NP","2610030000","R","2014NEIV2","74908","Hydrogen Cyanide","118.653325725712","LB","","" +"49009","","49","UT","Daggett","NP","2610030000","R","2014NEIV2","78591","Isophorone","2.40856109913303","LB","","" +"49009","","49","UT","Daggett","NP","2610030000","R","2014NEIV2","83329","Acenaphthene","0.12676637363858","LB","","" +"49009","","49","UT","Daggett","NP","2610030000","R","2014NEIV2","VOC","Volatile Organic Compounds","0.502114","TON","","" +"49009","","49","UT","Daggett","NP","2104004000","R","2014NEIV2","7440439","Cadmium","0","LB","","" +"49009","","49","UT","Daggett","NP","2104004000","R","2014NEIV2","83329","Acenaphthene","0","LB","","" +"49009","","49","UT","Daggett","NP","2104004000","R","2014NEIV2","91203","Naphthalene","0","LB","","" +"49009","","49","UT","Daggett","NP","2104004000","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"49009","","49","UT","Daggett","NP","2104004000","R","2014NEIV2","NOX","Nitrogen Oxides","0","TON","","" +"49009","","49","UT","Daggett","NP","2104004000","R","2014NEIV2","129000","Pyrene","0","LB","","" +"49009","","49","UT","Daggett","NP","2805009100","R","2014NEIV2","108101","Methyl Isobutyl Ketone","0","LB","","" +"49009","","49","UT","Daggett","NP","2104008330","R","2014NEIV2","106990","1,3-Butadiene","6.32233","LB","","" +"49009","","49","UT","Daggett","NP","2104008330","R","2014NEIV2","108883","Toluene","16.8596","LB","","" +"49009","","49","UT","Daggett","NP","2104008330","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","17.2162","LB","","" +"49009","","49","UT","Daggett","NP","2104008330","R","2014NEIV2","192972","Benzo[e]Pyrene","0.0191075","LB","","" +"49009","","49","UT","Daggett","NP","2104008330","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0006283433","TON","","" +"49009","","49","UT","Daggett","NP","2104008330","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.135599129796","TON","","" +"49009","","49","UT","Daggett","NP","2104008330","R","2014NEIV2","NH3","Ammonia","0.01459","TON","","" +"49009","","49","UT","Daggett","NP","2104008330","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.0191799","LB","","" +"49009","","49","UT","Daggett","NP","2104011000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2104011000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2104011000","R","2014NEIV2","NH3","Ammonia","0","TON","","" +"49009","","49","UT","Daggett","NP","2104011000","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0","TON","","" +"49009","","49","UT","Daggett","NP","2104011000","R","2014NEIV2","18540299","Chromium (VI)","0","LB","","" +"49009","","49","UT","Daggett","NP","2104011000","R","2014NEIV2","85018","Phenanthrene","0","LB","","" +"49009","","49","UT","Daggett","NP","2501060201","R","2014NEIV2","108883","Toluene","18.471712","LB","","" +"49009","","49","UT","Daggett","NP","2102006000","R","2014NEIV2","85018","Phenanthrene","4.0328379076871E-6","LB","","" +"49009","","49","UT","Daggett","NP","2102006000","R","2014NEIV2","NOX","Nitrogen Oxides","0.0112965","TON","","" +"49009","","49","UT","Daggett","NP","2310021010","R","2014NEIV2","50000","Formaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2310021010","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","22.7568","LB","","" +"49009","","49","UT","Daggett","NP","2310021010","R","2014NEIV2","SO2","Sulfur Dioxide","0","TON","","" +"49009","","49","UT","Daggett","NP","2310021010","R","2014NEIV2","VOC","Volatile Organic Compounds","8.49172","TON","","" +"49009","","49","UT","Daggett","NP","2810040000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.000099628416","TON","","" +"49009","","49","UT","Daggett","NP","2310021251","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2310021251","R","2014NEIV2","79345","1,1,2,2-Tetrachloroethane","0.0470616","LB","","" +"49009","","49","UT","Daggett","NP","2310021251","R","2014NEIV2","75003","Ethyl Chloride","0.00220012","LB","","" +"49009","","49","UT","Daggett","NP","2310021251","R","2014NEIV2","NOX","Nitrogen Oxides","0.548266","TON","","" +"49009","","49","UT","Daggett","NP","2810050000","R","2014NEIV2","PM10-FIL","PM10 Filterable","0.00369673","TON","","" +"49009","","49","UT","Daggett","NP","2104006000","R","2014NEIV2","86737","Fluorene","0.00001346745604","LB","","" +"49009","","49","UT","Daggett","NP","2805040000","R","2014NEIV2","NH3","Ammonia","0.073524","TON","","" +"49009","","49","UT","Daggett","NP","2102005000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","2.57842E-7","TON","","" +"49009","","49","UT","Daggett","NP","2102005000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","2.57842E-7","TON","","" +"49009","","49","UT","Daggett","NP","2102005000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.00001392238506","TON","","" +"49009","","49","UT","Daggett","NP","2104007000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.0040927","TON","","" +"49009","","49","UT","Daggett","NP","2104007000","R","2014NEIV2","SO2","Sulfur Dioxide","0.00472235","TON","","" +"49009","","49","UT","Daggett","NP","2102005000","R","2014NEIV2","7440382","Arsenic","4.8486259080319E-6","LB","","" +"49009","","49","UT","Daggett","NP","2310023603","R","2014NEIV2","50000","Formaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023603","R","2014NEIV2","71432","Benzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2103007000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","3.02489882E-7","TON","","" +"49009","","49","UT","Daggett","NP","2103007000","R","2014NEIV2","7439921","Lead","3.4876536344727E-9","TON","","" +"49009","","49","UT","Daggett","NP","2103007000","R","2014NEIV2","75070","Acetaldehyde","1.9042579565468E-7","LB","","" +"49009","","49","UT","Daggett","NP","2310023516","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023516","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2104008220","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.01307390076","TON","","" +"49009","","49","UT","Daggett","NP","2104008220","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.00050817","LB","","" +"49009","","49","UT","Daggett","NP","2104008220","R","2014NEIV2","50000","Formaldehyde","5.60704","LB","","" +"49009","","49","UT","Daggett","NP","2104008220","R","2014NEIV2","50328","Benzo[a]Pyrene","0.00247367","LB","","" +"49009","","49","UT","Daggett","NP","2104008220","R","2014NEIV2","7439965","Manganese","0.000353597","LB","","" +"49009","","49","UT","Daggett","NP","2104008220","R","2014NEIV2","106990","1,3-Butadiene","0.441997","LB","","" +"49009","","49","UT","Daggett","NP","2460200000","R","2014NEIV2","108883","Toluene","8.51797970028456","LB","","" +"49009","","49","UT","Daggett","NP","2401090000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","0","LB","","" +"49009","","49","UT","Daggett","NP","2460400000","R","2014NEIV2","107211","Ethylene Glycol","260.73784","LB","","" +"49009","","49","UT","Daggett","NP","2460800000","R","2014NEIV2","67561","Methanol","187.664","LB","","" +"49009","","49","UT","Daggett","NP","2310021300","R","2014NEIV2","100414","Ethyl Benzene","1.250938","LB","","" +"49009","","49","UT","Daggett","NP","2310011502","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2610000400","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0003397317","TON","","" +"49009","","49","UT","Daggett","NP","2610000400","R","2014NEIV2","NOX","Nitrogen Oxides","0.00676852","TON","","" +"49009","","49","UT","Daggett","NP","2610000400","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"49009","","49","UT","Daggett","NP","2610000400","R","2014NEIV2","108952","Phenol","0.31135221052629","LB","","" +"49009","","49","UT","Daggett","NP","2610000400","R","2014NEIV2","100425","Styrene","0.27480216842105","LB","","" +"49009","","49","UT","Daggett","NP","2302002200","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2302002200","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0","LB","","" +"49009","","49","UT","Daggett","NP","2302002200","R","2014NEIV2","50328","Benzo[a]Pyrene","0","LB","","" +"49009","","49","UT","Daggett","NP","2302002200","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0","TON","","" +"49009","","49","UT","Daggett","NP","2501012014","R","2014NEIV2","91203","Naphthalene","0","LB","","" +"49009","","49","UT","Daggett","NP","2302003000","R","2014NEIV2","91203","Naphthalene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310000330","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2310000330","R","2014NEIV2","108907","Chlorobenzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310000330","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2310000330","R","2014NEIV2","250","PAH/POM - Unspecified","0","LB","","" +"49009","","49","UT","Daggett","NP","2310000330","R","2014NEIV2","78875","Propylene Dichloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2310000330","R","2014NEIV2","79345","1,1,2,2-Tetrachloroethane","0","LB","","" +"49009","","49","UT","Daggett","NP","2310000330","R","2014NEIV2","107028","Acrolein","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023511","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2805007100","R","2014NEIV2","67561","Methanol","0","LB","","" +"49009","","49","UT","Daggett","NP","2805007100","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2805007100","R","2014NEIV2","75003","Ethyl Chloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2805007100","R","2014NEIV2","NH3","Ammonia","0","TON","","" +"49009","","49","UT","Daggett","NP","2302002100","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2302002100","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2302002100","R","2014NEIV2","120127","Anthracene","0","LB","","" +"49009","","49","UT","Daggett","NP","2302002100","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0","LB","","" +"49009","","49","UT","Daggett","NP","2302002100","R","2014NEIV2","86737","Fluorene","0","LB","","" +"49009","","49","UT","Daggett","NP","2302002100","R","2014NEIV2","56553","Benz[a]Anthracene","0","LB","","" +"49009","","49","UT","Daggett","NP","2103011000","R","2014NEIV2","NH3","Ammonia","7.48322E-6","TON","","" +"49009","","49","UT","Daggett","NP","2103011000","R","2014NEIV2","83329","Acenaphthene","3.7883894452756E-7","LB","","" +"49009","","49","UT","Daggett","NP","2103011000","R","2014NEIV2","CO","Carbon Monoxide","0.0000448993","TON","","" +"49009","","49","UT","Daggett","NP","2103011000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","3.4493986E-6","TON","","" +"49009","","49","UT","Daggett","NP","2302003200","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0","TON","","" +"49009","","49","UT","Daggett","NP","2302003200","R","2014NEIV2","206440","Fluoranthene","0","LB","","" +"49009","","49","UT","Daggett","NP","2302003200","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2310021503","R","2014NEIV2","71432","Benzene","14.86046","LB","","" +"49009","","49","UT","Daggett","NP","2103006000","R","2014NEIV2","50000","Formaldehyde","0.04328243277026","LB","","" +"49009","","49","UT","Daggett","NP","2103006000","R","2014NEIV2","206440","Fluoranthene","1.7312986208759E-6","LB","","" +"49009","","49","UT","Daggett","NP","2103006000","R","2014NEIV2","NOX","Nitrogen Oxides","0.0274808","TON","","" +"49009","","49","UT","Daggett","NP","2103006000","R","2014NEIV2","SO2","Sulfur Dioxide","0.000164885","TON","","" +"49009","","49","UT","Daggett","NP","2310021100","R","2014NEIV2","91203","Naphthalene","0.0383758","LB","","" +"49009","","49","UT","Daggett","NP","2310021100","R","2014NEIV2","CO","Carbon Monoxide","2.64226","TON","","" +"49009","","49","UT","Daggett","NP","2310021100","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.239062","TON","","" +"49009","","49","UT","Daggett","NP","2805018000","R","2014NEIV2","75058","Acetonitrile","0","LB","","" +"49009","","49","UT","Daggett","NP","2805018000","R","2014NEIV2","67663","Chloroform","0","LB","","" +"49009","","49","UT","Daggett","NP","2805018000","R","2014NEIV2","71432","Benzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2102008000","R","2014NEIV2","100414","Ethyl Benzene","0.00042978679219","LB","","" +"49009","","49","UT","Daggett","NP","2102008000","R","2014NEIV2","108883","Toluene","0.00296534111321","LB","","" +"49009","","49","UT","Daggett","NP","2805018000","R","2014NEIV2","106467","1,4-Dichlorobenzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310111401","R","2014NEIV2","108883","Toluene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310111401","R","2014NEIV2","71432","Benzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023400","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"49009","","49","UT","Daggett","NP","2310023400","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2103001000","R","2014NEIV2","18540299","Chromium (VI)","0","LB","","" +"49009","","49","UT","Daggett","NP","2103001000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2103001000","R","2014NEIV2","7439976","Mercury","0","LB","","" +"49009","","49","UT","Daggett","NP","2103001000","R","2014NEIV2","7440020","Nickel","0","LB","","" +"49009","","49","UT","Daggett","NP","2310011000","R","2014NEIV2","50000","Formaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2310011000","R","2014NEIV2","SO2","Sulfur Dioxide","0","TON","","" +"49009","","49","UT","Daggett","NP","2311030000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.158420720721","TON","","" +"49009","","49","UT","Daggett","NP","2501012013","R","2014NEIV2","VOC","Volatile Organic Compounds","0.313864","TON","","" +"49009","","49","UT","Daggett","NP","2501012013","R","2014NEIV2","100414","Ethyl Benzene","4.26856","LB","","" +"49009","","49","UT","Daggett","NP","2104008210","R","2014NEIV2","95476","o-Xylene","1.05282","LB","","" +"49009","","49","UT","Daggett","NP","2104008210","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00265428","LB","","" +"49009","","49","UT","Daggett","NP","2104008210","R","2014NEIV2","75070","Acetaldehyde","3.21057","LB","","" +"49009","","49","UT","Daggett","NP","2104008210","R","2014NEIV2","203338","Benzo(a)Fluoranthene","0.00167287","LB","","" +"49009","","49","UT","Daggett","NP","2810025000","R","2014NEIV2","100027","4-Nitrophenol","0.0607456","LB","","" +"49009","","49","UT","Daggett","NP","2810025000","R","2014NEIV2","108952","Phenol","0.1867782","LB","","" +"49009","","49","UT","Daggett","NP","2810025000","R","2014NEIV2","132649","Dibenzofuran","0.01551476","LB","","" +"49009","","49","UT","Daggett","NP","2810025000","R","2014NEIV2","208968","Acenaphthylene","0.0095198","LB","","" +"49009","","49","UT","Daggett","NP","2810025000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.0274922","TON","","" +"49009","","49","UT","Daggett","NP","2311010000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00004499428","TON","","" +"49009","","49","UT","Daggett","NP","2311010000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","1.23272","TON","","" +"49009","","49","UT","Daggett","NP","2311010000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0056951664","TON","","" +"49009","","49","UT","Daggett","NP","2311010000","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"49009","","49","UT","Daggett","NP","2501060051","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","4.71561","LB","","" +"49009","","49","UT","Daggett","NP","2104009000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.03059582654","TON","","" +"49009","","49","UT","Daggett","NP","2104009000","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00244752","LB","","" +"49009","","49","UT","Daggett","NP","2104009000","R","2014NEIV2","208968","Acenaphthylene","0.0305124","LB","","" +"49009","","49","UT","Daggett","NP","2104009000","R","2014NEIV2","85018","Phenanthrene","0.0703255","LB","","" +"49009","","49","UT","Daggett","NP","2104009000","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.00456871","LB","","" +"49009","","49","UT","Daggett","NP","2310010200","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2310010200","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"49009","","49","UT","Daggett","NP","2460600000","R","2014NEIV2","67561","Methanol","63.923562","LB","","" +"49009","","49","UT","Daggett","NP","2505030120","R","2014NEIV2","100414","Ethyl Benzene","0.0529949","LB","","" +"49009","","49","UT","Daggett","NP","2505030120","R","2014NEIV2","110543","Hexane","1.79983","LB","","" +"49009","","49","UT","Daggett","NP","2505030120","R","2014NEIV2","71432","Benzene","1.08931","LB","","" +"49009","","49","UT","Daggett","NP","2505030120","R","2014NEIV2","91203","Naphthalene","0.000269974","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","1634044","Methyl Tert-Butyl Ether","0","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","18540299","Chromium (VI)","0","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","50000","Formaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","67663","Chloroform","0","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","7439921","Lead","0","TON","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","7440382","Arsenic","0","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","75252","Bromoform","0","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","86737","Fluorene","0","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","NH3","Ammonia","0","TON","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","129000","Pyrene","0","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","121142","2,4-Dinitrotoluene","0","LB","","" +"49009","","49","UT","Daggett","NP","2104008100","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.124671","TON","","" +"49009","","49","UT","Daggett","NP","2310000550","R","2014NEIV2","71432","Benzene","0.0383808","LB","","" +"49009","","49","UT","Daggett","NP","2102002000","R","2014NEIV2","56832736","Benzofluoranthenes","0","LB","","" +"49009","","49","UT","Daggett","NP","2104008700","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.000347539698","TON","","" +"49009","","49","UT","Daggett","NP","2104008700","R","2014NEIV2","108952","Phenol","0.249132","LB","","" +"49009","","49","UT","Daggett","NP","2104008700","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","0.188433","LB","","" +"49009","","49","UT","Daggett","NP","2104008700","R","2014NEIV2","CO","Carbon Monoxide","0.0393228","TON","","" +"49009","","49","UT","Daggett","NP","2501060053","R","2014NEIV2","71432","Benzene","2.51740424616008","LB","","" +"49009","","49","UT","Daggett","NP","2501060053","R","2014NEIV2","98828","Cumene","0.04749864","LB","","" +"49009","","49","UT","Daggett","NP","2310021603","R","2014NEIV2","71432","Benzene","45.6132","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","56235","Carbon Tetrachloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","75569","Propylene Oxide","0","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","100447","Benzyl Chloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","106467","1,4-Dichlorobenzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","107028","Acrolein","0","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","107051","Allyl Chloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","78875","Propylene Dichloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","87683","Hexachlorobutadiene","0","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","91203","Naphthalene","0","LB","","" +"49009","","49","UT","Daggett","NP","2630020000","R","2014NEIV2","92524","Biphenyl","0","LB","","" +"49009","","49","UT","Daggett","NP","2401020000","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2620030000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.000030431199","TON","","" +"49009","","49","UT","Daggett","NP","2620030000","R","2014NEIV2","VOC","Volatile Organic Compounds","0.0701394","TON","","" +"49009","","49","UT","Daggett","NP","2310023302","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2310023302","R","2014NEIV2","75014","Vinyl Chloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023302","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023302","R","2014NEIV2","542756","1,3-Dichloropropene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023302","R","2014NEIV2","67561","Methanol","0","LB","","" +"49009","","49","UT","Daggett","NP","2810060100","R","2014NEIV2","7440382","Arsenic","0.0000903506","LB","","" +"49009","","49","UT","Daggett","NP","2810060100","R","2014NEIV2","7440020","Nickel","0.0001151526","LB","","" +"49009","","49","UT","Daggett","NP","2810060100","R","2014NEIV2","SO2","Sulfur Dioxide","0.000464407","TON","","" +"49009","","49","UT","Daggett","NP","2810060100","R","2014NEIV2","7439921","Lead","1.18822E-6","TON","","" +"49009","","49","UT","Daggett","NP","2810060100","R","2014NEIV2","18540299","Chromium (VI)","0.0000171185","LB","","" +"49009","","49","UT","Daggett","NP","2501080050","R","2014NEIV2","7439921","Lead","0","TON","","" +"49009","","49","UT","Daggett","NP","2501080050","R","2014NEIV2","100414","Ethyl Benzene","0","LB","","" +"49009","","49","UT","Daggett","NP","2501055120","R","2014NEIV2","110543","Hexane","0","LB","","" +"49009","","49","UT","Daggett","NP","2501055120","R","2014NEIV2","108883","Toluene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023351","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023351","R","2014NEIV2","78875","Propylene Dichloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023351","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2104008320","R","2014NEIV2","85018","Phenanthrene","2.3033","LB","","" +"49009","","49","UT","Daggett","NP","2104008320","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.0197221","LB","","" +"49009","","49","UT","Daggett","NP","2104008320","R","2014NEIV2","129000","Pyrene","0.0105015","LB","","" +"49009","","49","UT","Daggett","NP","2104008320","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","22.3087","LB","","" +"49009","","49","UT","Daggett","NP","2104008320","R","2014NEIV2","56553","Benz[a]Anthracene","0.0278637","LB","","" +"49009","","49","UT","Daggett","NP","2104008320","R","2014NEIV2","VOC","Volatile Organic Compounds","0.289724","TON","","" +"49009","","49","UT","Daggett","NP","2805002000","R","2014NEIV2","108952","Phenol","0.990272","LB","","" +"49009","","49","UT","Daggett","NP","2805002000","R","2014NEIV2","75058","Acetonitrile","0","LB","","" +"49009","","49","UT","Daggett","NP","2806010000","R","2014NEIV2","NH3","Ammonia","0.0173593","TON","","" +"49009","","49","UT","Daggett","NP","2310021102","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0","TON","","" +"49009","","49","UT","Daggett","NP","2310011501","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2310011501","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2310021102","R","2014NEIV2","67561","Methanol","0","LB","","" +"49009","","49","UT","Daggett","NP","2310021102","R","2014NEIV2","75014","Vinyl Chloride","0","LB","","" +"49009","","49","UT","Daggett","NP","2310021102","R","2014NEIV2","91203","Naphthalene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310121401","R","2014NEIV2","71432","Benzene","164.0282","LB","","" +"49009","","49","UT","Daggett","NP","2310023010","R","2014NEIV2","108883","Toluene","0","LB","","" +"49009","","49","UT","Daggett","NP","2310023010","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2310021302","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.002467554348","TON","","" +"49009","","49","UT","Daggett","NP","2310021302","R","2014NEIV2","VOC","Volatile Organic Compounds","0.00437196","TON","","" +"49009","","49","UT","Daggett","NP","2310021302","R","2014NEIV2","100425","Styrene","0.00351522","LB","","" +"53009","","53","WA","Clallam","NP","2104007000","R","2014NEIV2","PM10-FIL","PM10 Filterable","0.00988065","TON","","" +"53009","","53","WA","Clallam","NP","2104007000","R","2014NEIV2","VOC","Volatile Organic Compounds","0.271718","TON","","" +"49009","","49","UT","Daggett","NP","2401055000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2401055000","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2310021351","R","2014NEIV2","CO","Carbon Monoxide","6.60174","TON","","" +"49009","","49","UT","Daggett","NP","2310021351","R","2014NEIV2","67663","Chloroform","0.0566524","LB","","" +"49009","","49","UT","Daggett","NP","2310021351","R","2014NEIV2","SO2","Sulfur Dioxide","0.00135309","TON","","" +"49009","","49","UT","Daggett","NP","2310021351","R","2014NEIV2","75343","Ethylidene Dichloride","0.046728","LB","","" +"49009","","49","UT","Daggett","NP","2310021400","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","1418.674","LB","","" +"49009","","49","UT","Daggett","NP","2310021400","R","2014NEIV2","100414","Ethyl Benzene","336.17","LB","","" +"49009","","49","UT","Daggett","NP","2401080000","R","2014NEIV2","108883","Toluene","0","LB","","" +"49009","","49","UT","Daggett","NP","2401080000","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"49009","","49","UT","Daggett","NP","2401080000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"49009","","49","UT","Daggett","NP","2102001000","R","2014NEIV2","92524","Biphenyl","0","LB","","" +"53009","","53","WA","Clallam","NP","2294000000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","1.1604632","TON","","" +"49009","","49","UT","Daggett","NP","2805001000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.432533388","TON","","" +"49009","","49","UT","Daggett","NP","2805001000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","192.505","TON","","" +"53009","","53","WA","Clallam","NP","2401080000","R","2014NEIV2","171","Glycol Ethers","1106.14","LB","","" +"53009","","53","WA","Clallam","NP","2460500000","R","2014NEIV2","108883","Toluene","183.948","LB","","" +"53009","","53","WA","Clallam","NP","2460500000","R","2014NEIV2","67561","Methanol","6403.88","LB","","" +"53009","","53","WA","Clallam","NP","2801000003","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.00194662","TON","","" +"53009","","53","WA","Clallam","NP","2805007100","R","2014NEIV2","110543","Hexane","1.645114","LB","","" +"53009","","53","WA","Clallam","NP","2805007100","R","2014NEIV2","71432","Benzene","0.763274","LB","","" +"53009","","53","WA","Clallam","NP","2805007100","R","2014NEIV2","75150","Carbon Disulfide","0.50539","LB","","" +"53009","","53","WA","Clallam","NP","2401001000","R","2014NEIV2","67561","Methanol","2060.01","LB","","" +"53009","","53","WA","Clallam","NP","2401001000","R","2014NEIV2","84742","Dibutyl Phthalate","3.3813","LB","","" +"53009","","53","WA","Clallam","NP","2401001000","R","2014NEIV2","98828","Cumene","64.2447","LB","","" +"53009","","53","WA","Clallam","NP","2401001000","R","2014NEIV2","108054","Vinyl Acetate","20.2878","LB","","" +"53009","","53","WA","Clallam","NP","2104001000","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"53009","","53","WA","Clallam","NP","2104001000","R","2014NEIV2","86737","Fluorene","0","LB","","" +"53009","","53","WA","Clallam","NP","2104001000","R","2014NEIV2","NH3","Ammonia","0","TON","","" +"53009","","53","WA","Clallam","NP","2302002200","R","2014NEIV2","CO","Carbon Monoxide","8.18179","TON","","" +"53009","","53","WA","Clallam","NP","2302002200","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.0579094","TON","","" +"53009","","53","WA","Clallam","NP","2302002200","R","2014NEIV2","SO2","Sulfur Dioxide","0","TON","","" +"53009","","53","WA","Clallam","NP","2302002200","R","2014NEIV2","108883","Toluene","287.858","LB","","" +"53009","","53","WA","Clallam","NP","2302002200","R","2014NEIV2","83329","Acenaphthene","0.27919","LB","","" +"53009","","53","WA","Clallam","NP","2302002200","R","2014NEIV2","84742","Dibutyl Phthalate","2.61678","LB","","" +"53009","","53","WA","Clallam","NP","2302002200","R","2014NEIV2","92524","Biphenyl","2.85168","LB","","" +"53009","","53","WA","Clallam","NP","2325000000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0","TON","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.553112","TON","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","91203","Naphthalene","318.79","LB","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","91576","2-Methylnaphthalene","1668.36432765959","LB","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","NH3","Ammonia","10.8988","TON","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","NOX","Nitrogen Oxides","34.0587","TON","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","PM10-FIL","PM10 Filterable","172.56","TON","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","106467","1,4-Dichlorobenzene","2.90634","LB","","" +"53009","","53","WA","Clallam","NP","2810060100","R","2014NEIV2","VOC","Volatile Organic Compounds","0.000883912","TON","","" +"53009","","53","WA","Clallam","NP","2810060100","R","2014NEIV2","NOX","Nitrogen Oxides","0.252546","TON","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","1349.8048801547","LB","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","34.0586","LB","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","208968","Acenaphthylene","205.26","LB","","" +"53009","","53","WA","Clallam","NP","2610030000","R","2014NEIV2","56553","Benz[a]Anthracene","40.6888","LB","","" +"53009","","53","WA","Clallam","NP","2302003000","R","2014NEIV2","50000","Formaldehyde","87.9656","LB","","" +"53009","","53","WA","Clallam","NP","2102005000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0","TON","","" +"53009","","53","WA","Clallam","NP","2102005000","R","2014NEIV2","56553","Benz[a]Anthracene","0","LB","","" +"53009","","53","WA","Clallam","NP","2102005000","R","2014NEIV2","56832736","Benzofluoranthenes","0","LB","","" +"53009","","53","WA","Clallam","NP","2501012015","R","2014NEIV2","540841","2,2,4-Trimethylpentane","19.7916","LB","","" +"53009","","53","WA","Clallam","NP","2102004002","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.1278018","TON","","" +"53009","","53","WA","Clallam","NP","2102004002","R","2014NEIV2","7439921","Lead","0.00180180945","TON","","" +"53009","","53","WA","Clallam","NP","2102004002","R","2014NEIV2","7782492","Selenium","6.0060315","LB","","" +"53009","","53","WA","Clallam","NP","2102004002","R","2014NEIV2","85018","Phenanthrene","0.0548551","LB","","" +"53009","","53","WA","Clallam","NP","2501012014","R","2014NEIV2","VOC","Volatile Organic Compounds","1.44047","TON","","" +"53009","","53","WA","Clallam","NP","2501012014","R","2014NEIV2","71432","Benzene","45.1328","LB","","" +"53009","","53","WA","Clallam","NP","2104006000","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.00210947","TON","","" +"53009","","53","WA","Clallam","NP","2810025000","R","2014NEIV2","100027","4-Nitrophenol","7.85108","LB","","" +"53009","","53","WA","Clallam","NP","2104006000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.00824609","TON","","" +"53009","","53","WA","Clallam","NP","2810025000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00478976752","TON","","" +"53009","","53","WA","Clallam","NP","2810025000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","2.381381448","TON","","" +"53009","","53","WA","Clallam","NP","2610000100","R","2014NEIV2","NOX","Nitrogen Oxides","1.15358","TON","","" +"53009","","53","WA","Clallam","NP","2610000100","R","2014NEIV2","PM10-FIL","PM10 Filterable","4.09","TON","","" +"53009","","53","WA","Clallam","NP","2610000100","R","2014NEIV2","100414","Ethyl Benzene","17.86188","LB","","" +"53009","","53","WA","Clallam","NP","2102004002","R","2014NEIV2","107028","Acrolein","0.172588","LB","","" +"53009","","53","WA","Clallam","NP","2102004002","R","2014NEIV2","108883","Toluene","0.76312","LB","","" +"53009","","53","WA","Clallam","NP","2102004002","R","2014NEIV2","129000","Pyrene","0.00891862","LB","","" +"53009","","53","WA","Clallam","NP","2102004002","R","2014NEIV2","206440","Fluoranthene","0.0141989","LB","","" +"53009","","53","WA","Clallam","NP","2102004002","R","2014NEIV2","208968","Acenaphthylene","0.00944104","LB","","" +"53009","","53","WA","Clallam","NP","2501050120","R","2014NEIV2","108883","Toluene","1174.15","LB","","" +"53009","","53","WA","Clallam","NP","2810060200","R","2014NEIV2","7439976","Mercury","0.0182809","LB","","" +"53009","","53","WA","Clallam","NP","2460600000","R","2014NEIV2","VOC","Volatile Organic Compounds","20.59125","TON","","" +"53009","","53","WA","Clallam","NP","2701200000","R","2014NEIV2","75070","Acetaldehyde","1245036","LB","","" +"53009","","53","WA","Clallam","NP","2280003100","R","2014NEIV2","206440","Fluoranthene","1.888192E-7","LB","M","" +"53009","","53","WA","Clallam","NP","2280003100","R","2014NEIV2","50000","Formaldehyde","0.0005011278","LB","M","" +"53009","","53","WA","Clallam","NP","2280003100","R","2014NEIV2","CO","Carbon Monoxide","0.0004285138","TON","M","" +"53009","","53","WA","Clallam","NP","2302003100","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","1.5700097127","TON","","" +"53009","","53","WA","Clallam","NP","2302003100","R","2014NEIV2","PM10-FIL","PM10 Filterable","1.25905","TON","","" +"53009","","53","WA","Clallam","NP","2302003100","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","5.21464","TON","","" +"53009","","53","WA","Clallam","NP","2302003100","R","2014NEIV2","123386","Propionaldehyde","38.0586","LB","","" +"53009","","53","WA","Clallam","NP","2501080100","R","2014NEIV2","107062","Ethylene Dichloride","0.1239974","LB","","" +"53009","","53","WA","Clallam","NP","2102011000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0","TON","","" +"53009","","53","WA","Clallam","NP","2102011000","R","2014NEIV2","7782492","Selenium","0","LB","","" +"53009","","53","WA","Clallam","NP","2102011000","R","2014NEIV2","7440439","Cadmium","0","LB","","" +"53009","","53","WA","Clallam","NP","2102011000","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"53009","","53","WA","Clallam","NP","2102011000","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"53009","","53","WA","Clallam","NP","2102011000","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0","LB","","" +"53009","","53","WA","Clallam","NP","2102011000","R","2014NEIV2","218019","Chrysene","0","LB","","" +"53009","","53","WA","Clallam","NP","2501011014","R","2014NEIV2","91203","Naphthalene","0","LB","","" +"53009","","53","WA","Clallam","NP","2415000000","R","2014NEIV2","111773","Diethylene Glycol Monomethyl Ether","1304","LB","","" +"53009","","53","WA","Clallam","NP","2415000000","R","2014NEIV2","112345","Diethylene Glycol Monobutyl Ether","2245.09","LB","","" +"53009","","53","WA","Clallam","NP","2805018000","R","2014NEIV2","106467","1,4-Dichlorobenzene","0","LB","","" +"53009","","53","WA","Clallam","NP","2805018000","R","2014NEIV2","108952","Phenol","0","LB","","" +"53009","","53","WA","Clallam","NP","2805018000","R","2014NEIV2","60355","Acetamide","0","LB","","" +"53009","","53","WA","Clallam","NP","2805018000","R","2014NEIV2","75092","Methylene Chloride","0","LB","","" +"53009","","53","WA","Clallam","NP","2460400000","R","2014NEIV2","67561","Methanol","9167.66","LB","","" +"53009","","53","WA","Clallam","NP","2401075000","R","2014NEIV2","VOC","Volatile Organic Compounds","1.35562","TON","","" +"53009","","53","WA","Clallam","NP","2401075000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","107.636","LB","","" +"53009","","53","WA","Clallam","NP","2805002000","R","2014NEIV2","108907","Chlorobenzene","0.2594","LB","","" +"53009","","53","WA","Clallam","NP","2805002000","R","2014NEIV2","108952","Phenol","1.556402","LB","","" +"53009","","53","WA","Clallam","NP","2805002000","R","2014NEIV2","60355","Acetamide","0","LB","","" +"53009","","53","WA","Clallam","NP","2805002000","R","2014NEIV2","71432","Benzene","0.2594","LB","","" +"53009","","53","WA","Clallam","NP","2102008000","R","2014NEIV2","120809","Catechol","9.5896255950321","LB","","" +"53009","","53","WA","Clallam","NP","2501011011","R","2014NEIV2","540841","2,2,4-Trimethylpentane","217.184","LB","","" +"53009","","53","WA","Clallam","NP","2102008000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","5.55555","TON","","" +"53009","","53","WA","Clallam","NP","2102008000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","6.42555","TON","","" +"53009","","53","WA","Clallam","NP","2102008000","R","2014NEIV2","90120","1-Methylnaphthalene","0.325801395858","LB","","" +"53009","","53","WA","Clallam","NP","2610000300","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.009210036","TON","","" +"53009","","53","WA","Clallam","NP","2610000300","R","2014NEIV2","100425","Styrene","7.55408","LB","","" +"53009","","53","WA","Clallam","NP","2610000300","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.558184","TON","","" +"53009","","53","WA","Clallam","NP","2104008210","R","2014NEIV2","NH3","Ammonia","2.19855","TON","","" +"53009","","53","WA","Clallam","NP","2104008210","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","39.5739","TON","","" +"53009","","53","WA","Clallam","NP","2104008210","R","2014NEIV2","7439965","Manganese","0.43971","LB","","" +"53009","","53","WA","Clallam","NP","2104008210","R","2014NEIV2","75070","Acetaldehyde","1593.304","LB","","" +"53009","","53","WA","Clallam","NP","2104008210","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","6.4146","LB","","" +"53009","","53","WA","Clallam","NP","2104011000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","6.10922207E-7","TON","","" +"53009","","53","WA","Clallam","NP","2104011000","R","2014NEIV2","56553","Benz[a]Anthracene","2.04801E-6","LB","","" +"53009","","53","WA","Clallam","NP","2401008000","R","2014NEIV2","108883","Toluene","710.492","LB","","" +"53009","","53","WA","Clallam","NP","2103004002","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0","TON","","" +"53009","","53","WA","Clallam","NP","2103004002","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","9.82871E-6","LB","","" +"53009","","53","WA","Clallam","NP","2103004002","R","2014NEIV2","207089","Benzo[k]Fluoranthene","3.11544E-6","LB","","" +"53009","","53","WA","Clallam","NP","2810005001","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.206922492","TON","","" +"53009","","53","WA","Clallam","NP","2810005001","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","81.5959668","TON","","" +"53009","","53","WA","Clallam","NP","2810005001","R","2014NEIV2","NOX","Nitrogen Oxides","46.342","TON","","" +"53009","","53","WA","Clallam","NP","2810005001","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"53009","","53","WA","Clallam","NP","2810005001","R","2014NEIV2","VOC","Volatile Organic Compounds","52.1348","TON","","" +"53009","","53","WA","Clallam","NP","2810005001","R","2014NEIV2","CO","Carbon Monoxide","880.498","TON","","" +"53009","","53","WA","Clallam","NP","2103004002","R","2014NEIV2","208968","Acenaphthylene","0.000101704","LB","","" +"53009","","53","WA","Clallam","NP","2103004002","R","2014NEIV2","7440439","Cadmium","0.00125842056338","LB","","" +"53009","","53","WA","Clallam","NP","2103004002","R","2014NEIV2","108883","Toluene","0.00822074","LB","","" +"53009","","53","WA","Clallam","NP","2805025000","R","2014NEIV2","108907","Chlorobenzene","0","LB","","" +"53009","","53","WA","Clallam","NP","2805025000","R","2014NEIV2","71432","Benzene","2.85168","LB","","" +"53009","","53","WA","Clallam","NP","2102001000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0","TON","","" +"53009","","53","WA","Clallam","NP","2102001000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"53009","","53","WA","Clallam","NP","2104008310","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.10900129","TON","","" +"53009","","53","WA","Clallam","NP","2104008310","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.23521331","TON","","" +"53009","","53","WA","Clallam","NP","2104008310","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","30.30235862","TON","","" +"53009","","53","WA","Clallam","NP","2104008310","R","2014NEIV2","192972","Benzo[e]Pyrene","27.9346","LB","","" +"53009","","53","WA","Clallam","NP","2104008310","R","2014NEIV2","SO2","Sulfur Dioxide","0.749922","TON","","" +"53009","","53","WA","Clallam","NP","2103006000","R","2014NEIV2","71432","Benzene","0.72146","LB","","" +"53009","","53","WA","Clallam","NP","2461022000","R","2014NEIV2","91203","Naphthalene","837.582","LB","","" +"53009","","53","WA","Clallam","NP","2103006000","R","2014NEIV2","129000","Pyrene","0.00180365","LB","","" +"53009","","53","WA","Clallam","NP","2103006000","R","2014NEIV2","PM-CON","PM Condensible","0.0549685","TON","","" +"53009","","53","WA","Clallam","NP","2501080050","R","2014NEIV2","108883","Toluene","539.452","LB","","" +"53009","","53","WA","Clallam","NP","2103007000","R","2014NEIV2","NH3","Ammonia","0.0062487","TON","","" +"53009","","53","WA","Clallam","NP","2610000500","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0","TON","","" +"53009","","53","WA","Clallam","NP","2610000500","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"53009","","53","WA","Clallam","NP","2610000500","R","2014NEIV2","100425","Styrene","0","LB","","" +"53009","","53","WA","Clallam","NP","2104009000","R","2014NEIV2","218019","Chrysene","0.33416","LB","","" +"53009","","53","WA","Clallam","NP","2801500170","R","2014NEIV2","71432","Benzene","690.896","LB","","" +"53009","","53","WA","Clallam","NP","2801500170","R","2014NEIV2","NH3","Ammonia","6.06594","TON","","" +"53009","","53","WA","Clallam","NP","2801500170","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","4.36728882","TON","","" +"53009","","53","WA","Clallam","NP","2104009000","R","2014NEIV2","85018","Phenanthrene","3.06432","LB","","" +"53009","","53","WA","Clallam","NP","2401200000","R","2014NEIV2","171","Glycol Ethers","5.99097","LB","","" +"53009","","53","WA","Clallam","NP","2460900000","R","2014NEIV2","67561","Methanol","471.865","LB","","" +"53009","","53","WA","Clallam","NP","2401090000","R","2014NEIV2","171","Glycol Ethers","23.7151","LB","","" +"53009","","53","WA","Clallam","NP","2401090000","R","2014NEIV2","107211","Ethylene Glycol","7.722","LB","","" +"53009","","53","WA","Clallam","NP","2401090000","R","2014NEIV2","VOC","Volatile Organic Compounds","0.858","TON","","" +"53009","","53","WA","Clallam","NP","2401090000","R","2014NEIV2","108883","Toluene","68.1252","LB","","" +"53009","","53","WA","Clallam","NP","2104008610","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","2.36786","LB","","" +"53009","","53","WA","Clallam","NP","2104008100","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","2.3793957","TON","","" +"53009","","53","WA","Clallam","NP","2104008100","R","2014NEIV2","91203","Naphthalene","957.626","LB","","" +"53009","","53","WA","Clallam","NP","2104008100","R","2014NEIV2","CO","Carbon Monoxide","269.219","TON","","" +"53009","","53","WA","Clallam","NP","2104008100","R","2014NEIV2","VOC","Volatile Organic Compounds","34.1493","TON","","" +"53009","","53","WA","Clallam","NP","2104008330","R","2014NEIV2","206440","Fluoranthene","6.77864","LB","","" +"53009","","53","WA","Clallam","NP","2104008330","R","2014NEIV2","208968","Acenaphthylene","38.405","LB","","" +"53009","","53","WA","Clallam","NP","2104008330","R","2014NEIV2","56553","Benz[a]Anthracene","13.53528","LB","","" +"53009","","53","WA","Clallam","NP","2104008330","R","2014NEIV2","120127","Anthracene","4.51176","LB","","" +"53009","","53","WA","Clallam","NP","2104008330","R","2014NEIV2","106990","1,3-Butadiene","214.584","LB","","" +"53009","","53","WA","Clallam","NP","2501060052","R","2014NEIV2","71432","Benzene","0","LB","","" +"53009","","53","WA","Clallam","NP","2501060052","R","2014NEIV2","98828","Cumene","0","LB","","" +"53009","","53","WA","Clallam","NP","2501060051","R","2014NEIV2","98828","Cumene","0","LB","","" +"53009","","53","WA","Clallam","NP","2501060051","R","2014NEIV2","71432","Benzene","0","LB","","" +"53009","","53","WA","Clallam","NP","2296000000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.003342768","TON","","" +"53009","","53","WA","Clallam","NP","2296000000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.02574","TON","","" +"53009","","53","WA","Clallam","NP","2296000000","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"53009","","53","WA","Clallam","NP","2103004001","R","2014NEIV2","CO","Carbon Monoxide","0.00423233","TON","","" +"53009","","53","WA","Clallam","NP","2103004001","R","2014NEIV2","NOX","Nitrogen Oxides","0.0169293","TON","","" +"53009","","53","WA","Clallam","NP","2630020000","R","2014NEIV2","NH3","Ammonia","0.106521","TON","","" +"53009","","53","WA","Clallam","NP","2630020000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","3.39102","LB","","" +"53009","","53","WA","Clallam","NP","2630020000","R","2014NEIV2","121142","2,4-Dinitrotoluene","0.060635","LB","","" +"53009","","53","WA","Clallam","NP","2630020000","R","2014NEIV2","56235","Carbon Tetrachloride","1.411874","LB","","" +"53009","","53","WA","Clallam","NP","2630020000","R","2014NEIV2","100425","Styrene","3.44144","LB","","" +"53009","","53","WA","Clallam","NP","2630020000","R","2014NEIV2","77781","Dimethyl Sulfate","0.001651388","LB","","" +"53009","","53","WA","Clallam","NP","2103004001","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00034256525","TON","","" +"53009","","53","WA","Clallam","NP","2103004001","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0","TON","","" +"53009","","53","WA","Clallam","NP","2103004001","R","2014NEIV2","206440","Fluoranthene","5.33274E-6","LB","","" +"53009","","53","WA","Clallam","NP","2103004001","R","2014NEIV2","7440417","Beryllium","0.00071103239436","LB","","" +"53009","","53","WA","Clallam","NP","2805009100","R","2014NEIV2","71432","Benzene","0.01877816","LB","","" +"53009","","53","WA","Clallam","NP","2805009100","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"53009","","53","WA","Clallam","NP","2805009100","R","2014NEIV2","NH3","Ammonia","0.023","TON","","" +"53009","","53","WA","Clallam","NP","2805009100","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"53009","","53","WA","Clallam","NP","2103005000","R","2014NEIV2","7440439","Cadmium","0","LB","","" +"53009","","53","WA","Clallam","NP","2103005000","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"53009","","53","WA","Clallam","NP","2104008700","R","2014NEIV2","50000","Formaldehyde","1503.69","LB","","" +"53009","","53","WA","Clallam","NP","2104008700","R","2014NEIV2","50328","Benzo[a]Pyrene","0.84005","LB","","" +"53009","","53","WA","Clallam","NP","2104008700","R","2014NEIV2","CO","Carbon Monoxide","62.5838","TON","","" +"53009","","53","WA","Clallam","NP","2104008700","R","2014NEIV2","NH3","Ammonia","0.756045","TON","","" +"53009","","53","WA","Clallam","NP","2104008700","R","2014NEIV2","108952","Phenol","396.504","LB","","" +"53009","","53","WA","Clallam","NP","2302003200","R","2014NEIV2","50000","Formaldehyde","1.48716","LB","","" +"53009","","53","WA","Clallam","NP","2302003200","R","2014NEIV2","75070","Acetaldehyde","3.3741","LB","","" +"53009","","53","WA","Clallam","NP","2302003200","R","2014NEIV2","85018","Phenanthrene","0.00959458","LB","","" +"53009","","53","WA","Clallam","NP","2302003200","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.332143","TON","","" +"53009","","53","WA","Clallam","NP","2302003200","R","2014NEIV2","PM10-FIL","PM10 Filterable","0.0561579","TON","","" +"53009","","53","WA","Clallam","NP","2302003200","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.3875","TON","","" +"53009","","53","WA","Clallam","NP","2610000400","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","2.82","TON","","" +"53009","","53","WA","Clallam","NP","2104008700","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.018833921","TON","","" +"53009","","53","WA","Clallam","NP","2104008700","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.040641619","TON","","" +"53009","","53","WA","Clallam","NP","2805030008","R","2014NEIV2","NH3","Ammonia","0.41712","TON","","" +"53009","","53","WA","Clallam","NP","2610000400","R","2014NEIV2","100425","Styrene","37.7704","LB","","" +"53009","","53","WA","Clallam","NP","2610000400","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.046694835","TON","","" +"53009","","53","WA","Clallam","NP","2103005000","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0","LB","","" +"53009","","53","WA","Clallam","NP","2102002000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.70236524488","TON","","" +"53009","","53","WA","Clallam","NP","2102002000","R","2014NEIV2","50000","Formaldehyde","0.167815","LB","","" +"53009","","53","WA","Clallam","NP","2102002000","R","2014NEIV2","75252","Bromoform","0.02727","LB","","" +"53009","","53","WA","Clallam","NP","2102002000","R","2014NEIV2","83329","Acenaphthene","0.000356607","LB","","" +"53009","","53","WA","Clallam","NP","2102002000","R","2014NEIV2","PM10-FIL","PM10 Filterable","4.19538","TON","","" +"53009","","53","WA","Clallam","NP","2102002000","R","2014NEIV2","SO2","Sulfur Dioxide","6.6427","TON","","" +"53009","","53","WA","Clallam","NP","2102002000","R","2014NEIV2","120127","Anthracene","0.000146838","LB","","" +"53009","","53","WA","Clallam","NP","2501011015","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","5.71458","LB","","" +"53009","","53","WA","Clallam","NP","2103011000","R","2014NEIV2","7439976","Mercury","0.00011863781661","LB","","" +"53009","","53","WA","Clallam","NP","2103011000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","3.509482095E-7","TON","","" +"53009","","53","WA","Clallam","NP","2103011000","R","2014NEIV2","86737","Fluorene","1.26547E-6","LB","","" +"53009","","53","WA","Clallam","NP","2103011000","R","2014NEIV2","NH3","Ammonia","0.000117173","TON","","" +"53009","","53","WA","Clallam","NP","2103011000","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.000117173","TON","","" +"53009","","53","WA","Clallam","NP","2103011000","R","2014NEIV2","7439921","Lead","1.779565E-7","TON","","" +"53009","","53","WA","Clallam","NP","2103011000","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","4.74551E-7","LB","","" +"53009","","53","WA","Clallam","NP","2461850000","R","2014NEIV2","63252","Carbaryl","6.08304","LB","","" +"53009","","53","WA","Clallam","NP","2104004000","R","2014NEIV2","71432","Benzene","0.0119739","LB","","" +"53009","","53","WA","Clallam","NP","2104004000","R","2014NEIV2","75070","Acetaldehyde","0.279372","LB","","" +"53009","","53","WA","Clallam","NP","2104004000","R","2014NEIV2","86737","Fluorene","0.000255447","LB","","" +"53009","","53","WA","Clallam","NP","2104004000","R","2014NEIV2","7440020","Nickel","0.0239478","LB","","" +"53009","","53","WA","Clallam","NP","2104004000","R","2014NEIV2","NH3","Ammonia","0.0284146","TON","","" +"53009","","53","WA","Clallam","NP","2104004000","R","2014NEIV2","NOX","Nitrogen Oxides","0.511465","TON","","" +"53009","","53","WA","Clallam","NP","2104004000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.060523","TON","","" +"53009","","53","WA","Clallam","NP","2501012013","R","2014NEIV2","71432","Benzene","22.8224","LB","","" +"53009","","53","WA","Clallam","NP","2501011012","R","2014NEIV2","100414","Ethyl Benzene","30.6868","LB","","" +"53009","","53","WA","Clallam","NP","2103002000","R","2014NEIV2","106934","Ethylene Dibromide","0","LB","","" +"53009","","53","WA","Clallam","NP","2103002000","R","2014NEIV2","120127","Anthracene","0","LB","","" +"53009","","53","WA","Clallam","NP","2103002000","R","2014NEIV2","129000","Pyrene","0","LB","","" +"53009","","53","WA","Clallam","NP","2103002000","R","2014NEIV2","3697243","5-Methylchrysene","0","LB","","" +"53009","","53","WA","Clallam","NP","2103002000","R","2014NEIV2","57125","Cyanide","0","LB","","" +"53009","","53","WA","Clallam","NP","2103002000","R","2014NEIV2","18540299","Chromium (VI)","0","LB","","" +"53009","","53","WA","Clallam","NP","2103002000","R","2014NEIV2","77781","Dimethyl Sulfate","0","LB","","" +"53009","","53","WA","Clallam","NP","2810050000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.34125","TON","","" +"53009","","53","WA","Clallam","NP","2311030000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","2.7530847014","TON","","" +"53009","","53","WA","Clallam","NP","2501060201","R","2014NEIV2","91203","Naphthalene","0.0630288","LB","","" +"53009","","53","WA","Clallam","NP","2104008320","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","9.8814287832","TON","","" +"53009","","53","WA","Clallam","NP","2104008320","R","2014NEIV2","56553","Benz[a]Anthracene","1.13873","LB","","" +"53009","","53","WA","Clallam","NP","2104008320","R","2014NEIV2","71432","Benzene","3165.94","LB","","" +"53009","","53","WA","Clallam","NP","2104008320","R","2014NEIV2","7439976","Mercury","0.0171667","LB","","" +"53009","","53","WA","Clallam","NP","2104008320","R","2014NEIV2","92524","Biphenyl","29.3484","LB","","" +"53009","","53","WA","Clallam","NP","2104008320","R","2014NEIV2","NH3","Ammonia","1.48558","TON","","" +"53009","","53","WA","Clallam","NP","2104008320","R","2014NEIV2","SO2","Sulfur Dioxide","0.660258","TON","","" +"53009","","53","WA","Clallam","NP","2102004001","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0034801125","TON","","" +"53009","","53","WA","Clallam","NP","2102004001","R","2014NEIV2","50000","Formaldehyde","0.862169","LB","","" +"53009","","53","WA","Clallam","NP","2102004001","R","2014NEIV2","7440382","Arsenic","0.010058636","LB","","" +"53009","","53","WA","Clallam","NP","2102004001","R","2014NEIV2","NH3","Ammonia","0.00718475","TON","","" +"53009","","53","WA","Clallam","NP","2104002000","R","2014NEIV2","56553","Benz[a]Anthracene","0","LB","","" +"53009","","53","WA","Clallam","NP","2103001000","R","2014NEIV2","7439976","Mercury","0","LB","","" +"53009","","53","WA","Clallam","NP","2103001000","R","2014NEIV2","92524","Biphenyl","0","LB","","" +"53009","","53","WA","Clallam","NP","2103001000","R","2014NEIV2","NOX","Nitrogen Oxides","0","TON","","" +"53009","","53","WA","Clallam","NP","2103001000","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0","TON","","" +"53009","","53","WA","Clallam","NP","2104002000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0","TON","","" +"53009","","53","WA","Clallam","NP","2104002000","R","2014NEIV2","107028","Acrolein","0","LB","","" +"53009","","53","WA","Clallam","NP","2104002000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0","TON","","" +"53009","","53","WA","Clallam","NP","2104002000","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"53009","","53","WA","Clallam","NP","2102007000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.0058554","TON","","" +"53009","","53","WA","Clallam","NP","2102006000","R","2014NEIV2","75070","Acetaldehyde","0.00101585","LB","","" +"53009","","53","WA","Clallam","NP","2102006000","R","2014NEIV2","PM-CON","PM Condensible","0.0119074","TON","","" +"53009","","53","WA","Clallam","NP","2102006000","R","2014NEIV2","86737","Fluorene","0.000218799","LB","","" +"53009","","53","WA","Clallam","NP","2501012012","R","2014NEIV2","108883","Toluene","7.50962","LB","","" +"53009","","53","WA","Clallam","NP","2104008400","R","2014NEIV2","NOX","Nitrogen Oxides","0.736164","TON","","" +"53009","","53","WA","Clallam","NP","2104008400","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.56","TON","","" +"53009","","53","WA","Clallam","NP","2104008400","R","2014NEIV2","108952","Phenol","9.68636","LB","","" +"53009","","53","WA","Clallam","NP","2104008400","R","2014NEIV2","VOC","Volatile Organic Compounds","0.00794282","TON","","" +"53009","","53","WA","Clallam","NP","2104008220","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","16.6241","TON","","" +"53009","","53","WA","Clallam","NP","2104008220","R","2014NEIV2","198550","Perylene","1.840036","LB","","" +"53009","","53","WA","Clallam","NP","2104008220","R","2014NEIV2","85018","Phenanthrene","108.6258","LB","","" +"53009","","53","WA","Clallam","NP","2104008220","R","2014NEIV2","92524","Biphenyl","20.245","LB","","" +"53009","","53","WA","Clallam","NP","2805030007","R","2014NEIV2","NH3","Ammonia","0.55044","TON","","" +"53009","","53","WA","Clallam","NP","2311020000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00156720415","TON","","" +"53009","","53","WA","Clallam","NP","2104008230","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.025209383","TON","","" +"53009","","53","WA","Clallam","NP","2104008230","R","2014NEIV2","50000","Formaldehyde","745.428","LB","","" +"53009","","53","WA","Clallam","NP","2104008230","R","2014NEIV2","50328","Benzo[a]Pyrene","1.556136","LB","","" +"53009","","53","WA","Clallam","NP","2104008230","R","2014NEIV2","SO2","Sulfur Dioxide","0.151818","TON","","" +"53009","","53","WA","Clallam","NP","2104008230","R","2014NEIV2","108952","Phenol","309.708","LB","","" +"53009","","53","WA","Clallam","NP","2104008230","R","2014NEIV2","192972","Benzo[e]Pyrene","1.556136","LB","","" +"53009","","53","WA","Clallam","NP","2302002100","R","2014NEIV2","208968","Acenaphthylene","2.75418","LB","","" +"53009","","53","WA","Clallam","NP","2302002100","R","2014NEIV2","50000","Formaldehyde","66.4286","LB","","" +"53009","","53","WA","Clallam","NP","2302002100","R","2014NEIV2","95476","o-Xylene","7.09824","LB","","" +"53009","","53","WA","Clallam","NP","2302002100","R","2014NEIV2","100027","4-Nitrophenol","1.41965","LB","","" +"53009","","53","WA","Clallam","NP","2805001000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.46645802","TON","","" +"53009","","53","WA","Clallam","NP","2680003000","R","2014NEIV2","NH3","Ammonia","0","TON","","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","16.134591392","TON","M","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0617181595","TON","M","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.02387132881","TON","M","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","107028","Acrolein","102.52676","LB","M","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","110543","Hexane","161.1134","LB","M","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","50328","Benzo[a]Pyrene","0.1135303","LB","M","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","75070","Acetaldehyde","2176.438","LB","M","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","85018","Phenanthrene","1.7574","LB","M","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","22.70607","TON","M","" +"53009","","53","WA","Clallam","NP","2280002100","R","2014NEIV2","NOX","Nitrogen Oxides","602.8134","TON","M","" +"53009","","53","WA","Clallam","NP","2280003100","R","2014NEIV2","86737","Fluorene","0.046425992","LB","H","" +"53009","","53","WA","Clallam","NP","2280003100","R","2014NEIV2","91203","Naphthalene","1.32932","LB","H","" +"53009","","53","WA","Clallam","NP","2280003100","R","2014NEIV2","1336363","Polychlorinated Biphenyls","0.016679996","LB","H","" +"53009","","53","WA","Clallam","NP","2280003100","R","2014NEIV2","118741","Hexachlorobenzene","0.0013344002","LB","H","" +"55009","","55","WI","Brown","NP","2610030000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","26.1521369802","TON","","" +"55009","","55","WI","Brown","NP","2610030000","R","2014NEIV2","120127","Anthracene","9.34029","LB","","" +"55009","","55","WI","Brown","NP","2610030000","R","2014NEIV2","129000","Pyrene","18.6806","LB","","" +"55009","","55","WI","Brown","NP","2610030000","R","2014NEIV2","206440","Fluoranthene","18.6806","LB","","" +"55009","","55","WI","Brown","NP","2610030000","R","2014NEIV2","50328","Benzo[a]Pyrene","9.34029","LB","","" +"55009","","55","WI","Brown","NP","2610030000","R","2014NEIV2","75070","Acetaldehyde","2668.21","LB","","" +"53009","","53","WA","Clallam","NP","2280003200","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.563438","LB","C","" +"53009","","53","WA","Clallam","NP","2280003200","R","2014NEIV2","7439921","Lead","0.00844389","TON","C","" +"53009","","53","WA","Clallam","NP","2280003200","R","2014NEIV2","NH3","Ammonia","1.5373","TON","C","" +"53009","","53","WA","Clallam","NP","2280003200","R","2014NEIV2","118741","Hexachlorobenzene","0.0045075","LB","C","" +"53009","","53","WA","Clallam","NP","2280003200","R","2014NEIV2","VOC","Volatile Organic Compounds","190.534","TON","C","" +"53009","","53","WA","Clallam","NP","2280003200","R","2014NEIV2","SO2","Sulfur Dioxide","3839.16","TON","C","" +"55009","","55","WI","Brown","NP","2610030000","R","2014NEIV2","NOX","Nitrogen Oxides","12.8081","TON","","" +"55009","","55","WI","Brown","NP","2501011014","R","2014NEIV2","540841","2,2,4-Trimethylpentane","169.15","LB","","" +"55009","","55","WI","Brown","NP","2501011014","R","2014NEIV2","71432","Benzene","30.9612","LB","","" +"55009","","55","WI","Brown","NP","2630020000","R","2014NEIV2","79016","Trichloroethylene","2.51518","LB","","" +"55009","","55","WI","Brown","NP","2630020000","R","2014NEIV2","VOC","Volatile Organic Compounds","3.49","TON","","" +"55009","","55","WI","Brown","NP","2630020000","R","2014NEIV2","106898","Epichlorohydrin","0.0371524","LB","","" +"55009","","55","WI","Brown","NP","2630020000","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","0.0132335","LB","","" +"55009","","55","WI","Brown","NP","2630020000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","480","LB","","" +"55009","","55","WI","Brown","NP","2630020000","R","2014NEIV2","1634044","Methyl Tert-Butyl Ether","0.523584","LB","","" +"55009","","55","WI","Brown","NP","2630020000","R","2014NEIV2","75150","Carbon Disulfide","20","LB","","" +"55009","","55","WI","Brown","NP","2630020000","R","2014NEIV2","75092","Methylene Chloride","60","LB","","" +"55009","","55","WI","Brown","NP","2630020000","R","2014NEIV2","67663","Chloroform","40","LB","","" +"55009","","55","WI","Brown","NP","2501011013","R","2014NEIV2","VOC","Volatile Organic Compounds","10.7284","TON","","" +"55009","","55","WI","Brown","NP","2501011013","R","2014NEIV2","71432","Benzene","35.201","LB","","" +"55009","","55","WI","Brown","NP","2501011013","R","2014NEIV2","91203","Naphthalene","0.0463468","LB","","" +"55009","","55","WI","Brown","NP","2104008210","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.514226","LB","","" +"55009","","55","WI","Brown","NP","2104008210","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","13.2997","TON","","" +"55009","","55","WI","Brown","NP","2104008210","R","2014NEIV2","SO2","Sulfur Dioxide","0.173852","TON","","" +"55009","","55","WI","Brown","NP","2104008210","R","2014NEIV2","107028","Acrolein","79.1028","LB","","" +"55009","","55","WI","Brown","NP","2104008210","R","2014NEIV2","71432","Benzene","1684.63","LB","","" +"55009","","55","WI","Brown","NP","2104008210","R","2014NEIV2","83329","Acenaphthene","5.39812","LB","","" +"55009","","55","WI","Brown","NP","2102002000","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0","TON","","" +"55009","","55","WI","Brown","NP","2102002000","R","2014NEIV2","108054","Vinyl Acetate","0","LB","","" +"55009","","55","WI","Brown","NP","2102002000","R","2014NEIV2","7440382","Arsenic","0","LB","","" +"55009","","55","WI","Brown","NP","2104007000","R","2014NEIV2","NH3","Ammonia","0.0970052","TON","","" +"55009","","55","WI","Brown","NP","2102002000","R","2014NEIV2","100447","Benzyl Chloride","0","LB","","" +"55009","","55","WI","Brown","NP","2102002000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0","TON","","" +"55009","","55","WI","Brown","NP","2102002000","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0","LB","","" +"55009","","55","WI","Brown","NP","2805018000","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","2681.96","LB","","" +"55009","","55","WI","Brown","NP","2805018000","R","2014NEIV2","71432","Benzene","0","LB","","" +"55009","","55","WI","Brown","NP","2805018000","R","2014NEIV2","91576","2-Methylnaphthalene","0","LB","","" +"55009","","55","WI","Brown","NP","2805018000","R","2014NEIV2","75092","Methylene Chloride","0","LB","","" +"55009","","55","WI","Brown","NP","2104004000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.140733","TON","","" +"55009","","55","WI","Brown","NP","2104004000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.340722","TON","","" +"55009","","55","WI","Brown","NP","2104004000","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.00156347","LB","","" +"55009","","55","WI","Brown","NP","2104004000","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.0014654","LB","","" +"55009","","55","WI","Brown","NP","2104004000","R","2014NEIV2","85018","Phenanthrene","0.00733048","LB","","" +"55009","","55","WI","Brown","NP","2104004000","R","2014NEIV2","NH3","Ammonia","0.347746","TON","","" +"55009","","55","WI","Brown","NP","2104004000","R","2014NEIV2","SO2","Sulfur Dioxide","14.81395","TON","","" +"55009","","55","WI","Brown","NP","2104004000","R","2014NEIV2","16065831","Chromium III","0.240331","LB","","" +"55009","","55","WI","Brown","NP","2103005000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"55009","","55","WI","Brown","NP","2103005000","R","2014NEIV2","7439921","Lead","0","TON","","" +"55009","","55","WI","Brown","NP","2103005000","R","2014NEIV2","7440417","Beryllium","0","LB","","" +"55009","","55","WI","Brown","NP","2103005000","R","2014NEIV2","NH3","Ammonia","0","TON","","" +"55009","","55","WI","Brown","NP","2103005000","R","2014NEIV2","PM10-FIL","PM10 Filterable","0","TON","","" +"55009","","55","WI","Brown","NP","2103005000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0","TON","","" +"55009","","55","WI","Brown","NP","2103005000","R","2014NEIV2","85018","Phenanthrene","0","LB","","" +"55009","","55","WI","Brown","NP","2103005000","R","2014NEIV2","206440","Fluoranthene","0","LB","","" +"55009","","55","WI","Brown","NP","2103005000","R","2014NEIV2","18540299","Chromium (VI)","0","LB","","" +"55009","","55","WI","Brown","NP","2103006000","R","2014NEIV2","NH3","Ammonia","1.00292","TON","","" +"55009","","55","WI","Brown","NP","2501060053","R","2014NEIV2","540841","2,2,4-Trimethylpentane","653.512","LB","","" +"55009","","55","WI","Brown","NP","2102011000","R","2014NEIV2","7439976","Mercury","0","LB","","" +"55009","","55","WI","Brown","NP","2102011000","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"55009","","55","WI","Brown","NP","2102011000","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0","LB","","" +"55009","","55","WI","Brown","NP","2102011000","R","2014NEIV2","7439921","Lead","0","TON","","" +"55009","","55","WI","Brown","NP","2311030000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"55009","","55","WI","Brown","NP","2501012013","R","2014NEIV2","110543","Hexane","1803.06","LB","","" +"55009","","55","WI","Brown","NP","2285002006","R","2014NEIV2","7440417","Beryllium","0.0568046","LB","","" +"55009","","55","WI","Brown","NP","2285002006","R","2014NEIV2","7440382","Arsenic","0.000723844","LB","","" +"55009","","55","WI","Brown","NP","2285002006","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.001064192444","TON","","" +"55009","","55","WI","Brown","NP","2285002006","R","2014NEIV2","123386","Propionaldehyde","19.37126","LB","","" +"55009","","55","WI","Brown","NP","2285002006","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.00538862","LB","","" +"55009","","55","WI","Brown","NP","2285002006","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.01295348","LB","","" +"55009","","55","WI","Brown","NP","2285002006","R","2014NEIV2","206440","Fluoranthene","0.151346","LB","","" +"55009","","55","WI","Brown","NP","2285002006","R","2014NEIV2","208968","Acenaphthylene","0.86678","LB","","" +"55009","","55","WI","Brown","NP","2285002006","R","2014NEIV2","50000","Formaldehyde","129.0716","LB","","" +"55009","","55","WI","Brown","NP","2501060051","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"55009","","55","WI","Brown","NP","2401070000","R","2014NEIV2","108883","Toluene","0","LB","","" +"55009","","55","WI","Brown","NP","2501012014","R","2014NEIV2","110543","Hexane","555.874","LB","","" +"55009","","55","WI","Brown","NP","2501012014","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","270.718","LB","","" +"55009","","55","WI","Brown","NP","2501012014","R","2014NEIV2","VOC","Volatile Organic Compounds","4.51196","TON","","" +"55009","","55","WI","Brown","NP","2501012014","R","2014NEIV2","91203","Naphthalene","0","LB","","" +"55009","","55","WI","Brown","NP","2103011000","R","2014NEIV2","PM-CON","PM Condensible","0.00455753","TON","","" +"55009","","55","WI","Brown","NP","2103011000","R","2014NEIV2","VOC","Volatile Organic Compounds","0.00115691","TON","","" +"55009","","55","WI","Brown","NP","2103011000","R","2014NEIV2","7440382","Arsenic","0.00378624844516","LB","","" +"55009","","55","WI","Brown","NP","2103011000","R","2014NEIV2","7440439","Cadmium","0.00283968665527","LB","","" +"55009","","55","WI","Brown","NP","2103011000","R","2014NEIV2","16065831","Chromium III","0.00232854300162","LB","","" +"55009","","55","WI","Brown","NP","2103011000","R","2014NEIV2","56553","Benz[a]Anthracene","0.0000274504","LB","","" +"55009","","55","WI","Brown","NP","2285002007","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.00259402","LB","","" +"55009","","55","WI","Brown","NP","2285002007","R","2014NEIV2","123386","Propionaldehyde","8.11054","LB","","" +"55009","","55","WI","Brown","NP","2415000000","R","2014NEIV2","127184","Tetrachloroethylene","1370.1389440418","LB","","" +"55009","","55","WI","Brown","NP","2104002000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0","TON","","" +"55009","","55","WI","Brown","NP","2104002000","R","2014NEIV2","100414","Ethyl Benzene","0","LB","","" +"55009","","55","WI","Brown","NP","2104002000","R","2014NEIV2","100425","Styrene","0","LB","","" +"55009","","55","WI","Brown","NP","2104002000","R","2014NEIV2","7664393","Hydrogen Fluoride","0","LB","","" +"55009","","55","WI","Brown","NP","2505040120","R","2014NEIV2","108883","Toluene","1484.58","LB","","" +"55009","","55","WI","Brown","NP","2850001000","R","2014NEIV2","7439976","Mercury","0.733554","LB","","" +"55009","","55","WI","Brown","NP","2460900000","R","2014NEIV2","VOC","Volatile Organic Compounds","8.9168","TON","","" +"55009","","55","WI","Brown","NP","2505040120","R","2014NEIV2","71432","Benzene","286.312","LB","","" +"55009","","55","WI","Brown","NP","2505040120","R","2014NEIV2","91203","Naphthalene","0.286312","LB","","" +"55009","","55","WI","Brown","NP","2610000500","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","1.2741267","TON","","" +"55009","","55","WI","Brown","NP","2610000500","R","2014NEIV2","98828","Cumene","156.78","LB","","" +"55009","","55","WI","Brown","NP","2801000003","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","1776.09","TON","","" +"55009","","55","WI","Brown","NP","2103008000","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","79.863747134952","LB","","" +"55009","","55","WI","Brown","NP","2103008000","R","2014NEIV2","83329","Acenaphthene","0.34353649616","LB","","" +"55009","","55","WI","Brown","NP","2103008000","R","2014NEIV2","98862","Acetophenone","0.663263742856","LB","","" +"55009","","55","WI","Brown","NP","2103008000","R","2014NEIV2","NOX","Nitrogen Oxides","15.12925","TON","","" +"55009","","55","WI","Brown","NP","2103008000","R","2014NEIV2","PM-CON","PM Condensible","1.16908","TON","","" +"55009","","55","WI","Brown","NP","2103008000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","30.73995","TON","","" +"55009","","55","WI","Brown","NP","2501060201","R","2014NEIV2","91203","Naphthalene","0.270241","LB","","" +"55009","","55","WI","Brown","NP","2103008000","R","2014NEIV2","107028","Acrolein","10.714259058624","LB","","" +"55009","","55","WI","Brown","NP","2501060201","R","2014NEIV2","VOC","Volatile Organic Compounds","50.0447","TON","","" +"55009","","55","WI","Brown","NP","2805009100","R","2014NEIV2","108952","Phenol","0.030594","LB","","" +"55009","","55","WI","Brown","NP","2805009100","R","2014NEIV2","75003","Ethyl Chloride","0.0397982","LB","","" +"55009","","55","WI","Brown","NP","2805009100","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"55009","","55","WI","Brown","NP","2104008700","R","2014NEIV2","50328","Benzo[a]Pyrene","12.8894","LB","","" +"55009","","55","WI","Brown","NP","2325000000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0304509744","TON","","" +"55009","","55","WI","Brown","NP","2805009100","R","2014NEIV2","108101","Methyl Isobutyl Ketone","0.219084","LB","","" +"55009","","55","WI","Brown","NP","2102007000","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.001851205","TON","","" +"55009","","55","WI","Brown","NP","2104008100","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","6.0397534428","TON","","" +"55009","","55","WI","Brown","NP","2104008100","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","14.7301","TON","","" +"55009","","55","WI","Brown","NP","2104008100","R","2014NEIV2","107028","Acrolein","153.543","LB","","" +"55009","","55","WI","Brown","NP","2104008100","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","445.649","LB","","" +"55009","","55","WI","Brown","NP","2102004001","R","2014NEIV2","206440","Fluoranthene","0.0006838685","LB","","" +"55009","","55","WI","Brown","NP","2102004001","R","2014NEIV2","75070","Acetaldehyde","0.6838685","LB","","" +"55009","","55","WI","Brown","NP","2102004001","R","2014NEIV2","CO","Carbon Monoxide","0.348913","TON","","" +"55009","","55","WI","Brown","NP","2102006000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.03093017125","TON","","" +"55009","","55","WI","Brown","NP","2102006000","R","2014NEIV2","7439921","Lead","0.0000805495","TON","","" +"55009","","55","WI","Brown","NP","2102006000","R","2014NEIV2","PM-CON","PM Condensible","0.0515515","TON","","" +"55009","","55","WI","Brown","NP","2102006000","R","2014NEIV2","PM10-FIL","PM10 Filterable","0.0322198","TON","","" +"55009","","55","WI","Brown","NP","2102006000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.0869935","TON","","" +"55009","","55","WI","Brown","NP","2401001000","R","2014NEIV2","80626","Methyl Methacrylate","71.538","LB","","" +"55009","","55","WI","Brown","NP","2401005000","R","2014NEIV2","107211","Ethylene Glycol","213.554","LB","","" +"55009","","55","WI","Brown","NP","2401005000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","1374.7513","LB","","" +"55009","","55","WI","Brown","NP","2650000002","R","2014NEIV2","7439976","Mercury","3.15534","LB","","" +"55009","","55","WI","Brown","NP","2102004002","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.4273469","TON","","" +"55009","","55","WI","Brown","NP","2102004002","R","2014NEIV2","7439976","Mercury","0.00188590045","LB","","" +"55009","","55","WI","Brown","NP","2102004002","R","2014NEIV2","7440020","Nickel","4.016628","LB","","" +"55009","","55","WI","Brown","NP","2102004002","R","2014NEIV2","83329","Acenaphthene","0.00885935","LB","","" +"55009","","55","WI","Brown","NP","2102004002","R","2014NEIV2","CO","Carbon Monoxide","2.9601","TON","","" +"55009","","55","WI","Brown","NP","2102004002","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.990495","TON","","" +"55009","","55","WI","Brown","NP","2102004002","R","2014NEIV2","129000","Pyrene","0.0298223","LB","","" +"55009","","55","WI","Brown","NP","2102004002","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.00305086","LB","","" +"55009","","55","WI","Brown","NP","2102004002","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.00233962","LB","","" +"55009","","55","WI","Brown","NP","2104008330","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","1.00870218","TON","","" +"55009","","55","WI","Brown","NP","2104008330","R","2014NEIV2","120127","Anthracene","7.26628","LB","","" +"55009","","55","WI","Brown","NP","2104008330","R","2014NEIV2","203338","Benzo(a)Fluoranthene","0.568838","LB","","" +"55009","","55","WI","Brown","NP","2104008330","R","2014NEIV2","NOX","Nitrogen Oxides","1.77226","TON","","" +"55009","","55","WI","Brown","NP","2104008330","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","18.0771","TON","","" +"55009","","55","WI","Brown","NP","2501080100","R","2014NEIV2","110543","Hexane","17.43836","LB","","" +"55009","","55","WI","Brown","NP","2501080100","R","2014NEIV2","540841","2,2,4-Trimethylpentane","8.71918","LB","","" +"55009","","55","WI","Brown","NP","2302002200","R","2014NEIV2","108883","Toluene","768.396","LB","","" +"55009","","55","WI","Brown","NP","2302002200","R","2014NEIV2","PM-CON","PM Condensible","53.2022","TON","","" +"55009","","55","WI","Brown","NP","2302002200","R","2014NEIV2","95476","o-Xylene","120.0618","LB","","" +"55009","","55","WI","Brown","NP","2302002200","R","2014NEIV2","92524","Biphenyl","7.54508","LB","","" +"55009","","55","WI","Brown","NP","2805002000","R","2014NEIV2","110543","Hexane","0","LB","","" +"55009","","55","WI","Brown","NP","2805002000","R","2014NEIV2","91576","2-Methylnaphthalene","0","LB","","" +"55009","","55","WI","Brown","NP","2610000400","R","2014NEIV2","CO","Carbon Monoxide","5.86572","TON","","" +"55009","","55","WI","Brown","NP","2102005000","R","2014NEIV2","208968","Acenaphthylene","0","LB","","" +"55009","","55","WI","Brown","NP","2102005000","R","2014NEIV2","56832736","Benzofluoranthenes","0","LB","","" +"55009","","55","WI","Brown","NP","2102005000","R","2014NEIV2","91203","Naphthalene","0","LB","","" +"55009","","55","WI","Brown","NP","2102005000","R","2014NEIV2","7440417","Beryllium","0","LB","","" +"55009","","55","WI","Brown","NP","2102005000","R","2014NEIV2","PM10-FIL","PM10 Filterable","0","TON","","" +"55009","","55","WI","Brown","NP","2102005000","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"55009","","55","WI","Brown","NP","2102005000","R","2014NEIV2","7782492","Selenium","0","LB","","" +"55009","","55","WI","Brown","NP","2102005000","R","2014NEIV2","16065831","Chromium III","0","LB","","" +"55009","","55","WI","Brown","NP","2810060100","R","2014NEIV2","SO2","Sulfur Dioxide","0.162499","TON","","" +"55009","","55","WI","Brown","NP","2810060100","R","2014NEIV2","VOC","Volatile Organic Compounds","0.00368832","TON","","" +"55009","","55","WI","Brown","NP","2810060100","R","2014NEIV2","7440417","Beryllium","0.001443448","LB","","" +"55009","","55","WI","Brown","NP","2401030000","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"55009","","55","WI","Brown","NP","2401100000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","1582.6465","LB","","" +"55009","","55","WI","Brown","NP","2810060100","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.00609653566","TON","","" +"55009","","55","WI","Brown","NP","2401100000","R","2014NEIV2","171","Glycol Ethers","2123.5121","LB","","" +"55009","","55","WI","Brown","NP","2103007000","R","2014NEIV2","SO2","Sulfur Dioxide","0.054403","TON","","" +"55009","","55","WI","Brown","NP","2103007000","R","2014NEIV2","129000","Pyrene","0.000828102","LB","","" +"55009","","55","WI","Brown","NP","2104008610","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.224031978","TON","","" +"55009","","55","WI","Brown","NP","2104008610","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.007628329","TON","","" +"55009","","55","WI","Brown","NP","2104008610","R","2014NEIV2","106990","1,3-Butadiene","3.64253","LB","","" +"55009","","55","WI","Brown","NP","2104008510","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.005263826","TON","","" +"55009","","55","WI","Brown","NP","2104008510","R","2014NEIV2","50000","Formaldehyde","65.1235","LB","","" +"55009","","55","WI","Brown","NP","2104008510","R","2014NEIV2","NH3","Ammonia","0.0837302","TON","","" +"55009","","55","WI","Brown","NP","2104008510","R","2014NEIV2","106990","1,3-Butadiene","2.70095","LB","","" +"55009","","55","WI","Brown","NP","2104008510","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","1.28386","TON","","" +"55009","","55","WI","Brown","NP","2104009000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.311519593056","TON","","" +"55009","","55","WI","Brown","NP","2104009000","R","2014NEIV2","208968","Acenaphthylene","0.400207","LB","","" +"55009","","55","WI","Brown","NP","2302003000","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"55009","","55","WI","Brown","NP","2302003000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0","TON","","" +"55009","","55","WI","Brown","NP","2302003000","R","2014NEIV2","50000","Formaldehyde","229.458","LB","","" +"55009","","55","WI","Brown","NP","2294000000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.77466584","TON","","" +"55009","","55","WI","Brown","NP","2294000000","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","74.4871","TON","","" +"55009","","55","WI","Brown","NP","2294000000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","303.738","TON","","" +"55009","","55","WI","Brown","NP","2311010000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","4.86664349984","TON","","" +"55009","","55","WI","Brown","NP","2311010000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"55009","","55","WI","Brown","NP","2311010000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","5.16064","TON","","" +"55009","","55","WI","Brown","NP","2103004002","R","2014NEIV2","120127","Anthracene","0.00775045","LB","","" +"55009","","55","WI","Brown","NP","2103004002","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.00202672","LB","","" +"55009","","55","WI","Brown","NP","2103004002","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.00155423","LB","","" +"55009","","55","WI","Brown","NP","2103004002","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.000410732","LB","","" +"55009","","55","WI","Brown","NP","2103004002","R","2014NEIV2","7440382","Arsenic","0.34598798122057","LB","","" +"55009","","55","WI","Brown","NP","2104006000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.057266176","TON","","" +"55009","","55","WI","Brown","NP","2104006000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.21159936","TON","","" +"55009","","55","WI","Brown","NP","2104006000","R","2014NEIV2","85018","Phenanthrene","0.139426","LB","","" +"55009","","55","WI","Brown","NP","2104006000","R","2014NEIV2","PM10-FIL","PM10 Filterable","0.781099","TON","","" +"55009","","55","WI","Brown","NP","2311020000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","57.0484","TON","","" +"55009","","55","WI","Brown","NP","2810060200","R","2014NEIV2","7439976","Mercury","0.0645281","LB","","" +"55009","","55","WI","Brown","NP","2805025000","R","2014NEIV2","67561","Methanol","0","LB","","" +"55009","","55","WI","Brown","NP","2104011000","R","2014NEIV2","91203","Naphthalene","0.0131848","LB","","" +"55009","","55","WI","Brown","NP","2104008220","R","2014NEIV2","CO","Carbon Monoxide","34.7668","TON","","" +"55009","","55","WI","Brown","NP","2104008220","R","2014NEIV2","SO2","Sulfur Dioxide","0.0839162","TON","","" +"55009","","55","WI","Brown","NP","2104008220","R","2014NEIV2","107028","Acrolein","16.9511","LB","","" +"55009","","55","WI","Brown","NP","2104008220","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.171371","LB","","" +"55009","","55","WI","Brown","NP","2104008220","R","2014NEIV2","198550","Perylene","0.0651328","LB","","" +"55009","","55","WI","Brown","NP","2104008220","R","2014NEIV2","203338","Benzo(a)Fluoranthene","0.134672","LB","","" +"55009","","55","WI","Brown","NP","2104011000","R","2014NEIV2","SO2","Sulfur Dioxide","0.246823","TON","","" +"55009","","55","WI","Brown","NP","2104011000","R","2014NEIV2","7440020","Nickel","0.00488328","LB","","" +"55009","","55","WI","Brown","NP","2302003200","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.804414","TON","","" +"55009","","55","WI","Brown","NP","2401090000","R","2014NEIV2","107211","Ethylene Glycol","0","LB","","" +"55009","","55","WI","Brown","NP","2501011011","R","2014NEIV2","110543","Hexane","924.09","LB","","" +"55009","","55","WI","Brown","NP","2461021000","R","2014NEIV2","7783064","Hydrogen Sulfide","0.353769","TON","","" +"55009","","55","WI","Brown","NP","2501011011","R","2014NEIV2","100414","Ethyl Benzene","102.01","LB","","" +"55009","","55","WI","Brown","NP","2460800000","R","2014NEIV2","108883","Toluene","1460.72850947074","LB","","" +"55009","","55","WI","Brown","NP","2460800000","R","2014NEIV2","VOC","Volatile Organic Compounds","226.741","TON","","" +"55009","","55","WI","Brown","NP","2104001000","R","2014NEIV2","85018","Phenanthrene","0","LB","","" +"55009","","55","WI","Brown","NP","2296000000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","2.9739525","TON","","" +"55009","","55","WI","Brown","NP","2296000000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","3985.64","TON","","" +"55009","","55","WI","Brown","NP","2296000000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.505571925","TON","","" +"55009","","55","WI","Brown","NP","2296000000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.386217298","TON","","" +"55009","","55","WI","Brown","NP","2103001000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0","TON","","" +"55009","","55","WI","Brown","NP","2103001000","R","2014NEIV2","7439976","Mercury","0","LB","","" +"55009","","55","WI","Brown","NP","2103001000","R","2014NEIV2","7782492","Selenium","0","LB","","" +"55009","","55","WI","Brown","NP","2103001000","R","2014NEIV2","92524","Biphenyl","0","LB","","" +"55009","","55","WI","Brown","NP","2103001000","R","2014NEIV2","16065831","Chromium III","0","LB","","" +"55009","","55","WI","Brown","NP","2103001000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0","TON","","" +"55009","","55","WI","Brown","NP","2103004001","R","2014NEIV2","7440439","Cadmium","0.07155833802833","LB","","" +"55009","","55","WI","Brown","NP","2103004001","R","2014NEIV2","129000","Pyrene","0.00071558338031","LB","","" +"55009","","55","WI","Brown","NP","2103004001","R","2014NEIV2","218019","Chrysene","0.00040549724881","LB","","" +"55009","","55","WI","Brown","NP","2103004001","R","2014NEIV2","7439921","Lead","0.0001064855","TON","","" +"55009","","55","WI","Brown","NP","2302003100","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"55009","","55","WI","Brown","NP","2302003100","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","6.4573852","TON","","" +"55009","","55","WI","Brown","NP","2302003100","R","2014NEIV2","120127","Anthracene","0.0506358","LB","","" +"55009","","55","WI","Brown","NP","2302003100","R","2014NEIV2","208968","Acenaphthylene","0.234192","LB","","" +"55009","","55","WI","Brown","NP","2302003100","R","2014NEIV2","75070","Acetaldehyde","267.104","LB","","" +"55009","","55","WI","Brown","NP","2501060052","R","2014NEIV2","98828","Cumene","0","LB","","" +"55009","","55","WI","Brown","NP","2102001000","R","2014NEIV2","92524","Biphenyl","0","LB","","" +"55009","","55","WI","Brown","NP","2102001000","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0","TON","","" +"55009","","55","WI","Brown","NP","2102001000","R","2014NEIV2","16065831","Chromium III","0","LB","","" +"55009","","55","WI","Brown","NP","2302003100","R","2014NEIV2","91203","Naphthalene","3.72174","LB","","" +"55009","","55","WI","Brown","NP","2401080000","R","2014NEIV2","107211","Ethylene Glycol","281.593","LB","","" +"55009","","55","WI","Brown","NP","2401080000","R","2014NEIV2","VOC","Volatile Organic Compounds","31.2881","TON","","" +"55009","","55","WI","Brown","NP","2501055120","R","2014NEIV2","100414","Ethyl Benzene","73.3806","LB","","" +"55009","","55","WI","Brown","NP","2460600000","R","2014NEIV2","108883","Toluene","467.760906124838","LB","","" +"55009","","55","WI","Brown","NP","2104008400","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","18.9196","LB","","" +"55009","","55","WI","Brown","NP","2104008230","R","2014NEIV2","85018","Phenanthrene","3.02989","LB","","" +"55009","","55","WI","Brown","NP","2104008230","R","2014NEIV2","95476","o-Xylene","22.9089","LB","","" +"55009","","55","WI","Brown","NP","2103002000","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0","LB","","" +"55009","","55","WI","Brown","NP","2103002000","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0","LB","","" +"55009","","55","WI","Brown","NP","2103002000","R","2014NEIV2","206440","Fluoranthene","0","LB","","" +"55009","","55","WI","Brown","NP","2103002000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"55009","","55","WI","Brown","NP","2103002000","R","2014NEIV2","7440382","Arsenic","0","LB","","" +"55009","","55","WI","Brown","NP","2103002000","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"55009","","55","WI","Brown","NP","2103002000","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"55009","","55","WI","Brown","NP","2103002000","R","2014NEIV2","100447","Benzyl Chloride","0","LB","","" +"55009","","55","WI","Brown","NP","2610000100","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.2758479324","TON","","" +"55009","","55","WI","Brown","NP","2610000100","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.011724603","TON","","" +"55009","","55","WI","Brown","NP","2610000100","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.002487037","TON","","" +"55009","","55","WI","Brown","NP","2610000100","R","2014NEIV2","SO2","Sulfur Dioxide","0.0318425","TON","","" +"55009","","55","WI","Brown","NP","2302002100","R","2014NEIV2","208968","Acenaphthylene","7.92036","LB","","" +"55009","","55","WI","Brown","NP","2302002100","R","2014NEIV2","71432","Benzene","288.148","LB","","" +"55009","","55","WI","Brown","NP","2302002100","R","2014NEIV2","85018","Phenanthrene","8.77276","LB","","" +"55009","","55","WI","Brown","NP","2302002100","R","2014NEIV2","86737","Fluorene","1.926812","LB","","" +"55009","","55","WI","Brown","NP","2302002100","R","2014NEIV2","92524","Biphenyl","3.86556","LB","","" +"55009","","55","WI","Brown","NP","2302002100","R","2014NEIV2","107062","Ethylene Dichloride","8.66","LB","","" +"55009","","55","WI","Brown","NP","2302002100","R","2014NEIV2","VOC","Volatile Organic Compounds","2.12509","TON","","" +"55009","","55","WI","Brown","NP","2805007100","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","0.1761592","LB","","" +"55009","","55","WI","Brown","NP","2805007100","R","2014NEIV2","60355","Acetamide","0.277874","LB","","" +"55009","","55","WI","Brown","NP","2805007100","R","2014NEIV2","75092","Methylene Chloride","0.00589654","LB","","" +"55009","","55","WI","Brown","NP","2805007100","R","2014NEIV2","108883","Toluene","0.0652306","LB","","" +"55009","","55","WI","Brown","NP","2104008320","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.103362","LB","","" +"55009","","55","WI","Brown","NP","2810025000","R","2014NEIV2","85018","Phenanthrene","4.66594","LB","","" +"55009","","55","WI","Brown","NP","2810025000","R","2014NEIV2","86737","Fluorene","2.5056","LB","","" +"55009","","55","WI","Brown","NP","2102008000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","26.2156645","TON","","" +"55009","","55","WI","Brown","NP","2102008000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0","TON","","" +"55009","","55","WI","Brown","NP","2102008000","R","2014NEIV2","83329","Acenaphthene","4.486605799","LB","","" +"55009","","55","WI","Brown","NP","2102008000","R","2014NEIV2","100414","Ethyl Benzene","50.8630174009","LB","","" +"55009","","55","WI","Brown","NP","2104008310","R","2014NEIV2","206440","Fluoranthene","0.715386","LB","","" +"55009","","55","WI","Brown","NP","2104008310","R","2014NEIV2","50328","Benzo[a]Pyrene","2.81793","LB","","" +"55009","","55","WI","Brown","NP","2104008310","R","2014NEIV2","86737","Fluorene","42.8702","LB","","" +"55009","","55","WI","Brown","NP","2104008310","R","2014NEIV2","SO2","Sulfur Dioxide","0.575439","TON","","" +"55009","","55","WI","Brown","NP","2104008310","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","1.17514","LB","","" +"55009","","55","WI","Brown","NP","2104008310","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","44.0211","TON","","" +"55009","","55","WI","Brown","NP","2102008000","R","2014NEIV2","120127","Anthracene","7.64055904055","LB","","" +"55009","","55","WI","Brown","NP","2102008000","R","2014NEIV2","203123","Benzo(g,h,i)Fluoranthene","0.18212957677235","LB","","" +"55009","","55","WI","Brown","NP","2102008000","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","1043.02499161155","LB","","" +"55009","","55","WI","Brown","NP","2805001000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","1038.63","TON","","" +"55009","","55","WI","Brown","NP","2680003000","R","2014NEIV2","VOC","Volatile Organic Compounds","26.1416","TON","","" +"55009","","55","WI","Brown","NP","2680003000","R","2014NEIV2","91203","Naphthalene","261.416","LB","","" +"55009","","55","WI","Brown","NP","2280002100","R","2014NEIV2","205992","Benzo[b]Fluoranthene","1.2979598E-7","LB","M","" +"55009","","55","WI","Brown","NP","2280002100","R","2014NEIV2","207089","Benzo[k]Fluoranthene","6.4898E-8","LB","M","" +"55009","","55","WI","Brown","NP","2280002100","R","2014NEIV2","7440439","Cadmium","7.346454E-8","LB","M","" +"55009","","55","WI","Brown","NP","2280002100","R","2014NEIV2","83329","Acenaphthene","4.29884E-7","LB","M","" +"55009","","55","WI","Brown","NP","2280002100","R","2014NEIV2","100414","Ethyl Benzene","0.00002631","LB","M","" +"55009","","55","WI","Brown","NP","2280002100","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0.00006314394","LB","M","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","7440439","Cadmium","0","LB","H","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","7723140","Phosphorus","0","LB","H","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0","LB","M","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","56553","Benz[a]Anthracene","0","LB","M","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","7439976","Mercury","0","LB","M","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","7723140","Phosphorus","0","LB","M","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","7782492","Selenium","0","LB","M","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","91203","Naphthalene","0","LB","M","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","NOX","Nitrogen Oxides","0","TON","M","" +"55009","","55","WI","Brown","NP","2280003100","R","2014NEIV2","118741","Hexachlorobenzene","0","LB","M","" +"55009","","55","WI","Brown","NP","2280003200","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0","LB","C","" +"55009","","55","WI","Brown","NP","2280003200","R","2014NEIV2","7439965","Manganese","0","LB","C","" +"55009","","55","WI","Brown","NP","2280002200","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.04151736257739","TON","C","" +"55009","","55","WI","Brown","NP","2280002200","R","2014NEIV2","18540299","Chromium (VI)","0.031260066","LB","C","" +"55009","","55","WI","Brown","NP","2280003200","R","2014NEIV2","16065831","Chromium III","0","LB","C","" +"55009","","55","WI","Brown","NP","2280002200","R","2014NEIV2","7440020","Nickel","1.8388266","LB","C","" +"55009","","55","WI","Brown","NP","2280002200","R","2014NEIV2","100414","Ethyl Benzene","1.55264348","LB","C","" +"55009","","55","WI","Brown","NP","2280002200","R","2014NEIV2","107028","Acrolein","2.7171242","LB","C","" +"55009","","55","WI","Brown","NP","2280002200","R","2014NEIV2","SO2","Sulfur Dioxide","0.028776206","TON","C","" +"55009","","55","WI","Brown","NP","2280002200","R","2014NEIV2","7439921","Lead","0.00013791204","TON","C","" +"38035","","38","ND","Grand Forks","NP","2401005000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","207.652","LB","","" +"38035","","38","ND","Grand Forks","NP","2425000000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","19.8897","LB","","" +"38035","","38","ND","Grand Forks","NP","2425000000","R","2014NEIV2","67561","Methanol","1230.55","LB","","" +"38035","","38","ND","Grand Forks","NP","2630020000","R","2014NEIV2","75070","Acetaldehyde","0.696286","LB","","" +"38035","","38","ND","Grand Forks","NP","2630020000","R","2014NEIV2","107131","Acrylonitrile","0.866988","LB","","" +"38035","","38","ND","Grand Forks","NP","2630020000","R","2014NEIV2","121142","2,4-Dinitrotoluene","0.108037","LB","","" +"38035","","38","ND","Grand Forks","NP","2630020000","R","2014NEIV2","127184","Tetrachloroethylene","9.59078","LB","","" +"38035","","38","ND","Grand Forks","NP","2102008000","R","2014NEIV2","120809","Catechol","4.17575","LB","","" +"38035","","38","ND","Grand Forks","NP","2102008000","R","2014NEIV2","203123","Benzo(g,h,i)Fluoranthene","0.00109747","LB","","" +"38035","","38","ND","Grand Forks","NP","2102008000","R","2014NEIV2","208968","Acenaphthylene","0.248939","LB","","" +"38035","","38","ND","Grand Forks","NP","2102008000","R","2014NEIV2","83329","Acenaphthene","0.0270353","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008610","R","2014NEIV2","106990","1,3-Butadiene","12.2737","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008610","R","2014NEIV2","75070","Acetaldehyde","288.325","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008610","R","2014NEIV2","108952","Phenol","101.886","LB","","" +"38035","","38","ND","Grand Forks","NP","2104009000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.020442559","TON","","" +"38035","","38","ND","Grand Forks","NP","2104009000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.278218242","TON","","" +"38035","","38","ND","Grand Forks","NP","2104009000","R","2014NEIV2","50328","Benzo[a]Pyrene","0.421352","LB","","" +"38035","","38","ND","Grand Forks","NP","2104009000","R","2014NEIV2","86737","Fluorene","1.92417","LB","","" +"38035","","38","ND","Grand Forks","NP","2104009000","R","2014NEIV2","CO","Carbon Monoxide","21.9594","TON","","" +"38035","","38","ND","Grand Forks","NP","2104009000","R","2014NEIV2","VOC","Volatile Organic Compounds","6.94528","TON","","" +"38035","","38","ND","Grand Forks","NP","2285002006","R","2014NEIV2","123386","Propionaldehyde","229.532","LB","","" +"38035","","38","ND","Grand Forks","NP","2285002006","R","2014NEIV2","129000","Pyrene","2.5324","LB","","" +"38035","","38","ND","Grand Forks","NP","2285002006","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.0740348","LB","","" +"38035","","38","ND","Grand Forks","NP","2285002006","R","2014NEIV2","107028","Acrolein","110.3768","LB","","" +"38035","","38","ND","Grand Forks","NP","2285002006","R","2014NEIV2","NOX","Nitrogen Oxides","371.999","TON","","" +"38035","","38","ND","Grand Forks","NP","2285002006","R","2014NEIV2","NH3","Ammonia","0.206295","TON","","" +"38035","","38","ND","Grand Forks","NP","2311030000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.47980086","TON","","" +"38035","","38","ND","Grand Forks","NP","2311010000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2311010000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","4.84504808994","TON","","" +"38035","","38","ND","Grand Forks","NP","2311010000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.237363588","TON","","" +"38035","","38","ND","Grand Forks","NP","2104004000","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.09522675","TON","","" +"38035","","38","ND","Grand Forks","NP","2104004000","R","2014NEIV2","7782492","Selenium","0.753588","LB","","" +"38035","","38","ND","Grand Forks","NP","2104004000","R","2014NEIV2","7439965","Manganese","0.301435","LB","","" +"38035","","38","ND","Grand Forks","NP","2401065000","R","2014NEIV2","VOC","Volatile Organic Compounds","0.128338","TON","","" +"38035","","38","ND","Grand Forks","NP","2501050120","R","2014NEIV2","108883","Toluene","592.594","LB","","" +"38035","","38","ND","Grand Forks","NP","2104002000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2104002000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2104002000","R","2014NEIV2","108883","Toluene","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2104002000","R","2014NEIV2","83329","Acenaphthene","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2104002000","R","2014NEIV2","100447","Benzyl Chloride","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2104002000","R","2014NEIV2","107062","Ethylene Dichloride","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2104002000","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2104002000","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2104011000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.00182751264","TON","","" +"38035","","38","ND","Grand Forks","NP","2104011000","R","2014NEIV2","120127","Anthracene","2.71923E-6","LB","","" +"38035","","38","ND","Grand Forks","NP","2104011000","R","2014NEIV2","7439921","Lead","1.4065E-6","TON","","" +"38035","","38","ND","Grand Forks","NP","2610000500","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","4.5332055","TON","","" +"38035","","38","ND","Grand Forks","NP","2104011000","R","2014NEIV2","7440382","Arsenic","0.00125022","LB","","" +"38035","","38","ND","Grand Forks","NP","2104011000","R","2014NEIV2","7782492","Selenium","0.00468833","LB","","" +"38035","","38","ND","Grand Forks","NP","2104011000","R","2014NEIV2","PM10-FIL","PM10 Filterable","0.00120154","TON","","" +"38035","","38","ND","Grand Forks","NP","2810060100","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0147542061","TON","","" +"38035","","38","ND","Grand Forks","NP","2810060100","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.0181814","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008210","R","2014NEIV2","206440","Fluoranthene","0.0487887","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008210","R","2014NEIV2","7439976","Mercury","0.00835906","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008210","R","2014NEIV2","7440020","Nickel","0.00274711","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008210","R","2014NEIV2","7440439","Cadmium","0.00431689","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008210","R","2014NEIV2","86737","Fluorene","2.92371","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008210","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","3.0022","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008210","R","2014NEIV2","108952","Phenol","57.8855","LB","","" +"38035","","38","ND","Grand Forks","NP","2311020000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.04040112","TON","","" +"38035","","38","ND","Grand Forks","NP","2801500262","R","2014NEIV2","198550","Perylene","0.543204","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500262","R","2014NEIV2","26914181","Methylanthracene","4.34562","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500262","R","2014NEIV2","71432","Benzene","387.304","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500262","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","4.77862","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008400","R","2014NEIV2","50000","Formaldehyde","87.412","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008400","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.423229","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008400","R","2014NEIV2","CO","Carbon Monoxide","2.19913","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008400","R","2014NEIV2","SO2","Sulfur Dioxide","0.0442592","TON","","" +"38035","","38","ND","Grand Forks","NP","2701200000","R","2014NEIV2","67561","Methanol","1077662","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500000","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","1.748054","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500000","R","2014NEIV2","195197","Benzo(c)phenanthrene","2.62208","LB","","" +"38035","","38","ND","Grand Forks","NP","2805025000","R","2014NEIV2","67663","Chloroform","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2805025000","R","2014NEIV2","106467","1,4-Dichlorobenzene","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500000","R","2014NEIV2","71432","Benzene","623.182","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500000","R","2014NEIV2","SO2","Sulfur Dioxide","0.31008","TON","","" +"38035","","38","ND","Grand Forks","NP","2801500000","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.031500245","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008700","R","2014NEIV2","107028","Acrolein","2.71947","LB","","" +"38035","","38","ND","Grand Forks","NP","2302003100","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.023506119","TON","","" +"38035","","38","ND","Grand Forks","NP","2302003100","R","2014NEIV2","VOC","Volatile Organic Compounds","0.197938","TON","","" +"38035","","38","ND","Grand Forks","NP","2302003100","R","2014NEIV2","129000","Pyrene","0.0214418","LB","","" +"38035","","38","ND","Grand Forks","NP","2501011011","R","2014NEIV2","100414","Ethyl Benzene","24.3396","LB","","" +"38035","","38","ND","Grand Forks","NP","2501011011","R","2014NEIV2","108883","Toluene","186.484","LB","","" +"38035","","38","ND","Grand Forks","NP","2501012012","R","2014NEIV2","71432","Benzene","5.7884","LB","","" +"38035","","38","ND","Grand Forks","NP","2810025000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00354235528","TON","","" +"38035","","38","ND","Grand Forks","NP","2810025000","R","2014NEIV2","100425","Styrene","115.2516","LB","","" +"38035","","38","ND","Grand Forks","NP","2810025000","R","2014NEIV2","50000","Formaldehyde","280.436","LB","","" +"38035","","38","ND","Grand Forks","NP","2810025000","R","2014NEIV2","98862","Acetophenone","1.56094","LB","","" +"38035","","38","ND","Grand Forks","NP","2501060201","R","2014NEIV2","100414","Ethyl Benzene","14.3231","LB","","" +"38035","","38","ND","Grand Forks","NP","2501060201","R","2014NEIV2","VOC","Volatile Organic Compounds","13.5123","TON","","" +"38035","","38","ND","Grand Forks","NP","2501060201","R","2014NEIV2","91203","Naphthalene","0.0729667","LB","","" +"38035","","38","ND","Grand Forks","NP","2401100000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","142.13","LB","","" +"38035","","38","ND","Grand Forks","NP","2302002200","R","2014NEIV2","NOX","Nitrogen Oxides","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2302002200","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0161693948","TON","","" +"38035","","38","ND","Grand Forks","NP","2302002200","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.48700106","TON","","" +"38035","","38","ND","Grand Forks","NP","2302002200","R","2014NEIV2","108883","Toluene","158.3506","LB","","" +"38035","","38","ND","Grand Forks","NP","2302002200","R","2014NEIV2","108952","Phenol","19.77142","LB","","" +"38035","","38","ND","Grand Forks","NP","2302002200","R","2014NEIV2","208968","Acenaphthylene","4.21238","LB","","" +"38035","","38","ND","Grand Forks","NP","2302002200","R","2014NEIV2","56553","Benz[a]Anthracene","0.33542","LB","","" +"38035","","38","ND","Grand Forks","NP","2302002200","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","12.4107","TON","","" +"38035","","38","ND","Grand Forks","NP","2302002200","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.0344539","TON","","" +"38035","","38","ND","Grand Forks","NP","2801000003","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","91.049728","TON","","" +"38035","","38","ND","Grand Forks","NP","2104001000","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2104001000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2104001000","R","2014NEIV2","SO2","Sulfur Dioxide","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2501080050","R","2014NEIV2","110543","Hexane","4208.94","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008510","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.568427712","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008510","R","2014NEIV2","71432","Benzene","216.791","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008510","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","1.07616","TON","","" +"38035","","38","ND","Grand Forks","NP","2505040120","R","2014NEIV2","100414","Ethyl Benzene","3.06476","LB","","" +"38035","","38","ND","Grand Forks","NP","2461850000","R","2014NEIV2","74884","Methyl Iodide","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2302003200","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.000381741","TON","","" +"38035","","38","ND","Grand Forks","NP","2302003200","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.158351","TON","","" +"38035","","38","ND","Grand Forks","NP","2302003200","R","2014NEIV2","208968","Acenaphthylene","0.001819672","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008230","R","2014NEIV2","50000","Formaldehyde","27.3024","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008230","R","2014NEIV2","91203","Naphthalene","2.65239","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008230","R","2014NEIV2","CO","Carbon Monoxide","1.72206","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008230","R","2014NEIV2","SO2","Sulfur Dioxide","0.00556057","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008230","R","2014NEIV2","208968","Acenaphthylene","0.97032","LB","","" +"38035","","38","ND","Grand Forks","NP","2501011012","R","2014NEIV2","108883","Toluene","209.242","LB","","" +"38035","","38","ND","Grand Forks","NP","2401001000","R","2014NEIV2","101688","4,4 -Methylenediphenyl Diisocyanate","22.7063","LB","","" +"38035","","38","ND","Grand Forks","NP","2401001000","R","2014NEIV2","110543","Hexane","24.3282","LB","","" +"38035","","38","ND","Grand Forks","NP","2401001000","R","2014NEIV2","121448","Triethylamine","9.73126","LB","","" +"38035","","38","ND","Grand Forks","NP","2401001000","R","2014NEIV2","584849","2,4-Toluene Diisocyanate","3.24375","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500171","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.468794202","TON","","" +"38035","","38","ND","Grand Forks","NP","2801500171","R","2014NEIV2","2381217","1-Methylpyrene","2.22722","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500171","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","1.66672","TON","","" +"38035","","38","ND","Grand Forks","NP","2801500171","R","2014NEIV2","75070","Acetaldehyde","357.346","LB","","" +"38035","","38","ND","Grand Forks","NP","2610000400","R","2014NEIV2","108952","Phenol","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2610000400","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2801500150","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","2.18810871","TON","","" +"38035","","38","ND","Grand Forks","NP","2801500150","R","2014NEIV2","106990","1,3-Butadiene","279.182","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500150","R","2014NEIV2","108883","Toluene","370.666","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500150","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","2.36594","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500150","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","1.5773","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500150","R","2014NEIV2","203338","Benzo(a)Fluoranthene","1.5773","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500150","R","2014NEIV2","218019","Chrysene","3.1546","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008330","R","2014NEIV2","218019","Chrysene","0.189395","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008330","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.016796388","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008330","R","2014NEIV2","198550","Perylene","0.0623471","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008330","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.0157281","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008330","R","2014NEIV2","71432","Benzene","587.995","LB","","" +"38035","","38","ND","Grand Forks","NP","2505030120","R","2014NEIV2","100414","Ethyl Benzene","0.93673","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008100","R","2014NEIV2","71432","Benzene","193.306","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008100","R","2014NEIV2","NOX","Nitrogen Oxides","0.366324","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008100","R","2014NEIV2","SO2","Sulfur Dioxide","0.0563576","TON","","" +"38035","","38","ND","Grand Forks","NP","2501011015","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","3.5761","LB","","" +"38035","","38","ND","Grand Forks","NP","2610030000","R","2014NEIV2","56553","Benz[a]Anthracene","2.95291","LB","","" +"38035","","38","ND","Grand Forks","NP","2610030000","R","2014NEIV2","75092","Methylene Chloride","33.4663","LB","","" +"38035","","38","ND","Grand Forks","NP","2610030000","R","2014NEIV2","82688","Pentachloronitrobenzene","0.0196861","LB","","" +"38035","","38","ND","Grand Forks","NP","2610030000","R","2014NEIV2","98862","Acetophenone","8.85873","LB","","" +"38035","","38","ND","Grand Forks","NP","2610030000","R","2014NEIV2","107028","Acrolein","52.1681","LB","","" +"38035","","38","ND","Grand Forks","NP","2610030000","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","17.1269","TON","","" +"38035","","38","ND","Grand Forks","NP","2610030000","R","2014NEIV2","106467","1,4-Dichlorobenzene","0.0590582","LB","","" +"38035","","38","ND","Grand Forks","NP","2610000100","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2610000100","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2610000100","R","2014NEIV2","PM10-FIL","PM10 Filterable","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2302002100","R","2014NEIV2","50000","Formaldehyde","39.5876","LB","","" +"38035","","38","ND","Grand Forks","NP","2302002100","R","2014NEIV2","91203","Naphthalene","8.15184","LB","","" +"38035","","38","ND","Grand Forks","NP","2302002100","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.00587333","TON","","" +"38035","","38","ND","Grand Forks","NP","2501060052","R","2014NEIV2","108883","Toluene","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2501060052","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008320","R","2014NEIV2","71432","Benzene","573.642","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008320","R","2014NEIV2","75070","Acetaldehyde","378.041","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008320","R","2014NEIV2","NOX","Nitrogen Oxides","0.68191","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008320","R","2014NEIV2","206440","Fluoranthene","0.148728","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008320","R","2014NEIV2","203338","Benzo(a)Fluoranthene","0.191992","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008320","R","2014NEIV2","41637905","Methylchrysene","0.0349329","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500141","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.137770875","TON","","" +"38035","","38","ND","Grand Forks","NP","2801500141","R","2014NEIV2","VOC","Volatile Organic Compounds","8.07975","TON","","" +"38035","","38","ND","Grand Forks","NP","2501060053","R","2014NEIV2","100414","Ethyl Benzene","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2501060053","R","2014NEIV2","110543","Hexane","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2501012011","R","2014NEIV2","VOC","Volatile Organic Compounds","0.0781969","TON","","" +"38035","","38","ND","Grand Forks","NP","2103008000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.66723724746","TON","","" +"38035","","38","ND","Grand Forks","NP","2103008000","R","2014NEIV2","123386","Propionaldehyde","1.72264","LB","","" +"38035","","38","ND","Grand Forks","NP","2103008000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","1.41227","TON","","" +"38035","","38","ND","Grand Forks","NP","2103008000","R","2014NEIV2","PM10-FIL","PM10 Filterable","1.36584","TON","","" +"38035","","38","ND","Grand Forks","NP","2805007100","R","2014NEIV2","75092","Methylene Chloride","0.0340484","LB","","" +"38035","","38","ND","Grand Forks","NP","2805007100","R","2014NEIV2","108101","Methyl Isobutyl Ketone","3.59636","LB","","" +"38035","","38","ND","Grand Forks","NP","2805007100","R","2014NEIV2","VOC","Volatile Organic Compounds","0.106","TON","","" +"38035","","38","ND","Grand Forks","NP","2801500170","R","2014NEIV2","2381217","1-Methylpyrene","4.36048","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500170","R","2014NEIV2","71432","Benzene","345.448","LB","","" +"38035","","38","ND","Grand Forks","NP","2801500170","R","2014NEIV2","CO","Carbon Monoxide","44.1137","TON","","" +"38035","","38","ND","Grand Forks","NP","2805009100","R","2014NEIV2","108907","Chlorobenzene","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2805009100","R","2014NEIV2","NH3","Ammonia","0.069","TON","","" +"38035","","38","ND","Grand Forks","NP","2460400000","R","2014NEIV2","108883","Toluene","252.625","LB","","" +"38035","","38","ND","Grand Forks","NP","2501060051","R","2014NEIV2","91203","Naphthalene","0.333399","LB","","" +"38035","","38","ND","Grand Forks","NP","2501060051","R","2014NEIV2","540841","2,2,4-Trimethylpentane","926.109","LB","","" +"38035","","38","ND","Grand Forks","NP","2302003000","R","2014NEIV2","VOC","Volatile Organic Compounds","0.237526","TON","","" +"38035","","38","ND","Grand Forks","NP","2302003000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0","TON","","" +"38035","","38","ND","Grand Forks","NP","2104007000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.018060239814","TON","","" +"38035","","38","ND","Grand Forks","NP","2104007000","R","2014NEIV2","75070","Acetaldehyde","0.00404978","LB","","" +"38035","","38","ND","Grand Forks","NP","2104007000","R","2014NEIV2","50000","Formaldehyde","23.3641","LB","","" +"38035","","38","ND","Grand Forks","NP","2104007000","R","2014NEIV2","86737","Fluorene","0.000872261","LB","","" +"38035","","38","ND","Grand Forks","NP","2104006000","R","2014NEIV2","75070","Acetaldehyde","0.0171059","LB","","" +"38035","","38","ND","Grand Forks","NP","2104006000","R","2014NEIV2","CO","Carbon Monoxide","25.0637","TON","","" +"38035","","38","ND","Grand Forks","NP","2104006000","R","2014NEIV2","86737","Fluorene","0.00368436","LB","","" +"38035","","38","ND","Grand Forks","NP","2805018000","R","2014NEIV2","1319773","Cresol/Cresylic Acid (Mixed Isomers)","12.71566","LB","","" +"41035","","41","OR","Klamath","NP","2102011000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.001096695","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008220","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.490272599","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008220","R","2014NEIV2","86737","Fluorene","0.53608","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008220","R","2014NEIV2","208968","Acenaphthylene","1.22181","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008220","R","2014NEIV2","106990","1,3-Butadiene","16.5749","LB","","" +"38035","","38","ND","Grand Forks","NP","2805002000","R","2014NEIV2","108952","Phenol","3.25616","LB","","" +"38035","","38","ND","Grand Forks","NP","2805002000","R","2014NEIV2","67561","Methanol","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2805002000","R","2014NEIV2","75070","Acetaldehyde","0","LB","","" +"38035","","38","ND","Grand Forks","NP","2401008000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","580.386","LB","","" +"38035","","38","ND","Grand Forks","NP","2461021000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","11620.6","LB","","" +"38035","","38","ND","Grand Forks","NP","2415000000","R","2014NEIV2","67561","Methanol","5853.26","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008310","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.01895478","TON","","" +"38035","","38","ND","Grand Forks","NP","2104008310","R","2014NEIV2","106990","1,3-Butadiene","254.295","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008310","R","2014NEIV2","75070","Acetaldehyde","401.656","LB","","" +"38035","","38","ND","Grand Forks","NP","2104008310","R","2014NEIV2","218019","Chrysene","0.307476","LB","","" +"38035","","38","ND","Grand Forks","NP","2805001000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","180.892","TON","","" +"38035","","38","ND","Grand Forks","NP","2285002007","R","2014NEIV2","16065831","Chromium III","0.00246338","LB","","" +"38035","","38","ND","Grand Forks","NP","2285002007","R","2014NEIV2","7440020","Nickel","0.00400774","LB","","" +"38035","","38","ND","Grand Forks","NP","2285002007","R","2014NEIV2","100414","Ethyl Benzene","1.932892","LB","","" +"38035","","38","ND","Grand Forks","NP","2680003000","R","2014NEIV2","NH3","Ammonia","0","TON","","" +"41035","","41","OR","Klamath","NP","2460600000","R","2014NEIV2","67561","Methanol","3501.86622","LB","","" +"41035","","41","OR","Klamath","NP","2460500000","R","2014NEIV2","67561","Methanol","5836.43748","LB","","" +"41035","","41","OR","Klamath","NP","2104008700","R","2014NEIV2","CO","Carbon Monoxide","22.1908","TON","","" +"41035","","41","OR","Klamath","NP","2104008700","R","2014NEIV2","75070","Acetaldehyde","318.713","LB","","" +"41035","","41","OR","Klamath","NP","2104008700","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","3.51478","TON","","" +"41035","","41","OR","Klamath","NP","2104008700","R","2014NEIV2","VOC","Volatile Organic Compounds","2.8148","TON","","" +"41035","","41","OR","Klamath","NP","2104008510","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","7.020899E-10","TON","","" +"41035","","41","OR","Klamath","NP","2104008510","R","2014NEIV2","108952","Phenol","6.45322E-6","LB","","" +"41035","","41","OR","Klamath","NP","2104008510","R","2014NEIV2","50000","Formaldehyde","0.0000187438","LB","","" +"41035","","41","OR","Klamath","NP","2104008510","R","2014NEIV2","107028","Acrolein","1.17261E-6","LB","","" +"41035","","41","OR","Klamath","NP","2104011000","R","2014NEIV2","50000","Formaldehyde","1.4755","LB","","" +"41035","","41","OR","Klamath","NP","2801500171","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","1.20761","TON","","" +"41035","","41","OR","Klamath","NP","2801500171","R","2014NEIV2","SO2","Sulfur Dioxide","0.229946","TON","","" +"41035","","41","OR","Klamath","NP","2104011000","R","2014NEIV2","18540299","Chromium (VI)","0.00331989","LB","","" +"41035","","41","OR","Klamath","NP","2104011000","R","2014NEIV2","16065831","Chromium III","0.0151239","LB","","" +"41035","","41","OR","Klamath","NP","2610030000","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.5910234","TON","","" +"41035","","41","OR","Klamath","NP","2102001000","R","2014NEIV2","CO","Carbon Monoxide","0","TON","","" +"41035","","41","OR","Klamath","NP","2102001000","R","2014NEIV2","7439976","Mercury","0","LB","","" +"41035","","41","OR","Klamath","NP","2102001000","R","2014NEIV2","VOC","Volatile Organic Compounds","0","TON","","" +"41035","","41","OR","Klamath","NP","2102001000","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0","TON","","" +"41035","","41","OR","Klamath","NP","2102001000","R","2014NEIV2","7440020","Nickel","0","LB","","" +"41035","","41","OR","Klamath","NP","2610030000","R","2014NEIV2","123386","Propionaldehyde","463.185","LB","","" +"41035","","41","OR","Klamath","NP","2610030000","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","6.1758","LB","","" +"41035","","41","OR","Klamath","NP","2801500000","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","30.6495","TON","","" +"41035","","41","OR","Klamath","NP","2801500000","R","2014NEIV2","VOC","Volatile Organic Compounds","10.3683","TON","","" +"41035","","41","OR","Klamath","NP","2104008400","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.3746427524","TON","","" +"41035","","41","OR","Klamath","NP","2104008400","R","2014NEIV2","85018","Phenanthrene","0.01539096","LB","","" +"41035","","41","OR","Klamath","NP","2104008400","R","2014NEIV2","NH3","Ammonia","0.0695374","TON","","" +"41035","","41","OR","Klamath","NP","2104008400","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.709282","TON","","" +"41035","","41","OR","Klamath","NP","2104008400","R","2014NEIV2","PM25-FIL","PM2.5 Filterable","0.67","TON","","" +"41035","","41","OR","Klamath","NP","2460200000","R","2014NEIV2","67561","Methanol","13515.9978","LB","","" +"41035","","41","OR","Klamath","NP","2104008400","R","2014NEIV2","106990","1,3-Butadiene","0.440404","LB","","" +"41035","","41","OR","Klamath","NP","2104008400","R","2014NEIV2","206440","Fluoranthene","0.0254044","LB","","" +"41035","","41","OR","Klamath","NP","2801500000","R","2014NEIV2","2381217","1-Methylpyrene","18.57044","LB","","" +"41035","","41","OR","Klamath","NP","2501011011","R","2014NEIV2","110543","Hexane","206.056","LB","","" +"41035","","41","OR","Klamath","NP","2401055000","R","2014NEIV2","171","Glycol Ethers","0","LB","","" +"41035","","41","OR","Klamath","NP","2401055000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"41035","","41","OR","Klamath","NP","2630020000","R","2014NEIV2","77474","Hexachlorocyclopentadiene","0.00122203","LB","","" +"41035","","41","OR","Klamath","NP","2630020000","R","2014NEIV2","120821","1,2,4-Trichlorobenzene","0.181733","LB","","" +"41035","","41","OR","Klamath","NP","2630020000","R","2014NEIV2","1634044","Methyl Tert-Butyl Ether","0.133523","LB","","" +"41035","","41","OR","Klamath","NP","2630020000","R","2014NEIV2","67663","Chloroform","13.499","LB","","" +"41035","","41","OR","Klamath","NP","2630020000","R","2014NEIV2","108054","Vinyl Acetate","0.160562","LB","","" +"41035","","41","OR","Klamath","NP","2285002007","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.2115548128","TON","","" +"41035","","41","OR","Klamath","NP","2285002007","R","2014NEIV2","206440","Fluoranthene","0.0445136","LB","","" +"41035","","41","OR","Klamath","NP","2285002007","R","2014NEIV2","7439976","Mercury","0.01670722","LB","","" +"41035","","41","OR","Klamath","NP","2285002007","R","2014NEIV2","85018","Phenanthrene","0.33816","LB","","" +"41035","","41","OR","Klamath","NP","2285002007","R","2014NEIV2","86737","Fluorene","0.0839038","LB","","" +"41035","","41","OR","Klamath","NP","2285002007","R","2014NEIV2","100425","Styrene","1.978048","LB","","" +"41035","","41","OR","Klamath","NP","2285002007","R","2014NEIV2","NOX","Nitrogen Oxides","12.1133","TON","","" +"41035","","41","OR","Klamath","NP","2285002007","R","2014NEIV2","SO2","Sulfur Dioxide","0.00420594","TON","","" +"41035","","41","OR","Klamath","NP","2302002200","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0","TON","","" +"41035","","41","OR","Klamath","NP","2302002200","R","2014NEIV2","50000","Formaldehyde","637.5","LB","","" +"41035","","41","OR","Klamath","NP","2302002200","R","2014NEIV2","75070","Acetaldehyde","446.25","LB","","" +"41035","","41","OR","Klamath","NP","2302002200","R","2014NEIV2","100414","Ethyl Benzene","42.5","LB","","" +"41035","","41","OR","Klamath","NP","2501080100","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","3.50674","LB","","" +"41035","","41","OR","Klamath","NP","2501080100","R","2014NEIV2","71432","Benzene","6.31214","LB","","" +"41035","","41","OR","Klamath","NP","2102011000","R","2014NEIV2","86737","Fluorene","4.28753E-6","LB","","" +"41035","","41","OR","Klamath","NP","2102011000","R","2014NEIV2","56553","Benz[a]Anthracene","3.88557E-6","LB","","" +"41035","","41","OR","Klamath","NP","2102011000","R","2014NEIV2","7440439","Cadmium","0.00040195570588","LB","","" +"41035","","41","OR","Klamath","NP","2102011000","R","2014NEIV2","7440417","Beryllium","0.00040195570588","LB","","" +"41035","","41","OR","Klamath","NP","2102011000","R","2014NEIV2","7439976","Mercury","0.00040195570588","LB","","" +"41035","","41","OR","Klamath","NP","2401015000","R","2014NEIV2","107211","Ethylene Glycol","295.188","LB","","" +"41035","","41","OR","Klamath","NP","2701200000","R","2014NEIV2","75070","Acetaldehyde","2646240","LB","","" +"41035","","41","OR","Klamath","NP","2401025000","R","2014NEIV2","108101","Methyl Isobutyl Ketone","125.98857","LB","","" +"41035","","41","OR","Klamath","NP","2401025000","R","2014NEIV2","VOC","Volatile Organic Compounds","6.11595","TON","","" +"41035","","41","OR","Klamath","NP","2401090000","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0","LB","","" +"41035","","41","OR","Klamath","NP","2401090000","R","2014NEIV2","171","Glycol Ethers","0","LB","","" +"41035","","41","OR","Klamath","NP","2501060201","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","223.564","LB","","" +"41035","","41","OR","Klamath","NP","2680003000","R","2014NEIV2","91203","Naphthalene","179.003","LB","","" +"41035","","41","OR","Klamath","NP","2104009000","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0245076","LB","","" +"41035","","41","OR","Klamath","NP","2104009000","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.0245076","LB","","" +"41035","","41","OR","Klamath","NP","2104009000","R","2014NEIV2","91203","Naphthalene","3.98494","LB","","" +"41035","","41","OR","Klamath","NP","2104009000","R","2014NEIV2","NOX","Nitrogen Oxides","0.156931","TON","","" +"41035","","41","OR","Klamath","NP","2104009000","R","2014NEIV2","PM-CON","PM Condensible","0","TON","","" +"41035","","41","OR","Klamath","NP","2104009000","R","2014NEIV2","PM10-FIL","PM10 Filterable","0.59","TON","","" diff --git a/scripts/us_epa/national_emissions_inventory/test_data/datasets/onroad_67.csv b/scripts/us_epa/national_emissions_inventory/test_data/datasets/onroad_67.csv new file mode 100644 index 0000000000..561127c733 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/datasets/onroad_67.csv @@ -0,0 +1,1363 @@ +"state_and_county_fips_code","tribal_name","fips_state_code","st_usps_cd","county_name","data_category","scc","emission_operating_type","data_set","pollutant_cd","pollutant_desc","total_emissions","uom","emissions_type_code","emissions_operating_type" +"35041","","35","NM","Roosevelt","ON","2202410080","R","2014NEIV2","83329","Acenaphthene","0.22812","LB","","" +"35041","","35","NM","Roosevelt","ON","2202410080","R","2014NEIV2","91203","Naphthalene","6.97738","LB","","" +"35041","","35","NM","Roosevelt","ON","2202410080","R","2014NEIV2","NOX","Nitrogen Oxides","8.47421","TON","","" +"35041","","35","NM","Roosevelt","ON","2205320080","R","2014NEIV2","50000","Formaldehyde","0.1631716","LB","","" +"35041","","35","NM","Roosevelt","ON","2205320080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0000987489","TON","","" +"35041","","35","NM","Roosevelt","ON","2205320080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.0001490186","LB","","" +"35041","","35","NM","Roosevelt","ON","2205320080","R","2014NEIV2","129000","Pyrene","0.0001662434","LB","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0301896","LB","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","2.32526E-10","LB","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","206440","Fluoranthene","0.28393","LB","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","7440382","Arsenic","0.000851102","LB","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","2.8709E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","0.154278","TON","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.000514135","TON","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","108883","Toluene","1.58556","LB","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","120127","Anthracene","0.1255978","LB","","" +"35041","","35","NM","Roosevelt","ON","2202420080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","7.965E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2201210080","R","2014NEIV2","SO2","Sulfur Dioxide","0.468839","TON","","" +"35041","","35","NM","Roosevelt","ON","2201210080","R","2014NEIV2","NH3","Ammonia","2.58197","TON","","" +"35041","","35","NM","Roosevelt","ON","2201210080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.606219","TON","","" +"35041","","35","NM","Roosevelt","ON","2201210080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","1.30617","TON","","" +"35041","","35","NM","Roosevelt","ON","2201210080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.287107","TON","","" +"35041","","35","NM","Roosevelt","ON","2201210080","R","2014NEIV2","123386","Propionaldehyde","52.436","LB","","" +"35041","","35","NM","Roosevelt","ON","2202530080","R","2014NEIV2","CH4","Methane","0.450075","TON","","" +"35041","","35","NM","Roosevelt","ON","2202530080","R","2014NEIV2","7439976","Mercury","0.000268078","LB","","" +"35041","","35","NM","Roosevelt","ON","2202530080","R","2014NEIV2","83329","Acenaphthene","3.53416","LB","","" +"35041","","35","NM","Roosevelt","ON","2202530080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","4.79302E-10","LB","","" +"35041","","35","NM","Roosevelt","ON","2202530080","R","2014NEIV2","N2O","Nitrous Oxide","0.0253646","TON","","" +"35041","","35","NM","Roosevelt","ON","2202530080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","75.2566","LB","","" +"35041","","35","NM","Roosevelt","ON","2202530080","R","2014NEIV2","100414","Ethyl Benzene","36.2466","LB","","" +"35041","","35","NM","Roosevelt","ON","2202530080","R","2014NEIV2","106990","1,3-Butadiene","34.8604","LB","","" +"35041","","35","NM","Roosevelt","ON","2202530080","R","2014NEIV2","206440","Fluoranthene","8.94752","LB","","" +"35041","","35","NM","Roosevelt","ON","2205210080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.000142641","TON","","" +"35041","","35","NM","Roosevelt","ON","2205210080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","7.38617E-7","TON","","" +"35041","","35","NM","Roosevelt","ON","2205210080","R","2014NEIV2","85018","Phenanthrene","0.000626452","LB","","" +"35041","","35","NM","Roosevelt","ON","2205210080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","8.95724E-14","LB","","" +"35041","","35","NM","Roosevelt","ON","2205210080","R","2014NEIV2","50000","Formaldehyde","0.1918768","LB","","" +"35041","","35","NM","Roosevelt","ON","2205210080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","1.140028E-12","LB","","" +"35041","","35","NM","Roosevelt","ON","2205210080","R","2014NEIV2","129000","Pyrene","0.000207446","LB","","" +"35041","","35","NM","Roosevelt","ON","2205210080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0.238052","LB","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","NH3","Ammonia","0.221782","TON","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00357229","TON","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","NOX","Nitrogen Oxides","33.9011","TON","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.12616","TON","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","7440020","Nickel","0.234508","LB","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.69992E-10","LB","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","1.383086E-9","LB","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","123386","Propionaldehyde","104.8054","LB","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","100.0702","LB","","" +"35041","","35","NM","Roosevelt","ON","2202310080","R","2014NEIV2","18540299","Chromium (VI)","0.000365754","LB","","" +"35041","","35","NM","Roosevelt","ON","2202620080","R","2014NEIV2","83329","Acenaphthene","1.724418","LB","","" +"35041","","35","NM","Roosevelt","ON","2202620080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","3.21352E-10","LB","","" +"35041","","35","NM","Roosevelt","ON","2202620080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","13.48854","LB","","" +"35041","","35","NM","Roosevelt","ON","2202620080","R","2014NEIV2","120127","Anthracene","1.883952","LB","","" +"35041","","35","NM","Roosevelt","ON","2202620080","R","2014NEIV2","106990","1,3-Butadiene","17.0117","LB","","" +"35041","","35","NM","Roosevelt","ON","2202620080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0933437","TON","","" +"35041","","35","NM","Roosevelt","ON","2202620080","R","2014NEIV2","NOX","Nitrogen Oxides","71.6376","TON","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.787414E-7","LB","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","5.96518E-8","LB","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","NOX","Nitrogen Oxides","224.131","TON","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","85018","Phenanthrene","50.6136","LB","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","86737","Fluorene","18.93626","LB","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","7439976","Mercury","0.0260004","LB","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00725935","TON","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","3.04744E-9","LB","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","1.286014E-8","LB","","" +"35041","","35","NM","Roosevelt","ON","2201310080","R","2014NEIV2","18540299","Chromium (VI)","0.00259352","LB","","" +"35041","","35","NM","Roosevelt","ON","2201520080","R","2014NEIV2","208968","Acenaphthylene","0.322088","LB","","" +"35041","","35","NM","Roosevelt","ON","2201520080","R","2014NEIV2","18540299","Chromium (VI)","0.0000165528","LB","","" +"35041","","35","NM","Roosevelt","ON","2201520080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","167.4708","LB","","" +"35041","","35","NM","Roosevelt","ON","2201520080","R","2014NEIV2","7439976","Mercury","0.0001659496","LB","","" +"35041","","35","NM","Roosevelt","ON","2201520080","R","2014NEIV2","7440382","Arsenic","0.0031728","LB","","" +"35041","","35","NM","Roosevelt","ON","2201520080","R","2014NEIV2","75070","Acetaldehyde","22.3762","LB","","" +"35041","","35","NM","Roosevelt","ON","2201530080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","1.036198E-9","LB","","" +"35041","","35","NM","Roosevelt","ON","2201530080","R","2014NEIV2","71432","Benzene","179.2912","LB","","" +"35041","","35","NM","Roosevelt","ON","2201530080","R","2014NEIV2","108883","Toluene","612.008","LB","","" +"35041","","35","NM","Roosevelt","ON","2201530080","R","2014NEIV2","39001020","Octachlorodibenzofuran","3.1314E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2201530080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.049477","LB","","" +"35041","","35","NM","Roosevelt","ON","2201530080","R","2014NEIV2","218019","Chrysene","0.0490006","LB","","" +"35041","","35","NM","Roosevelt","ON","2201530080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.30874","TON","","" +"35041","","35","NM","Roosevelt","ON","2202210080","R","2014NEIV2","NH3","Ammonia","0.00317583","TON","","" +"35041","","35","NM","Roosevelt","ON","2202210080","R","2014NEIV2","100414","Ethyl Benzene","1.095512","LB","","" +"35041","","35","NM","Roosevelt","ON","2202210080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.117272E-10","LB","","" +"35041","","35","NM","Roosevelt","ON","2202210080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","2.99162E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2202210080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","2.4809E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2202210080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.000490554","LB","","" +"35041","","35","NM","Roosevelt","ON","2202210080","R","2014NEIV2","120127","Anthracene","0.0899004","LB","","" +"35041","","35","NM","Roosevelt","ON","2202210080","R","2014NEIV2","75070","Acetaldehyde","14.40714","LB","","" +"35041","","35","NM","Roosevelt","ON","2202210080","R","2014NEIV2","SO2","Sulfur Dioxide","0.00140499","TON","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","123386","Propionaldehyde","0.921748","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","129000","Pyrene","0.1931002","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","18540299","Chromium (VI)","2.90978E-6","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","208968","Acenaphthylene","0.0979974","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","39001020","Octachlorodibenzofuran","8.65748E-14","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","56553","Benz[a]Anthracene","0.0477356","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","9.2759E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","5.71928E-12","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","7439965","Manganese","0.00276826","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","7440020","Nickel","0.001928556","LB","","" +"35041","","35","NM","Roosevelt","ON","2202540080","R","2014NEIV2","91203","Naphthalene","1.808908","LB","","" +"35041","","35","NM","Roosevelt","ON","2201000062","R","2014NEIV2","110543","Hexane","1091.86","LB","","" +"35041","","35","NM","Roosevelt","ON","2202430080","R","2014NEIV2","CO2","Carbon Dioxide","597.562","TON","","" +"35041","","35","NM","Roosevelt","ON","2202430080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","3.34766E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2202430080","R","2014NEIV2","71432","Benzene","9.47824","LB","","" +"35041","","35","NM","Roosevelt","ON","2202430080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","2.38148","LB","","" +"35041","","35","NM","Roosevelt","ON","2202430080","R","2014NEIV2","39001020","Octachlorodibenzofuran","7.2611E-13","LB","","" +"35041","","35","NM","Roosevelt","ON","2202430080","R","2014NEIV2","123386","Propionaldehyde","5.4761","LB","","" +"35041","","35","NM","Roosevelt","ON","2201320080","R","2014NEIV2","NH3","Ammonia","0.31029","TON","","" +"35041","","35","NM","Roosevelt","ON","2201320080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","4.78346E-9","LB","","" +"35041","","35","NM","Roosevelt","ON","2201320080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.00406196","LB","","" +"35041","","35","NM","Roosevelt","ON","2201320080","R","2014NEIV2","129000","Pyrene","1.057832","LB","","" +"35041","","35","NM","Roosevelt","ON","2201320080","R","2014NEIV2","CO2","Carbon Dioxide","4068.6","TON","","" +"35041","","35","NM","Roosevelt","ON","2201320080","R","2014NEIV2","7440020","Nickel","0.0259986","LB","","" +"35041","","35","NM","Roosevelt","ON","2201320080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","2.09712E-9","LB","","" +"35041","","35","NM","Roosevelt","ON","2202610080","R","2014NEIV2","129000","Pyrene","17.0697","LB","","" +"35041","","35","NM","Roosevelt","ON","2202610080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","4.3233E-9","LB","","" +"35041","","35","NM","Roosevelt","ON","2202610080","R","2014NEIV2","100425","Styrene","23.032","LB","","" +"35041","","35","NM","Roosevelt","ON","2202610080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","2.0065E-10","LB","","" +"35041","","35","NM","Roosevelt","ON","2202610080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","6.36018E-10","LB","","" +"35041","","35","NM","Roosevelt","ON","2202610080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.0773782","LB","","" +"35041","","35","NM","Roosevelt","ON","2202610080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","9.471E-10","LB","","" +"35041","","35","NM","Roosevelt","ON","2202610080","R","2014NEIV2","110543","Hexane","36.7648","LB","","" +"35041","","35","NM","Roosevelt","ON","2202610080","R","2014NEIV2","N2O","Nitrous Oxide","0.0250994","TON","","" +"35041","","35","NM","Roosevelt","ON","2201420080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.0251256","TON","","" +"35041","","35","NM","Roosevelt","ON","2205000062","R","2014NEIV2","100414","Ethyl Benzene","0.333552","LB","","" +"35041","","35","NM","Roosevelt","ON","2202510080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00011015","TON","","" +"35041","","35","NM","Roosevelt","ON","2202510080","R","2014NEIV2","CO2","Carbon Dioxide","92.1201","TON","","" +"35041","","35","NM","Roosevelt","ON","2202510080","R","2014NEIV2","7440020","Nickel","0.001245582","LB","","" +"35041","","35","NM","Roosevelt","ON","2202510080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","4.00308E-12","LB","","" +"35041","","35","NM","Roosevelt","ON","2202510080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","4.51388E-13","LB","","" +"35041","","35","NM","Roosevelt","ON","2202510080","R","2014NEIV2","18540299","Chromium (VI)","1.878684E-6","LB","","" +"35041","","35","NM","Roosevelt","ON","2202510080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.000260634","LB","","" +"35041","","35","NM","Roosevelt","ON","2202510080","R","2014NEIV2","100414","Ethyl Benzene","0.232358","LB","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","100425","Styrene","4.92704","LB","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","108883","Toluene","24.7022","LB","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.0207558","LB","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.273414","LB","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","8.9845","LB","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","7439965","Manganese","0.0940924","LB","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","0.848034","TON","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.305828","TON","","" +"35041","","35","NM","Roosevelt","ON","2201540080","R","2014NEIV2","85018","Phenanthrene","0.1675668","LB","","" +"35041","","35","NM","Roosevelt","ON","2201540080","R","2014NEIV2","110543","Hexane","28.6602","LB","","" +"35041","","35","NM","Roosevelt","ON","2201540080","R","2014NEIV2","CO","Carbon Monoxide","10.3806","TON","","" +"35041","","35","NM","Roosevelt","ON","2201540080","R","2014NEIV2","129000","Pyrene","0.051338","LB","","" +"35041","","35","NM","Roosevelt","ON","2201540080","R","2014NEIV2","100414","Ethyl Benzene","19.52158","LB","","" +"35041","","35","NM","Roosevelt","ON","2201540080","R","2014NEIV2","106990","1,3-Butadiene","4.41372","LB","","" +"35041","","35","NM","Roosevelt","ON","2201540080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.711076E-12","LB","","" +"35041","","35","NM","Roosevelt","ON","2201540080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","1.751008E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2201540080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","6.2344E-12","LB","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","NOX","Nitrogen Oxides","14.7111","TON","","" +"35041","","35","NM","Roosevelt","ON","2202520080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","1.22489","TON","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","206440","Fluoranthene","0.00233806","LB","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.00110868","TON","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","CO","Carbon Monoxide","1.11936","TON","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","100414","Ethyl Benzene","0.824892","LB","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","100425","Styrene","0.0425994","LB","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.179062E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","4.11386E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","1.402122","LB","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","2.09882E-12","LB","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","39001020","Octachlorodibenzofuran","6.1314E-13","LB","","" +"35041","","35","NM","Roosevelt","ON","2205310080","R","2014NEIV2","39227286","1,2,3,4,7,8-Hexachlorodibenzo-p-Dioxin","5.76452E-12","LB","","" +"35041","","35","NM","Roosevelt","ON","2201420080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.00134385","LB","","" +"35041","","35","NM","Roosevelt","ON","2201420080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.000974216","LB","","" +"35041","","35","NM","Roosevelt","ON","2201420080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","3.0541E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2201420080","R","2014NEIV2","7439976","Mercury","0.000031672","LB","","" +"35041","","35","NM","Roosevelt","ON","2201420080","R","2014NEIV2","NH3","Ammonia","0.00303294","TON","","" +"35041","","35","NM","Roosevelt","ON","2201420080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.00125508","TON","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","120127","Anthracene","0.594886","LB","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","SO2","Sulfur Dioxide","0.00791078","TON","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","86737","Fluorene","1.22385","LB","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","CH4","Methane","0.0385854","TON","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","83329","Acenaphthene","0.708646","LB","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.939212E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","6.39576E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","4.59926E-11","LB","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","56553","Benz[a]Anthracene","0.0394394","LB","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","50000","Formaldehyde","56.0526","LB","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.1297514","LB","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","208968","Acenaphthylene","0.68221","LB","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","SO2","Sulfur Dioxide","0.0135548","TON","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","NH3","Ammonia","0.0779451","TON","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","N2O","Nitrous Oxide","0.00814234","TON","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","7440020","Nickel","0.00601768","LB","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","75070","Acetaldehyde","34.1364","LB","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","18540299","Chromium (VI)","0.0000481436","LB","","" +"35041","","35","NM","Roosevelt","ON","2201110080","R","2014NEIV2","106990","1,3-Butadiene","7.5373","LB","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","4.79884","LB","","" +"35041","","35","NM","Roosevelt","ON","2202320080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.00808768","LB","","" +"48041","","48","TX","Brazos","ON","2201530080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.02553","LB","","" +"48041","","48","TX","Brazos","ON","2201530080","R","2014NEIV2","50000","Formaldehyde","12.36602","LB","","" +"48041","","48","TX","Brazos","ON","2201530080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","3.9897E-11","LB","","" +"48041","","48","TX","Brazos","ON","2201530080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","1.68366E-10","LB","","" +"48041","","48","TX","Brazos","ON","2201530080","R","2014NEIV2","86737","Fluorene","0.0725574","LB","","" +"48041","","48","TX","Brazos","ON","2201530080","R","2014NEIV2","7440382","Arsenic","0.0065083","LB","","" +"48041","","48","TX","Brazos","ON","2201530080","R","2014NEIV2","129000","Pyrene","0.0616334","LB","","" +"48041","","48","TX","Brazos","ON","2202510080","R","2014NEIV2","SO2","Sulfur Dioxide","0.0743442","TON","","" +"48041","","48","TX","Brazos","ON","2202510080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.429233","TON","","" +"48041","","48","TX","Brazos","ON","2202510080","R","2014NEIV2","100414","Ethyl Benzene","11.62754","LB","","" +"48041","","48","TX","Brazos","ON","2202510080","R","2014NEIV2","71432","Benzene","32.2974","LB","","" +"48041","","48","TX","Brazos","ON","2202510080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","9.16464","LB","","" +"48041","","48","TX","Brazos","ON","2202510080","R","2014NEIV2","85018","Phenanthrene","4.39556","LB","","" +"48041","","48","TX","Brazos","ON","2202510080","R","2014NEIV2","NH3","Ammonia","0.114614","TON","","" +"48041","","48","TX","Brazos","ON","2201520080","R","2014NEIV2","18540299","Chromium (VI)","0.000333018","LB","","" +"48041","","48","TX","Brazos","ON","2201520080","R","2014NEIV2","123386","Propionaldehyde","9.72824","LB","","" +"48041","","48","TX","Brazos","ON","2201520080","R","2014NEIV2","NH3","Ammonia","0.523271","TON","","" +"48041","","48","TX","Brazos","ON","2201520080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.000827379","TON","","" +"48041","","48","TX","Brazos","ON","2201520080","R","2014NEIV2","85018","Phenanthrene","2.96948","LB","","" +"48041","","48","TX","Brazos","ON","2201520080","R","2014NEIV2","86737","Fluorene","1.106266","LB","","" +"48041","","48","TX","Brazos","ON","2201520080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","3.21928E-9","LB","","" +"48041","","48","TX","Brazos","ON","2201540080","R","2014NEIV2","100414","Ethyl Benzene","18.14366","LB","","" +"48041","","48","TX","Brazos","ON","2201540080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","2.63828E-11","LB","","" +"48041","","48","TX","Brazos","ON","2201540080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.01038712","LB","","" +"48041","","48","TX","Brazos","ON","2201540080","R","2014NEIV2","129000","Pyrene","0.0483838","LB","","" +"48041","","48","TX","Brazos","ON","2201540080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","3.51182E-11","LB","","" +"48041","","48","TX","Brazos","ON","2201540080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.01043174","LB","","" +"48041","","48","TX","Brazos","ON","2201540080","R","2014NEIV2","NH3","Ammonia","0.00805009","TON","","" +"48041","","48","TX","Brazos","ON","2201540080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0000334763","TON","","" +"48041","","48","TX","Brazos","ON","2201540080","R","2014NEIV2","NOX","Nitrogen Oxides","1.00295","TON","","" +"48041","","48","TX","Brazos","ON","2201420080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.430004E-12","LB","","" +"48041","","48","TX","Brazos","ON","2201420080","R","2014NEIV2","85018","Phenanthrene","0.0773634","LB","","" +"48041","","48","TX","Brazos","ON","2201420080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.000284794","TON","","" +"48041","","48","TX","Brazos","ON","2201420080","R","2014NEIV2","VOC","Volatile Organic Compounds","0.187537","TON","","" +"48041","","48","TX","Brazos","ON","2201420080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.00886198","TON","","" +"48041","","48","TX","Brazos","ON","2201420080","R","2014NEIV2","39001020","Octachlorodibenzofuran","1.5187E-12","LB","","" +"48041","","48","TX","Brazos","ON","2201420080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.00407358","LB","","" +"48041","","48","TX","Brazos","ON","2201420080","R","2014NEIV2","56553","Benz[a]Anthracene","0.00409452","LB","","" +"48041","","48","TX","Brazos","ON","2201420080","R","2014NEIV2","208968","Acenaphthylene","0.0648588","LB","","" +"48041","","48","TX","Brazos","ON","2202310080","R","2014NEIV2","7440020","Nickel","0.625532","LB","","" +"48041","","48","TX","Brazos","ON","2202310080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","1.701144E-9","LB","","" +"48041","","48","TX","Brazos","ON","2202310080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","2.63821","TON","","" +"48041","","48","TX","Brazos","ON","2202310080","R","2014NEIV2","CH4","Methane","0.724222","TON","","" +"48041","","48","TX","Brazos","ON","2202310080","R","2014NEIV2","NOX","Nitrogen Oxides","85.3674","TON","","" +"48041","","48","TX","Brazos","ON","2202310080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","5.71768","TON","","" +"48041","","48","TX","Brazos","ON","2202310080","R","2014NEIV2","50000","Formaldehyde","3610.66","LB","","" +"48041","","48","TX","Brazos","ON","2202310080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","2.81318E-8","LB","","" +"48041","","48","TX","Brazos","ON","2202310080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","4.45426E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202530080","R","2014NEIV2","56553","Benz[a]Anthracene","0.967168","LB","","" +"48041","","48","TX","Brazos","ON","2202530080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","2.07924E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202530080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","3.95284E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202530080","R","2014NEIV2","CH4","Methane","0.140024","TON","","" +"48041","","48","TX","Brazos","ON","2202530080","R","2014NEIV2","83329","Acenaphthene","1.144882","LB","","" +"48041","","48","TX","Brazos","ON","2202530080","R","2014NEIV2","206440","Fluoranthene","2.91302","LB","","" +"48041","","48","TX","Brazos","ON","2202530080","R","2014NEIV2","100425","Styrene","4.98488","LB","","" +"48041","","48","TX","Brazos","ON","2202530080","R","2014NEIV2","SO2","Sulfur Dioxide","0.0295803","TON","","" +"48041","","48","TX","Brazos","ON","2202210080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","4.98496E-12","LB","","" +"48041","","48","TX","Brazos","ON","2202210080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","2.01056E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202210080","R","2014NEIV2","DIESEL-PM1","PM10-Primary from certain diesel engines","0.057313","TON","","" +"48041","","48","TX","Brazos","ON","2202210080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.297788","TON","","" +"48041","","48","TX","Brazos","ON","2202210080","R","2014NEIV2","VOC","Volatile Organic Compounds","2.02935","TON","","" +"48041","","48","TX","Brazos","ON","2202210080","R","2014NEIV2","39001020","Octachlorodibenzofuran","6.98382E-12","LB","","" +"48041","","48","TX","Brazos","ON","2202410080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.117884E-13","LB","","" +"48041","","48","TX","Brazos","ON","2202410080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","1.355092E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202410080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.0396824","LB","","" +"48041","","48","TX","Brazos","ON","2202410080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.1331056","LB","","" +"48041","","48","TX","Brazos","ON","2202410080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","7.9664","LB","","" +"48041","","48","TX","Brazos","ON","2202410080","R","2014NEIV2","7440020","Nickel","0.0232156","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","5.29674E-12","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.0065731","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","107028","Acrolein","2.21338","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","NH3","Ammonia","0.00325228","TON","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","7439965","Manganese","0.0054484","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","7440020","Nickel","0.00323084","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","7440382","Arsenic","0.000686702","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","75070","Acetaldehyde","11.9929","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","85018","Phenanthrene","0.352486","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.00089697","LB","","" +"48041","","48","TX","Brazos","ON","2202540080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","1.022778E-11","LB","","" +"48041","","48","TX","Brazos","ON","2201210080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","12586.52","LB","","" +"48041","","48","TX","Brazos","ON","2201210080","R","2014NEIV2","CH4","Methane","7.91591","TON","","" +"48041","","48","TX","Brazos","ON","2201210080","R","2014NEIV2","CO","Carbon Monoxide","3283.91","TON","","" +"48041","","48","TX","Brazos","ON","2201210080","R","2014NEIV2","120127","Anthracene","14.18286","LB","","" +"48041","","48","TX","Brazos","ON","2201210080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","1.658298E-7","LB","","" +"48041","","48","TX","Brazos","ON","2201210080","R","2014NEIV2","110543","Hexane","14754.18","LB","","" +"48041","","48","TX","Brazos","ON","2201210080","R","2014NEIV2","100414","Ethyl Benzene","10053.98","LB","","" +"48041","","48","TX","Brazos","ON","2202520080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","6.25068","TON","","" +"48041","","48","TX","Brazos","ON","2202520080","R","2014NEIV2","18540299","Chromium (VI)","0.00170563","LB","","" +"48041","","48","TX","Brazos","ON","2202520080","R","2014NEIV2","120127","Anthracene","19.76384","LB","","" +"48041","","48","TX","Brazos","ON","2202520080","R","2014NEIV2","107028","Acrolein","446.342","LB","","" +"48041","","48","TX","Brazos","ON","2202520080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","2.5435E-9","LB","","" +"48041","","48","TX","Brazos","ON","2202520080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","5.82632E-10","LB","","" +"48041","","48","TX","Brazos","ON","2205000062","R","2014NEIV2","VOC","Volatile Organic Compounds","0.158978","TON","","" +"48041","","48","TX","Brazos","ON","2205210080","R","2014NEIV2","106990","1,3-Butadiene","0.1673354","LB","","" +"48041","","48","TX","Brazos","ON","2205210080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.001412494","LB","","" +"48041","","48","TX","Brazos","ON","2205210080","R","2014NEIV2","208968","Acenaphthylene","0.00447614","LB","","" +"48041","","48","TX","Brazos","ON","2205210080","R","2014NEIV2","218019","Chrysene","0.000616188","LB","","" +"48041","","48","TX","Brazos","ON","2205210080","R","2014NEIV2","39001020","Octachlorodibenzofuran","7.99042E-13","LB","","" +"48041","","48","TX","Brazos","ON","2205210080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.0000324308","LB","","" +"48041","","48","TX","Brazos","ON","2205210080","R","2014NEIV2","SO2","Sulfur Dioxide","0.00436893","TON","","" +"48041","","48","TX","Brazos","ON","2205210080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.000461574","TON","","" +"48041","","48","TX","Brazos","ON","2205210080","R","2014NEIV2","N2O","Nitrous Oxide","0.00287577","TON","","" +"48041","","48","TX","Brazos","ON","2205310080","R","2014NEIV2","N2O","Nitrous Oxide","0.00878377","TON","","" +"48041","","48","TX","Brazos","ON","2205310080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0000479881","TON","","" +"48041","","48","TX","Brazos","ON","2205310080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.0218334","TON","","" +"48041","","48","TX","Brazos","ON","2205310080","R","2014NEIV2","120127","Anthracene","0.00382128","LB","","" +"48041","","48","TX","Brazos","ON","2205310080","R","2014NEIV2","129000","Pyrene","0.00816188","LB","","" +"48041","","48","TX","Brazos","ON","2205310080","R","2014NEIV2","CH4","Methane","0.0442337","TON","","" +"48041","","48","TX","Brazos","ON","2205310080","R","2014NEIV2","18540299","Chromium (VI)","0.000055269","LB","","" +"48041","","48","TX","Brazos","ON","2205310080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.00023992","LB","","" +"48041","","48","TX","Brazos","ON","2205310080","R","2014NEIV2","7439976","Mercury","0.00055406","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","100414","Ethyl Benzene","0.50001","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","CO","Carbon Monoxide","0.747142","TON","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.005252E-10","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","5.98876E-12","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","1.713102E-12","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.001118678","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","VOC","Volatile Organic Compounds","0.0549011","TON","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","3.529E-11","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","4.8122E-12","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","1.326058E-11","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","7439965","Manganese","0.001799578","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","85018","Phenanthrene","0.00493124","LB","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","N2O","Nitrous Oxide","0.00232106","TON","","" +"48041","","48","TX","Brazos","ON","2205320080","R","2014NEIV2","NH3","Ammonia","0.0040979","TON","","" +"48041","","48","TX","Brazos","ON","2202420080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00541159","TON","","" +"48041","","48","TX","Brazos","ON","2202420080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","0.340427","TON","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","CH4","Methane","3.47981","TON","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","29.5586","TON","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","110543","Hexane","147.1472","LB","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","107028","Acrolein","443","LB","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","3.35326E-9","LB","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","457.53","LB","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","18540299","Chromium (VI)","0.001844942","LB","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.1999356","LB","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","218019","Chrysene","6.1818","LB","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","5.13274E-8","LB","","" +"48041","","48","TX","Brazos","ON","2202620080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","16.1025","TON","","" +"48041","","48","TX","Brazos","ON","2201320080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.236484E-7","LB","","" +"48041","","48","TX","Brazos","ON","2201320080","R","2014NEIV2","206440","Fluoranthene","8.6611","LB","","" +"48041","","48","TX","Brazos","ON","2201320080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","3.15647","TON","","" +"48041","","48","TX","Brazos","ON","2201110080","R","2014NEIV2","208968","Acenaphthylene","0.437382","LB","","" +"48041","","48","TX","Brazos","ON","2201110080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.0469871","TON","","" +"48041","","48","TX","Brazos","ON","2201110080","R","2014NEIV2","VOC","Volatile Organic Compounds","8.18579","TON","","" +"48041","","48","TX","Brazos","ON","2201110080","R","2014NEIV2","7440020","Nickel","0.00301644","LB","","" +"48041","","48","TX","Brazos","ON","2201110080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","5.84008E-10","LB","","" +"48041","","48","TX","Brazos","ON","2201110080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","2.33266E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202420080","R","2014NEIV2","129000","Pyrene","1.16483","LB","","" +"48041","","48","TX","Brazos","ON","2202420080","R","2014NEIV2","106990","1,3-Butadiene","4.78434","LB","","" +"48041","","48","TX","Brazos","ON","2202420080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","6.6378E-11","LB","","" +"48041","","48","TX","Brazos","ON","2202420080","R","2014NEIV2","7440020","Nickel","0.0217762","LB","","" +"48041","","48","TX","Brazos","ON","2202420080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.21833","TON","","" +"48041","","48","TX","Brazos","ON","2202420080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00255568","LB","","" +"48041","","48","TX","Brazos","ON","2202420080","R","2014NEIV2","218019","Chrysene","0.1330962","LB","","" +"48041","","48","TX","Brazos","ON","2201320080","R","2014NEIV2","CH4","Methane","3.43855","TON","","" +"48041","","48","TX","Brazos","ON","2201320080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","5.92088E-9","LB","","" +"48041","","48","TX","Brazos","ON","2201320080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","1.734262E-8","LB","","" +"48041","","48","TX","Brazos","ON","2201320080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","1.809088E-8","LB","","" +"48041","","48","TX","Brazos","ON","2201320080","R","2014NEIV2","218019","Chrysene","1.273792","LB","","" +"48041","","48","TX","Brazos","ON","2201320080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","4.12662E-8","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","6.21446","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","75070","Acetaldehyde","0.906768","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","91203","Naphthalene","0.1447902","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","CH4","Methane","0.00302872","TON","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","56553","Benz[a]Anthracene","0.000814796","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.001113354","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","218019","Chrysene","0.00079203","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","3.44704E-13","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","1.454646E-12","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","107028","Acrolein","0.0440164","LB","","" +"48041","","48","TX","Brazos","ON","2201430080","R","2014NEIV2","120127","Anthracene","0.00238696","LB","","" +"48041","","48","TX","Brazos","ON","2202610080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.6512E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202610080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.0498E-8","LB","","" +"48041","","48","TX","Brazos","ON","2202610080","R","2014NEIV2","83329","Acenaphthene","3.79188","LB","","" +"48041","","48","TX","Brazos","ON","2202610080","R","2014NEIV2","7439965","Manganese","0.38009","LB","","" +"48041","","48","TX","Brazos","ON","2202610080","R","2014NEIV2","7440020","Nickel","0.245244","LB","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","0.75229","TON","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","86737","Fluorene","6.30856","LB","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","7440382","Arsenic","0.0386728","LB","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","4.58516E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","7.48932E-11","LB","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","3.60648E-12","LB","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","100425","Styrene","16.20692","LB","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","3.6046E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","206440","Fluoranthene","4.86368","LB","","" +"48041","","48","TX","Brazos","ON","2202320080","R","2014NEIV2","91203","Naphthalene","121.4974","LB","","" +"48041","","48","TX","Brazos","ON","2202430080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.11834","TON","","" +"48041","","48","TX","Brazos","ON","2202430080","R","2014NEIV2","206440","Fluoranthene","0.972072","LB","","" +"48041","","48","TX","Brazos","ON","2202430080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00400214","LB","","" +"48041","","48","TX","Brazos","ON","2202430080","R","2014NEIV2","123386","Propionaldehyde","6.2853","LB","","" +"48041","","48","TX","Brazos","ON","2202430080","R","2014NEIV2","56553","Benz[a]Anthracene","0.318084","LB","","" +"48041","","48","TX","Brazos","ON","2202430080","R","2014NEIV2","50000","Formaldehyde","113.9488","LB","","" +"48041","","48","TX","Brazos","ON","2202430080","R","2014NEIV2","7440020","Nickel","0.01567128","LB","","" +"48041","","48","TX","Brazos","ON","2201310080","R","2014NEIV2","86737","Fluorene","43.2938","LB","","" +"48041","","48","TX","Brazos","ON","2201310080","R","2014NEIV2","7440020","Nickel","2.37004","LB","","" +"48041","","48","TX","Brazos","ON","2201310080","R","2014NEIV2","71432","Benzene","22204","LB","","" +"48041","","48","TX","Brazos","ON","2202610080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","8.75126E-10","LB","","" +"48041","","48","TX","Brazos","ON","2202610080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","4.89935","TON","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","1.929894E-10","LB","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","72918219","1,2,3,7,8,9-Hexachlorodibenzofuran","4.33852E-10","LB","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","N2O","Nitrous Oxide","0.0276405","TON","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","NH3","Ammonia","0.278756","TON","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","7440382","Arsenic","0.0314806","LB","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","85018","Phenanthrene","2.70316","LB","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","108883","Toluene","3261.92","LB","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","39227286","1,2,3,4,7,8-Hexachlorodibenzo-p-Dioxin","5.29674E-10","LB","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.1923288","LB","","" +"29043","","29","MO","Christian","ON","2201110080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.00441258","LB","","" +"29043","","29","MO","Christian","ON","2201210080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","5.00198E-7","LB","","" +"29043","","29","MO","Christian","ON","2201210080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","2.39514E-8","LB","","" +"29043","","29","MO","Christian","ON","2201210080","R","2014NEIV2","CH4","Methane","5.26462","TON","","" +"29043","","29","MO","Christian","ON","2201210080","R","2014NEIV2","83329","Acenaphthene","14.25808","LB","","" +"29043","","29","MO","Christian","ON","2201210080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","7.2701","TON","","" +"29043","","29","MO","Christian","ON","2201210080","R","2014NEIV2","CO2","Carbon Dioxide","108297","TON","","" +"29043","","29","MO","Christian","ON","2201210080","R","2014NEIV2","110543","Hexane","12426.48","LB","","" +"29043","","29","MO","Christian","ON","2202540080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.171324E-10","LB","","" +"29043","","29","MO","Christian","ON","2202540080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.000970977","TON","","" +"29043","","29","MO","Christian","ON","2202540080","R","2014NEIV2","SO2","Sulfur Dioxide","0.00309223","TON","","" +"29043","","29","MO","Christian","ON","2202540080","R","2014NEIV2","VOC","Volatile Organic Compounds","0.404375","TON","","" +"29043","","29","MO","Christian","ON","2202540080","R","2014NEIV2","18540299","Chromium (VI)","0.00001113444","LB","","" +"29043","","29","MO","Christian","ON","2202540080","R","2014NEIV2","218019","Chrysene","0.1090912","LB","","" +"29043","","29","MO","Christian","ON","2202410080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","4.86888E-12","LB","","" +"29043","","29","MO","Christian","ON","2202410080","R","2014NEIV2","86737","Fluorene","0.747678","LB","","" +"29043","","29","MO","Christian","ON","2202410080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","4.33678E-11","LB","","" +"29043","","29","MO","Christian","ON","2202410080","R","2014NEIV2","83329","Acenaphthene","0.318044","LB","","" +"29043","","29","MO","Christian","ON","2202410080","R","2014NEIV2","VOC","Volatile Organic Compounds","0.539156","TON","","" +"29043","","29","MO","Christian","ON","2202410080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","0.51","TON","","" +"29043","","29","MO","Christian","ON","2205320080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.000276558","TON","","" +"29043","","29","MO","Christian","ON","2205320080","R","2014NEIV2","NOX","Nitrogen Oxides","0.0229369","TON","","" +"29043","","29","MO","Christian","ON","2205320080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","4.47878E-12","LB","","" +"29043","","29","MO","Christian","ON","2205320080","R","2014NEIV2","71432","Benzene","0.876222","LB","","" +"29043","","29","MO","Christian","ON","2205320080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.019066E-11","LB","","" +"29043","","29","MO","Christian","ON","2205320080","R","2014NEIV2","218019","Chrysene","0.000216094","LB","","" +"29043","","29","MO","Christian","ON","2202210080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","0.033568","TON","","" +"29043","","29","MO","Christian","ON","2202210080","R","2014NEIV2","7440020","Nickel","0.0305258","LB","","" +"29043","","29","MO","Christian","ON","2202210080","R","2014NEIV2","18540299","Chromium (VI)","0.0000554416","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","56553","Benz[a]Anthracene","2.25534","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00990488","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","218019","Chrysene","1.035064","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","1.016016E-9","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","171.2992","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","1.47117","TON","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.486412E-8","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","75070","Acetaldehyde","1372.978","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","85018","Phenanthrene","28.2192","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","9.67098E-10","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","2.35898E-10","LB","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0387052","TON","","" +"29043","","29","MO","Christian","ON","2202310080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","73.3266","LB","","" +"35043","","35","NM","Sandoval","ON","2201530080","R","2014NEIV2","129000","Pyrene","1.656782","LB","","" +"35043","","35","NM","Sandoval","ON","2201530080","R","2014NEIV2","108883","Toluene","3264.3","LB","","" +"35043","","35","NM","Sandoval","ON","2201530080","R","2014NEIV2","206440","Fluoranthene","1.453522","LB","","" +"35043","","35","NM","Sandoval","ON","2201530080","R","2014NEIV2","56553","Benz[a]Anthracene","0.34954","LB","","" +"35043","","35","NM","Sandoval","ON","2201530080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","1.558506E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2201530080","R","2014NEIV2","N2O","Nitrous Oxide","0.532724","TON","","" +"35043","","35","NM","Sandoval","ON","2201530080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00178141","TON","","" +"35043","","35","NM","Sandoval","ON","2201530080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.682778","TON","","" +"35043","","35","NM","Sandoval","ON","2201530080","R","2014NEIV2","CO","Carbon Monoxide","407.478","TON","","" +"35043","","35","NM","Sandoval","ON","2201540080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00454174","TON","","" +"35043","","35","NM","Sandoval","ON","2201540080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.096207","LB","","" +"35043","","35","NM","Sandoval","ON","2201320080","R","2014NEIV2","NH3","Ammonia","1.02784","TON","","" +"35043","","35","NM","Sandoval","ON","2201320080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","7.17046E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2201320080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","9.27572E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2201320080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","5.44042E-8","LB","","" +"35043","","35","NM","Sandoval","ON","2201320080","R","2014NEIV2","18540299","Chromium (VI)","0.00078941","LB","","" +"35043","","35","NM","Sandoval","ON","2201320080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","1.578342","LB","","" +"35043","","35","NM","Sandoval","ON","2201320080","R","2014NEIV2","7439976","Mercury","0.00791374","LB","","" +"35043","","35","NM","Sandoval","ON","2201320080","R","2014NEIV2","7440020","Nickel","0.098678","LB","","" +"35043","","35","NM","Sandoval","ON","2201320080","R","2014NEIV2","86737","Fluorene","4.05856","LB","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.000514444","TON","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0264763","TON","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00717672","TON","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","N2O","Nitrous Oxide","0.00338995","TON","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","7439976","Mercury","0.000117575","LB","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","4.61098E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","2.35194E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.000719436","LB","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","108883","Toluene","29.9352","LB","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","123386","Propionaldehyde","21.3304","LB","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","218019","Chrysene","0.1024462","LB","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","39001020","Octachlorodibenzofuran","5.5176E-12","LB","","" +"35043","","35","NM","Sandoval","ON","2202210080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","9.936E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2205320080","R","2014NEIV2","100425","Styrene","0.00922474","LB","","" +"35043","","35","NM","Sandoval","ON","2205320080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0.653234","LB","","" +"35043","","35","NM","Sandoval","ON","2205320080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","4.20474E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2205320080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.001656246","LB","","" +"35043","","35","NM","Sandoval","ON","2205320080","R","2014NEIV2","91203","Naphthalene","0.01662832","LB","","" +"35043","","35","NM","Sandoval","ON","2205320080","R","2014NEIV2","206440","Fluoranthene","0.000541466","LB","","" +"35043","","35","NM","Sandoval","ON","2205320080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","1.476198E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2201000062","R","2014NEIV2","540841","2,2,4-Trimethylpentane","7414.04","LB","","" +"35043","","35","NM","Sandoval","ON","2205000062","R","2014NEIV2","110543","Hexane","1.136706","LB","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","5.79825","TON","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","SO2","Sulfur Dioxide","0.212949","TON","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","7439965","Manganese","0.65413","LB","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","83329","Acenaphthene","18.34184","LB","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","2.85153","TON","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","126.7308","LB","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","1.610046E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","3.89198E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","4.01705","TON","","" +"35043","","35","NM","Sandoval","ON","2202310080","R","2014NEIV2","NH3","Ammonia","0.679685","TON","","" +"35043","","35","NM","Sandoval","ON","2202540080","R","2014NEIV2","7440382","Arsenic","0.00413004","LB","","" +"35043","","35","NM","Sandoval","ON","2202540080","R","2014NEIV2","83329","Acenaphthene","0.617804","LB","","" +"35043","","35","NM","Sandoval","ON","2202540080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","5.81108E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2202540080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","3.07674E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2202540080","R","2014NEIV2","206440","Fluoranthene","1.477044","LB","","" +"35043","","35","NM","Sandoval","ON","2202540080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.43306","TON","","" +"35043","","35","NM","Sandoval","ON","2202540080","R","2014NEIV2","CO2","Carbon Dioxide","998.075","TON","","" +"35043","","35","NM","Sandoval","ON","2202540080","R","2014NEIV2","100414","Ethyl Benzene","5.72764","LB","","" +"35043","","35","NM","Sandoval","ON","2202540080","R","2014NEIV2","NOX","Nitrogen Oxides","6.9625","TON","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","7440382","Arsenic","0.0060257","LB","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","5.39624E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","SO2","Sulfur Dioxide","0.0159166","TON","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","VOC","Volatile Organic Compounds","0.382288","TON","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","123386","Propionaldehyde","1.508722","LB","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","12.34526","LB","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","5.63612E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.00911472","LB","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.882686E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2205310080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","4.0532E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","71432","Benzene","26.1332","LB","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","7439965","Manganese","0.0038554","LB","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","86737","Fluorene","0.0623892","LB","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","CH4","Methane","0.0295674","TON","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0000763016","TON","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.0265395","TON","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.000755619","TON","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","107028","Acrolein","0.489772","LB","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.01578032","LB","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","8.82014E-13","LB","","" +"35043","","35","NM","Sandoval","ON","2201430080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","6.61858E-11","LB","","" +"29043","","29","MO","Christian","ON","2202610080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.215883","TON","","" +"29043","","29","MO","Christian","ON","2202610080","R","2014NEIV2","VOC","Volatile Organic Compounds","7.89871","TON","","" +"29043","","29","MO","Christian","ON","2202610080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","9.0628E-10","LB","","" +"29043","","29","MO","Christian","ON","2202610080","R","2014NEIV2","208968","Acenaphthylene","7.45612","LB","","" +"29043","","29","MO","Christian","ON","2202610080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.0379046","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","7440382","Arsenic","0.0001670006","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","206440","Fluoranthene","0.01564478","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00369256","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","110543","Hexane","6.90838","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","2.87524E-12","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","1.023772E-12","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","8.78566E-12","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","7439965","Manganese","0.001218752","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","40321764","1,2,3,7,8-Pentachlorodibenzo-p-Dioxin","2.68662E-11","LB","","" +"29043","","29","MO","Christian","ON","2201430080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","3.57966E-12","LB","","" +"29043","","29","MO","Christian","ON","2201530080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.101946","LB","","" +"29043","","29","MO","Christian","ON","2201530080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","1.584638E-10","LB","","" +"29043","","29","MO","Christian","ON","2201530080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","6.687E-10","LB","","" +"29043","","29","MO","Christian","ON","2201530080","R","2014NEIV2","56553","Benz[a]Anthracene","0.0967558","LB","","" +"29043","","29","MO","Christian","ON","2201530080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","3.26368E-9","LB","","" +"29043","","29","MO","Christian","ON","2201530080","R","2014NEIV2","75070","Acetaldehyde","78.1952","LB","","" +"29043","","29","MO","Christian","ON","2201530080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0566511","TON","","" +"29043","","29","MO","Christian","ON","2201530080","R","2014NEIV2","107028","Acrolein","4.85578","LB","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","7.21392E-10","LB","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","7439965","Manganese","0.248278","LB","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","120127","Anthracene","3.26848","LB","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","100414","Ethyl Benzene","0.505114","LB","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","100425","Styrene","0.025342","LB","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","NH3","Ammonia","0.00430046","TON","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","4.40272E-6","TON","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","91203","Naphthalene","0.045603","LB","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","218019","Chrysene","0.00051216","LB","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","6.94206E-12","LB","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","72918219","1,2,3,7,8,9-Hexachlorodibenzofuran","3.69698E-12","LB","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","7439965","Manganese","0.001820668","LB","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","107028","Acrolein","0.0975506","LB","","" +"29043","","29","MO","Christian","ON","2205210080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.00192123","TON","","" +"29043","","29","MO","Christian","ON","2201310080","R","2014NEIV2","NOX","Nitrogen Oxides","651.615","TON","","" +"29043","","29","MO","Christian","ON","2201310080","R","2014NEIV2","7440382","Arsenic","1.800664","LB","","" +"29043","","29","MO","Christian","ON","2201310080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.219493","TON","","" +"29043","","29","MO","Christian","ON","2201310080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","4.65834E-8","LB","","" +"29043","","29","MO","Christian","ON","2201310080","R","2014NEIV2","129000","Pyrene","55.4728","LB","","" +"29043","","29","MO","Christian","ON","2201310080","R","2014NEIV2","100414","Ethyl Benzene","18676.52","LB","","" +"29043","","29","MO","Christian","ON","2201520080","R","2014NEIV2","106990","1,3-Butadiene","28.2714","LB","","" +"29043","","29","MO","Christian","ON","2201520080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","154.0794","LB","","" +"29043","","29","MO","Christian","ON","2201520080","R","2014NEIV2","NOX","Nitrogen Oxides","6.08513","TON","","" +"29043","","29","MO","Christian","ON","2201520080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0433845","TON","","" +"29043","","29","MO","Christian","ON","2201520080","R","2014NEIV2","85018","Phenanthrene","1.092994","LB","","" +"29043","","29","MO","Christian","ON","2201520080","R","2014NEIV2","91203","Naphthalene","10.43872","LB","","" +"29043","","29","MO","Christian","ON","2201520080","R","2014NEIV2","CH4","Methane","0.16437","TON","","" +"29043","","29","MO","Christian","ON","2201520080","R","2014NEIV2","7439976","Mercury","0.0004124","LB","","" +"29043","","29","MO","Christian","ON","2202620080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0510874","LB","","" +"29043","","29","MO","Christian","ON","2202620080","R","2014NEIV2","100425","Styrene","33.8902","LB","","" +"29043","","29","MO","Christian","ON","2202620080","R","2014NEIV2","120127","Anthracene","7.86894","LB","","" +"29043","","29","MO","Christian","ON","2202620080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","1.9284","TON","","" +"29043","","29","MO","Christian","ON","2202620080","R","2014NEIV2","CO2","Carbon Dioxide","47285","TON","","" +"29043","","29","MO","Christian","ON","2202620080","R","2014NEIV2","50328","Benzo[a]Pyrene","1.235926","LB","","" +"29043","","29","MO","Christian","ON","2202620080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.636838E-8","LB","","" +"29043","","29","MO","Christian","ON","2202620080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","1.896662E-8","LB","","" +"29043","","29","MO","Christian","ON","2202620080","R","2014NEIV2","18540299","Chromium (VI)","0.000681722","LB","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","89.3604","LB","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","1.9903E-11","LB","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","120127","Anthracene","0.0980744","LB","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","18540299","Chromium (VI)","0.00001693876","LB","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","6.95882E-11","LB","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","110543","Hexane","95.6786","LB","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","SO2","Sulfur Dioxide","0.0135462","TON","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","NOX","Nitrogen Oxides","3.84635","TON","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","86737","Fluorene","0.230568","LB","","" +"29043","","29","MO","Christian","ON","2201540080","R","2014NEIV2","CH4","Methane","0.0736931","TON","","" +"29043","","29","MO","Christian","ON","2202420080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","4.69018E-11","LB","","" +"29043","","29","MO","Christian","ON","2202430080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","0.83883","TON","","" +"29043","","29","MO","Christian","ON","2202430080","R","2014NEIV2","18540299","Chromium (VI)","0.0000689092","LB","","" +"29043","","29","MO","Christian","ON","2202430080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.0802764","LB","","" +"29043","","29","MO","Christian","ON","2202430080","R","2014NEIV2","120127","Anthracene","1.27176","LB","","" +"29043","","29","MO","Christian","ON","2202430080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.375281","TON","","" +"29043","","29","MO","Christian","ON","2202430080","R","2014NEIV2","85018","Phenanthrene","4.32898","LB","","" +"29043","","29","MO","Christian","ON","2201420080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.000201743","TON","","" +"29043","","29","MO","Christian","ON","2201420080","R","2014NEIV2","85018","Phenanthrene","0.0581842","LB","","" +"29043","","29","MO","Christian","ON","2201420080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","8.76188E-13","LB","","" +"29043","","29","MO","Christian","ON","2201420080","R","2014NEIV2","206440","Fluoranthene","0.01566532","LB","","" +"29043","","29","MO","Christian","ON","2201420080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","18.71856","LB","","" +"29043","","29","MO","Christian","ON","2201420080","R","2014NEIV2","18540299","Chromium (VI)","2.7169E-6","LB","","" +"29043","","29","MO","Christian","ON","2201320080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","2.40428E-9","LB","","" +"29043","","29","MO","Christian","ON","2201320080","R","2014NEIV2","91203","Naphthalene","69.3796","LB","","" +"29043","","29","MO","Christian","ON","2201320080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.115236E-8","LB","","" +"29043","","29","MO","Christian","ON","2201320080","R","2014NEIV2","129000","Pyrene","2.2064","LB","","" +"29043","","29","MO","Christian","ON","2201320080","R","2014NEIV2","CO","Carbon Monoxide","221.848","TON","","" +"29043","","29","MO","Christian","ON","2201320080","R","2014NEIV2","CO2","Carbon Dioxide","9568.75","TON","","" +"29043","","29","MO","Christian","ON","2201320080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","1.991946E-9","LB","","" +"29043","","29","MO","Christian","ON","2202320080","R","2014NEIV2","50000","Formaldehyde","235.252","LB","","" +"29043","","29","MO","Christian","ON","2202320080","R","2014NEIV2","NH3","Ammonia","0.0318781","TON","","" +"29043","","29","MO","Christian","ON","2202320080","R","2014NEIV2","129000","Pyrene","1.315212","LB","","" +"29043","","29","MO","Christian","ON","2202320080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.287518","TON","","" +"29043","","29","MO","Christian","ON","2202320080","R","2014NEIV2","CO","Carbon Monoxide","11.3817","TON","","" +"29043","","29","MO","Christian","ON","2202320080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.001907836","LB","","" +"29043","","29","MO","Christian","ON","2202320080","R","2014NEIV2","56553","Benz[a]Anthracene","0.1813354","LB","","" +"29043","","29","MO","Christian","ON","2202320080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","8.17724E-11","LB","","" +"29043","","29","MO","Christian","ON","2202530080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","4.00269","TON","","" +"29043","","29","MO","Christian","ON","2202530080","R","2014NEIV2","CO","Carbon Monoxide","32.1045","TON","","" +"29043","","29","MO","Christian","ON","2202530080","R","2014NEIV2","106990","1,3-Butadiene","47.4834","LB","","" +"29043","","29","MO","Christian","ON","2202510080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","0.226253","TON","","" +"29043","","29","MO","Christian","ON","2202510080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","1.019782","LB","","" +"29043","","29","MO","Christian","ON","2202510080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.001914E-13","LB","","" +"29043","","29","MO","Christian","ON","2202510080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","3.33614E-10","LB","","" +"29043","","29","MO","Christian","ON","2202510080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","2.18136E-11","LB","","" +"29043","","29","MO","Christian","ON","2202510080","R","2014NEIV2","NH3","Ammonia","0.00960995","TON","","" +"29043","","29","MO","Christian","ON","2202510080","R","2014NEIV2","129000","Pyrene","0.486492","LB","","" +"29043","","29","MO","Christian","ON","2202510080","R","2014NEIV2","7439965","Manganese","0.02218","LB","","" +"29043","","29","MO","Christian","ON","2205310080","R","2014NEIV2","CO","Carbon Monoxide","4.39701","TON","","" +"29043","","29","MO","Christian","ON","2205310080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","2.00328E-11","LB","","" +"29043","","29","MO","Christian","ON","2205310080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","5.5205E-11","LB","","" +"29043","","29","MO","Christian","ON","2205310080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","6.0291","LB","","" +"29043","","29","MO","Christian","ON","2205310080","R","2014NEIV2","NH3","Ammonia","0.0215317","TON","","" +"29043","","29","MO","Christian","ON","2205310080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0000274887","TON","","" +"29043","","29","MO","Christian","ON","2205310080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.00792884","LB","","" +"35043","","35","NM","Sandoval","ON","2202520080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","47.2696","LB","","" +"35043","","35","NM","Sandoval","ON","2202520080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.0568806","LB","","" +"35043","","35","NM","Sandoval","ON","2202520080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.0838738","LB","","" +"35043","","35","NM","Sandoval","ON","2202520080","R","2014NEIV2","100425","Styrene","24.5086","LB","","" +"35043","","35","NM","Sandoval","ON","2202520080","R","2014NEIV2","123386","Propionaldehyde","92.7928","LB","","" +"35043","","35","NM","Sandoval","ON","2202520080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","4.57629","TON","","" +"35043","","35","NM","Sandoval","ON","2202520080","R","2014NEIV2","VOC","Volatile Organic Compounds","10.2057","TON","","" +"35043","","35","NM","Sandoval","ON","2202520080","R","2014NEIV2","86737","Fluorene","12.617","LB","","" +"35043","","35","NM","Sandoval","ON","2202520080","R","2014NEIV2","91203","Naphthalene","197.2406","LB","","" +"35043","","35","NM","Sandoval","ON","2202510080","R","2014NEIV2","7439976","Mercury","8.3996E-6","LB","","" +"35043","","35","NM","Sandoval","ON","2202510080","R","2014NEIV2","7440382","Arsenic","0.00175633","LB","","" +"35043","","35","NM","Sandoval","ON","2202510080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0317103","TON","","" +"35043","","35","NM","Sandoval","ON","2202510080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00475911","TON","","" +"35043","","35","NM","Sandoval","ON","2202510080","R","2014NEIV2","39001020","Octachlorodibenzofuran","3.80116E-13","LB","","" +"35043","","35","NM","Sandoval","ON","2202510080","R","2014NEIV2","50000","Formaldehyde","47.2124","LB","","" +"35043","","35","NM","Sandoval","ON","2202510080","R","2014NEIV2","CO","Carbon Monoxide","1.49176","TON","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","7439976","Mercury","0.000109054","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","75070","Acetaldehyde","284.704","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","83329","Acenaphthene","2.21924","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","85018","Phenanthrene","8.12778","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","15.81464","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","2.43222E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","5.8293E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","5.08326E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","218019","Chrysene","0.95183","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","100425","Styrene","9.70354","LB","","" +"35043","","35","NM","Sandoval","ON","2202430080","R","2014NEIV2","NOX","Nitrogen Oxides","28.9152","TON","","" +"35043","","35","NM","Sandoval","ON","2205210080","R","2014NEIV2","71432","Benzene","2.05222","LB","","" +"35043","","35","NM","Sandoval","ON","2205210080","R","2014NEIV2","7439976","Mercury","0.0000659068","LB","","" +"35043","","35","NM","Sandoval","ON","2205210080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.128448E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2205210080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.00104316","TON","","" +"35043","","35","NM","Sandoval","ON","2205210080","R","2014NEIV2","100425","Styrene","0.0210774","LB","","" +"35043","","35","NM","Sandoval","ON","2205210080","R","2014NEIV2","120127","Anthracene","0.00066061","LB","","" +"35043","","35","NM","Sandoval","ON","2205210080","R","2014NEIV2","40321764","1,2,3,7,8-Pentachlorodibenzo-p-Dioxin","5.26598E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2202530080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.276988","LB","","" +"35043","","35","NM","Sandoval","ON","2202530080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.352226","LB","","" +"35043","","35","NM","Sandoval","ON","2202530080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","15.1826","TON","","" +"35043","","35","NM","Sandoval","ON","2202530080","R","2014NEIV2","75070","Acetaldehyde","2428.32","LB","","" +"35043","","35","NM","Sandoval","ON","2202530080","R","2014NEIV2","7440020","Nickel","0.845512","LB","","" +"35043","","35","NM","Sandoval","ON","2202530080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","5.49764E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2202530080","R","2014NEIV2","50000","Formaldehyde","5615.54","LB","","" +"35043","","35","NM","Sandoval","ON","2202530080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","1.383398","LB","","" +"29043","","29","MO","Christian","ON","2202610080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","9.0303E-10","LB","","" +"29043","","29","MO","Christian","ON","2202610080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","1.896918E-9","LB","","" +"29043","","29","MO","Christian","ON","2201530080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.1605524","LB","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","129000","Pyrene","9.41308","LB","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","61.5094","LB","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.794486","TON","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","75070","Acetaldehyde","394.264","LB","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","83329","Acenaphthene","2.9649","LB","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","4.36904E-10","LB","","" +"29043","","29","MO","Christian","ON","2202520080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","8.04636E-11","LB","","" +"29043","","29","MO","Christian","ON","2202420080","R","2014NEIV2","SO2","Sulfur Dioxide","0.00713495","TON","","" +"29043","","29","MO","Christian","ON","2202420080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","2.5378E-11","LB","","" +"29043","","29","MO","Christian","ON","2202420080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","9.00636E-11","LB","","" +"29043","","29","MO","Christian","ON","2202530080","R","2014NEIV2","218019","Chrysene","2.30412","LB","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","3.2624E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","6.13792E-8","LB","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","3.51878E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","100425","Styrene","93.2736","LB","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","423.384","LB","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.841962E-8","LB","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.365376","LB","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","42.2003","TON","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","7439965","Manganese","2.40548","LB","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","CH4","Methane","2.26937","TON","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","DIESEL-PM1","PM10-Primary from certain diesel engines","33.8346","TON","","" +"35043","","35","NM","Sandoval","ON","2202610080","R","2014NEIV2","NH3","Ammonia","2.03067","TON","","" +"35043","","35","NM","Sandoval","ON","2201520080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","4.25024E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2201520080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","2.37946E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2201520080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.1113196","LB","","" +"35043","","35","NM","Sandoval","ON","2201520080","R","2014NEIV2","83329","Acenaphthene","0.390898","LB","","" +"35043","","35","NM","Sandoval","ON","2201520080","R","2014NEIV2","71432","Benzene","390.52","LB","","" +"35043","","35","NM","Sandoval","ON","2201520080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0854358","TON","","" +"35043","","35","NM","Sandoval","ON","2201520080","R","2014NEIV2","106990","1,3-Butadiene","45.8382","LB","","" +"35043","","35","NM","Sandoval","ON","2201520080","R","2014NEIV2","108883","Toluene","1247.374","LB","","" +"35043","","35","NM","Sandoval","ON","2202410080","R","2014NEIV2","7439965","Manganese","0.291944","LB","","" +"35043","","35","NM","Sandoval","ON","2202410080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","6.43532E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2202410080","R","2014NEIV2","56553","Benz[a]Anthracene","2.5107","LB","","" +"35043","","35","NM","Sandoval","ON","2202410080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","2.72536","TON","","" +"35043","","35","NM","Sandoval","ON","2202410080","R","2014NEIV2","208968","Acenaphthylene","4.40858","LB","","" +"35043","","35","NM","Sandoval","ON","2202410080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","3.97526E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2202410080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.0607728","LB","","" +"35043","","35","NM","Sandoval","ON","2202320080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.38919","TON","","" +"35043","","35","NM","Sandoval","ON","2202320080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00763529","TON","","" +"35043","","35","NM","Sandoval","ON","2202320080","R","2014NEIV2","75070","Acetaldehyde","112.858","LB","","" +"35043","","35","NM","Sandoval","ON","2202320080","R","2014NEIV2","91203","Naphthalene","28.4934","LB","","" +"35043","","35","NM","Sandoval","ON","2202320080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.001676746","LB","","" +"35043","","35","NM","Sandoval","ON","2202320080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","9.95088E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2202320080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","8.09244E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2202320080","R","2014NEIV2","110543","Hexane","6.5127","LB","","" +"35043","","35","NM","Sandoval","ON","2202320080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.00439026","LB","","" +"35043","","35","NM","Sandoval","ON","2201310080","R","2014NEIV2","100414","Ethyl Benzene","28867.4","LB","","" +"35043","","35","NM","Sandoval","ON","2201310080","R","2014NEIV2","7440020","Nickel","2.0662","LB","","" +"35043","","35","NM","Sandoval","ON","2201310080","R","2014NEIV2","75070","Acetaldehyde","16956.28","LB","","" +"35043","","35","NM","Sandoval","ON","2201310080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","4.0002E-7","LB","","" +"35043","","35","NM","Sandoval","ON","2201310080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","1.87334E-7","LB","","" +"35043","","35","NM","Sandoval","ON","2201310080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","8.19598E-8","LB","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","4.62988E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","1.618872E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.31417","LB","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","106990","1,3-Butadiene","53.0448","LB","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","120127","Anthracene","0.99121","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","86737","Fluorene","42.0614","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","SO2","Sulfur Dioxide","4.03815","TON","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","100414","Ethyl Benzene","13411","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","100425","Styrene","491.322","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","106990","1,3-Butadiene","3513.3","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","120127","Anthracene","17.80576","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.001286E-6","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","23.9448","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","206440","Fluoranthene","30.49","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","6.39696","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","218019","Chrysene","6.13228","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","4.68588E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2202000062","R","2014NEIV2","71432","Benzene","106.899","LB","","" +"35043","","35","NM","Sandoval","ON","2202420080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","2.03482E-11","LB","","" +"35043","","35","NM","Sandoval","ON","2202420080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.329454","TON","","" +"35043","","35","NM","Sandoval","ON","2202420080","R","2014NEIV2","83329","Acenaphthene","0.621712","LB","","" +"35043","","35","NM","Sandoval","ON","2202420080","R","2014NEIV2","CH4","Methane","0.0213758","TON","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","50328","Benzo[a]Pyrene","4.193","LB","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","DIESEL-PM1","PM10-Primary from certain diesel engines","38.0505","TON","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","75070","Acetaldehyde","3334.94","LB","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","83329","Acenaphthene","23.7652","LB","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","86737","Fluorene","49.3084","LB","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","107028","Acrolein","598.112","LB","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.173165","LB","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","18540299","Chromium (VI)","0.00264548","LB","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.271062","LB","","" +"35043","","35","NM","Sandoval","ON","2202620080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.003172E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","100414","Ethyl Benzene","1099.64","LB","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.780097","TON","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0128089","TON","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","VOC","Volatile Organic Compounds","33.4961","TON","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.270772E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","56553","Benz[a]Anthracene","0.319086","LB","","" +"35043","","35","NM","Sandoval","ON","2201110080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","4.46576E-9","LB","","" +"35043","","35","NM","Sandoval","ON","2201210080","R","2014NEIV2","7439965","Manganese","5.85106","LB","","" +"35043","","35","NM","Sandoval","ON","2202420080","R","2014NEIV2","123386","Propionaldehyde","9.84988","LB","","" +"35043","","35","NM","Sandoval","ON","2202420080","R","2014NEIV2","107028","Acrolein","14.13326","LB","","" +"35043","","35","NM","Sandoval","ON","2202420080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","9.21036","LB","","" +"35043","","35","NM","Sandoval","ON","2202420080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","4.38462E-10","LB","","" +"35043","","35","NM","Sandoval","ON","2202420080","R","2014NEIV2","39001020","Octachlorodibenzofuran","1.333138E-12","LB","","" +"40043","","40","OK","Dewey","ON","2205210080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0001175186","LB","","" +"40043","","40","OK","Dewey","ON","2205210080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0000761688","TON","","" +"40043","","40","OK","Dewey","ON","2205210080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.0008083","TON","","" +"40043","","40","OK","Dewey","ON","2205210080","R","2014NEIV2","7440382","Arsenic","0.000162913","LB","","" +"40043","","40","OK","Dewey","ON","2205210080","R","2014NEIV2","86737","Fluorene","0.0001252924","LB","","" +"40043","","40","OK","Dewey","ON","2205210080","R","2014NEIV2","CH4","Methane","0.00062715","TON","","" +"40043","","40","OK","Dewey","ON","2205210080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","7.13292E-14","LB","","" +"40043","","40","OK","Dewey","ON","2205210080","R","2014NEIV2","218019","Chrysene","0.000048862","LB","","" +"40043","","40","OK","Dewey","ON","2205210080","R","2014NEIV2","39227286","1,2,3,4,7,8-Hexachlorodibenzo-p-Dioxin","7.13292E-13","LB","","" +"40043","","40","OK","Dewey","ON","2201320080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.001666236","LB","","" +"40043","","40","OK","Dewey","ON","2201320080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00208226","TON","","" +"40043","","40","OK","Dewey","ON","2201320080","R","2014NEIV2","CO2","Carbon Dioxide","2675.91","TON","","" +"40043","","40","OK","Dewey","ON","2201320080","R","2014NEIV2","75070","Acetaldehyde","72.1152","LB","","" +"40043","","40","OK","Dewey","ON","2201320080","R","2014NEIV2","218019","Chrysene","0.0563014","LB","","" +"40043","","40","OK","Dewey","ON","2201320080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.022752E-8","LB","","" +"40043","","40","OK","Dewey","ON","2201320080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.19313","LB","","" +"40043","","40","OK","Dewey","ON","2201320080","R","2014NEIV2","107028","Acrolein","4.07868","LB","","" +"40043","","40","OK","Dewey","ON","2202520080","R","2014NEIV2","VOC","Volatile Organic Compounds","2.05571","TON","","" +"40043","","40","OK","Dewey","ON","2202520080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.30416","TON","","" +"40043","","40","OK","Dewey","ON","2202520080","R","2014NEIV2","7440382","Arsenic","0.01854704","LB","","" +"40043","","40","OK","Dewey","ON","2202520080","R","2014NEIV2","110543","Hexane","9.41576","LB","","" +"40043","","40","OK","Dewey","ON","2202520080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.7538E-12","LB","","" +"40043","","40","OK","Dewey","ON","2202520080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","2.25972E-11","LB","","" +"40043","","40","OK","Dewey","ON","2202520080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0104514","LB","","" +"40043","","40","OK","Dewey","ON","2202520080","R","2014NEIV2","7439976","Mercury","0.0000887018","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","4.1132E-11","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","5.6089E-12","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","208968","Acenaphthylene","0.0454278","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","50000","Formaldehyde","3.24644","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","23.723","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.00436276","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","100414","Ethyl Benzene","6.37176","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.00140251","TON","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","108883","Toluene","39.5242","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","5.4813E-13","LB","","" +"40043","","40","OK","Dewey","ON","2201540080","R","2014NEIV2","7440020","Nickel","0.000212456","LB","","" +"40043","","40","OK","Dewey","ON","2205310080","R","2014NEIV2","7440020","Nickel","0.000736338","LB","","" +"40043","","40","OK","Dewey","ON","2205310080","R","2014NEIV2","56553","Benz[a]Anthracene","0.000580362","LB","","" +"40043","","40","OK","Dewey","ON","2205310080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","5.05546E-12","LB","","" +"40043","","40","OK","Dewey","ON","2205310080","R","2014NEIV2","7440382","Arsenic","0.001129038","LB","","" +"40043","","40","OK","Dewey","ON","2201110080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","6.18686E-10","LB","","" +"40043","","40","OK","Dewey","ON","2201110080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","8.43672E-11","LB","","" +"40043","","40","OK","Dewey","ON","2201110080","R","2014NEIV2","50000","Formaldehyde","24.8544","LB","","" +"40043","","40","OK","Dewey","ON","2201110080","R","2014NEIV2","7440382","Arsenic","0.00490008","LB","","" +"40043","","40","OK","Dewey","ON","2201110080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","2.57796E-10","LB","","" +"40043","","40","OK","Dewey","ON","2201110080","R","2014NEIV2","7439965","Manganese","0.00440112","LB","","" +"40043","","40","OK","Dewey","ON","2201110080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.00643821","TON","","" +"40043","","40","OK","Dewey","ON","2202310080","R","2014NEIV2","CH4","Methane","0.221837","TON","","" +"40043","","40","OK","Dewey","ON","2202310080","R","2014NEIV2","CO","Carbon Monoxide","63.5984","TON","","" +"40043","","40","OK","Dewey","ON","2202310080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","4.14094E-10","LB","","" +"40043","","40","OK","Dewey","ON","2202310080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0838258","LB","","" +"40043","","40","OK","Dewey","ON","2202310080","R","2014NEIV2","18540299","Chromium (VI)","0.00026221","LB","","" +"40043","","40","OK","Dewey","ON","2202310080","R","2014NEIV2","120127","Anthracene","2.96436","LB","","" +"40043","","40","OK","Dewey","ON","2202310080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.914778","TON","","" +"40043","","40","OK","Dewey","ON","2202310080","R","2014NEIV2","CO2","Carbon Dioxide","5797.55","TON","","" +"40043","","40","OK","Dewey","ON","2205320080","R","2014NEIV2","VOC","Volatile Organic Compounds","0.00340864","TON","","" +"40043","","40","OK","Dewey","ON","2205320080","R","2014NEIV2","CO","Carbon Monoxide","0.0575557","TON","","" +"40043","","40","OK","Dewey","ON","2205320080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.068858E-12","LB","","" +"40043","","40","OK","Dewey","ON","2205320080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","2.6962E-6","LB","","" +"40043","","40","OK","Dewey","ON","2205320080","R","2014NEIV2","39227286","1,2,3,4,7,8-Hexachlorodibenzo-p-Dioxin","5.2254E-13","LB","","" +"40043","","40","OK","Dewey","ON","2205320080","R","2014NEIV2","40321764","1,2,3,7,8-Pentachlorodibenzo-p-Dioxin","4.9878E-12","LB","","" +"40043","","40","OK","Dewey","ON","2205320080","R","2014NEIV2","108883","Toluene","0.1175748","LB","","" +"40043","","40","OK","Dewey","ON","2205320080","R","2014NEIV2","110543","Hexane","0.0464638","LB","","" +"40043","","40","OK","Dewey","ON","2202540080","R","2014NEIV2","110543","Hexane","0.218626","LB","","" +"40043","","40","OK","Dewey","ON","2202540080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","2.49172E-12","LB","","" +"40043","","40","OK","Dewey","ON","2202540080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","3.3621E-12","LB","","" +"40043","","40","OK","Dewey","ON","2202540080","R","2014NEIV2","129000","Pyrene","0.1009012","LB","","" +"40043","","40","OK","Dewey","ON","2202540080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0.464272","LB","","" +"40043","","40","OK","Dewey","ON","2202540080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.00760274","TON","","" +"40043","","40","OK","Dewey","ON","2202540080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0102293","TON","","" +"40043","","40","OK","Dewey","ON","2202540080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.0275588","TON","","" +"40043","","40","OK","Dewey","ON","2202620080","R","2014NEIV2","100425","Styrene","4.67308","LB","","" +"40043","","40","OK","Dewey","ON","2202620080","R","2014NEIV2","7440020","Nickel","0.0680432","LB","","" +"40043","","40","OK","Dewey","ON","2202620080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","3.00456E-9","LB","","" +"40043","","40","OK","Dewey","ON","2202620080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00927878","LB","","" +"40043","","40","OK","Dewey","ON","2202620080","R","2014NEIV2","N2O","Nitrous Oxide","0.00839547","TON","","" +"40043","","40","OK","Dewey","ON","2202620080","R","2014NEIV2","NOX","Nitrogen Oxides","43.2271","TON","","" +"40043","","40","OK","Dewey","ON","2202620080","R","2014NEIV2","7440382","Arsenic","0.0237508","LB","","" +"40043","","40","OK","Dewey","ON","2202620080","R","2014NEIV2","120127","Anthracene","1.14816","LB","","" +"40043","","40","OK","Dewey","ON","2202620080","R","2014NEIV2","100414","Ethyl Benzene","10.99672","LB","","" +"40043","","40","OK","Dewey","ON","2202320080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","1.306648E-9","LB","","" +"40043","","40","OK","Dewey","ON","2202320080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0200228","LB","","" +"40043","","40","OK","Dewey","ON","2202320080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00039204","TON","","" +"40043","","40","OK","Dewey","ON","2202320080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.00597266","LB","","" +"40043","","40","OK","Dewey","ON","2202320080","R","2014NEIV2","129000","Pyrene","0.960756","LB","","" +"40043","","40","OK","Dewey","ON","2202320080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","11.89366","LB","","" +"40043","","40","OK","Dewey","ON","2202320080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","3.78954E-10","LB","","" +"48043","","48","TX","Brewster","ON","2201310080","R","2014NEIV2","7440020","Nickel","0.1605532","LB","","" +"48043","","48","TX","Brewster","ON","2201310080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","4.14222E-10","LB","","" +"48043","","48","TX","Brewster","ON","2201310080","R","2014NEIV2","120127","Anthracene","1.58886","LB","","" +"48043","","48","TX","Brewster","ON","2202510080","R","2014NEIV2","7440020","Nickel","0.00591002","LB","","" +"48043","","48","TX","Brewster","ON","2202510080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0293518","LB","","" +"48043","","48","TX","Brewster","ON","2202510080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","2.70974E-10","LB","","" +"48043","","48","TX","Brewster","ON","2202510080","R","2014NEIV2","206440","Fluoranthene","0.299472","LB","","" +"48043","","48","TX","Brewster","ON","2202510080","R","2014NEIV2","100414","Ethyl Benzene","1.163416","LB","","" +"48043","","48","TX","Brewster","ON","2202210080","R","2014NEIV2","DIESEL-PM1","PM10-Primary from certain diesel engines","0.0107589","TON","","" +"48043","","48","TX","Brewster","ON","2202210080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.00250273","TON","","" +"48043","","48","TX","Brewster","ON","2202210080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0000823146","TON","","" +"48043","","48","TX","Brewster","ON","2202210080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","4.91836E-10","LB","","" +"48043","","48","TX","Brewster","ON","2202210080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","2.07292","LB","","" +"48043","","48","TX","Brewster","ON","2202210080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","7.76134E-12","LB","","" +"48043","","48","TX","Brewster","ON","2202210080","R","2014NEIV2","75070","Acetaldehyde","33.4522","LB","","" +"48043","","48","TX","Brewster","ON","2202210080","R","2014NEIV2","85018","Phenanthrene","0.637366","LB","","" +"48043","","48","TX","Brewster","ON","2202210080","R","2014NEIV2","91203","Naphthalene","8.39688","LB","","" +"48043","","48","TX","Brewster","ON","2202000062","R","2014NEIV2","71432","Benzene","5.6253","LB","","" +"48043","","48","TX","Brewster","ON","2201540080","R","2014NEIV2","123386","Propionaldehyde","0.0466222","LB","","" +"48043","","48","TX","Brewster","ON","2201540080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.001701048","LB","","" +"48043","","48","TX","Brewster","ON","2201540080","R","2014NEIV2","110543","Hexane","3.1964","LB","","" +"48043","","48","TX","Brewster","ON","2201540080","R","2014NEIV2","83329","Acenaphthene","0.00223308","LB","","" +"48043","","48","TX","Brewster","ON","2201540080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","1.231032E-12","LB","","" +"48043","","48","TX","Brewster","ON","2201540080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","3.76138E-12","LB","","" +"48043","","48","TX","Brewster","ON","2201540080","R","2014NEIV2","56553","Benz[a]Anthracene","0.000553384","LB","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00411834","TON","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","2.91084E-11","LB","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","7440382","Arsenic","0.01737708","LB","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","218019","Chrysene","0.454152","LB","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","50000","Formaldehyde","324.094","LB","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","8.47926","LB","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.795298E-12","LB","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.01431658","LB","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","206440","Fluoranthene","2.3631","LB","","" +"48043","","48","TX","Brewster","ON","2202520080","R","2014NEIV2","100425","Styrene","4.13648","LB","","" +"48043","","48","TX","Brewster","ON","2202430080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","5.86242E-12","LB","","" +"48043","","48","TX","Brewster","ON","2202430080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0.705326","LB","","" +"48043","","48","TX","Brewster","ON","2202430080","R","2014NEIV2","18540299","Chromium (VI)","2.72638E-6","LB","","" +"48043","","48","TX","Brewster","ON","2202430080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.000345478","LB","","" +"48043","","48","TX","Brewster","ON","2202430080","R","2014NEIV2","100425","Styrene","0.1573902","LB","","" +"48043","","48","TX","Brewster","ON","2202430080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0118993","TON","","" +"48043","","48","TX","Brewster","ON","2202430080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.00537711","TON","","" +"48043","","48","TX","Brewster","ON","2202430080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.000690337","TON","","" +"48043","","48","TX","Brewster","ON","2202430080","R","2014NEIV2","91203","Naphthalene","1.193258","LB","","" +"48043","","48","TX","Brewster","ON","2202540080","R","2014NEIV2","7439965","Manganese","0.0001578736","LB","","" +"48043","","48","TX","Brewster","ON","2202540080","R","2014NEIV2","110543","Hexane","0.0227826","LB","","" +"48043","","48","TX","Brewster","ON","2202540080","R","2014NEIV2","129000","Pyrene","0.0104846","LB","","" +"48043","","48","TX","Brewster","ON","2202540080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0000316764","LB","","" +"48043","","48","TX","Brewster","ON","2202540080","R","2014NEIV2","208968","Acenaphthylene","0.00552076","LB","","" +"48043","","48","TX","Brewster","ON","2202540080","R","2014NEIV2","39001020","Octachlorodibenzofuran","5.11576E-15","LB","","" +"48043","","48","TX","Brewster","ON","2202540080","R","2014NEIV2","86737","Fluorene","0.00716132","LB","","" +"48043","","48","TX","Brewster","ON","2202540080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.000782798","TON","","" +"48043","","48","TX","Brewster","ON","2201000062","R","2014NEIV2","71432","Benzene","40.5384","LB","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","5.26292E-9","LB","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","110543","Hexane","724.078","LB","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","1822.824","LB","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.654618","LB","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.1990434","LB","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","206440","Fluoranthene","1.171062","LB","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","CH4","Methane","0.357133","TON","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","CO2","Carbon Dioxide","8786.45","TON","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.868606E-10","LB","","" +"48043","","48","TX","Brewster","ON","2201210080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","5.60084E-9","LB","","" +"48043","","48","TX","Brewster","ON","2202310080","R","2014NEIV2","100425","Styrene","7.03724","LB","","" +"48043","","48","TX","Brewster","ON","2202310080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.01489076","LB","","" +"48043","","48","TX","Brewster","ON","2202310080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","5.9094E-11","LB","","" +"48043","","48","TX","Brewster","ON","2202310080","R","2014NEIV2","85018","Phenanthrene","4.19608","LB","","" +"48043","","48","TX","Brewster","ON","2202420080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0140249","TON","","" +"48043","","48","TX","Brewster","ON","2202420080","R","2014NEIV2","NOX","Nitrogen Oxides","1.53873","TON","","" +"48043","","48","TX","Brewster","ON","2202420080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","9.30742E-12","LB","","" +"48043","","48","TX","Brewster","ON","2202420080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","1.805876E-11","LB","","" +"48043","","48","TX","Brewster","ON","2202420080","R","2014NEIV2","7440020","Nickel","0.00313824","LB","","" +"48043","","48","TX","Brewster","ON","2202420080","R","2014NEIV2","107028","Acrolein","1.33016","LB","","" +"48043","","48","TX","Brewster","ON","2202420080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.000759086","LB","","" +"48043","","48","TX","Brewster","ON","2202420080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","1.073762E-11","LB","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","1.645216E-11","LB","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.00029156","LB","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","218019","Chrysene","0.0264836","LB","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","83329","Acenaphthene","0.256544","LB","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","CO","Carbon Monoxide","3.27888","TON","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","7439965","Manganese","0.00805436","LB","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","2.98628E-11","LB","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.35034E-10","LB","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","18540299","Chromium (VI)","0.0000149254","LB","","" +"48043","","48","TX","Brewster","ON","2202320080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00157471","TON","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","CO2","Carbon Dioxide","30.4068","TON","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","7439965","Manganese","0.000360348","LB","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","100425","Styrene","0.211002","LB","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","208968","Acenaphthylene","0.0431842","LB","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","9.95122E-11","LB","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","56553","Benz[a]Anthracene","0.001990726","LB","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","NH3","Ammonia","0.0026729","TON","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","5.10663E-6","TON","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","NOX","Nitrogen Oxides","0.0642682","TON","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","39227286","1,2,3,4,7,8-Hexachlorodibenzo-p-Dioxin","4.65684E-12","LB","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","7440382","Arsenic","0.000276754","LB","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","83329","Acenaphthene","0.00949834","LB","","" +"48043","","48","TX","Brewster","ON","2201110080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","1.395824E-11","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","4.36742E-11","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","2.96928E-10","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","CO","Carbon Monoxide","0.900635","TON","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","7439965","Manganese","0.01274524","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","SO2","Sulfur Dioxide","0.00344291","TON","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","107028","Acrolein","3.40204","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","108883","Toluene","3.01524","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00152573","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","123386","Propionaldehyde","2.27072","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","1.099748","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","56553","Benz[a]Anthracene","0.1195228","LB","","" +"48043","","48","TX","Brewster","ON","2202530080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","2.72436E-11","LB","","" +"48043","","48","TX","Brewster","ON","2205000062","R","2014NEIV2","100414","Ethyl Benzene","0.1305596","LB","","" +"48043","","48","TX","Brewster","ON","2205000062","R","2014NEIV2","110543","Hexane","0.121578","LB","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","120127","Anthracene","0.0000637094","LB","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","206440","Fluoranthene","0.000113358","LB","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.000709617","TON","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","2.8794E-12","LB","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","8.25344E-13","LB","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","85018","Phenanthrene","0.000397508","LB","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","CO","Carbon Monoxide","0.0618184","TON","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","NH3","Ammonia","0.000353201","TON","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","100414","Ethyl Benzene","0.0408448","LB","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","100425","Styrene","0.00207024","LB","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","107028","Acrolein","0.00818746","LB","","" +"48043","","48","TX","Brewster","ON","2205210080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.000060528","TON","","" +"48043","","48","TX","Brewster","ON","2205310080","R","2014NEIV2","7440020","Nickel","0.000431428","LB","","" +"48043","","48","TX","Brewster","ON","2205310080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","6.18726E-11","LB","","" +"48043","","48","TX","Brewster","ON","2205310080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.001702322","LB","","" +"48043","","48","TX","Brewster","ON","2205310080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.00108917","TON","","" +"48043","","48","TX","Brewster","ON","2205310080","R","2014NEIV2","VOC","Volatile Organic Compounds","0.023411","TON","","" +"48043","","48","TX","Brewster","ON","2205310080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","5.92408E-12","LB","","" +"48043","","48","TX","Brewster","ON","2205310080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","1.013676E-11","LB","","" +"48043","","48","TX","Brewster","ON","2205310080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","9.084E-12","LB","","" +"48043","","48","TX","Brewster","ON","2205310080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.000165619","TON","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","NOX","Nitrogen Oxides","0.00791339","TON","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","208968","Acenaphthylene","0.000440718","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","106990","1,3-Butadiene","0.01515444","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","7439976","Mercury","6.76154E-6","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","7440020","Nickel","0.0000843086","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","75070","Acetaldehyde","1.181632","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","110543","Hexane","0.0782674","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","0.1919496","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.000144563","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.0000788952","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0001429042","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","5.78854E-13","LB","","" +"48043","","48","TX","Brewster","ON","2205320080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","1.697956E-12","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","3.96844E-8","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","71432","Benzene","2877.26","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","3.77158E-8","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.130092E-7","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","2.66924","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","206440","Fluoranthene","4.56332","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","100425","Styrene","75.3204","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","108883","Toluene","9332.12","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","110543","Hexane","2069.22","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","120127","Anthracene","2.68142","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","123386","Propionaldehyde","65.1644","LB","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","N2O","Nitrous Oxide","1.28176","TON","","" +"40043","","40","OK","Dewey","ON","2201310080","R","2014NEIV2","7439976","Mercury","0.01643948","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","91203","Naphthalene","2.45094","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","2.317E-10","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","1.575004E-11","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","39001020","Octachlorodibenzofuran","3.2284E-13","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","50000","Formaldehyde","21.9846","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.00158833","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","18540299","Chromium (VI)","7.90226E-6","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","206440","Fluoranthene","0.0982866","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0000651986","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","129000","Pyrene","0.119976","LB","","" +"40043","","40","OK","Dewey","ON","2202210080","R","2014NEIV2","NOX","Nitrogen Oxides","0.215606","TON","","" +"40043","","40","OK","Dewey","ON","2202430080","R","2014NEIV2","50000","Formaldehyde","36.1076","LB","","" +"40043","","40","OK","Dewey","ON","2202430080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.00227396","LB","","" +"40043","","40","OK","Dewey","ON","2202430080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","1.806878E-11","LB","","" +"40043","","40","OK","Dewey","ON","2202430080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.0089321","LB","","" +"40043","","40","OK","Dewey","ON","2202430080","R","2014NEIV2","86737","Fluorene","0.269626","LB","","" +"40043","","40","OK","Dewey","ON","2202430080","R","2014NEIV2","91203","Naphthalene","3.9976","LB","","" +"40043","","40","OK","Dewey","ON","2202430080","R","2014NEIV2","56553","Benz[a]Anthracene","0.0972994","LB","","" +"40043","","40","OK","Dewey","ON","2202430080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","2.09744E-11","LB","","" +"40043","","40","OK","Dewey","ON","2202430080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0189114","TON","","" +"40043","","40","OK","Dewey","ON","2201210080","R","2014NEIV2","86737","Fluorene","1.22769","LB","","" +"40043","","40","OK","Dewey","ON","2201210080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.82016","LB","","" +"40043","","40","OK","Dewey","ON","2201210080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","1419.53","LB","","" +"40043","","40","OK","Dewey","ON","2201210080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","4.54218E-8","LB","","" +"40043","","40","OK","Dewey","ON","2201210080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.0767775","TON","","" +"40043","","40","OK","Dewey","ON","2201210080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","4.35014E-9","LB","","" +"40043","","40","OK","Dewey","ON","2201210080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.855467","TON","","" +"40043","","40","OK","Dewey","ON","2201210080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.360329","TON","","" +"40043","","40","OK","Dewey","ON","2202530080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","1.409762E-10","LB","","" +"40043","","40","OK","Dewey","ON","2202530080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.01456818","LB","","" +"40043","","40","OK","Dewey","ON","2202530080","R","2014NEIV2","106990","1,3-Butadiene","13.76104","LB","","" +"40043","","40","OK","Dewey","ON","2202530080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0376936","TON","","" +"40043","","40","OK","Dewey","ON","2202530080","R","2014NEIV2","CO","Carbon Monoxide","9.29473","TON","","" +"40043","","40","OK","Dewey","ON","2202530080","R","2014NEIV2","N2O","Nitrous Oxide","0.00981834","TON","","" +"40043","","40","OK","Dewey","ON","2202530080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00614293","TON","","" +"40043","","40","OK","Dewey","ON","2202530080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","1.53565","TON","","" +"40043","","40","OK","Dewey","ON","2201430080","R","2014NEIV2","206440","Fluoranthene","0.00514864","LB","","" +"40043","","40","OK","Dewey","ON","2201430080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0011972","LB","","" +"40043","","40","OK","Dewey","ON","2201430080","R","2014NEIV2","129000","Pyrene","0.00587032","LB","","" +"40043","","40","OK","Dewey","ON","2201430080","R","2014NEIV2","NH3","Ammonia","0.000361766","TON","","" +"40043","","40","OK","Dewey","ON","2201530080","R","2014NEIV2","7439976","Mercury","0.000385984","LB","","" +"40043","","40","OK","Dewey","ON","2201530080","R","2014NEIV2","72918219","1,2,3,7,8,9-Hexachlorodibenzofuran","1.017246E-10","LB","","" +"40043","","40","OK","Dewey","ON","2201510080","R","2014NEIV2","SO2","Sulfur Dioxide","0.0000122326","TON","","" +"40043","","40","OK","Dewey","ON","2201510080","R","2014NEIV2","100414","Ethyl Benzene","0.01872576","LB","","" +"40043","","40","OK","Dewey","ON","2201510080","R","2014NEIV2","100425","Styrene","0.00072111","LB","","" +"40043","","40","OK","Dewey","ON","2201510080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00001702772","LB","","" +"40043","","40","OK","Dewey","ON","2201510080","R","2014NEIV2","208968","Acenaphthylene","0.0001382132","LB","","" +"40043","","40","OK","Dewey","ON","2201510080","R","2014NEIV2","218019","Chrysene","0.00001426612","LB","","" +"40043","","40","OK","Dewey","ON","2201510080","R","2014NEIV2","71432","Benzene","0.0274496","LB","","" +"40043","","40","OK","Dewey","ON","2201510080","R","2014NEIV2","CO","Carbon Monoxide","0.0109758","TON","","" +"40043","","40","OK","Dewey","ON","2201510080","R","2014NEIV2","CO2","Carbon Dioxide","0.658474","TON","","" +"40043","","40","OK","Dewey","ON","2202410080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","7.4045E-14","LB","","" +"40043","","40","OK","Dewey","ON","2202410080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","4.02184E-12","LB","","" +"40043","","40","OK","Dewey","ON","2202410080","R","2014NEIV2","206440","Fluoranthene","0.662806","LB","","" +"40043","","40","OK","Dewey","ON","2202410080","R","2014NEIV2","106990","1,3-Butadiene","2.35908","LB","","" +"40043","","40","OK","Dewey","ON","2202410080","R","2014NEIV2","110543","Hexane","1.682092","LB","","" +"40043","","40","OK","Dewey","ON","2202410080","R","2014NEIV2","71432","Benzene","6.5325","LB","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","4.62386E-12","LB","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.0001141666","LB","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0000615746","LB","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","N2O","Nitrous Oxide","0.0000398146","TON","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","NH3","Ammonia","0.000442311","TON","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","NOX","Nitrogen Oxides","0.17843","TON","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","107028","Acrolein","0.1327518","LB","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","108883","Toluene","0.1104274","LB","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","100414","Ethyl Benzene","0.0555306","LB","","" +"40043","","40","OK","Dewey","ON","2202510080","R","2014NEIV2","208968","Acenaphthylene","0.0093653","LB","","" +"40043","","40","OK","Dewey","ON","2205310080","R","2014NEIV2","SO2","Sulfur Dioxide","0.00275313","TON","","" +"40043","","40","OK","Dewey","ON","2205310080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0000498352","TON","","" +"40043","","40","OK","Dewey","ON","2205310080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.000665206","LB","","" +"40043","","40","OK","Dewey","ON","2202610080","R","2014NEIV2","100425","Styrene","5.75578","LB","","" +"40043","","40","OK","Dewey","ON","2202610080","R","2014NEIV2","7440020","Nickel","0.0843648","LB","","" +"40043","","40","OK","Dewey","ON","2202610080","R","2014NEIV2","83329","Acenaphthene","1.336286","LB","","" +"40043","","40","OK","Dewey","ON","2202610080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","3.61092E-10","LB","","" +"40043","","40","OK","Dewey","ON","2202610080","R","2014NEIV2","71432","Benzene","41.6702","LB","","" +"40043","","40","OK","Dewey","ON","2201520080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.000663456","LB","","" +"40043","","40","OK","Dewey","ON","2201520080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.0288756","LB","","" +"40043","","40","OK","Dewey","ON","2201520080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.000680163","TON","","" +"40043","","40","OK","Dewey","ON","2201520080","R","2014NEIV2","VOC","Volatile Organic Compounds","1.49455","TON","","" +"40043","","40","OK","Dewey","ON","2201520080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.0859196","TON","","" +"40043","","40","OK","Dewey","ON","2201520080","R","2014NEIV2","7439976","Mercury","0.000232756","LB","","" +"40043","","40","OK","Dewey","ON","2201520080","R","2014NEIV2","7440020","Nickel","0.00290228","LB","","" +"40043","","40","OK","Dewey","ON","2201520080","R","2014NEIV2","91203","Naphthalene","4.20054","LB","","" +"40043","","40","OK","Dewey","ON","2201530080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0296266","LB","","" +"40043","","40","OK","Dewey","ON","2201530080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","8.85556E-10","LB","","" +"40043","","40","OK","Dewey","ON","2201530080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","2.6534E-9","LB","","" +"40043","","40","OK","Dewey","ON","2201530080","R","2014NEIV2","VOC","Volatile Organic Compounds","1.23993","TON","","" +"40043","","40","OK","Dewey","ON","2201530080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0169522","TON","","" +"40043","","40","OK","Dewey","ON","2201530080","R","2014NEIV2","83329","Acenaphthene","0.068852","LB","","" +"40043","","40","OK","Dewey","ON","2202610080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.01731738","LB","","" +"40043","","40","OK","Dewey","ON","2202610080","R","2014NEIV2","206440","Fluoranthene","3.01892","LB","","" +"40043","","40","OK","Dewey","ON","2202610080","R","2014NEIV2","129000","Pyrene","3.96426","LB","","" +"40043","","40","OK","Dewey","ON","2202610080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","38.0886","LB","","" +"48043","","48","TX","Brewster","ON","2201530080","R","2014NEIV2","50000","Formaldehyde","1.670018","LB","","" +"48043","","48","TX","Brewster","ON","2201530080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","8.62898E-11","LB","","" +"48043","","48","TX","Brewster","ON","2201530080","R","2014NEIV2","85018","Phenanthrene","0.0267628","LB","","" +"48043","","48","TX","Brewster","ON","2201530080","R","2014NEIV2","106990","1,3-Butadiene","0.519544","LB","","" +"48043","","48","TX","Brewster","ON","2201530080","R","2014NEIV2","107028","Acrolein","0.0961924","LB","","" +"48043","","48","TX","Brewster","ON","2201530080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","11.13646","LB","","" +"48043","","48","TX","Brewster","ON","2201530080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.21001E-12","LB","","" +"48043","","48","TX","Brewster","ON","2201530080","R","2014NEIV2","18540299","Chromium (VI)","3.75184E-6","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","1.429572E-10","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0908782","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.044732E-9","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0567343","TON","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","CO2","Carbon Dioxide","2334.31","TON","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.0271004","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","206440","Fluoranthene","0.948878","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00372152","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","120127","Anthracene","0.44039","LB","","" +"48043","","48","TX","Brewster","ON","2201310080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","5.27688E-9","LB","","" +"48043","","48","TX","Brewster","ON","2201310080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.683712","TON","","" +"48043","","48","TX","Brewster","ON","2201310080","R","2014NEIV2","N2O","Nitrous Oxide","0.765225","TON","","" +"48043","","48","TX","Brewster","ON","2201310080","R","2014NEIV2","NOX","Nitrogen Oxides","63.2412","TON","","" +"48043","","48","TX","Brewster","ON","2201310080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","4.23842E-9","LB","","" +"48043","","48","TX","Brewster","ON","2201310080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","1.241544E-8","LB","","" +"48043","","48","TX","Brewster","ON","2201520080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.00592558","LB","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.1058918","LB","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","6.47302E-10","LB","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.101626","LB","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","1014.582","LB","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","107028","Acrolein","9.89418","LB","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.292804","TON","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.00259573","TON","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","110543","Hexane","316.9","LB","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","3.62394E-9","LB","","" +"48043","","48","TX","Brewster","ON","2201320080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","7.81238E-10","LB","","" +"48043","","48","TX","Brewster","ON","2202410080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.0970821","TON","","" +"48043","","48","TX","Brewster","ON","2202410080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.000845423","TON","","" +"48043","","48","TX","Brewster","ON","2202410080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00032086","TON","","" +"48043","","48","TX","Brewster","ON","2202410080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","2.25182E-12","LB","","" +"48043","","48","TX","Brewster","ON","2202410080","R","2014NEIV2","71432","Benzene","1.782538","LB","","" +"48043","","48","TX","Brewster","ON","2202410080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","9.1653E-12","LB","","" +"48043","","48","TX","Brewster","ON","2202410080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.416662E-10","LB","","" +"48043","","48","TX","Brewster","ON","2202410080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.951442E-15","LB","","" +"48043","","48","TX","Brewster","ON","2202410080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.00561942","LB","","" +"48043","","48","TX","Brewster","ON","2202620080","R","2014NEIV2","VOC","Volatile Organic Compounds","3.10238","TON","","" +"48043","","48","TX","Brewster","ON","2202620080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0068473","TON","","" +"48043","","48","TX","Brewster","ON","2202620080","R","2014NEIV2","7440020","Nickel","0.1080518","LB","","" +"48043","","48","TX","Brewster","ON","2202620080","R","2014NEIV2","120127","Anthracene","1.912002","LB","","" +"48043","","48","TX","Brewster","ON","2202620080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","37.0996","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.00371284","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","9.30484E-12","LB","","" +"48043","","48","TX","Brewster","ON","2202610080","R","2014NEIV2","75070","Acetaldehyde","52.9786","LB","","" +"48043","","48","TX","Brewster","ON","2201520080","R","2014NEIV2","85018","Phenanthrene","0.1086122","LB","","" +"48043","","48","TX","Brewster","ON","2201520080","R","2014NEIV2","91203","Naphthalene","1.040428","LB","","" +"48043","","48","TX","Brewster","ON","2201520080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.0000220323","TON","","" +"48043","","48","TX","Brewster","ON","2201520080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.00370854","TON","","" +"48043","","48","TX","Brewster","ON","2201520080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","1.10485E-11","LB","","" +"48043","","48","TX","Brewster","ON","2201430080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.001033844","LB","","" +"48043","","48","TX","Brewster","ON","2201430080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","1.920044E-12","LB","","" +"48043","","48","TX","Brewster","ON","2201430080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","2.25108E-12","LB","","" +"48043","","48","TX","Brewster","ON","2201430080","R","2014NEIV2","CO","Carbon Monoxide","0.673258","TON","","" +"31045","","31","NE","Dawes","ON","2201310080","R","2014NEIV2","208968","Acenaphthylene","23.3358","LB","","" +"31045","","31","NE","Dawes","ON","2201310080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","1.318324E-8","LB","","" +"31045","","31","NE","Dawes","ON","2201310080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","1.366812E-9","LB","","" +"31045","","31","NE","Dawes","ON","2201310080","R","2014NEIV2","86737","Fluorene","10.38148","LB","","" +"31045","","31","NE","Dawes","ON","2201310080","R","2014NEIV2","40321764","1,2,3,7,8-Pentachlorodibenzo-p-Dioxin","3.58666E-8","LB","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","110543","Hexane","13.07862","LB","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","CO2","Carbon Dioxide","88.5234","TON","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.00176807","TON","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","83329","Acenaphthene","0.01545254","LB","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","2.24074E-11","LB","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.000265618","TON","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","100425","Styrene","0.37411","LB","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","5.37764E-11","LB","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.466686E-11","LB","","" +"31045","","31","NE","Dawes","ON","2201540080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","5.11088E-11","LB","","" +"31045","","31","NE","Dawes","ON","2201000062","R","2014NEIV2","108883","Toluene","2139.78","LB","","" +"31045","","31","NE","Dawes","ON","2201000062","R","2014NEIV2","100414","Ethyl Benzene","256.878","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","39001020","Octachlorodibenzofuran","5.2444E-11","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.1832452","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","1312.312","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","100425","Styrene","15.60108","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","5.05308E-10","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.010606E-9","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","50000","Formaldehyde","201.542","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","CO2","Carbon Dioxide","3033.97","TON","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","86737","Fluorene","1.32139","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","7439965","Manganese","0.0563838","LB","","" +"31045","","31","NE","Dawes","ON","2201320080","R","2014NEIV2","7439976","Mercury","0.001535132","LB","","" +"31045","","31","NE","Dawes","ON","2205210080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","5.45536E-14","LB","","" +"31045","","31","NE","Dawes","ON","2205210080","R","2014NEIV2","56553","Benz[a]Anthracene","0.0000807632","LB","","" +"31045","","31","NE","Dawes","ON","2205210080","R","2014NEIV2","71432","Benzene","0.345312","LB","","" +"31045","","31","NE","Dawes","ON","2205210080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.0000901822","LB","","" +"31045","","31","NE","Dawes","ON","2205210080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0000901822","LB","","" +"31045","","31","NE","Dawes","ON","2205210080","R","2014NEIV2","PM25-PRI","PM2.5 Primary (Filt + Cond)","0.000247687","TON","","" +"31045","","31","NE","Dawes","ON","2205210080","R","2014NEIV2","110543","Hexane","0.100092","LB","","" +"31045","","31","NE","Dawes","ON","2205210080","R","2014NEIV2","CO2","Carbon Dioxide","9.29436","TON","","" +"31045","","31","NE","Dawes","ON","2205210080","R","2014NEIV2","NOX","Nitrogen Oxides","0.00620699","TON","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","2.0396E-12","LB","","" +"31045","","31","NE","Dawes","ON","2205320080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0000790726","LB","","" +"31045","","31","NE","Dawes","ON","2205320080","R","2014NEIV2","56553","Benz[a]Anthracene","0.0000696168","LB","","" +"31045","","31","NE","Dawes","ON","2205320080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","3.99688E-13","LB","","" +"31045","","31","NE","Dawes","ON","2205320080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","1.42288E-13","LB","","" +"31045","","31","NE","Dawes","ON","2205320080","R","2014NEIV2","7440382","Arsenic","0.000089261","LB","","" +"31045","","31","NE","Dawes","ON","2205320080","R","2014NEIV2","N2O","Nitrous Oxide","0.000193415","TON","","" +"31045","","31","NE","Dawes","ON","2205320080","R","2014NEIV2","107028","Acrolein","0.010017","LB","","" +"31045","","31","NE","Dawes","ON","2205320080","R","2014NEIV2","100414","Ethyl Benzene","0.050763","LB","","" +"31045","","31","NE","Dawes","ON","2202210080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.065228E-13","LB","","" +"31045","","31","NE","Dawes","ON","2202320080","R","2014NEIV2","CO2","Carbon Dioxide","557.643","TON","","" +"31045","","31","NE","Dawes","ON","2202320080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.00457602","LB","","" +"31045","","31","NE","Dawes","ON","2202320080","R","2014NEIV2","1330207","Xylenes (Mixed Isomers)","9.594","LB","","" +"31045","","31","NE","Dawes","ON","2202320080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","6.36214E-10","LB","","" +"31045","","31","NE","Dawes","ON","2202620080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","3.58224E-10","LB","","" +"31045","","31","NE","Dawes","ON","2202620080","R","2014NEIV2","7439965","Manganese","0.082288","LB","","" +"31045","","31","NE","Dawes","ON","2202620080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.01383428","LB","","" +"31045","","31","NE","Dawes","ON","2202620080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00749176","LB","","" +"31045","","31","NE","Dawes","ON","2202620080","R","2014NEIV2","SO2","Sulfur Dioxide","0.0571438","TON","","" +"31045","","31","NE","Dawes","ON","2202620080","R","2014NEIV2","75070","Acetaldehyde","115.4474","LB","","" +"31045","","31","NE","Dawes","ON","2202620080","R","2014NEIV2","86737","Fluorene","1.846004","LB","","" +"31045","","31","NE","Dawes","ON","2202620080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","1.873138E-10","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","129000","Pyrene","0.001505616","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","206440","Fluoranthene","0.001325646","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.681304E-11","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","0.742218","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","56553","Benz[a]Anthracene","0.00053979","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","7.06804E-12","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","7.3893E-12","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","7439976","Mercury","0.0000281464","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.000622243","TON","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","3.61964E-12","LB","","" +"31045","","31","NE","Dawes","ON","2205310080","R","2014NEIV2","100414","Ethyl Benzene","0.456708","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.00024014","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","123386","Propionaldehyde","0.396196","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.00590258","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","2.43914E-12","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","7440382","Arsenic","0.0001622528","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","75070","Acetaldehyde","3.07198","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","83329","Acenaphthene","0.0250166","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","67562394","1,2,3,4,6,7,8-Heptachlorodibenzofuran","1.294668E-12","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.00576214","TON","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","1.267492E-11","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","100425","Styrene","0.1098896","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","56553","Benz[a]Anthracene","0.01934096","LB","","" +"31045","","31","NE","Dawes","ON","2202540080","R","2014NEIV2","108883","Toluene","0.403142","LB","","" +"31045","","31","NE","Dawes","ON","2202610080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00515159","TON","","" +"31045","","31","NE","Dawes","ON","2202610080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.032232E-12","LB","","" +"31045","","31","NE","Dawes","ON","2202610080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","2.793E-10","LB","","" +"31045","","31","NE","Dawes","ON","2202520080","R","2014NEIV2","83329","Acenaphthene","0.650582","LB","","" +"31045","","31","NE","Dawes","ON","2202520080","R","2014NEIV2","85018","Phenanthrene","2.47286","LB","","" +"31045","","31","NE","Dawes","ON","2202520080","R","2014NEIV2","NH3","Ammonia","0.0393874","TON","","" +"31045","","31","NE","Dawes","ON","2202520080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00262459","TON","","" +"31045","","31","NE","Dawes","ON","2202520080","R","2014NEIV2","51207319","2,3,7,8-Tetrachlorodibenzofuran","1.03951E-9","LB","","" +"31045","","31","NE","Dawes","ON","2202520080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.210208","TON","","" +"31045","","31","NE","Dawes","ON","2202520080","R","2014NEIV2","18540299","Chromium (VI)","0.0000423394","LB","","" +"31045","","31","NE","Dawes","ON","2202520080","R","2014NEIV2","SO4","Sulfate Portion of PM2.5-PRI","0.0142134","TON","","" +"31045","","31","NE","Dawes","ON","2202520080","R","2014NEIV2","VOC","Volatile Organic Compounds","1.16261","TON","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","VOC","Volatile Organic Compounds","0.051123","TON","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","N2O","Nitrous Oxide","0.000195735","TON","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","100414","Ethyl Benzene","0.289046","LB","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","218019","Chrysene","0.01442894","LB","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","39001020","Octachlorodibenzofuran","7.98552E-14","LB","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","191242","Benzo[g,h,i,]Perylene","0.000452772","LB","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.000311232","LB","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","123386","Propionaldehyde","0.470884","LB","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","2.19228E-11","LB","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","57117314","2,3,4,7,8-Pentachlorodibenzofuran","6.97524E-11","LB","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","1.017332E-12","LB","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","CH4","Methane","0.00272186","TON","","" +"31045","","31","NE","Dawes","ON","2202510080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","8.61496E-12","LB","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","100425","Styrene","0.1008504","LB","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.00163093","TON","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.000841144","TON","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","SO2","Sulfur Dioxide","0.000232591","TON","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","60851345","2,3,4,6,7,8-Hexachlorodibenzofuran","4.66222E-12","LB","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","72918219","1,2,3,7,8,9-Hexachlorodibenzofuran","1.086654E-12","LB","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","7440020","Nickel","0.0000514228","LB","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","CH4","Methane","0.00413055","TON","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","CO","Carbon Monoxide","0.998618","TON","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.000613423","TON","","" +"31045","","31","NE","Dawes","ON","2201430080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","1.690174E-12","LB","","" +"31045","","31","NE","Dawes","ON","2201520080","R","2014NEIV2","7440382","Arsenic","0.00200114","LB","","" +"31045","","31","NE","Dawes","ON","2201520080","R","2014NEIV2","193395","Indeno[1,2,3-c,d]Pyrene","0.0325438","LB","","" +"31045","","31","NE","Dawes","ON","2201520080","R","2014NEIV2","18540299","Chromium (VI)","0.0000104401","LB","","" +"31045","","31","NE","Dawes","ON","2201520080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.0076299","TON","","" +"31045","","31","NE","Dawes","ON","2201520080","R","2014NEIV2","NH3","Ammonia","0.0167706","TON","","" +"31045","","31","NE","Dawes","ON","2201520080","R","2014NEIV2","57653857","1,2,3,6,7,8-Hexachlorodibenzo-p-Dioxin","6.89046E-11","LB","","" +"31045","","31","NE","Dawes","ON","2201520080","R","2014NEIV2","218019","Chrysene","0.0200568","LB","","" +"31045","","31","NE","Dawes","ON","2202210080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.012281","TON","","" +"31045","","31","NE","Dawes","ON","2202210080","R","2014NEIV2","DIESEL-PM2","PM25-Primary from certain diesel engines","0.00568458","TON","","" +"31045","","31","NE","Dawes","ON","2202210080","R","2014NEIV2","207089","Benzo[k]Fluoranthene","0.0000707004","LB","","" +"31045","","31","NE","Dawes","ON","2202210080","R","2014NEIV2","NH3","Ammonia","0.00162775","TON","","" +"31045","","31","NE","Dawes","ON","2202210080","R","2014NEIV2","NOX","Nitrogen Oxides","0.265618","TON","","" +"31045","","31","NE","Dawes","ON","2202430080","R","2014NEIV2","55673897","1,2,3,4,7,8,9-Heptachlorodibenzofuran","1.627946E-14","LB","","" +"31045","","31","NE","Dawes","ON","2202430080","R","2014NEIV2","PMFINE","Remaining PMFINE portion of PM2.5-PRI","0.00518937","TON","","" +"31045","","31","NE","Dawes","ON","2202430080","R","2014NEIV2","85018","Phenanthrene","0.131959","LB","","" +"31045","","31","NE","Dawes","ON","2202430080","R","2014NEIV2","NH3","Ammonia","0.000950382","TON","","" +"31045","","31","NE","Dawes","ON","2202430080","R","2014NEIV2","218019","Chrysene","0.01643718","LB","","" +"31045","","31","NE","Dawes","ON","2201210080","R","2014NEIV2","VOC","Volatile Organic Compounds","35.2613","TON","","" +"31045","","31","NE","Dawes","ON","2201210080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","1.95169","TON","","" +"31045","","31","NE","Dawes","ON","2201210080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","2.47806E-9","LB","","" +"31045","","31","NE","Dawes","ON","2201210080","R","2014NEIV2","57117449","1,2,3,6,7,8-Hexachlorodibenzofuran","7.25896E-9","LB","","" +"31045","","31","NE","Dawes","ON","2201210080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","3.08514E-9","LB","","" +"31045","","31","NE","Dawes","ON","2201210080","R","2014NEIV2","18540299","Chromium (VI)","0.000750928","LB","","" +"31045","","31","NE","Dawes","ON","2201210080","R","2014NEIV2","7439965","Manganese","0.23961","LB","","" +"31045","","31","NE","Dawes","ON","2201210080","R","2014NEIV2","7439976","Mercury","0.00752814","LB","","" +"31045","","31","NE","Dawes","ON","2202410080","R","2014NEIV2","VOC","Volatile Organic Compounds","0.0803431","TON","","" +"31045","","31","NE","Dawes","ON","2202410080","R","2014NEIV2","50328","Benzo[a]Pyrene","0.0156339","LB","","" +"31045","","31","NE","Dawes","ON","2202410080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.000635764","LB","","" +"31045","","31","NE","Dawes","ON","2202310080","R","2014NEIV2","NO3","Nitrate portion of PM2.5-PRI","0.00166659","TON","","" +"31045","","31","NE","Dawes","ON","2202310080","R","2014NEIV2","PM10-PRI","PM10 Primary (Filt + Cond)","0.870228","TON","","" +"31045","","31","NE","Dawes","ON","2202310080","R","2014NEIV2","7439976","Mercury","0.0001157072","LB","","" +"31045","","31","NE","Dawes","ON","2202310080","R","2014NEIV2","218019","Chrysene","0.357816","LB","","" +"31045","","31","NE","Dawes","ON","2202310080","R","2014NEIV2","108883","Toluene","68.1222","LB","","" +"31045","","31","NE","Dawes","ON","2202310080","R","2014NEIV2","EC","Elemental Carbon portion of PM2.5-PRI","0.487645","TON","","" +"31045","","31","NE","Dawes","ON","2202530080","R","2014NEIV2","53703","Dibenzo[a,h]Anthracene","0.001350022","LB","","" +"31045","","31","NE","Dawes","ON","2202530080","R","2014NEIV2","3268879","Octachlorodibenzo-p-Dioxin","2.66052E-12","LB","","" +"31045","","31","NE","Dawes","ON","2202530080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","2.07584E-11","LB","","" +"31045","","31","NE","Dawes","ON","2202530080","R","2014NEIV2","OC","Organic Carbon portion of PM2.5-PRI","0.0463807","TON","","" +"31045","","31","NE","Dawes","ON","2202530080","R","2014NEIV2","CH4","Methane","0.0176326","TON","","" +"31045","","31","NE","Dawes","ON","2202530080","R","2014NEIV2","7439976","Mercury","9.94084E-6","LB","","" +"31045","","31","NE","Dawes","ON","2202530080","R","2014NEIV2","129000","Pyrene","0.432352","LB","","" +"31045","","31","NE","Dawes","ON","2202530080","R","2014NEIV2","205992","Benzo[b]Fluoranthene","0.00987506","LB","","" +"31045","","31","NE","Dawes","ON","2202530080","R","2014NEIV2","206440","Fluoranthene","0.325724","LB","","" +"31045","","31","NE","Dawes","ON","2201530080","R","2014NEIV2","1746016","2,3,7,8-Tetrachlorodibenzo-p-Dioxin","2.33658E-10","LB","","" +"31045","","31","NE","Dawes","ON","2201530080","R","2014NEIV2","206440","Fluoranthene","0.01014538","LB","","" +"31045","","31","NE","Dawes","ON","2201530080","R","2014NEIV2","35822469","1,2,3,4,6,7,8-Heptachlorodibenzo-p-Dioxin","1.681078E-11","LB","","" +"31045","","31","NE","Dawes","ON","2201530080","R","2014NEIV2","108883","Toluene","22.2342","LB","","" +"31045","","31","NE","Dawes","ON","2202610080","R","2014NEIV2","7439965","Manganese","0.1080162","LB","","" +"31045","","31","NE","Dawes","ON","2202610080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","2.72862E-10","LB","","" +"31045","","31","NE","Dawes","ON","2202410080","R","2014NEIV2","CO2","Carbon Dioxide","126.772","TON","","" +"31045","","31","NE","Dawes","ON","2202410080","R","2014NEIV2","57117416","1,2,3,7,8-Pentachlorodibenzofuran","5.59224E-12","LB","","" +"31045","","31","NE","Dawes","ON","2202410080","R","2014NEIV2","7439976","Mercury","1.631114E-6","LB","","" +"31045","","31","NE","Dawes","ON","2202410080","R","2014NEIV2","7440020","Nickel","0.001880772","LB","","" +"31045","","31","NE","Dawes","ON","2202410080","R","2014NEIV2","208968","Acenaphthylene","0.0800546","LB","","" +"31045","","31","NE","Dawes","ON","2201110080","R","2014NEIV2","39001020","Octachlorodibenzofuran","3.62386E-12","LB","","" +"31045","","31","NE","Dawes","ON","2201110080","R","2014NEIV2","540841","2,2,4-Trimethylpentane","102.635","LB","","" +"31045","","31","NE","Dawes","ON","2201110080","R","2014NEIV2","70648269","1,2,3,4,7,8-Hexachlorodibenzofuran","9.61082E-11","LB","","" +"31045","","31","NE","Dawes","ON","2201110080","R","2014NEIV2","123386","Propionaldehyde","0.805116","LB","","" +"31045","","31","NE","Dawes","ON","2201110080","R","2014NEIV2","19408743","1,2,3,7,8,9-Hexachlorodibenzo-p-Dioxin","4.34686E-11","LB","","" +"31045","","31","NE","Dawes","ON","2201110080","R","2014NEIV2","7439965","Manganese","0.00218764","LB","","" +"31045","","31","NE","Dawes","ON","2201110080","R","2014NEIV2","83329","Acenaphthene","0.045772","LB","","" +"20047","","20","KS","Edwards","ON","2201510080","R","2014NEIV2","83329","Acenaphthene","0.0001519552","LB","","" +"20047","","20","KS","Edwards","ON","2201510080","R","2014NEIV2","CH4","Methane","0.00012441","TON","","" +"20047","","20","KS","Edwards","ON","2201510080","R","2014NEIV2","206440","Fluoranthene","0.000239384","LB","","" diff --git a/scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.csv b/scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.csv new file mode 100644 index 0000000000..4244edd021 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.csv @@ -0,0 +1,12275 @@ +geo_Id,year,Measurement_Method,SV,observation +geoId/01001,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5872769 +geoId/01001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00426774 +geoId/01001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.4946735469 +geoId/01001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01003,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.5165490000000004 +geoId/01003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/01003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.1619213213 +geoId/01003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,329.7002 +geoId/01003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0064385300000000005 +geoId/01003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,334.24525217764995 +geoId/01005,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.06749079999999999 +geoId/01005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.779880000000001e-06 +geoId/01005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.1328294791 +geoId/01005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1870989545 +geoId/01005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.18285555 +geoId/01007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/01007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.2812067372000002 +geoId/01007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/01009,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.37636080000000005 +geoId/01009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.9997297317 +geoId/01009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0612815 +geoId/01009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0612815 +geoId/01011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.3264243615 +geoId/01011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0017037659999999998 +geoId/01011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.202298416 +geoId/01011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.1947521 +geoId/01013,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.697073 +geoId/01013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/01013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.9783270027 +geoId/01015,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.29859539999999996 +geoId/01015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.2642690000000004e-05 +geoId/01015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.7190314294 +geoId/01017,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.29374480000000003 +geoId/01017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.925432476 +geoId/01017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.05844 +geoId/01019,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0934045 +geoId/01019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.2845620266999997 +geoId/01019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.007611235 +geoId/01019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,2.1470875 +geoId/01019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.2212147 +geoId/01019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.007611235 +geoId/01019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0741272 +geoId/01021,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.795761 +geoId/01021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0037953399 +geoId/01021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.0193018988 +geoId/01021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,3.001992e-05 +geoId/01021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.02609234 +geoId/01021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,5.936393 +geoId/01021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,11.574716584939999 +geoId/01023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001056433 +geoId/01023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.0974196986 +geoId/01023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.7385202 +geoId/01023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.009853289999999999 +geoId/01023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,6.468615e-05 +geoId/01023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.775607549105 +geoId/01023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/01025,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.30601799999999996 +geoId/01025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.010088432100000001 +geoId/01025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.3336576928 +geoId/01025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/01025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.06904145 +geoId/01025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0803865e-05 +geoId/01025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/01025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.06904145 +geoId/01025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/01027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.9303713731000003 +geoId/01027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,8.537496 +geoId/01027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.1143681 +geoId/01027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.816299026763001 +geoId/01027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.1620887 +geoId/01029,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.615175 +geoId/01029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.3960506521 +geoId/01029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0255689 +geoId/01029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,1.861811 +geoId/01029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.6252328499175 +geoId/01029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.047983200000000004 +geoId/01029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000121191 +geoId/01031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.8200961990000002 +geoId/01031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,7.42269 +geoId/01031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,7.42269 +geoId/01033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5400110084 +geoId/01033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,2.77 +geoId/01033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,8.28 +geoId/01033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,11.3455882 +geoId/01033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.009640000000000001 +geoId/01035,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.738917 +geoId/01035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.4916898878 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,9.693013e-07 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,3.690934e-07 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.5860569 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,5.691627e-05 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.003673686 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,7.330125e-09 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.003731947994825 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.665425656423 +geoId/01035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,6.07458 +geoId/01037,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2675073 +geoId/01037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.5451621822 +geoId/01037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/01037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0002182635395 +geoId/01039,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1949466 +geoId/01039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000984401 +geoId/01039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.7342401211 +geoId/01039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.077138488428 +geoId/01041,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1937587 +geoId/01041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0027757307000000004 +geoId/01041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.8904097272700002 +geoId/01041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.22333675 +geoId/01041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,2.5352984999999997e-06 +geoId/01041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,11.87319 +geoId/01041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.07340949999999999 +geoId/01041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2386778863435 +geoId/01041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,19.1598805 +geoId/01041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,7.213281 +geoId/01043,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.976199 +geoId/01043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.0498088281 +geoId/01043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.12281600000000001 +geoId/01043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.12281600000000001 +geoId/01045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/01045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.1312980432 +geoId/01045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.16292210000000001 +geoId/01045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,8.093207 +geoId/01045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,20.4700434361 +geoId/01045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.19307325 +geoId/01047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.745525e-05 +geoId/01047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.52559169381 +geoId/01047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01049,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.41638300000000006 +geoId/01049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.1284286165 +geoId/01051,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.18827380000000002 +geoId/01051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.8957822213 +geoId/01051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,7.832454e-07 +geoId/01051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,6.659706 +geoId/01051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,6.448529 +geoId/01051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.1185876e-07 +geoId/01051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,19.598437136199998 +geoId/01051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01053,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.614573 +geoId/01053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.962608e-05 +geoId/01053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.2475019053 +geoId/01053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,1.086173 +geoId/01053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.5976319999999999 +geoId/01053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.5976319999999999 +geoId/01053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.1737706598 +geoId/01053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.08689382 +geoId/01055,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3736066 +geoId/01055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.506982122 +geoId/01055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,4.071849 +geoId/01055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0694221 +geoId/01055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.0007642139999999999 +geoId/01055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.169028528090001 +geoId/01057,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0294682 +geoId/01057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.4114900000000002e-05 +geoId/01057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.1078620858200001 +geoId/01057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.00047149999999999997 +geoId/01057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.02678288 +geoId/01057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,30.65092 +geoId/01057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,30.6779409553 +geoId/01057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.004184619 +geoId/01057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.004184619 +geoId/01059,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2376182 +geoId/01059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0100997 +geoId/01059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8872338579 +geoId/01061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.3639789117 +geoId/01061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.033595495 +geoId/01061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,1.1709124999999998 +geoId/01061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,2.330592 +geoId/01061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,2.25669 +geoId/01061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.001832789 +geoId/01061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,5.28999474193 +geoId/01061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.1709124999999998 +geoId/01063,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.558781 +geoId/01063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.4014724931 +geoId/01063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,5.88 +geoId/01063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.033100000000000004 +geoId/01063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,1.02 +geoId/01063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.962365 +geoId/01063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.0258 +geoId/01065,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0116557 +geoId/01065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.42851e-06 +geoId/01065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.9421603147 +geoId/01065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.3692055 +geoId/01065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.011547169999999999 +geoId/01065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.597114089511 +geoId/01067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.7968782634 +geoId/01067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.02956952 +geoId/01069,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.325704 +geoId/01069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0461970947 +geoId/01069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.000154957 +geoId/01069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000154957 +geoId/01071,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.185011 +geoId/01071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0006475698 +geoId/01071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.1895290675 +geoId/01071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.8398909999999996e-06 +geoId/01071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.635351397141001 +geoId/01073,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.711069 +geoId/01073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000752080651 +geoId/01073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.3879624385000002 +geoId/01073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.52381e-07 +geoId/01073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.038270000000000005 +geoId/01073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.04966 +geoId/01073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.3905 +geoId/01073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_26_WasteDisposalTreatmentAndRecovery,1.4617255 +geoId/01073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,2.436271 +geoId/01073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,51.78297281156 +geoId/01075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3766655773 +geoId/01077,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.157052 +geoId/01077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.539978818 +geoId/01077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,9.338512512000001 +geoId/01079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.9307157e-05 +geoId/01079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.3344731354000006 +geoId/01079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/01079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/01079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,281.08961917719995 +geoId/01081,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.09673290000000001 +geoId/01081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000153556 +geoId/01081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.8173665605 +geoId/01081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.819183e-05 +geoId/01081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.819183e-05 +geoId/01081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01083,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.902558 +geoId/01083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.100861 +geoId/01083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3406456543 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.16173484999999999 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_28_MiscellaneousAreaSources,9.246675e-07 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,4.325443e-06 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.07464685 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.40676402128389344 +geoId/01085,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5584195000000001 +geoId/01085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.28111203944 +geoId/01085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.18666775000000002 +geoId/01085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,10.616416601500001 +geoId/01085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,10.37043 +geoId/01087,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7750060000000001 +geoId/01087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.56589825705 +geoId/01089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.7716819e-06 +geoId/01089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.41422039219999995 +geoId/01089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3842296562 +geoId/01091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.87163e-06 +geoId/01091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.518781918 +geoId/01091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,40.80256 +geoId/01091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,40.9910678272 +geoId/01091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00163965837 +geoId/01093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0052607178000001 +geoId/01093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.4065075 +geoId/01095,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.181801 +geoId/01095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.38927329645 +geoId/01097,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.684062 +geoId/01097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.36356e-05 +geoId/01097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00477677422 +geoId/01097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.5035088226 +geoId/01097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.001 +geoId/01097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0005 +geoId/01097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.003 +geoId/01097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/01097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.403059 +geoId/01097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.4793660000000002 +geoId/01097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/01097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.403059 +geoId/01099,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.037960299999999995 +geoId/01099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00076689009 +geoId/01099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.009585340000000001 +geoId/01099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.82984678662 +geoId/01101,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3556089999999998 +geoId/01101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0104895976 +geoId/01101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.9528024611 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.101 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,4.724223e-06 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.000273202 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.362111e-06 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,1.21 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,5.240465e-05 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.21727588e-06 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.44620231195 +geoId/01101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01103,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6789768 +geoId/01103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0012924 +geoId/01103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.32511616470000004 +geoId/01103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,130.8397 +geoId/01103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.7375769 +geoId/01103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,131.88513509999999 +geoId/01105,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.09503890000000001 +geoId/01105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.3946088761 +geoId/01105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,60.56667297058 +geoId/01107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.2214160997 +geoId/01107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0526393 +geoId/01107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.442843213 +geoId/01109,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.128682 +geoId/01109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.4846456638600003 +geoId/01109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0002155919 +geoId/01109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,9.162655999999999e-10 +geoId/01109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0007287020776323 +geoId/01111,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0360764 +geoId/01111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.0139303474 +geoId/01111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.005780038 +geoId/01113,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0943895 +geoId/01113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.54772e-05 +geoId/01113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.8659133227 +geoId/01113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.005 +geoId/01113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.00068906 +geoId/01113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0042084505 +geoId/01113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0007025519 +geoId/01115,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.389124 +geoId/01115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.016848099999999998 +geoId/01115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.2228693921 +geoId/01117,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.22337939999999998 +geoId/01117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.13007765003 +geoId/01117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.5324883 +geoId/01117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,25.62936 +geoId/01117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,25.62936 +geoId/01117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.5125875 +geoId/01117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,52.125166424 +geoId/01117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.507071 +geoId/01117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.5093691434 +geoId/01117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.507071 +geoId/01119,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.473135 +geoId/01119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0497396303 +geoId/01119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.037474035 +geoId/01119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00673259 +geoId/01119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1411452 +geoId/01119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.5666498096265 +geoId/01121,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.49278500000000003 +geoId/01121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.6860155767 +geoId/01121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.000674 +geoId/01121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.088678641277 +geoId/01121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0168932 +geoId/01123,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.149281 +geoId/01123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.6122792483 +geoId/01125,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1748159999999999 +geoId/01125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.5964966e-05 +geoId/01125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.7059363095999998 +geoId/01125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.1077 +geoId/01125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.4275303 +geoId/01125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.39864395256 +geoId/01127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00606745 +geoId/01127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.8641924257999998 +geoId/01127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/01127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/01129,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.11847400000000001 +geoId/01129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.1738 +geoId/01129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.0830054101 +geoId/01129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.149528 +geoId/01129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0007142849999999999 +geoId/01129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,6.151715e-06 +geoId/01129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.006350514 +geoId/01129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.004230419 +geoId/01129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.010587086931411 +geoId/01131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.43167982217 +geoId/01131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00067572 +geoId/01131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00493974566 +geoId/01131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0043820325 +geoId/01133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.0723618564 +geoId/01133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/01133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.32999 +geoId/01133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,1.26185 +geoId/02013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/02013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.0 +geoId/02013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/02013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/02020,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0001068501 +geoId/02020,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0001068501 +geoId/02100,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.5428702644 +geoId/02105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0003126588 +geoId/02105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.6903843 +geoId/02105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.00016579245000000002 +geoId/02105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.1309394 +geoId/02105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.9828515616627 +geoId/02110,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.28428e-05 +geoId/02110,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.09820794249999999 +geoId/02110,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0592117358 +geoId/02110,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.09686921 +geoId/02110,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0571048 +geoId/02122,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,3.603958e-05 +geoId/02122,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,2.919206e-05 +geoId/02122,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,9.520258 +geoId/02122,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0042749699999999995 +geoId/02122,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.5249849472e-05 +geoId/02122,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0042749699999999995 +geoId/02122,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,9.520258 +geoId/02164,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0384481 +geoId/02164,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0384481 +geoId/02170,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.052368904 +geoId/02170,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0005991112 +geoId/02170,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00085922 +geoId/02170,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0005991112 +geoId/02180,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0 +geoId/02180,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,5.17096e-06 +geoId/02180,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/02180,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/02180,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.91517517096 +geoId/02180,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,1.91517 +geoId/02185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,10.91 +geoId/02185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,10.910231 +geoId/02188,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/02188,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/02188,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/02195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.01747548 +geoId/02195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,8.73774e-06 +geoId/02195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,7.996775e-07 +geoId/02195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/02195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0183548475323465 +geoId/02220,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/02220,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/02220,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/02261,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.48e-05 +geoId/02290,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,5.3736499999999996e-05 +geoId/04001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0594849 +geoId/04003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,4.636543 +geoId/04003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.07562238212 +geoId/04003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,6.079022999999999 +geoId/04005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,140.4061 +geoId/04005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,140.4061 +geoId/04007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.00011611945 +geoId/04007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00011611945 +geoId/04007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.6857559999999999 +geoId/04009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0023922035 +geoId/04009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.01514087 +geoId/04009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1046619 +geoId/04009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.01514087 +geoId/04012,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.035469655 +geoId/04012,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.03570611935 +geoId/04013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,162.4298 +geoId/04013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,162.4298 +geoId/04015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,9.15604e-05 +geoId/04015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,2.4386005e-05 +geoId/04015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.2998646 +geoId/04015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.002911439 +geoId/04015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5617800941794749 +geoId/04015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,4.9110710000000005e-05 +geoId/04015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.2146947 +geoId/04015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.02953699 +geoId/04017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.8758490000000001 +geoId/04017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,18.7998 +geoId/04017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,18.8006620695 +geoId/04017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,18.311188016 +geoId/04017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,17.43459 +geoId/04019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,8.009875e-06 +geoId/04019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.934129151235 +geoId/04025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,18.81824 +geoId/04025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,18.81824 +geoId/04027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.6411175e-07 +geoId/04027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0008511141117499999 +geoId/04027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00085095 +geoId/05001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.05838644 +geoId/05001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,8.120614999999999 +geoId/05003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.0889375e-05 +geoId/05003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,367.044 +geoId/05003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.000697085 +geoId/05003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,8.908835 +geoId/05003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,41.42608 +geoId/05003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.256129 +geoId/05003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0039046668749999998 +geoId/05003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.4418165625920003 +geoId/05003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,417.74195 +geoId/05011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.1928e-07 +geoId/05011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1988711513 +geoId/05011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.1928e-07 +geoId/05011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.08245153 +geoId/05013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/05021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.0016036470000000001 +geoId/05021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,5.0607e-05 +geoId/05021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.024329266308999998 +geoId/05021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.051050356 +geoId/05021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00259141 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,1.8796915000000002e-09 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,4.461134e-06 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,3.803869e-06 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000105243662 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,30.740334076 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00259141 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.2668826915e-06 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,1.1736565 +geoId/05023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,29.56313 +geoId/05025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/05025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.719633806914 +geoId/05027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.010021509999999999 +geoId/05027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,13.36201 +geoId/05027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,13.3720318841363 +geoId/05029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0096895173534465 +geoId/05037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.00027376194999999997 +geoId/05037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000238682510955 +geoId/05037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.08560513177050001 +geoId/05037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0002296196 +geoId/05037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.08393469 +geoId/05039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,2.88299e-05 +geoId/05039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,9.27927e-07 +geoId/05039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,4.1000420000000003e-07 +geoId/05039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.005041652 +geoId/05039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0010670699 +geoId/05039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00504299389837 +geoId/05039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00103824 +geoId/05041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.001948151 +geoId/05041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.7143222 +geoId/05041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.71627096207012 +geoId/05043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.002008428 +geoId/05043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0024880817230195 +geoId/05043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,8.4379e-07 +geoId/05045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,128.1272 +geoId/05045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0 +geoId/05045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.367271833 +geoId/05045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/05045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,128.1272 +geoId/05045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.3635275 +geoId/05047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,1.185881e-05 +geoId/05047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.185881e-05 +geoId/05049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/05049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/05051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.4105493 +geoId/05051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,3.449751e-06 +geoId/05051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,2.91902 +geoId/05051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.360278 +geoId/05051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.75706e-08 +geoId/05051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.7175680251386 +geoId/05053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.084616e-06 +geoId/05053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.084616e-06 +geoId/05053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.002548742 +geoId/05053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/05055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.01228602 +geoId/05055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0108676 +geoId/05057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.3421967227316 +geoId/05059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,1.804714 +geoId/05059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.20747655 +geoId/05059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,24.845384222699998 +geoId/05059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,6.838051 +geoId/05061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.0005041193 +geoId/05063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.10057542321999999 +geoId/05065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.019821995 +geoId/05065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.01828597 +geoId/05067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.027538399999999998 +geoId/05067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.17392670000000002 +geoId/05067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.2014651 +geoId/05069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.246821 +geoId/05075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,5.16302 +geoId/05075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0111 +geoId/05075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,2.04 +geoId/05075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.00448 +geoId/05075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.805498953150001 +geoId/05077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,3.3533424499999998e-06 +geoId/05085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0003209911 +geoId/05085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.03804e-06 +geoId/05085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.1251683 +geoId/05085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.4803497682001199 +geoId/05085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.323896 +geoId/05089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0300062 +geoId/05093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.6124625 +geoId/05093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_26_WasteDisposalTreatmentAndRecovery,0.3805335 +geoId/05093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.6342385 +geoId/05093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,27.22054 +geoId/05093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,41.74771300434 +geoId/05093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.8484994 +geoId/05095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.4364430095e-05 +geoId/05101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,6.304583e-09 +geoId/05101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,5.027578e-07 +geoId/05101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,6.09613983e-07 +geoId/05105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,1.6978285e-06 +geoId/05105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.00539774 +geoId/05105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,1.023416e-06 +geoId/05105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,7.599405e-07 +geoId/05105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.003704126 +geoId/05105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,2.7006145e-09 +geoId/05105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01466581673138845 +geoId/05107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.4085336 +geoId/05107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,5.55 +geoId/05107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.5901041 +geoId/05107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.9986377 +geoId/05107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.55748 +geoId/05109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.823237 +geoId/05109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.6347591 +geoId/05109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.4579961 +geoId/05113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.014626620000000002 +geoId/05113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_26_WasteDisposalTreatmentAndRecovery,0.004091587 +geoId/05113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,4.8670361625 +geoId/05113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.026057058350000002 +geoId/05113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,4.864458 +geoId/05115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.08367901999999999 +geoId/05115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.002614969 +geoId/05115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.1263726 +geoId/05115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.130917097 +geoId/05115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.11246175905 +geoId/05115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.003828289 +geoId/05117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.4320139 +geoId/05117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.4320139 +geoId/05121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0002871 +geoId/05125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,9.043845867950001 +geoId/05125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,9.043718 +geoId/05127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.2392628 +geoId/05127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.2392628 +geoId/05129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,9.371545e-08 +geoId/05129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.5927899 +geoId/05129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,4.016377e-09 +geoId/05129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0003966792 +geoId/05129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00043622065927509 +geoId/05129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.726285 +geoId/05129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5927899 +geoId/05129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,2.726285 +geoId/05131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,413.0405 +geoId/05131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,413.0405 +geoId/05133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0010562800000000002 +geoId/05133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0058835695194 +geoId/05133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0512377689 +geoId/05133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0010562800000000002 +geoId/05133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.05031598 +geoId/05137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,1.66377 +geoId/05137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.305799 +geoId/05137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,2.687972503 +geoId/05137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.305799 +geoId/05137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,1.010785 +geoId/05139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,4.422624 +geoId/05139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,5.24282 +geoId/05139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.3267874999999999e-07 +geoId/05139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,10.6039338845384 +geoId/05143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/05147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/05147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/05147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/05149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.01771069 +geoId/05149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/05149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01771069 +geoId/05149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/05149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/06005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.1938119811499999 +geoId/06007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00288 +geoId/06007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.00288 +geoId/06009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01154810044 +geoId/06013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/06019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.6076344739999999 +geoId/06019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,18.846522375787437 +geoId/06019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6076344739999999 +geoId/06025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/06025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/06029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.511100916783744 +geoId/06029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6589188167837441 +geoId/06031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,2.086437 +geoId/06031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.086437 +geoId/06033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,49.628956005925 +geoId/06035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0001954954139879365 +geoId/06035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0002827663412539213 +geoId/06035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,8.708431801414186e-05 +geoId/06039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.0004154 +geoId/06039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,2.6398e-05 +geoId/06039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,2.889191 +geoId/06039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.1422616939999999 +geoId/06039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.889191 +geoId/06039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,1.139 +geoId/06043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,11.78364 +geoId/06043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,11.78364 +geoId/06047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00805228515 +geoId/06049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.07299425606780008 +geoId/06055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/06055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,5.780779 +geoId/06055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,5.780779 +geoId/06057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.951410652e-05 +geoId/06061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.024751231718832 +geoId/06061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.825516421497008 +geoId/06061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,1.75248 +geoId/06063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0003670444 +geoId/06063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,6.271111e-05 +geoId/06063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/06063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00042975551 +geoId/06063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/06069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/06069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/06071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,2.6665620000000002e-05 +geoId/06071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,3.607702e-05 +geoId/06071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.07560488 +geoId/06071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0844260627198 +geoId/06071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/06071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,6.666406e-05 +geoId/06071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.005369594 +geoId/06071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/06077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.94804 +geoId/06077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.881135 +geoId/06077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.63389019314 +geoId/06077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,6.94804 +geoId/06077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,1.881135 +geoId/06083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/06083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_24_SolventUtilization,0.0 +geoId/06085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,62.87932 +geoId/06087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/06087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/06089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,203.5568 +geoId/06089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,407.1068 +geoId/06091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,3.4078292999999998e-06 +geoId/06091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.4078292999999998e-06 +geoId/06095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.94797699088 +geoId/06099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.001779276957746034 +geoId/06099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,105.2302 +geoId/06099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,7.054904 +geoId/06099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,112.28695533767453 +geoId/06101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_24_SolventUtilization,0.0 +geoId/06101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_24_SolventUtilization,0.0 +geoId/06101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/06103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/06105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,17.57195 +geoId/06105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,17.653723588105002 +geoId/06107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,4.14676305 +geoId/06107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,4.78884249 +geoId/06107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.935605540000001 +geoId/06113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/06113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00080220500355 +geoId/06113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/06115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.0016425 +geoId/06115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.005660128 +geoId/06115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/08007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.27244863999999996 +geoId/08007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.2706085 +geoId/08009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00077988633257944 +geoId/08009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,9.529783467836e-05 +geoId/08013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.03877477 +geoId/08013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.020560955 +geoId/08013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,12.99804 +geoId/08013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,17.75691532 +geoId/08013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,4.694282 +geoId/08015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.654307e-05 +geoId/08021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.9912048 +geoId/08021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.273698148 +geoId/08021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.2725813 +geoId/08035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery,0.0010906965 +geoId/08035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,21.59557098365 +geoId/08037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.0034942425 +geoId/08037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.8272322425 +geoId/08037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,5.823738 +geoId/08039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.00012153275 +geoId/08039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00015547433 +geoId/08047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.01931781 +geoId/08047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.01931781 +geoId/08061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0020149530000000003 +geoId/08061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,5.919795e-08 +geoId/08061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0002487425 +geoId/08061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.003890944 +geoId/08061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.00040993875000000003 +geoId/08061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.009120875389150001 +geoId/08061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.19239e-05 +geoId/08067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,577.1193838600001 +geoId/08069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,6.931785e-05 +geoId/08069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.931785e-05 +geoId/08071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,42.422 +geoId/08071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,0.024715229999999998 +geoId/08071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.0008535125 +geoId/08071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,52.76340181435 +geoId/08071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.212876 +geoId/08071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,9.90121 +geoId/08073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.15573735 +geoId/08077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1570551695 +geoId/08079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,7.0168880044 +geoId/08079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.459439939618 +geoId/08081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000738728865 +geoId/08083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.9644223 +geoId/08087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,2.9898887 +geoId/08087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.00025874455 +geoId/08087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.4222986126 +geoId/08091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.9396523533400001 +geoId/08091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.2383189 +geoId/08093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.01451081042 +geoId/08093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.01435696 +geoId/08095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000939671102 +geoId/08101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.888889e-07 +geoId/08101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000960023244411 +geoId/08101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,9.444444e-07 +geoId/08105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.01207749 +geoId/08105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.6247666 +geoId/08105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.0509555499999998 +geoId/08105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.08599256 +geoId/08111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/08111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/08117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/08121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.08668163599999999 +geoId/09001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0055204665000000005 +geoId/09001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000508558 +geoId/09001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.152838 +geoId/09001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.002693318 +geoId/09003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0019670166 +geoId/09003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0007450986 +geoId/09003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,3.525534 +geoId/09003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.010669380000000001 +geoId/09003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,4.848486589512 +geoId/09005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00014674599999999998 +geoId/09005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08514524386 +geoId/09007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0027962713 +geoId/09007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.001950431 +geoId/09007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,3.32399 +geoId/09007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,3.9496235000000004e-07 +geoId/09007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,7.679825e-06 +geoId/09007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,46.04849 +geoId/09007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,46.07670116433242 +geoId/09007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.119739383365999 +geoId/09007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.01172182 +geoId/09009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.89719e-05 +geoId/09009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00940298071 +geoId/09009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,3.370384e-05 +geoId/09009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0290035 +geoId/09009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0019512115000000002 +geoId/09011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000456811559 +geoId/09011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.008645987800000001 +geoId/09011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.035415300000000004 +geoId/09011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/09011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/09013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.010268864300000001 +geoId/09013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/09013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/09013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/09013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.07176286 +geoId/09013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.07176286 +geoId/09015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0128642667 +geoId/09015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.2276e-07 +geoId/09015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.01498865 +geoId/10001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000118297 +geoId/10001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.053417254 +geoId/10001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/10001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/10003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001560756 +geoId/10003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.032181858 +geoId/10003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.05 +geoId/10003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,4.882393 +geoId/10003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0002779018 +geoId/10003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.8826709018 +geoId/10005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000191637156 +geoId/10005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10829214200000001 +geoId/10005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,7.29449e-05 +geoId/10005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0002773961 +geoId/10005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.0066832 +geoId/10005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,16.470813320254997 +geoId/10005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.006789867450000001 +geoId/11001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/11001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery,0.00025102560000000003 +geoId/11001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00025102560000000003 +geoId/12001,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9671580000000001 +geoId/12001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.5692500000000003e-05 +geoId/12001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.0928572276499997 +geoId/12001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,127.13821970000001 +geoId/12001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.3398197 +geoId/12001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,126.7984 +geoId/12003,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.643789 +geoId/12003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.77084248035 +geoId/12005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000161754 +geoId/12005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.7214e-06 +geoId/12005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.8608241627699997 +geoId/12007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.21194391565 +geoId/12007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,4.9010215e-06 +geoId/12007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.6896430000000002e-05 +geoId/12007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.03423023 +geoId/12007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00553496491333 +geoId/12007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,26.48252 +geoId/12007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0350925839453015 +geoId/12007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.004587267 +geoId/12009,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.753015 +geoId/12009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0035354625000000002 +geoId/12009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.9105314191 +geoId/12009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.07 +geoId/12009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12011,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.555465 +geoId/12011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00018978489 +geoId/12011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.22905805051 +geoId/12011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.035 +geoId/12011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/12011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0 +geoId/12013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00012081467999999999 +geoId/12013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.8773316525800001 +geoId/12015,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.4196523 +geoId/12015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000797978 +geoId/12015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,12.43955727547 +geoId/12015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12017,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.515988 +geoId/12017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.8177460025799999 +geoId/12019,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.388488 +geoId/12019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000490459 +geoId/12019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.47073871864 +geoId/12019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.000225147 +geoId/12021,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.508509 +geoId/12021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,9.384958324 +geoId/12021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.000163962 +geoId/12021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.008960815 +geoId/12021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004984521 +geoId/12021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.004984521 +geoId/12023,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.44297 +geoId/12023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.09788095355 +geoId/12023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7438565540700001 +geoId/12029,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1501073 +geoId/12029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.2396909062600003 +geoId/12029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12031,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2722433 +geoId/12031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.045512190362 +geoId/12031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6861148612 +geoId/12031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.000411 +geoId/12031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,4.521647e-06 +geoId/12031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.03113477 +geoId/12031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.03824505255098 +geoId/12031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.002211247 +geoId/12033,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0545329 +geoId/12033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.005742745499999999 +geoId/12033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.25129086038 +geoId/12033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.64468619558 +geoId/12035,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2596364 +geoId/12035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.50293404765 +geoId/12035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,3.421386 +geoId/12035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.42141337109 +geoId/12037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.7019981256 +geoId/12039,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.900814 +geoId/12039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.28442e-05 +geoId/12039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00012101000000000001 +geoId/12039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.007059495100001 +geoId/12039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0030258 +geoId/12039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,7.007576e-07 +geoId/12039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.02202749 +geoId/12039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.31456875075760005 +geoId/12039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0014596454526534998 +geoId/12039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,6.297325000000001e-06 +geoId/12039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.2822353 +geoId/12041,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0779266 +geoId/12041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.16425341778 +geoId/12043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.8518617937 +geoId/12043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0069149450000000005 +geoId/12043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.1698819 +geoId/12043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2476628376792 +geoId/12045,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0482522 +geoId/12045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0010562199999999999 +geoId/12045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.16550609918 +geoId/12045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.01877823 +geoId/12045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.01877823 +geoId/12047,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.772781 +geoId/12047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.0353267635 +geoId/12047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,6.343692e-08 +geoId/12047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,1.041169e-07 +geoId/12047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.000716919 +geoId/12047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.32849088393493897 +geoId/12049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.7919797709499998 +geoId/12051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.5938198068999996 +geoId/12053,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3091147 +geoId/12053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.69175e-05 +geoId/12053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.94505760732 +geoId/12055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0087025449 +geoId/12055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.7818639093 +geoId/12055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12057,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0900879 +geoId/12057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.002955753344 +geoId/12057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.40547178695 +geoId/12057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.034236 +geoId/12057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,615.6986 +geoId/12057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,3.8681235000000003 +geoId/12057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/12057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,4.1007039999999995 +geoId/12057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,622.9357714050001 +geoId/12057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/12057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1063.4541523732 +geoId/12057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,1.067069 +geoId/12057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,1.9474 +geoId/12059,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.4156059 +geoId/12059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.1872902333500002 +geoId/12059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,67.15941 +geoId/12059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,43.5103895105 +geoId/12059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,116.10170830101998 +geoId/12059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.7901107 +geoId/12061,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.464746 +geoId/12061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.001969238 +geoId/12061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.25119067875 +geoId/12061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.19978975 +geoId/12061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,0.0001323574 +geoId/12061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.20010647854039498 +geoId/12063,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.241122 +geoId/12063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/12063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00158991 +geoId/12063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.570714208050001 +geoId/12063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1233923 +geoId/12063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00012653595 +geoId/12063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1233923 +geoId/12065,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7078993 +geoId/12065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/12065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.8393695031 +geoId/12067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.94852118255 +geoId/12069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00037364500000000003 +geoId/12069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.2719091897000006 +geoId/12071,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1483991 +geoId/12071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.001284917 +geoId/12071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7818815805699999 +geoId/12071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0527603524 +geoId/12073,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1404111 +geoId/12073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.13126e-06 +geoId/12073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.128756575700001 +geoId/12075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.5887683096 +geoId/12075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,57.99402 +geoId/12075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,58.017217607999996 +geoId/12077,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.06843940000000001 +geoId/12077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000109175 +geoId/12077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.71540884149 +geoId/12079,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9551464000000001 +geoId/12079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.4539686875 +geoId/12081,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3742425 +geoId/12081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0036430587113 +geoId/12081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.66263207003 +geoId/12081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.001618 +geoId/12081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,123.57255128999999 +geoId/12083,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.6146820000000002 +geoId/12083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.009377209 +geoId/12083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.80265562335 +geoId/12083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0014635100000000001 +geoId/12085,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.495434 +geoId/12085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/12085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.4361627187 +geoId/12085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.9579941 +geoId/12085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,2.357568e-05 +geoId/12085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,1.2001194999999999e-08 +geoId/12085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,1.179546e-11 +geoId/12085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.97527994622635 +geoId/12085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.597993099046e-05 +geoId/12085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01436991 +geoId/12085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,2.392238e-06 +geoId/12086,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0709042 +geoId/12086,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001551855 +geoId/12086,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.42828045085 +geoId/12086,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.2390995 +geoId/12086,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.2260718 +geoId/12086,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12086,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,1.182709 +geoId/12086,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.6671834999999999 +geoId/12086,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.1148981 +geoId/12086,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,17.2986577492 +geoId/12086,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.9591531 +geoId/12086,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00028317076130000005 +geoId/12087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.6184697659 +geoId/12089,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5096536 +geoId/12089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.376249999999999e-06 +geoId/12089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.93740107051 +geoId/12091,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5046109999999999 +geoId/12091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0091466919 +geoId/12091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.803353948959999 +geoId/12091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0048 +geoId/12091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,51.72903 +geoId/12091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,65.164187164375 +geoId/12093,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0792127 +geoId/12093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.6836846408 +geoId/12093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.598326 +geoId/12093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,1.205375 +geoId/12093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,3.13409989885 +geoId/12093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,2.320165652 +geoId/12093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.5002304 +geoId/12095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0448731 +geoId/12095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00292630385 +geoId/12095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.29230388605 +geoId/12095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00173227 +geoId/12095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.024 +geoId/12095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.788027678000001 +geoId/12095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.600109565 +geoId/12095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,34.7138847116 +geoId/12095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.073869294 +geoId/12095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0625931 +geoId/12095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.4022541 +geoId/12097,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.828796 +geoId/12097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001777875 +geoId/12097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,11.245907021199999 +geoId/12099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00019500000000000002 +geoId/12099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0255091446 +geoId/12099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.057578143299999 +geoId/12099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0 +geoId/12099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,1480.0 +geoId/12099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1480.0697 +geoId/12101,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7295910000000001 +geoId/12101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.5692500000000003e-05 +geoId/12101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.62139443803 +geoId/12101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.014485089999999999 +geoId/12101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,42.8490820229 +geoId/12101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.37661239999999996 +geoId/12101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,42.45318 +geoId/12103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0427249754 +geoId/12103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12854317029999998 +geoId/12103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00110168 +geoId/12103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/12103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00192322 +geoId/12103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.07902500000000001 +geoId/12103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.08094822000000002 +geoId/12105,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.40765320000000005 +geoId/12105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/12105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.12297366005 +geoId/12105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.05 +geoId/12105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.28098 +geoId/12107,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.182928 +geoId/12107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001714165 +geoId/12107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0003431559 +geoId/12107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.1694090572 +geoId/12107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.035731650000000004 +geoId/12109,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.490218 +geoId/12109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.1351070695 +geoId/12111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.88542806517 +geoId/12111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.008616185 +geoId/12113,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3003945 +geoId/12113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000883291 +geoId/12113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.26684951365 +geoId/12113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0020733519999999997 +geoId/12115,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.924431 +geoId/12115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.32772532936 +geoId/12115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.0004154375 +geoId/12115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/12115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0004154375 +geoId/12117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.03275e-07 +geoId/12117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.35593926181 +geoId/12117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,7.732500000000001e-05 +geoId/12117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/12117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00015518955000000002 +geoId/12117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,7.732500000000001e-05 +geoId/12119,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.957947 +geoId/12119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000610166541 +geoId/12119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000337992 +geoId/12119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.25246586538 +geoId/12119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.353312 +geoId/12119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.5747215 +geoId/12119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.7219600594 +geoId/12121,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.062256 +geoId/12121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.44649397701 +geoId/12123,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0643983 +geoId/12123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00019086100000000001 +geoId/12123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.97685006087 +geoId/12125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000175199 +geoId/12125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.19235344725 +geoId/12125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.771213 +geoId/12127,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.866078 +geoId/12127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.21216e-05 +geoId/12127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.38371769925 +geoId/12127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.248841 +geoId/12127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.9284455 +geoId/12129,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.267265 +geoId/12129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.31956173949 +geoId/12129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09712982 +geoId/12129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.09712982 +geoId/12131,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.105562 +geoId/12131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0012674700000000001 +geoId/12131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.97519373997 +geoId/12131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.12981215000000002 +geoId/12131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.12981215000000002 +geoId/12133,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.453934 +geoId/12133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.6740059320799996 +geoId/13001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,1.4772179999999999e-06 +geoId/13001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.388576 +geoId/13001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.4772179999999999e-06 +geoId/13001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10720835000000001 +geoId/13001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,1.388576 +geoId/13003,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.11658 +geoId/13003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0002251349 +geoId/13003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00039961600000000004 +geoId/13003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.17323138000000002 +geoId/13003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0006247509000000001 +geoId/13003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13005,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.027665099999999998 +geoId/13005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,6.644551e-07 +geoId/13005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.53606351e-05 +geoId/13007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.020253695000000002 +geoId/13007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/13007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,7.521621695 +geoId/13007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/13007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,7.501368 +geoId/13009,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2917001 +geoId/13009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.000765929136 +geoId/13011,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2172257 +geoId/13013,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1155417 +geoId/13015,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.4978150000000001 +geoId/13015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00717333 +geoId/13015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,7.740505e-05 +geoId/13015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00040339935000000004 +geoId/13017,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0211892 +geoId/13017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0006681845 +geoId/13017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0006681845 +geoId/13019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000337992 +geoId/13019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.017315065 +geoId/13019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,4.671514 +geoId/13019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.7007271 +geoId/13019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.4411645322 +geoId/13019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.008717299999999999 +geoId/13019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.05153898 +geoId/13021,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1824035 +geoId/13021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000156057 +geoId/13023,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.02888624 +geoId/13025,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0621006 +geoId/13027,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.038849400000000006 +geoId/13027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.005863491 +geoId/13027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,56.35594 +geoId/13027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,56.389753565 +geoId/13029,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.807063 +geoId/13029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.8876731 +geoId/13029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.775346 +geoId/13029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.01908497 +geoId/13029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.7011891662742 +geoId/13031,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5300037 +geoId/13031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00152097 +geoId/13031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.027146345 +geoId/13031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.027146345 +geoId/13033,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.115508 +geoId/13035,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3017127 +geoId/13037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.91703135e-05 +geoId/13037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00267982029 +geoId/13039,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9722120000000001 +geoId/13039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,3.413182 +geoId/13039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,1.158044 +geoId/13039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00619093 +geoId/13039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,5.5614662952 +geoId/13039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.00619093 +geoId/13043,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2300615 +geoId/13043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.0963504999999999e-08 +geoId/13043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,4.015939e-07 +geoId/13043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000161235307736 +geoId/13045,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.89487 +geoId/13045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000142791 +geoId/13045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.005104974 +geoId/13045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,4.5621185e-07 +geoId/13045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0051055899344 +geoId/13047,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.26432 +geoId/13047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/13047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/13047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,14.71694 +geoId/13051,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3098636 +geoId/13051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.5238099999999999e-05 +geoId/13053,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1606105 +geoId/13053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.49572e-08 +geoId/13053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/13055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00014785999999999998 +geoId/13055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,1.1485795e-09 +geoId/13055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,4.411621e-06 +geoId/13055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.4127721783202005e-06 +geoId/13057,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1277486 +geoId/13057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/13057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,20.18932 +geoId/13057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.006407985 +geoId/13057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,20.196268846499997 +geoId/13057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0066465149999999995 +geoId/13061,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00840604 +geoId/13061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,3.90169e-05 +geoId/13061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00011705070000000001 +geoId/13061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,4.682028e-05 +geoId/13063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.856e-05 +geoId/13063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.02739646 +geoId/13063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.1294704 +geoId/13063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.15966836965 +geoId/13067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.0891295 +geoId/13069,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.155484 +geoId/13073,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2863588 +geoId/13073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,1.598699 +geoId/13073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0029479465 +geoId/13073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,7.6848 +geoId/13073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,86.4894847065 +geoId/13075,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6184294 +geoId/13075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.69728e-06 +geoId/13077,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.44853599999999993 +geoId/13077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000301528 +geoId/13079,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0085713 +geoId/13081,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.569876 +geoId/13083,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.44253499999999996 +geoId/13083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.5692500000000003e-05 +geoId/13083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.315278763514 +geoId/13083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.804114705 +geoId/13085,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.08346769999999999 +geoId/13087,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0486382 +geoId/13087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.1835 +geoId/13089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.1326978 +geoId/13089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.00040158559999999997 +geoId/13089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.06349199999999999 +geoId/13089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.13495523445000002 +geoId/13089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/13089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.06349199999999999 +geoId/13089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0 +geoId/13091,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.051793599999999995 +geoId/13093,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.60974 +geoId/13093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,1.2059885e-05 +geoId/13093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.120610959885 +geoId/13093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.1205989 +geoId/13095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.000752311 +geoId/13097,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.13041648 +geoId/13097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/13097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_27_NaturalSources,71.54755 +geoId/13097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.023973038422 +geoId/13097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00019614467500000002 +geoId/13097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,5230.19855 +geoId/13097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_27_NaturalSources,5158.651 +geoId/13099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00022406690000000001 +geoId/13099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,2.382879e-06 +geoId/13099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.20375138985e-05 +geoId/13101,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00176584 +geoId/13101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0 +geoId/13101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.0 +geoId/13101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/13103,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0925056 +geoId/13105,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.127662 +geoId/13105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.4398875e-08 +geoId/13105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.016939580794375 +geoId/13107,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.12828799999999999 +geoId/13109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.23496395 +geoId/13109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.419280076 +geoId/13109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.1827497 +geoId/13113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00017045 +geoId/13113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_27_NaturalSources,45.42802 +geoId/13113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.06141885 +geoId/13113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,45.42802 +geoId/13113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00768755 +geoId/13115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00716554 +geoId/13119,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6646555000000001 +geoId/13119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.119492 +geoId/13119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.277933842223 +geoId/13119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.1536846 +geoId/13121,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0778064 +geoId/13121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.708277999999999e-05 +geoId/13123,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2986112 +geoId/13127,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5526063999999999 +geoId/13127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/13127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.817198e-05 +geoId/13129,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.8053332999999999 +geoId/13131,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.07829130000000001 +geoId/13131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.008476 +geoId/13131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.01422608 +geoId/13131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0014925409999999998 +geoId/13131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.001764033 +geoId/13131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.001726097 +geoId/13131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0016962032167999997 +geoId/13131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.050404016275000005 +geoId/13131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.009553 +geoId/13133,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3128189 +geoId/13133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000186803 +geoId/13133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00128239996 +geoId/13135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.5692500000000003e-05 +geoId/13135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.01951556 +geoId/13135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01951556 +geoId/13137,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.10619799999999999 +geoId/13139,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2010597 +geoId/13139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_24_SolventUtilization,0.0 +geoId/13139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,4.137179499999999e-09 +geoId/13139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_24_SolventUtilization,0.0 +geoId/13139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/13139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.9908839565e-06 +geoId/13139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,4.957777e-09 +geoId/13139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,2.981789e-06 +geoId/13141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,6.22231e-06 +geoId/13141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0012276388099999999 +geoId/13143,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2383566 +geoId/13145,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3481324 +geoId/13145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.3314177 +geoId/13145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3315449644 +geoId/13147,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0660877 +geoId/13147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.007689231 +geoId/13147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.373077e-08 +geoId/13147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.007689251644616001 +geoId/13149,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0244989 +geoId/13149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0020581375 +geoId/13151,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.268163 +geoId/13151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00339682 +geoId/13151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13153,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.596623 +geoId/13153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.9874849999999997e-05 +geoId/13153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.72171e-08 +geoId/13153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.156022e-06 +geoId/13153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.4680660000000002e-06 +geoId/13155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,6.36793e-08 +geoId/13155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,9.796819999999999e-06 +geoId/13155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.8457424999999997e-06 +geoId/13155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.053103895e-05 +geoId/13155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0014670999999999998 +geoId/13155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00093101 +geoId/13157,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.838078 +geoId/13157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.020253415400000002 +geoId/13157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,6.29319 +geoId/13157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.3408619043 +geoId/13157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.014775065 +geoId/13159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,1.368086 +geoId/13159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.3016932705779998 +geoId/13161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.0755414751394001 +geoId/13161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.5627033 +geoId/13163,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.15915 +geoId/13163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1719.699449326 +geoId/13163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.34554e-05 +geoId/13165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.010600129000000002 +geoId/13167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,2.7014259999999997e-05 +geoId/13167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01146753200551 +geoId/13167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.007353539 +geoId/13171,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1358103 +geoId/13171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,8.074240000000001e-05 +geoId/13171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,8.074240000000001e-05 +geoId/13173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/13173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/13175,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.679488 +geoId/13175,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/13175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,24.411 +geoId/13177,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.07007559999999999 +geoId/13177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13179,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.4645289 +geoId/13179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.042776215 +geoId/13179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.042776215 +geoId/13181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/13183,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.034436 +geoId/13185,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.506432 +geoId/13185,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0003066545 +geoId/13185,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00982547 +geoId/13187,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00250925 +geoId/13187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0001624036 +geoId/13189,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2872431 +geoId/13189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.382913e-05 +geoId/13191,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.713036 +geoId/13191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.388287 +geoId/13191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.389324135 +geoId/13193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.02359569 +geoId/13193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0017299070000000001 +geoId/13193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0326398608034 +geoId/13193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.002451955 +geoId/13193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.001127144 +geoId/13195,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.039928899999999996 +geoId/13195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.1161118 +geoId/13195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.524773814495 +geoId/13199,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1419083 +geoId/13199,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.633129999999999e-05 +geoId/13199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.52634554 +geoId/13199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.01870389 +geoId/13199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.504213 +geoId/13201,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.014127 +geoId/13205,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.42209e-05 +geoId/13207,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3701869999999998 +geoId/13207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_27_NaturalSources,550.8312 +geoId/13207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02297399 +geoId/13207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,550.8312 +geoId/13209,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.014421400000000001 +geoId/13211,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7755168 +geoId/13211,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000176222 +geoId/13211,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13213,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.04214819 +geoId/13213,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0388821 +geoId/13215,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/13215,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13215,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13215,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13215,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13215,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13215,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13215,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13217,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.17093879999999997 +geoId/13219,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.029340699999999997 +geoId/13219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13221,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0323645 +geoId/13221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0025181 +geoId/13221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00223701273 +geoId/13221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.04418702635 +geoId/13221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.014433300000000001 +geoId/13221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.9219714751 +geoId/13221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.04373654 +geoId/13223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.11816249999999673 +geoId/13223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,29.497162499999998 +geoId/13223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,11.919 +geoId/13225,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.4054677 +geoId/13227,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.01509085 +geoId/13227,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.23037869896000002 +geoId/13229,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.06298089999999999 +geoId/13229,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.2579565e-05 +geoId/13229,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.045121879999999996 +geoId/13229,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.034955809564999996 +geoId/13231,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.046887500000000006 +geoId/13231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.03826198 +geoId/13231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,8.51083e-06 +geoId/13231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.7168736 +geoId/13231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.79373963258 +geoId/13233,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.124002 +geoId/13233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.4741229999999997e-06 +geoId/13233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,3.06369 +geoId/13233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.0876847542559998 +geoId/13235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/13235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/13237,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0598932 +geoId/13237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,3.251244e-07 +geoId/13237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,5.247412e-05 +geoId/13237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.9538576 +geoId/13237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,3.363603 +geoId/13237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.2490989999999998e-07 +geoId/13237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.3470625054413 +geoId/13237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000185889536 +geoId/13237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01428396 +geoId/13239,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0679372 +geoId/13239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,5.790989e-07 +geoId/13239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.790989e-07 +geoId/13239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.106575 +geoId/13241,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.15825999999999998 +geoId/13241,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0454935179084 +geoId/13241,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.055543 +geoId/13241,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.055543 +geoId/13243,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,2.6195e-05 +geoId/13243,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.03397289 +geoId/13243,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.2264859 +geoId/13243,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.42529024 +geoId/13243,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.000651940315 +geoId/13245,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.68923e-06 +geoId/13247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_27_NaturalSources,45.6986 +geoId/13247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,0.0 +geoId/13247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.1513765 +geoId/13247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.1513765 +geoId/13247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,45.6986 +geoId/13247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.02841014184405 +geoId/13247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/13249,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0138307 +geoId/13251,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.07013599999999999 +geoId/13251,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.03638394 +geoId/13251,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.04217000475299999 +geoId/13253,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0070224 +geoId/13253,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/13253,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0070224 +geoId/13255,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.10868620000000001 +geoId/13255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.044690515 +geoId/13255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.1113986 +geoId/13255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1310572 +geoId/13255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.150099 +geoId/13255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.015792395 +geoId/13255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.745337e-06 +geoId/13255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.9381258390070001 +geoId/13257,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.155681 +geoId/13257,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,40.40855 +geoId/13257,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,40.410024912074995 +geoId/13259,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.047672400000000004 +geoId/13261,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.202911 +geoId/13261,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.000187291 +geoId/13261,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.116388e-07 +geoId/13261,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0001875827131765 +geoId/13263,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.08097589999999999 +geoId/13263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_24_SolventUtilization,0.0 +geoId/13263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/13265,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.17282750000000002 +geoId/13269,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0326636 +geoId/13269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.000129596 +geoId/13269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1146599895 +geoId/13271,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0995882 +geoId/13271,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0704623 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.3468573 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.8859e-08 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.004498713 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.39897283299999997 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0147083315 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0006961188590000001 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1976862 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.011678415 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00069609 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.04761682 +geoId/13273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.1976862 +geoId/13275,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.087178e-05 +geoId/13275,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0035461 +geoId/13275,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.24344e-07 +geoId/13275,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.061112724344 +geoId/13275,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0575665 +geoId/13277,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.597529 +geoId/13277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,1.1347445e-09 +geoId/13277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,3.046619e-09 +geoId/13277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,1.5273715e-09 +geoId/13277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,4.8375955e-09 +geoId/13277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.006426427 +geoId/13277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0083224801696 +geoId/13277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.36881414095e-07 +geoId/13279,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.15490299999999999 +geoId/13279,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0015041549999999999 +geoId/13279,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.001681754805 +geoId/13281,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.087895 +geoId/13281,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,7.863655e-05 +geoId/13283,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2244312 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.2435796 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0004731182 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0034412785 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.8589385 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,5.272925e-06 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.1412985272 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.003446551425 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0729203 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.003647589 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.03343877 +geoId/13283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0729203 +geoId/13285,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9329873999999999 +geoId/13287,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.483145 +geoId/13287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/13289,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.33704449999999997 +geoId/13289,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13289,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13289,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.16082605 +geoId/13289,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13289,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,9.09856524 +geoId/13289,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,8.934781 +geoId/13291,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.08558790000000001 +geoId/13291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,1.760447e-09 +geoId/13291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,2.373212e-06 +geoId/13291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,1.7302680000000001e-12 +geoId/13291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.505758814383e-06 +geoId/13293,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.067152 +geoId/13293,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.743193000000001e-06 +geoId/13293,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00309333 +geoId/13293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.6161644999999998e-05 +geoId/13293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0031886326449999994 +geoId/13295,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.03330578 +geoId/13295,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.03330578 +geoId/13297,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1462853 +geoId/13297,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,8.20405e-05 +geoId/13297,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.003201485 +geoId/13297,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.08863750000000001 +geoId/13297,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.09544511935000001 +geoId/13297,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.127522 +geoId/13297,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.20405e-05 +geoId/13299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0007929461 +geoId/13299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.0009548579999999999 +geoId/13299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0007127288 +geoId/13299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00150568322515 +geoId/13299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,24.940878358 +geoId/13299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,1.738159 +geoId/13299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,22.2259 +geoId/13301,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2321597 +geoId/13301,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.56426e-05 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,8.294932e-05 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0001097484768586 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0033145132499999997 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0030898005 +geoId/13301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,2.679901e-05 +geoId/13303,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/13303,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,1.3826075e-09 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,7.603490000000001e-10 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,3.8017985000000002e-06 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources,1.2905475e-08 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,3.6824075e-10 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,3.016414e-06 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.001624343355 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.467547764615e-06 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.001248812 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13307,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.16609e-05 +geoId/13309,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0020074 +geoId/13309,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13309,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13309,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13309,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13309,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13313,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6182774 +geoId/13315,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0185403 +geoId/13315,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.07531445 +geoId/13315,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.005739 +geoId/13315,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.07531445 +geoId/13315,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,2.005739 +geoId/13317,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0397228 +geoId/13317,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_24_SolventUtilization,0.0 +geoId/13317,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/13317,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/13319,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0712053 +geoId/13319,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization,0.00832302 +geoId/13319,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0001931184 +geoId/13319,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.015438074999999999 +geoId/13319,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.3097581 +geoId/13319,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00832302 +geoId/13319,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7495122534 +geoId/13319,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.03713816 +geoId/13321,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.12331 +geoId/13321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,2.4523659999999998e-05 +geoId/13321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/13321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00236011066 +geoId/13321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/15005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0114553 +geoId/15005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0214786905 +geoId/15005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.009307434 +geoId/15009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.001647384 +geoId/15009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.001647384 +geoId/16001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0239836307915296 +geoId/16001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,9.811217e-05 +geoId/16003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.371 +geoId/16003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.371 +geoId/16005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/16005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/16005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/16005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0007717322820565758 +geoId/16005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,1.36268205657584e-06 +geoId/16005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0007703696 +geoId/16007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,4.489671e-05 +geoId/16007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,5.184846e-05 +geoId/16007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,9.674517e-05 +geoId/16009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.049159999999999995 +geoId/16009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,5.882 +geoId/16009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.009077069 +geoId/16009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.256454478999999 +geoId/16009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.005507 +geoId/16011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.03955366 +geoId/16011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.1612305 +geoId/16011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.559 +geoId/16011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1067908 +geoId/16011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.31717919 +geoId/16011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/16011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,29.730510954 +geoId/16011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/16011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,29.16844 +geoId/16013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,72.94694 +geoId/16013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.02023968135 +geoId/16013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,72.94694 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,9.304850999999999e-06 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_27_NaturalSources,2480.685 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.791455e-05 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,9.304850999999999e-06 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.004589127 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.006615622352 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,2480.685 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.972576989 +geoId/16017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,1.831727 +geoId/16019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,1.0035960000000001e-06 +geoId/16019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.06972095 +geoId/16019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.0008722935000000001 +geoId/16019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.281144692747 +geoId/16021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.33241919999999997 +geoId/16021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.5909674 +geoId/16021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.2362617746000002 +geoId/16021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.9233866 +geoId/16021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.1612464202897113 +geoId/16025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.001112618 +geoId/16025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.004079335000000001 +geoId/16025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.01064433 +geoId/16025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.1403386 +geoId/16025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.22101130262080002 +geoId/16025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0546 +geoId/16025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0011130378792999999 +geoId/16025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,4.1987930000000003e-07 +geoId/16025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0546 +geoId/16027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,7.6851251106658e-07 +geoId/16027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.12427850400000001 +geoId/16027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.64032239511675e-06 +geoId/16027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.08503266000000001 +geoId/16029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_27_NaturalSources,1038.994 +geoId/16029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_27_NaturalSources,148.4176 +geoId/16029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.01241501 +geoId/16029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.10765513119999999 +geoId/16029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,6474.8096 +geoId/16029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_27_NaturalSources,5287.398 +geoId/16031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/16031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,3.72755495 +geoId/16033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/16035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.0001212058 +geoId/16035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.06333049603727939 +geoId/16037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.03056723 +geoId/16037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/16037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06056723 +geoId/16037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0 +geoId/16039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,4.838e-06 +geoId/16039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.8389264000000004e-06 +geoId/16043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_24_SolventUtilization,0.0024944069999999997 +geoId/16043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,1.087286 +geoId/16043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.301162 +geoId/16043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.897245667 +geoId/16043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.03753806 +geoId/16045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_27_NaturalSources,716.9807 +geoId/16045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,5.5425148e-05 +geoId/16045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,716.9807 +geoId/16047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,1.73323e-05 +geoId/16047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,4.287465 +geoId/16047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.28748255807609 +geoId/16047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/16047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0 +geoId/16051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,2.969028 +geoId/16051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,2.9700003567 +geoId/16055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.08760326660000001 +geoId/16055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.8495 +geoId/16057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/16059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.3948074 +geoId/16059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.14109395100000002 +geoId/16059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.3948074 +geoId/16061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.01471 +geoId/16061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,1.2501635021856e-06 +geoId/16061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,1.81690946012576e-06 +geoId/16061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01642321240917663 +geoId/16061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,8.797446811971e-07 +geoId/16061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0012677186 +geoId/16063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00102493836272482 +geoId/16063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.3678029842 +geoId/16063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.504252429943e-06 +geoId/16063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,1.878696907911e-06 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.278706e-08 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.04925756 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.05357065634306 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.001562388 +geoId/16065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/16067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/16067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.04197842 +geoId/16067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.18025603540000001 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,3.142 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.3063029999999998 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.1082 +geoId/16069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.023059999999999997 +geoId/16071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.0 +geoId/16071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.0 +geoId/16071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,3.586754e-07 +geoId/16071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/16071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.586754e-07 +geoId/16071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.002466488876227552 +geoId/16071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0001012877 +geoId/16073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.6538264 +geoId/16073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.9129054121140001 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,3.6618730000000004e-05 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.003767883 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,9.154682000000001e-06 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0055362263180581996 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/16075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/16079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,9.5223064989685e-05 +geoId/16079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_21_StationarySourceFuelCombustion,1.3015990000000001e-06 +geoId/16079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.028758e-06 +geoId/16079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.0023883817994194 +geoId/16079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00063374053072 +geoId/16079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0024836048644090846 +geoId/16081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.2644604 +geoId/16081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0107 +geoId/16081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.3893337 +geoId/16081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,6.751216e-05 +geoId/16081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Sulfane_SCC_24_SolventUtilization,0.0107 +geoId/16083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/16083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/16085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,1.172548 +geoId/16085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.382665364944 +geoId/16085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/16085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0 +geoId/16087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.01835763 +geoId/16087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,3.987224e-05 +geoId/16087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.0092659999999999e-08 +geoId/16087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,2.75866e-09 +geoId/16087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.988510477688e-05 +geoId/16087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01835763 +geoId/17001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.70038254 +geoId/17001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00038636599999999997 +geoId/17001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.012289999999999999 +geoId/17001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,20.640831169000002 +geoId/17001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,20.55507 +geoId/17003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.02094e-07 +geoId/17003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5674760776 +geoId/17003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09083386049999999 +geoId/17003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.56886392 +geoId/17005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00212285 +geoId/17005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.50060654 +geoId/17007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00223537 +geoId/17007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00025795939999999996 +geoId/17007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000838938 +geoId/17009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2012428848999999 +geoId/17011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.02508038 +geoId/17011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,6.18051e-06 +geoId/17011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,1.085178e-05 +geoId/17011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.05779610924007424 +geoId/17011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,3.0312940408199996e-08 +geoId/17013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.007054410619223019 +geoId/17015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,11.537133175000001 +geoId/17015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0626955 +geoId/17015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0126285765 +geoId/17015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.14837395 +geoId/17017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.8877300000000004e-07 +geoId/17017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5667770799999999 +geoId/17017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,2.1586415000000003 +geoId/17017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,122.7531415 +geoId/17017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,120.5945 +geoId/17019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2033813449 +geoId/17019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,1.66201e-06 +geoId/17019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,2.346034 +geoId/17019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,9.61774e-05 +geoId/17019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,0.000263808 +geoId/17019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,18.44811 +geoId/17019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,21.009581269399998 +geoId/17019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0012977050000000001 +geoId/17021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.150031 +geoId/17021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5766728299999999 +geoId/17021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,7.405996860514595 +geoId/17021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0969518 +geoId/17023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,7.137533 +geoId/17023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/17023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/17023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,79.39778 +geoId/17023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,79.39778 +geoId/17023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/17023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.137533 +geoId/17025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.4034983399999996 +geoId/17025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0068977199999999995 +geoId/17025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.001519615 +geoId/17025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.84 +geoId/17025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00320085 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.008982569015425431 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.0071413757999999996 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,13.307487040680849 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.3069239178 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.51768304695e-06 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,1.5154395e-06 +geoId/17025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,13.29844 +geoId/17027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00012716949999999998 +geoId/17027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5774033209999999 +geoId/17027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0144207 +geoId/17027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.4266865 +geoId/17027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,7.5397049999999995e-06 +geoId/17027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.7924825e-06 +geoId/17027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.01411449 +geoId/17027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.6897523771815 +geoId/17027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,1.237391 +geoId/17027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.004638566 +geoId/17029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10984050000000001 +geoId/17029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/17029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,4.186e-05 +geoId/17029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,9.595452999999999e-05 +geoId/17029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.02143217 +geoId/17029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0033994265000000003 +geoId/17029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.7425364897725863 +geoId/17029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.04385766 +geoId/17029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.1544556 +geoId/17031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.01919875 +geoId/17031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,27.26975799065 +geoId/17031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.01 +geoId/17031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00942 +geoId/17031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.009972915 +geoId/17031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0033019755 +geoId/17031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.0323306855000003 +geoId/17031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4282.9729245 +geoId/17031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,33.53587 +geoId/17031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.016583295 +geoId/17031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,33.53587 +geoId/17033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00027601199999999996 +geoId/17033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0 +geoId/17035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01299777316 +geoId/17035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.004670286101 +geoId/17035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0002549532 +geoId/17035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/17037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.969212112 +geoId/17037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03910796 +geoId/17037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00370796 +geoId/17037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.00370796 +geoId/17039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.567671646 +geoId/17039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06865439999999999 +geoId/17039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,3.80844e-05 +geoId/17039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,1.18 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,4.0135 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,1.0471809999999998e-06 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,1.452635 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,5.235904999999999e-07 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,5.235905e-09 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.054272791318301 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.452635 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.2649732 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.05292934 +geoId/17039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.2514732 +geoId/17041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0127989 +geoId/17041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.0688640000000001e-06 +geoId/17041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0 +geoId/17041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,9.161689999999999e-08 +geoId/17041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.9805018772399997e-05 +geoId/17041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/17043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.5948800000000002e-08 +geoId/17043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.7467898425 +geoId/17043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.34864616 +geoId/17043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0008698 +geoId/17043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.27957e-05 +geoId/17045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0128421 +geoId/17045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0016511 +geoId/17047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.24324e-06 +geoId/17049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2123280099999998 +geoId/17049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0483731 +geoId/17049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.000441 +geoId/17049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/17051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.56692099 +geoId/17051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2734592 +geoId/17051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/17051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.9477421 +geoId/17051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,14.53204 +geoId/17051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/17051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.12689215 +geoId/17051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,37.151545478 +geoId/17051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/17051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/17053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00039312 +geoId/17053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00247227949927 +geoId/17053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.001245664 +geoId/17053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.001245664 +geoId/17055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5682253599999999 +geoId/17055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2345271 +geoId/17055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.000192 +geoId/17055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0004752385 +geoId/17057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.56665371 +geoId/17057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.27325330000000003 +geoId/17057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0003990228 +geoId/17057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0044890063 +geoId/17059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,5.26936158216e-06 +geoId/17059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,7.12189458216e-06 +geoId/17061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5679177299999999 +geoId/17061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04895233 +geoId/17061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00084578375 +geoId/17063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.37131983 +geoId/17063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0561115 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.04785286 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.013750819999999999 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,3.534236e-06 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.04193346 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,1.639424 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,7.068470000000001e-06 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.534236e-06 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,6.279e-05 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.01996033 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,0.3866537 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,5.2643049999999994e-05 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.061907980898001494 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.7175936828998 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.279e-05 +geoId/17063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,0.6111476 +geoId/17065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07014480000000001 +geoId/17067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000156801 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.005011359999999999 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.1411488 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,0.0008664009999999999 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,19.16302 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,4.011814 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.001022635 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,0.9461756 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,19.30419544947 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.153485353828 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.006734053259199999 +geoId/17067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.03215394 +geoId/17069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.57869569 +geoId/17069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.2114194 +geoId/17069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.053047e-08 +geoId/17069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0008262365 +geoId/17069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.24434307903697003 +geoId/17069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.03037635 +geoId/17071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.019959289999999998 +geoId/17071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,7.128315e-07 +geoId/17071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.9543115157962999 +geoId/17071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1513462676 +geoId/17073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,3.5919e-06 +geoId/17073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.416753 +geoId/17073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.037690975 +geoId/17073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.338595 +geoId/17073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.79445697539 +geoId/17075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.7275228500000002 +geoId/17075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.032182329100000004 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2728615191 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.2723617 +geoId/17075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0004998191 +geoId/17077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5673480549 +geoId/17077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.16953543 +geoId/17077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00024380999999999998 +geoId/17077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.8645105e-05 +geoId/17079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.025523800000000003 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.867032e-05 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.3681613 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,58.95003 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,1.6003129999999999e-06 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.01905135 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.07620538 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,9.935028589356e-06 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.472954355035815 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0037206259805278637 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,59.00831055 +geoId/17079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.05828055 +geoId/17081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.21775e-08 +geoId/17081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5669782793340999 +geoId/17081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.108433 +geoId/17081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,7.128317 +geoId/17081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1154301 +geoId/17081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.2581503242548 +geoId/17081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00019301371999999999 +geoId/17081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/17081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.607527 +geoId/17083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.186086667 +geoId/17083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0 +geoId/17083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/17085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.619534289999999 +geoId/17085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.16144626199999998 +geoId/17085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,4.1777870000000004e-08 +geoId/17085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_27_NaturalSources,504.871 +geoId/17085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_27_NaturalSources,252.0319 +geoId/17085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.2720359295e-07 +geoId/17085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,756.9029 +geoId/17085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.4019270799999997 +geoId/17087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1182272 +geoId/17089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.23726628 +geoId/17089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0 +geoId/17089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.8330806 +geoId/17091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.1857998899999997 +geoId/17091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0515289193 +geoId/17091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.00017879234 +geoId/17091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.3222910500000005 +geoId/17091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,4.132238500000001 +geoId/17093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.09293759 +geoId/17093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/17093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,59.14073 +geoId/17093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.1738742 +geoId/17093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,15.484648 +geoId/17093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.12234785 +geoId/17093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,89.48117838327389 +geoId/17093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,40.69309 +geoId/17093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.256235e-05 +geoId/17093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01182653 +geoId/17095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.56643733 +geoId/17095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2601902 +geoId/17095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_26_WasteDisposalTreatmentAndRecovery,0.1128712 +geoId/17095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.6374 +geoId/17095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,9.16355594 +geoId/17095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.5240097033949631 +geoId/17095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,8.415834 +geoId/17095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.8866 +geoId/17097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00018038399999999999 +geoId/17097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,14.315829253209 +geoId/17097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2805479 +geoId/17097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,3.77978625e-06 +geoId/17097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.43 +geoId/17097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.000168 +geoId/17097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.06363645 +geoId/17097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.409333e-05 +geoId/17097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.315689138318 +geoId/17097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/17097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.8084369795 +geoId/17099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.4046466451799997 +geoId/17099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.11631063670000001 +geoId/17099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,7.509634e-05 +geoId/17099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0022054 +geoId/17101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.89232e-07 +geoId/17101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0263605 +geoId/17101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.995929 +geoId/17101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.0 +geoId/17101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_24_SolventUtilization,0.0 +geoId/17101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.320493509171 +geoId/17101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.1701076 +geoId/17103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.1547265949 +geoId/17103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2506729 +geoId/17103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0 +geoId/17103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.08140064999999999 +geoId/17103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/17105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00247564 +geoId/17105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1385989 +geoId/17105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,3.70859e-05 +geoId/17105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.000333 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,5.4686099999999995e-06 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,4.101459e-06 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.04866352 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.107394e-05 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.066008397516295 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0533442987008 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.42772748408 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.09320691 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.006812893 +geoId/17105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.04784442 +geoId/17107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0257117 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.0 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.00021201625 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0037545712959999996 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/17107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.00348711 +geoId/17109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.31485e-08 +geoId/17109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1186174 +geoId/17109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0058472 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.6272924999999998e-11 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.002874162 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,2.651414e-06 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,6.768989e-07 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,5.7503816e-07 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.10725791226108732 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.36826875000000003 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.03631107 +geoId/17109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.03631107 +geoId/17111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.57930490268 +geoId/17111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08874649800000001 +geoId/17111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,6.747545e-07 +geoId/17111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,4.149741e-07 +geoId/17111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.053233947372515 +geoId/17111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,293.6659 +geoId/17111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.05323064 +geoId/17111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,293.6659 +geoId/17113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5827637189999999 +geoId/17113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0 +geoId/17113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,9.307675e-09 +geoId/17113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.3607458553500005e-06 +geoId/17113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.739042955 +geoId/17113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,3.722284 +geoId/17115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000124227 +geoId/17115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0384112 +geoId/17115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_27_NaturalSources,78.95386 +geoId/17115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,78.95386 +geoId/17117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.20064785 +geoId/17117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1102986 +geoId/17119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.7454220412599994 +geoId/17119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.000168408 +geoId/17119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.009453064 +geoId/17119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,1.2448575000000002 +geoId/17119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.2448575000000002 +geoId/17119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.002855145282 +geoId/17121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5684361219999999 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,11.21227 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.1023935e-07 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,8.267954999999999e-08 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,9.970385e-06 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.932889e-07 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.00408294 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,6.779721e-08 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.80833e-06 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.7952127782042299 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00032632518650000004 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,11.212835885 +geoId/17121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,3.93712e-05 +geoId/17123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0489838 +geoId/17123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.792441e-09 +geoId/17125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.56668161 +geoId/17125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.21973013 +geoId/17125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0043130561 +geoId/17129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5678028599999999 +geoId/17129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12176260000000001 +geoId/17129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.000127349229385 +geoId/17131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5756556149 +geoId/17131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,9e-07 +geoId/17131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,12.29635 +geoId/17131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.10737025 +geoId/17131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,24.08372025 +geoId/17133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,6.800248965450018 +geoId/17133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0220460085 +geoId/17133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.017257735 +geoId/17135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2007987149 +geoId/17137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2017228159999997 +geoId/17137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0404306803 +geoId/17137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,1.21 +geoId/17137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.002502 +geoId/17137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000154141775 +geoId/17139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,34.943951384012145 +geoId/17141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.00744628 +geoId/17141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1988958293 +geoId/17141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/17141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,6.57284428 +geoId/17141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,6.566278 +geoId/17143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.133161837098 +geoId/17143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0 +geoId/17143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_26_WasteDisposalTreatmentAndRecovery,1.3229125 +geoId/17143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery,0.0010144105 +geoId/17143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/17143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/17143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,13.363195502278975 +geoId/17145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12506102 +geoId/17149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1356980499999998 +geoId/17149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0005144959999999999 +geoId/17149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.002093943 +geoId/17149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.078158e-06 +geoId/17149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.003008336758 +geoId/17149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.05826635 +geoId/17149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.05826635 +geoId/17149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0009133156 +geoId/17151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.236305133 +geoId/17151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,1.215054e-07 +geoId/17151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,8.10036e-08 +geoId/17151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0032147379769896867 +geoId/17153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1438615 +geoId/17155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.4976499999999997e-05 +geoId/17155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.200146 +geoId/17155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/17157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2242898076 +geoId/17157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0691077 +geoId/17157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.24607394999999999 +geoId/17157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.55932756495 +geoId/17157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.05078926 +geoId/17159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.025865 +geoId/17159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.3946865e-05 +geoId/17159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,3.1380440000000005e-05 +geoId/17159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.0460145e-05 +geoId/17159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.8242395e-05 +geoId/17159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.4981022 +geoId/17159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,8.577321e-06 +geoId/17159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.49819486295345 +geoId/17159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0006578087 +geoId/17161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00091024065 +geoId/17161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.832231805822 +geoId/17161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0996755 +geoId/17161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.535e-07 +geoId/17161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,8.999999999999999e-05 +geoId/17161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,2.526312 +geoId/17161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.000578746 +geoId/17161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,2.1435035e-06 +geoId/17161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.6060115020322 +geoId/17163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.560150840308 +geoId/17163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04037984286 +geoId/17163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,3.485065e-05 +geoId/17163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.00087354 +geoId/17163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,8.986139 +geoId/17163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.01766486 +geoId/17163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,10.252088208826999 +geoId/17163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/17163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.229682 +geoId/17163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/17165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1419763 +geoId/17165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.12 +geoId/17165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,2.2425 +geoId/17165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.038024999999999996 +geoId/17165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.40365 +geoId/17165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.67865407 +geoId/17165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.411125 +geoId/17167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.264626274459999 +geoId/17167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0012148495 +geoId/17167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization,0.7265725 +geoId/17167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,57.84776 +geoId/17167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,59.054495055394504 +geoId/17167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.7265725 +geoId/17169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/17169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/17171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012919600000000002 +geoId/17171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0 +geoId/17173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2021064799999999 +geoId/17173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0955461 +geoId/17175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/17175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/17177,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.7617027000000003 +geoId/17177,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.034450800000000004 +geoId/17177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,5.7129149999999996e-08 +geoId/17177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.059000650605e-05 +geoId/17179,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.6293829100000004 +geoId/17179,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.027254866000000003 +geoId/17179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,5.87412 +geoId/17179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,7.778307995778779 +geoId/17179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.02272867 +geoId/17179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_26_WasteDisposalTreatmentAndRecovery,1.9041879957787797 +geoId/17179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.02272867 +geoId/17181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5686069399999999 +geoId/17181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.25822869 +geoId/17183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/17183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1535946259999998 +geoId/17183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.021236499800000003 +geoId/17183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.008757865 +geoId/17185,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.060506700000000004 +geoId/17185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,9.86044e-05 +geoId/17185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,4.695448 +geoId/17185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.356854 +geoId/17185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.4704306496 +geoId/17185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,394.6275 +geoId/17185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.02817269 +geoId/17185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.2582496 +geoId/17187,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/17187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,6.98 +geoId/17187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.98897001 +geoId/17189,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0123871 +geoId/17189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00016860929999999998 +geoId/17189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/17191,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5681069099999999 +geoId/17191,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0703278 +geoId/17193,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,9.92e-11 +geoId/17193,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,7.199999999999999e-05 +geoId/17195,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2090891799999999 +geoId/17197,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.96838947585539 +geoId/17197,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.182933576 +geoId/17197,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0 +geoId/17197,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.000553515 +geoId/17197,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.023558 +geoId/17197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.1100677 +geoId/17197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,24.52141 +geoId/17197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.08481480000000001 +geoId/17197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,27.97031484813 +geoId/17199,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.7362744 +geoId/17199,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0018307305 +geoId/17201,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1501961635979998 +geoId/17201,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.8420000000000001e-06 +geoId/17201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,88.64695 +geoId/17201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,3.466144e-05 +geoId/17201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.205728e-05 +geoId/17201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.6182699414200004 +geoId/17201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,88.656838635 +geoId/17203,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1540724699999998 +geoId/17203,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0977584736 +geoId/17203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/17203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.7135648 +geoId/17203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/17203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05101924965 +geoId/17203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,9.166965000000001e-05 +geoId/17203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.7135648 +geoId/17203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.05092758 +geoId/18001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2292624 +geoId/18001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0007381681 +geoId/18001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,110.9442 +geoId/18001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,110.9442 +geoId/18003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.9057652771323097 +geoId/18003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00025505 +geoId/18003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.382087e-05 +geoId/18005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.47912037984 +geoId/18005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.46856760000000003 +geoId/18005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.024308 +geoId/18005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,324.8178 +geoId/18005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.024339427796574997 +geoId/18005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,714.6359293749599 +geoId/18005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,3.13115e-05 +geoId/18007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.10379 +geoId/18007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,2.10379 +geoId/18009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000128628 +geoId/18011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.58128852 +geoId/18013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.19698473 +geoId/18013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.19163149999999998 +geoId/18013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.002992207 +geoId/18013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0035772034120000002 +geoId/18015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.58970096 +geoId/18015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0046578977 +geoId/18015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.000514639 +geoId/18015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,3.170933e-06 +geoId/18015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.0011284749999999999 +geoId/18015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00262386419 +geoId/18017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.125145000000001e-06 +geoId/18017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/18017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.061646650000000004 +geoId/18017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.004017115999999999 +geoId/18017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.25473319592 +geoId/18017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.6316251 +geoId/18019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.04046e-06 +geoId/18019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.18355975 +geoId/18019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0457881907 +geoId/18019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,15.0815 +geoId/18019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,0.0001452488 +geoId/18019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.47187155000000003 +geoId/18019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0024618168 +geoId/18019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.47187155000000003 +geoId/18021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.4592397999999998 +geoId/18021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00025519599999999996 +geoId/18023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00083344 +geoId/18025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000119227 +geoId/18025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13955007 +geoId/18025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0533364 +geoId/18025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,28.15411 +geoId/18025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,28.2313924085 +geoId/18025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00042928695 +geoId/18027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.59116328 +geoId/18027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0387588 +geoId/18027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.00013082 +geoId/18027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.3499538 +geoId/18027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.3728952 +geoId/18027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,8.3134e-06 +geoId/18027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.022630289999999997 +geoId/18027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,7.7789e-06 +geoId/18027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,4.604268 +geoId/18027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,11.625500868404 +geoId/18027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.005040225786 +geoId/18029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.097105553 +geoId/18031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013264582 +geoId/18033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.50210847 +geoId/18033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.1062312 +geoId/18033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.348583208888 +geoId/18035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2308384866733002 +geoId/18037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.045940999999999e-06 +geoId/18037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00569801 +geoId/18037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.019537690700000002 +geoId/18037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.00020388790000000002 +geoId/18037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00013956859999999998 +geoId/18037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0007283794000000001 +geoId/18037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phosphorus_SCC_23_IndustrialProcesses,4.816545e-06 +geoId/18037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0009374631005000001 +geoId/18037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00013956859999999998 +geoId/18037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_23_IndustrialProcesses,3.792555e-07 +geoId/18039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.8499999999999997e-07 +geoId/18039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.73992389 +geoId/18039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0387841 +geoId/18041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5804473 +geoId/18041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.272761e-05 +geoId/18041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,20.33986 +geoId/18041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,20.378034424009332 +geoId/18041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,2.3518420000000003e-05 +geoId/18043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.030817052 +geoId/18043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00563005 +geoId/18043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/18043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.013429294999999999 +geoId/18043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00563005 +geoId/18045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.23048263 +geoId/18045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0128421 +geoId/18045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,6.489722310000001e-05 +geoId/18045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.02905224 +geoId/18045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,2.787513e-06 +geoId/18045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.03084008 +geoId/18045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.02547658 +geoId/18045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.114519625107767 +geoId/18045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.009287367 +geoId/18047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.22963233 +geoId/18047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0022593899999999996 +geoId/18049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.4632848 +geoId/18049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.025871786600000002 +geoId/18049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/18049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/18049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.45997706 +geoId/18051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0005360111 +geoId/18053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.59067958 +geoId/18053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0129326 +geoId/18053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.43060000000000004 +geoId/18055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.54874e-05 +geoId/18055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,139.6482 +geoId/18055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,174.79985139915 +geoId/18055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.02442466 +geoId/18055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.02442466 +geoId/18057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.59001024 +geoId/18057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000127019 +geoId/18057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00145 +geoId/18059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.58136739268 +geoId/18059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,9.35426e-06 +geoId/18059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.032637805 +geoId/18059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.03324728126 +geoId/18061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.19929e-07 +geoId/18061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1012753 +geoId/18061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/18061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.1302869 +geoId/18061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,6.2810884090000005 +geoId/18061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,6.148183 +geoId/18063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.22941666 +geoId/18063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0258741082 +geoId/18065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.23036673 +geoId/18065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013403299899999999 +geoId/18069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.005 +geoId/18069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.050733 +geoId/18069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.050733 +geoId/18071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.18106977 +geoId/18071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.086666231 +geoId/18071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.14098500000000003 +geoId/18071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.14098500000000003 +geoId/18073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.236344532 +geoId/18075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.59080496 +geoId/18075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0257256 +geoId/18075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.231141547 +geoId/18079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0008765943000000001 +geoId/18079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/18079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.03119756 +geoId/18079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.03119756 +geoId/18079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/18081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.459418344 +geoId/18081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.035363599999999995 +geoId/18081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.071626e-06 +geoId/18081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,8.037195e-07 +geoId/18081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.037194999999999e-09 +geoId/18081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.891151985e-06 +geoId/18083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0769012 +geoId/18083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.072524314775 +geoId/18085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.6998786919999995 +geoId/18087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000182912629 +geoId/18087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.38448591 +geoId/18087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0005095330000000001 +geoId/18089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0022156162 +geoId/18089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0389108 +geoId/18089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.009600000000000001 +geoId/18089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/18089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/18089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.95980979 +geoId/18091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0001920241 +geoId/18093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.16126824 +geoId/18093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0014 +geoId/18095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.95550049 +geoId/18095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/18095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00013648455 +geoId/18095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/18097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.01104815 +geoId/18097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.7648205322 +geoId/18097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0145 +geoId/18097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0615788 +geoId/18097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.05111537620000001 +geoId/18097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,27.787783806 +geoId/18097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.04115901 +geoId/18097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.05595515 +geoId/18099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.8324942599999998 +geoId/18099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013039051999999999 +geoId/18101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08714490000000001 +geoId/18103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000859295 +geoId/18103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012856 +geoId/18103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,9.754687999999999e-06 +geoId/18103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.754687999999999e-06 +geoId/18105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.9075890544028997 +geoId/18105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0092313057 +geoId/18105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.00018521275 +geoId/18105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00018521275 +geoId/18107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.23036851 +geoId/18107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.1899499999999995e-05 +geoId/18109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0007025740000000001 +geoId/18109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.1881538050000002 +geoId/18109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.023807804999999998 +geoId/18109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,2.164346 +geoId/18111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.056931909999999 +geoId/18111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05642481 +geoId/18111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,1.919871e-08 +geoId/18111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,5.1949449999999995e-08 +geoId/18111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,1.5810700000000002e-08 +geoId/18111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.9603871363349996e-05 +geoId/18111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.8687520760000003 +geoId/18113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0148987747 +geoId/18113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0007482345 +geoId/18113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.787937e-07 +geoId/18113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.001964116 +geoId/18113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.12074693013185725 +geoId/18113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,9.6153477904 +geoId/18115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.035598399999999995 +geoId/18115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0014757104999999998 +geoId/18115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0706734245 +geoId/18115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0014757104999999998 +geoId/18115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.05197611 +geoId/18117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.58176162 +geoId/18117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0867294299 +geoId/18117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00055 +geoId/18117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.002392339 +geoId/18117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.002631625114045 +geoId/18119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01454452 +geoId/18121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2298259900000001 +geoId/18121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,3.820543e-06 +geoId/18121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,3.263781e-07 +geoId/18121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,6.527561e-07 +geoId/18121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,6.942909 +geoId/18121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.001661658112699 +geoId/18121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,7.6708943217179 +geoId/18121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.07324748 +geoId/18123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.58090566 +geoId/18123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0048860710000000005 +geoId/18123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/18123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/18123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0849145038 +geoId/18125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,5.8757499999999994e-05 +geoId/18127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.31206566 +geoId/18127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012919600000000002 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,0.0007959779999999999 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.007350602 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.3063958 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.0038333819999999998 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.011856400000000001 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.001710612 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.371095e-05 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.11659482734087 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.6990654066655 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.22207380200000001 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.10650107539999999 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.08614845 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,1.373972 +geoId/18127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.1924732 +geoId/18129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.153536e-05 +geoId/18129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0127686 +geoId/18129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.778851500000001e-06 +geoId/18129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.3275244907515 +geoId/18129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.8589613900000002 +geoId/18129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.312502 +geoId/18129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,1.850081 +geoId/18131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.2258131 +geoId/18131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0385541 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.001829524 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.029954e-06 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.090109927404 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,0.06447465 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,3.515201e-05 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.034808645 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,7.679484e-07 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,6.324281e-07 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.41310062666521496 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06966777200999999 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,1.5038509999999999e-05 +geoId/18131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.05067556 +geoId/18133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0359267309 +geoId/18135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.22930056 +geoId/18135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0256246 +geoId/18135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.05703446 +geoId/18135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.05703446 +geoId/18137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.45921171 +geoId/18137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.20462907000000002 +geoId/18137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.1098873 +geoId/18137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.44792765 +geoId/18137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,6.863925e-06 +geoId/18137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.557821813925 +geoId/18139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/18139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.73991848 +geoId/18143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.58062195 +geoId/18143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.028380299999999997 +geoId/18143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000130201 +geoId/18145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.029597273049999998 +geoId/18147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.24071861 +geoId/18147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08496939999999999 +geoId/18149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3388178000000002 +geoId/18149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0257892 +geoId/18151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.96927423 +geoId/18151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.022637131799999998 +geoId/18151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,1.778063e-05 +geoId/18151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.00180177 +geoId/18151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00317087763 +geoId/18153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.016611229999999998 +geoId/18153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0545117496 +geoId/18153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0006084985 +geoId/18153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2397806500000002 +geoId/18155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0003512805 +geoId/18155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0004617631 +geoId/18155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0008263846991 +geoId/18155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.058086799999999994 +geoId/18155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/18155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.058086799999999994 +geoId/18157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.6881711470000003 +geoId/18157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.051486699999999996 +geoId/18159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,51.8 +geoId/18159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,4.234449e-05 +geoId/18159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,51.800042344489995 +geoId/18161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.18078552 +geoId/18163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.581972164 +geoId/18163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.1982822 +geoId/18163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.259614e-05 +geoId/18163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,2.874049 +geoId/18163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,4.7900819999999995e-05 +geoId/18163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.371012767981999 +geoId/18163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.1145631 +geoId/18163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/18165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.24069182 +geoId/18165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01513539 +geoId/18167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.18308884 +geoId/18167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0409576 +geoId/18167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/18167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0007810215000000001 +geoId/18167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0010020652500000002 +geoId/18167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18169,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.58015374 +geoId/18169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.01914521 +geoId/18169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0601234560375 +geoId/18169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0267585 +geoId/18171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.22941587 +geoId/18171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.1545229999999999e-08 +geoId/18171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,1.282803e-07 +geoId/18171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.7317839999999999e-07 +geoId/18171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,5.259495e-08 +geoId/18171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,28.94751 +geoId/18171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.005841989640960801 +geoId/18171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,28.948566584115 +geoId/18173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.24202399 +geoId/18173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0910986 +geoId/18173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,2.9999999999999997e-05 +geoId/18173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.006244742439999999 +geoId/18175,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.17820327 +geoId/18177,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.16074655 +geoId/18177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,10.18067 +geoId/18177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,10.18067 +geoId/18179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery,0.1996735 +geoId/18179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/18179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0134691 +geoId/18179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,1314.813 +geoId/18179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/18179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.21417920084 +geoId/18179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1322.9122450000002 +geoId/18181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.167646486 +geoId/18181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0257392 +geoId/18181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.4707989 +geoId/18181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.9216932784 +geoId/18181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.4499102 +geoId/18183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9739034 +geoId/18183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0129326 +geoId/18183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,2.8722995 +geoId/18183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000163289955 +geoId/18183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.8722995 +geoId/19003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.438751e-06 +geoId/19003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0001251338589 +geoId/19005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.008684405 +geoId/19005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00869229991 +geoId/19011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.00083133 +geoId/19011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.00011963039999999999 +geoId/19011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,6.32622e-05 +geoId/19011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,26.44035 +geoId/19011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,50.8747025202931 +geoId/19011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.1013817 +geoId/19013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.00044492545 +geoId/19013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00072322893325 +geoId/19013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.00023725489999999998 +geoId/19015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.033114584999999995 +geoId/19017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,4.25766e-06 +geoId/19017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00570104755435 +geoId/19023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0004973379 +geoId/19023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0004973379 +geoId/19029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.059355005 +geoId/19031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.147 +geoId/19031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,1.21 +geoId/19031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0167 +geoId/19031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.39902 +geoId/19031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0165 +geoId/19033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/19033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.4483739 +geoId/19033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/19033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.4483739 +geoId/19035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.0002648045 +geoId/19035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0002648045 +geoId/19037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,0.003222254 +geoId/19037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.00011127689999999999 +geoId/19037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.84768902295 +geoId/19037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.02775377 +geoId/19039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.32809 +geoId/19039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.52453e-07 +geoId/19039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.32809 +geoId/19043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.00045371285 +geoId/19043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1073877 +geoId/19043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1100180702385 +geoId/19043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00017629205 +geoId/19043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,3.6672885000000002e-06 +geoId/19045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,2.1816744999999997e-05 +geoId/19045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,1.048882e-05 +geoId/19045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,1.006927e-05 +geoId/19045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00018334460499999997 +geoId/19047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.2092965e-08 +geoId/19047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,9.069725000000001e-09 +geoId/19047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.1926648 +geoId/19047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,2.240288e-06 +geoId/19047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.19769460435172526 +geoId/19047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0007672875 +geoId/19049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0007924952313 +geoId/19049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,59.2062 +geoId/19049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,59.2062 +geoId/19051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,7.05439e-07 +geoId/19051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.02687386 +geoId/19051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.036796965269 +geoId/19051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.007196494 +geoId/19051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.007196494 +geoId/19053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,4.627551e-07 +geoId/19053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,1.091241 +geoId/19053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00034323 +geoId/19053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,5.0903061e-06 +geoId/19053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,2.6061017561999997 +geoId/19053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.00034323 +geoId/19055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.001291219 +geoId/19055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0012947872057890999 +geoId/19057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,17.90046 +geoId/19057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,19.94977397 +geoId/19059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0504875 +geoId/19059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0641773935 +geoId/19059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0504875 +geoId/19061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0060939639 +geoId/19061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,5.3026549999999995e-06 +geoId/19061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.648966e-05 +geoId/19061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.07110375000000001 +geoId/19061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.13461262065 +geoId/19061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00611045356 +geoId/19061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,120.8176 +geoId/19061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,120.8176 +geoId/19065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.053401264999999996 +geoId/19069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,1.1725975e-06 +geoId/19069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.007012015 +geoId/19069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0108432795975 +geoId/19073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.1979531 +geoId/19073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.1526323 +geoId/19073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.503746443 +geoId/19079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0007270535 +geoId/19079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.001118544 +geoId/19079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.3308925933545 +geoId/19079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.2753808 +geoId/19081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,5.07121145e-05 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.06214625 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.009465497 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.13586 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.1067303 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.6414243426914001 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.14973803000000002 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,15.5362 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.57641155 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.00036985105 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.1432063 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,15.5362 +geoId/19083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,4.407535 +geoId/19087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.01652241 +geoId/19087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,3.166981 +geoId/19087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,8.478557e-06 +geoId/19087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.2267558348055 +geoId/19087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.01652241 +geoId/19087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.001113228557 +geoId/19087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0011047499999999998 +geoId/19089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.070423e-08 +geoId/19089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0008719113 +geoId/19089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.551294e-09 +geoId/19089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,4.869697e-08 +geoId/19089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,7.963165e-09 +geoId/19089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.004046187 +geoId/19089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.001136210383212 +geoId/19089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0051617621905 +geoId/19089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,4.232891e-05 +geoId/19091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.16611365 +geoId/19091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.000997199 +geoId/19091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.37990480000000004 +geoId/19091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00664799 +geoId/19091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.007645189 +geoId/19091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.578192036945 +geoId/19091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.2301323 +geoId/19093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,4.679433e-07 +geoId/19093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,6.403435e-05 +geoId/19093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0540070846003 +geoId/19095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,1.918809e-09 +geoId/19095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.3238950128765e-06 +geoId/19097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.180388032425 +geoId/19099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.007062179 +geoId/19099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.04413862 +geoId/19099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00042373074999999997 +geoId/19099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,2.6483175000000002e-05 +geoId/19099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1765545 +geoId/19099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.237739454925 +geoId/19099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/19101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0001451479 +geoId/19101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,20.14808 +geoId/19101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,20.218515380916624 +geoId/19101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0001451479 +geoId/19103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,3.978107 +geoId/19103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.1707629999999997e-05 +geoId/19103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.7807465e-05 +geoId/19103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.9813698505578 +geoId/19107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,319.3491 +geoId/19109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0025547925 +geoId/19109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,16.47572 +geoId/19109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0027531795 +geoId/19109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,16.525316252499998 +geoId/19109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,319.3516547925 +geoId/19111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,2.245775 +geoId/19111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.94931067135 +geoId/19113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.015513270000000001 +geoId/19113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.7091813 +geoId/19113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.023732410000000002 +geoId/19113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.015513270000000001 +geoId/19115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/19115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.036224465 +geoId/19117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0022616165000000003 +geoId/19117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.178129 +geoId/19117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.1302091397168 +geoId/19119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.023489754999999998 +geoId/19119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.02973932 +geoId/19119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0009439 +geoId/19119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0549859119476 +geoId/19121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.2863095e-05 +geoId/19123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,1.890558 +geoId/19123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.00218149 +geoId/19123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00218151311131 +geoId/19123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.95582865 +geoId/19123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.06527065 +geoId/19125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.3580314 +geoId/19125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0006601975 +geoId/19125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.6186703875 +geoId/19127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.014453095 +geoId/19127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,8.546512 +geoId/19127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,5.917905e-06 +geoId/19127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.145423479904998 +geoId/19127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.5576143 +geoId/19129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,6.5129106394 +geoId/19133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.00020881475 +geoId/19133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.039449224750000005 +geoId/19133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.03924041 +geoId/19135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,73.22087 +geoId/19135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,73.22087 +geoId/19137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.06673295 +geoId/19137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06673295 +geoId/19139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0001967177 +geoId/19139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,6.630115e-06 +geoId/19139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,8.257286e-08 +geoId/19139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0002039086707567 +geoId/19141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,3.6862985e-05 +geoId/19143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.257437076935 +geoId/19145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.050645850000000006 +geoId/19145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.050645850000000006 +geoId/19145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4610537865 +geoId/19145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.4588513 +geoId/19149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,2.8422599999999998e-05 +geoId/19149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.03072309 +geoId/19149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,6.1454250000000005e-06 +geoId/19149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.04301233 +geoId/19149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0188624 +geoId/19149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.5080144e-05 +geoId/19149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0188624 +geoId/19151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00021128559999999998 +geoId/19151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,5.03061e-05 +geoId/19151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,6.137345e-05 +geoId/19151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.05231834 +geoId/19151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.70245393346415 +geoId/19151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.06036732 +geoId/19151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.5533671 +geoId/19153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.01501018 +geoId/19153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01501019467058 +geoId/19155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.0703355 +geoId/19155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.015559335 +geoId/19155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,5.584178 +geoId/19155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.5997373349999995 +geoId/19155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1024381397492625 +geoId/19157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,4.1631625e-06 +geoId/19157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,2.289483e-06 +geoId/19157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.016148725 +geoId/19157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.000140539 +geoId/19157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1945683802 +geoId/19157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0162957219790705 +geoId/19159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0012746614999999998 +geoId/19159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0012746614999999998 +geoId/19163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,9.5265e-05 +geoId/19163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.007505898 +geoId/19163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.51276203 +geoId/19163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.49396660000000003 +geoId/19167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.3400603 +geoId/19167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.2522495 +geoId/19171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.00727165 +geoId/19171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,3.879847 +geoId/19171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,7.097128 +geoId/19171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.104519254057499 +geoId/19171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.8799886144155 +geoId/19173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.005173e-06 +geoId/19173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1779067 +geoId/19173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.179286482173 +geoId/19177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,2.702384e-07 +geoId/19177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.003219017 +geoId/19177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,4.8801880000000004e-08 +geoId/19177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,7.312334e-07 +geoId/19177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0045092667289641 +geoId/19177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0004514572 +geoId/19181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.8667933978126501 +geoId/19181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00511061685 +geoId/19181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.4109844 +geoId/19183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.09214284 +geoId/19183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,194.41342951775084 +geoId/19183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.14054527 +geoId/19183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,193.5476 +geoId/19185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.00036061115 +geoId/19185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00043865735 +geoId/19185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.4822128 +geoId/19185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.3592486 +geoId/19185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.8556037999435 +geoId/19185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/19187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.3623541 +geoId/19193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.04062700872450001 +geoId/19195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,7.4657e-05 +geoId/19197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,45.87811449006 +geoId/20001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.1745136 +geoId/20001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,2.288067 +geoId/20001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.49719246 +geoId/20001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.423645 +geoId/20001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/20003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/20003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0001357111 +geoId/20003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/20003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.003474934 +geoId/20003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.003474934 +geoId/20005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.5679105 +geoId/20005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.5215715e-06 +geoId/20005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.567914707538 +geoId/20007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.467614e-07 +geoId/20007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.257017e-08 +geoId/20007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,6.066091 +geoId/20007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.8165050127075e-05 +geoId/20007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,12.8028921461 +geoId/20007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.573949 +geoId/20007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.573949 +geoId/20009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.01881527 +geoId/20009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_28_MiscellaneousAreaSources,5.662825e-07 +geoId/20009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/20009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00113086 +geoId/20009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.019948195819508997 +geoId/20009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/20011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/20011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/20011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.877818 +geoId/20011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,2.877818 +geoId/20013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.002661841 +geoId/20013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.009853603788000001 +geoId/20015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/20015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,6.986906e-07 +geoId/20015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.986906e-07 +geoId/20015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/20015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.009888589595 +geoId/20015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/20015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.00988266 +geoId/20017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,4.798828e-05 +geoId/20017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.617188e-06 +geoId/20017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000832024010809 +geoId/20017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0002406973 +geoId/20019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/20019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/20019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/20021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.5193589999999996e-07 +geoId/20023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,1.481995 +geoId/20023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,164.1039 +geoId/20023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,165.719973145 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.7601377 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,1.87267e-06 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.1067291 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.10673099877934099 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.80390271027455 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.04167656 +geoId/20029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0005632437 +geoId/20029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0005653558639999999 +geoId/20029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,2.112164e-06 +geoId/20031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0007951787499999999 +geoId/20033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,6.645531e-06 +geoId/20033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,4.6605020000000004e-09 +geoId/20033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,2.433319 +geoId/20033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,2.7963009999999996e-07 +geoId/20033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0018739455 +geoId/20033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.2562498 +geoId/20033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,4.270830500000001e-06 +geoId/20033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.6919591483882117 +geoId/20037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0001235518 +geoId/20037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.02007717 +geoId/20037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.7942195000000001e-06 +geoId/20037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0202111841765425 +geoId/20037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,8.653725e-06 +geoId/20039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/20039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/20041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.15825965 +geoId/20041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization,0.0 +geoId/20041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.06617215 +geoId/20041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.379197 +geoId/20041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.06981175 +geoId/20041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.07374771045 +geoId/20041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/20041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.02017206 +geoId/20045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,1.860808 +geoId/20045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,50.05067 +geoId/20045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.4267437753430001 +geoId/20045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,67.765955726 +geoId/20045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.860808 +geoId/20045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.045833905 +geoId/20045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.322132 +geoId/20047,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methane_SCC_22_MobileSources,0.00012441 +geoId/20047,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001246056696 +geoId/20047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.5989761783499999 +geoId/20047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.5976021 +geoId/20049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0027184485 +geoId/20049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0027190954220000004 +geoId/20053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,8.189315e-07 +geoId/20053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0009760518 +geoId/20053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.09286498 +geoId/20053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_23_IndustrialProcesses,1.554709e-07 +geoId/20053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0002714452 +geoId/20053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0072793208732 +geoId/20053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0978264102709 +geoId/20053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.94905e-06 +geoId/20053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0004919983 +geoId/20055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.01794611 +geoId/20055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.06214974 +geoId/20055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.9878239600000001 +geoId/20055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.212014e-07 +geoId/20055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.10215367392181 +geoId/20055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.09322461 +geoId/20057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,1.5236800000000001 +geoId/20057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.003144121 +geoId/20057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.5236800000000001 +geoId/20057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.003144121 +geoId/20059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.1954238 +geoId/20059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0009596569999999999 +geoId/20059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.4748615 +geoId/20059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,4.310282 +geoId/20059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.0010733828000005 +geoId/20059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0041309094 +geoId/20059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.02766743 +geoId/20061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,4.1190245e-06 +geoId/20061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.0001285518 +geoId/20061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,6.01519e-05 +geoId/20061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.008986413 +geoId/20061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0026786763999999998 +geoId/20061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.009119086435078 +geoId/20065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.001464078 +geoId/20065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_23_IndustrialProcesses,2.332063e-07 +geoId/20065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_23_IndustrialProcesses,8.904241e-07 +geoId/20065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.02056456 +geoId/20065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.022269222530399996 +geoId/20065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.123659 +geoId/20065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.123659 +geoId/20067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.001262868 +geoId/20067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.631308255 +geoId/20067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.1463207 +geoId/20069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.008832294 +geoId/20069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.008832294 +geoId/20069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/20071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00678832 +geoId/20071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0177137829445 +geoId/20071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.2335341 +geoId/20071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2710674112373085 +geoId/20071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.034657121 +geoId/20071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,8.480495000000001e-05 +geoId/20073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/20073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.1832072 +geoId/20073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0 +geoId/20073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/20073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1832072 +geoId/20073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,293.8104 +geoId/20075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.3496 +geoId/20075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,2.3496 +geoId/20077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.007284624 +geoId/20077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/20077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00047107125 +geoId/20077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0119481808875 +geoId/20077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.008772249999999999 +geoId/20077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000242016 +geoId/20077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.008772249999999999 +geoId/20079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.1636335 +geoId/20079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,5.545358e-05 +geoId/20079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.690897 +geoId/20079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.37336054838 +geoId/20079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/20081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,555.3015 +geoId/20081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,555.3015 +geoId/20083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,14.12104 +geoId/20083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,14.12104 +geoId/20085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.045793045 +geoId/20085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.1924365e-05 +geoId/20085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.047840215864999994 +geoId/20087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/20087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/20089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.027919665 +geoId/20089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.695692e-07 +geoId/20089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.5892012 +geoId/20089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/20089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.6452950779752 +geoId/20089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/20089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.004726801 +geoId/20089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.020512 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,4.5312105000000006e-08 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,7.384195e-06 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,5.1785249999999995e-09 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.9419475e-09 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.435213 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,7.76779e-09 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.1886989999999998e-05 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.4357702666846308 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,694.1824 +geoId/20093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.822074e-06 +geoId/20095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.038082099999999994 +geoId/20095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.09416305 +geoId/20095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.056080950000000004 +geoId/20097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/20101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/20103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/20103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.01233327 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.4174315e-05 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,4.444175 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0005062255 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0034225444999999998 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.01463737 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.0 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.496214463245001 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.053967174562 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/20105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01435035 +geoId/20107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,6.32659e-07 +geoId/20107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0005019094 +geoId/20107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0004491878 +geoId/20107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00099664965969 +geoId/20107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.06413302 +geoId/20107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.64892 +geoId/20107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/20107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/20107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,1.64892 +geoId/20109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,4.399555e-08 +geoId/20109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00139544194515 +geoId/20111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.5005318610044 +geoId/20111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.37000000000000005 +geoId/20111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0544 +geoId/20115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.2716362 +geoId/20115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.2577194 +geoId/20117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.002742 +geoId/20117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/20121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.007529878566 +geoId/20121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/20125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0003116673 +geoId/20125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1326766 +geoId/20125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.028339285 +geoId/20125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.8184960196815 +geoId/20125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0003116673 +geoId/20127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.45296685000000003 +geoId/20127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.45296685000000003 +geoId/20129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,5.72662e-06 +geoId/20129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.1821345 +geoId/20129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.29849725449913 +geoId/20129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.07097681800000001 +geoId/20129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,1.06660961 +geoId/20131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0007155956 +geoId/20131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0013962426 +geoId/20131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.000680647 +geoId/20133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.01014316 +geoId/20133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.70376326 +geoId/20137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.40973284845 +geoId/20139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,0.01991423 +geoId/20139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,128.4457 +geoId/20139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.042797049999999996 +geoId/20139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,128.52447992397998 +geoId/20141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.213 +geoId/20141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.263 +geoId/20141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.53801 +geoId/20145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,1.551329 +geoId/20145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.552581449366 +geoId/20145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.6311364 +geoId/20145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.6311364 +geoId/20147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.25202345 +geoId/20147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.02366447 +geoId/20147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,4.485229 +geoId/20147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.041275240000000005 +geoId/20147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,4.75663688738 +geoId/20149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/20149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/20149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.04792125 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.012066499999999999 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.000549625 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.03447572 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.004154324 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.098617794 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0001263015 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0010314410000000001 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/20151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/20155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.01592803 +geoId/20155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.01592803 +geoId/20155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.034036105 +geoId/20157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.009690899999999999 +geoId/20157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.009690899999999999 +geoId/20157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/20159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.1151549 +geoId/20159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.01517462 +geoId/20159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0030956229999999996 +geoId/20159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1362980550475 +geoId/20163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.000487925 +geoId/20163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_26_WasteDisposalTreatmentAndRecovery,0.00046689999999999996 +geoId/20163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0008265 +geoId/20163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.002687987525 +geoId/20167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,6.729991999999999e-05 +geoId/20169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.03175286 +geoId/20169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,18.51106 +geoId/20169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.00668414 +geoId/20169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,3.011926 +geoId/20169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.081129432292999 +geoId/20169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,18.515099374000002 +geoId/20169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.02246346 +geoId/20169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.004039373999999999 +geoId/20171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.013731249999999999 +geoId/20171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.09345597 +geoId/20171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.8466620031515 +geoId/20171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0010018882605 +geoId/20171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013731249999999999 +geoId/20171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_26_WasteDisposalTreatmentAndRecovery,0.00086715 +geoId/20173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0400011 +geoId/20173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,140.1419 +geoId/20173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0400011 +geoId/20173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,151.8753456 +geoId/20173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,11.4037 +geoId/20175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,2.160117e-05 +geoId/20175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.10473469114 +geoId/20175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00314945 +geoId/20175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.101675 +geoId/20175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0016796299999999999 +geoId/20179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,4.814385e-06 +geoId/20179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.9628771 +geoId/20179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.9639412478885 +geoId/20179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0011913539864000001 +geoId/20179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,15.701595 +geoId/20179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/20179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.036267 +geoId/20179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.011 +geoId/20179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/20181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.003219511 +geoId/20181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.03485584725 +geoId/20181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/20183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.002225216 +geoId/20183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.002234918723648 +geoId/20187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.6032896 +geoId/20187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.178918648 +geoId/20189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.5422877740000001 +geoId/20189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0008789585 +geoId/20189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.5359949 +geoId/20191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,64.89609 +geoId/20191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.5706905 +geoId/20191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,4.5809 +geoId/20191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,1.8725439999999998e-05 +geoId/20191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.7450879999999996e-05 +geoId/20191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.7173719 +geoId/20191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,79.49622716556 +geoId/20191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,1.085145 +geoId/20193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.199723482 +geoId/20195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,6.652915e-05 +geoId/20195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/20195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00010235249999999999 +geoId/20195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.02583188 +geoId/20195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.026000761650000002 +geoId/20197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,11.25688 +geoId/20197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,9.005499999999999e-05 +geoId/20197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0053524827 +geoId/20197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,11.258230825 +geoId/20197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.005155079 +geoId/20201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,685.9045 +geoId/20201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.088 +geoId/20201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.06670000000000001 +geoId/20201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,12.3 +geoId/20201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,698.40039 +geoId/20203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/20203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/20207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.01862006 +geoId/20207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.00250207 +geoId/20207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,2.9093839999999998e-08 +geoId/20207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02228591309384 +geoId/21001,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0418412 +geoId/21001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.14167843 +geoId/21001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0415992 +geoId/21005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.90478e-06 +geoId/21005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0358737 +geoId/21007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.4480689e-05 +geoId/21007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04684947799999999 +geoId/21007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.0 +geoId/21007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/21007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.5455271 +geoId/21007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,8.716128e-06 +geoId/21007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.923701 +geoId/21007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.0 +geoId/21007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.4708919350344902 +geoId/21007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/21009,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.17923099999999997 +geoId/21009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/21009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.076100008 +geoId/21009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.030303935 +geoId/21009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.56836300875 +geoId/21009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.5331156 +geoId/21011,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2811305 +geoId/21011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10470955900000001 +geoId/21011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0192734 +geoId/21013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.473665692 +geoId/21013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.2757249999999999e-05 +geoId/21013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,4.8723019999999996e-05 +geoId/21013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.0 +geoId/21013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,3.277472e-06 +geoId/21013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.930019e-06 +geoId/21013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/21013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.8981880315e-05 +geoId/21013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.01081120302 +geoId/21013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.01076248 +geoId/21015,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.250183 +geoId/21015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2830867199999999e-05 +geoId/21015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2250684 +geoId/21015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.00884952 +geoId/21015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0015945920000000001 +geoId/21015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,12.899836500000001 +geoId/21015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04938998636 +geoId/21015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,9.568825 +geoId/21017,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0551484 +geoId/21017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.198272 +geoId/21017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,15.943762305 +geoId/21017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.17333605 +geoId/21017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,15.75782 +geoId/21019,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2260529 +geoId/21019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.039766165 +geoId/21019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/21021,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0679944 +geoId/21021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.09368100000000001 +geoId/21023,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0271205 +geoId/21025,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.039237299999999996 +geoId/21025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.876698227 +geoId/21025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/21025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21027,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.120051 +geoId/21027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.315816671 +geoId/21027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/21027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/21027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/21027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/21027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/21027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/21029,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3124757 +geoId/21029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08981101300000001 +geoId/21029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0008129415 +geoId/21029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.3658937415 +geoId/21029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.07844605 +geoId/21029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.3650808 +geoId/21031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3313386 +geoId/21031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0010892597200000001 +geoId/21033,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.07526440000000001 +geoId/21033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000464742 +geoId/21033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.21998465800000003 +geoId/21035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0009472009999999999 +geoId/21035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07241834 +geoId/21035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/21037,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0534621 +geoId/21037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_24_SolventUtilization,0.0021831965000000003 +geoId/21037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,5.5540523324999995 +geoId/21037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.7795015e-05 +geoId/21039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.02706456 +geoId/21041,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3093163 +geoId/21043,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6789499999999999 +geoId/21043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09047383 +geoId/21045,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0515009 +geoId/21045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.24355718000000004 +geoId/21045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0006275645 +geoId/21045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.34021665286370006 +geoId/21045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.2544737 +geoId/21047,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.432981 +geoId/21047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.44173e-08 +geoId/21047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.313512 +geoId/21049,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2697075 +geoId/21049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.008165137860000001 +geoId/21049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.025512 +geoId/21049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.001705695 +geoId/21049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.001705695 +geoId/21051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1e-08 +geoId/21051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.233662053 +geoId/21051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0018029365 +geoId/21051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,2.504533 +geoId/21051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.2255683589309996 +geoId/21053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/21053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.091635515 +geoId/21053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.04580181 +geoId/21053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.01027694 +geoId/21053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.4552672922 +geoId/21053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0020702885 +geoId/21053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.106166 +geoId/21053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.03037909 +geoId/21053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0020702885 +geoId/21053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,2.262479 +geoId/21055,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.020111399999999998 +geoId/21055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.207802868 +geoId/21055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00076426055 +geoId/21055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0006878345 +geoId/21057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.078533234 +geoId/21059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.28232e-06 +geoId/21059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1854548 +geoId/21059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00062297 +geoId/21059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0468128115 +geoId/21061,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.055801699999999996 +geoId/21061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.097068708 +geoId/21063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.002169009 +geoId/21063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0037644335 +geoId/21065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.056964897 +geoId/21067,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6983056 +geoId/21067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.57313925e-05 +geoId/21067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0256246 +geoId/21067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0351368 +geoId/21067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,5.79096e-05 +geoId/21067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,8.998995e-09 +geoId/21067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,14.537525 +geoId/21067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.79188456668e-05 +geoId/21067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,14.537525 +geoId/21069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.059252538 +geoId/21071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.318882457 +geoId/21071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/21071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/21071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21073,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3191176 +geoId/21073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000684944 +geoId/21075,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.014079399999999999 +geoId/21075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.14488178 +geoId/21075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0832007271 +geoId/21077,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3985347 +geoId/21077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05295103600000001 +geoId/21077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.048267775 +geoId/21079,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.078656 +geoId/21079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0213841 +geoId/21079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,4.5580400000000004e-08 +geoId/21079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0022389655804 +geoId/21079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00109941 +geoId/21081,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.48660500000000007 +geoId/21081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/21081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.003016073 +geoId/21083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000100328 +geoId/21083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.434969569 +geoId/21083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.134769 +geoId/21085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0026971767999999998 +geoId/21085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.64991e-05 +geoId/21085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.24524997799999998 +geoId/21087,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0722591 +geoId/21087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00150506165 +geoId/21087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05729910700000001 +geoId/21087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/21087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.70973946485 +geoId/21087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.566673 +geoId/21089,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0464449 +geoId/21089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.70323e-06 +geoId/21089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.670507232 +geoId/21089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.030710986399999998 +geoId/21091,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0483101 +geoId/21091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00011913 +geoId/21091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0358903 +geoId/21091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00010526 +geoId/21091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.04101099 +geoId/21091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/21091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.006771592 +geoId/21091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/21091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.678798582 +geoId/21091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,1.631016 +geoId/21093,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.569611 +geoId/21093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00501349 +geoId/21093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.49826918299999995 +geoId/21093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.01320655 +geoId/21095,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.099774 +geoId/21095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.767215654 +geoId/21097,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.074692 +geoId/21097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000124535 +geoId/21097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06575020000000001 +geoId/21099,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.43880500000000006 +geoId/21099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.52326e-06 +geoId/21099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.251552163 +geoId/21099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.19697399999999998 +geoId/21101,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.116128 +geoId/21101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07624186299999999 +geoId/21103,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2825955 +geoId/21103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05197882 +geoId/21105,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.015354699999999999 +geoId/21105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06972063099999999 +geoId/21107,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0666626 +geoId/21107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.784697e-07 +geoId/21107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/21107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.18495494899999998 +geoId/21109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.28526851799999997 +geoId/21109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0011121 +geoId/21109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00257216 +geoId/21109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00257216 +geoId/21111,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.060573800000000004 +geoId/21111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.63313e-06 +geoId/21111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.014943126333000002 +geoId/21111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06071583999999999 +geoId/21111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00333001 +geoId/21111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.018834999999999998 +geoId/21111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.01941111 +geoId/21111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,769.1316 +geoId/21111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,769.1316 +geoId/21113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0284606 +geoId/21115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.641777755 +geoId/21117,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.045834299999999994 +geoId/21117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.12520331 +geoId/21117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.036361663800000006 +geoId/21117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.520317e-05 +geoId/21117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.3163925000000003e-06 +geoId/21117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.135141314355 +geoId/21117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.006539692142499999 +geoId/21119,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1605056 +geoId/21119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.3830837849 +geoId/21119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.281712e-05 +geoId/21119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/21119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/21119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,4.561781e-05 +geoId/21119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/21119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.002496273 +geoId/21119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0035510594272999997 +geoId/21119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.8182124500000004e-05 +geoId/21121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.76809e-06 +geoId/21121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.847519426 +geoId/21121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.664498e-05 +geoId/21121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.9070630000000002e-06 +geoId/21121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.421933e-06 +geoId/21121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.2386573 +geoId/21121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01205954271525 +geoId/21121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.2444120215 +geoId/21121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,7.109665e-06 +geoId/21123,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.085623 +geoId/21123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13304221700000002 +geoId/21125,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.409757 +geoId/21125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.00811e-06 +geoId/21125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07050655900000001 +geoId/21125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0157905 +geoId/21125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,1.0823275e-05 +geoId/21125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,2.8268109999999997e-08 +geoId/21125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.08515448818637e-05 +geoId/21125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/21127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.089489991 +geoId/21127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0 +geoId/21127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0022504705000000002 +geoId/21129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.37742262600000004 +geoId/21129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0007498534999999999 +geoId/21129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.426653e-07 +geoId/21129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.09130019666529998 +geoId/21129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.08987603 +geoId/21131,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0363437 +geoId/21131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.774043209 +geoId/21131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.20078050664000002 +geoId/21133,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2217059 +geoId/21133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/21133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.800222044 +geoId/21133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.80225e-05 +geoId/21135,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0435025 +geoId/21135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.173681608 +geoId/21137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/21137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.053408354 +geoId/21137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.35422895 +geoId/21137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.1405405 +geoId/21137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.551438 +geoId/21139,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1262685 +geoId/21139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10831743399999999 +geoId/21141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000138613 +geoId/21141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.097911807 +geoId/21141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09621871500000001 +geoId/21141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.027061515 +geoId/21143,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5242376 +geoId/21143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.19235112599999998 +geoId/21145,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2012109 +geoId/21145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2925185e-05 +geoId/21145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.199419275 +geoId/21145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00018572999999999997 +geoId/21145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.006654109 +geoId/21145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.02395479 +geoId/21145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0306121415232109 +geoId/21147,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.11140900000000001 +geoId/21147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.761678048 +geoId/21147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.5441523 +geoId/21147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.009277405 +geoId/21147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.1830915299 +geoId/21149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0587787 +geoId/21151,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3252117 +geoId/21151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.103601516 +geoId/21151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.001415 +geoId/21153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.2219515870000002 +geoId/21153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,1.0126235e-06 +geoId/21153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.3812585e-06 +geoId/21153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.5325617 +geoId/21153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,4.731772e-06 +geoId/21153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.06954414 +geoId/21153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.6036349046585 +geoId/21153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.61949188 +geoId/21153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00059975268157745 +geoId/21153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.000594008 +geoId/21155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.44719927e-05 +geoId/21155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.055401834999999997 +geoId/21155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/21155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21157,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2559965 +geoId/21157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06776412 +geoId/21157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,4.6165815e-09 +geoId/21157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.2305519797465003e-07 +geoId/21159,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1240962 +geoId/21159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0028705799999999997 +geoId/21159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.819755511 +geoId/21161,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0828928 +geoId/21161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.06620000000000001 +geoId/21161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0111 +geoId/21161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.15537 +geoId/21161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.0517 +geoId/21163,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2117501 +geoId/21163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.035275621 +geoId/21165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.11598546199999998 +geoId/21167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0514506 +geoId/21167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.761978139767 +geoId/21167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.035850565 +geoId/21169,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10149618 +geoId/21169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0008139062 +geoId/21169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0008139062 +geoId/21171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.035926e-05 +geoId/21171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.083561561 +geoId/21173,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2403788 +geoId/21173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.18587e-07 +geoId/21173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0011497139999999998 +geoId/21173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.000211919 +geoId/21173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/21173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/21173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/21175,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0703196 +geoId/21175,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.304152807 +geoId/21175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.00750626 +geoId/21175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.00728107 +geoId/21175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0150153660626 +geoId/21175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_23_IndustrialProcesses,7.50626e-08 +geoId/21177,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.67258698 +geoId/21179,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.31544e-05 +geoId/21179,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.067749798 +geoId/21179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,5.771128 +geoId/21179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,5.771128 +geoId/21181,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0216278 +geoId/21181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0068472 +geoId/21181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.2005582 +geoId/21181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.20088675955 +geoId/21183,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0556259 +geoId/21183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.36815004 +geoId/21185,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.054616899999999996 +geoId/21187,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05012008 +geoId/21189,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.42206118 +geoId/21189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.001511059 +geoId/21189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.001657289 +geoId/21189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,5.258917e-05 +geoId/21189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.01244101 +geoId/21189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.036313426824 +geoId/21189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.01603166 +geoId/21191,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08423850000000001 +geoId/21191,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.00168876 +geoId/21191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/21193,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.7845099265000002 +geoId/21195,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.37114400000000003 +geoId/21195,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000338112 +geoId/21195,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.395102906 +geoId/21195,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00233388 +geoId/21195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.015640945645141 +geoId/21195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,4.7371695e-06 +geoId/21197,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0327633 +geoId/21197,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.081258093 +geoId/21197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/21197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/21197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/21197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/21197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21199,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.22702799999999998 +geoId/21199,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.281565e-05 +geoId/21199,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000124535 +geoId/21199,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04575507 +geoId/21201,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0358737 +geoId/21201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.01711746 +geoId/21203,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5653623999999999 +geoId/21203,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.274283336 +geoId/21203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,2.8748699999999998e-05 +geoId/21203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,3.8686200000000004e-08 +geoId/21203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.3409461 +geoId/21203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.34312235199999996 +geoId/21203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0001505773862 +geoId/21203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.002176252 +geoId/21205,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.41594299999999995 +geoId/21205,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/21205,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013719104 +geoId/21207,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.054252299999999996 +geoId/21207,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.02365108 +geoId/21209,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6434259999999999 +geoId/21209,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012856 +geoId/21211,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.473038 +geoId/21211,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0050289900000000005 +geoId/21213,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2917193 +geoId/21213,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.012972290000000001 +geoId/21215,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.051923880000000006 +geoId/21217,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08691368000000001 +geoId/21217,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,1.01357941 +geoId/21219,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0381644 +geoId/21219,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.98365e-06 +geoId/21219,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0128696 +geoId/21219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0 +geoId/21219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/21219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,1.9482155e-05 +geoId/21219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0042195490678 +geoId/21219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/21221,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3315474 +geoId/21221,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.521520928 +geoId/21221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,6.810940000000001e-07 +geoId/21221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.839826750000001e-07 +geoId/21223,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.01532083 +geoId/21223,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.06662900000000001 +geoId/21223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.0057338250000000006 +geoId/21223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0033076556 +geoId/21223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0057338250000000006 +geoId/21225,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0310482 +geoId/21225,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.258772487 +geoId/21227,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7090369999999999 +geoId/21227,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.048719999999999e-06 +geoId/21227,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.387829576 +geoId/21227,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,4.555e-05 +geoId/21227,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.15439 +geoId/21227,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.3566472298 +geoId/21227,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.07117425 +geoId/21229,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0715552 +geoId/21229,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0358004 +geoId/21231,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0006297195664289999 +geoId/21231,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.234483245 +geoId/21231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/21231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21233,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.033894 +geoId/21233,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.038458599999999996 +geoId/21233,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.126451787 +geoId/21233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/21233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,50.96857 +geoId/21233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/21235,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.664991 +geoId/21235,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.0812749989999997 +geoId/21235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,3.4981345000000002e-06 +geoId/21235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/21235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,5.87937e-05 +geoId/21235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.01900621 +geoId/21235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,9.23096e-09 +geoId/21235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/21235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0190685128687175 +geoId/21237,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.277952823 +geoId/21239,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2262419 +geoId/21239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.044647895 +geoId/21239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.044647895 +geoId/22001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0008672959999999999 +geoId/22001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0008672959999999999 +geoId/22003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.08496069 +geoId/22003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.1708608 +geoId/22003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.089294130569 +geoId/22003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,14.95547565929 +geoId/22003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.9609043 +geoId/22007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.03061805 +geoId/22007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.04360164 +geoId/22007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.043541555 +geoId/22007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,8.028585 +geoId/22007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.789704e-06 +geoId/22007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.0543250000000001e-05 +geoId/22007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.140265742743999 +geoId/22007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.159925e-06 +geoId/22007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.26334575000000005 +geoId/22009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.0 +geoId/22009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/22009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.7416051850000001 +geoId/22011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.01084157 +geoId/22011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.014214503 +geoId/22013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_27_NaturalSources,137.0535 +geoId/22013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.35883 +geoId/22013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,137.0535 +geoId/22013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.35883 +geoId/22015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.015404619999999999 +geoId/22017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/22017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,37.8845154 +geoId/22017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,38.43447 +geoId/22017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.6167334999999996 +geoId/22017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,15.70099 +geoId/22017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.1369854 +geoId/22017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,22.04654 +geoId/22017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,38.43447 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.0 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.164338e-06 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,41.20094 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,5.915859999999999e-07 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,210.1248 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,1.184527 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.5006050459240001 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0006009847833 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,252.510267 +geoId/22019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/22021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,5.137435e-05 +geoId/22021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000423366027 +geoId/22021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/22021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/22025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,2.97e-05 +geoId/22025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.2356635 +geoId/22025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.97e-05 +geoId/22027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.038478439999999996 +geoId/22029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.014242530619999999 +geoId/22029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0216 +geoId/22029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,7.701062e-05 +geoId/22029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.01416552 +geoId/22033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.40799189999999996 +geoId/22033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/22033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.47999045999999995 +geoId/22035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.05156425 +geoId/22035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.05156425 +geoId/22037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/22037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/22037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/22039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0151824224 +geoId/22039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000821828 +geoId/22039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.01517239 +geoId/22051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.1976017 +geoId/22051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.3390821054 +geoId/22051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1976017 +geoId/22051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0001041054 +geoId/22051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,1.338978 +geoId/22061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00097975309 +geoId/22063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.2122984 +geoId/22069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.0023435 +geoId/22069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00022497600000000002 +geoId/22069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,2.287256 +geoId/22069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.57841702092 +geoId/22069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.2188819999999999e-05 +geoId/22071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,1.847579e-07 +geoId/22071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,4.6864075e-08 +geoId/22071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.231569919000001e-05 +geoId/22071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,9.781795e-09 +geoId/22073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.4223604 +geoId/22073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.46630486000000004 +geoId/22073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/22073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/22077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,5.958552e-05 +geoId/22079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.005743675336 +geoId/22081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,3.9581245e-10 +geoId/22081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,1.64497 +geoId/22081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,4.00998e-09 +geoId/22081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,6.40572e-10 +geoId/22081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.64497 +geoId/22081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.077931960450001e-08 +geoId/22085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.004837097 +geoId/22085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0002313415 +geoId/22085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.009584325500000001 +geoId/22085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0045158870000000005 +geoId/22089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0198466776 +geoId/22089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.027667039819 +geoId/22091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.006303606000000001 +geoId/22091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.007086088800000001 +geoId/22091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.6469985000000005 +geoId/22091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0007824828 +geoId/22091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.5773828 +geoId/22093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,2.264847e-05 +geoId/22093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,5.9317430000000004e-05 +geoId/22093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,3.666896e-05 +geoId/22097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.017474029999999998 +geoId/22097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.003392407 +geoId/22099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.001268123 +geoId/22099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0027144025 +geoId/22099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.658802 +geoId/22099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.6615387160945503 +geoId/22099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.29612854540100003 +geoId/22099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00881832 +geoId/22099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,2.216762e-05 +geoId/22103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,32.16219 +geoId/22105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0016196960000000001 +geoId/22105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,6.486777e-05 +geoId/22107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,4.308517e-09 +geoId/22107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.4952449674e-05 +geoId/22109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0031286054999999998 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.3166965 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.19828e-06 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.3520695e-05 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0016283555000000001 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.1823708 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.189090870475 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.33191195 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.01521545 +geoId/22111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.005065996 +geoId/22113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,11.92027 +geoId/22113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,7.709122 +geoId/22113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,19.800674219113 +geoId/22113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.1178127 +geoId/22119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,5.416075e-05 +geoId/22119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.03779456822 +geoId/22119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.416075e-05 +geoId/22119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.037753959999999996 +geoId/22121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.1416621 +geoId/22121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.14087504999999997 +geoId/22121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,1.857347 +geoId/22121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.39738815 +geoId/22121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00031998697 +geoId/22121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0003032665 +geoId/22121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.487452 +geoId/22127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/22127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00098379595 +geoId/22127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.06953552 +geoId/22127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.31512e-07 +geoId/22127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1014715844155 +geoId/23001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00024761520000000003 +geoId/23001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.53524e-05 +geoId/23001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0044029957399999995 +geoId/23001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.0035862620000000002 +geoId/23001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.41784525 +geoId/23001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/23001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,364.20354585340004 +geoId/23001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,65.929809262 +geoId/23001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00646552 +geoId/23001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,62.60714 +geoId/23003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001420102330417436 +geoId/23003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00013063306 +geoId/23003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0379889531 +geoId/23003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1688296 +geoId/23005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.860232000000001e-06 +geoId/23005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.567947e-06 +geoId/23005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0026791744400000003 +geoId/23005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.5522625000000001 +geoId/23005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.041850335 +geoId/23005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,9.06455e-05 +geoId/23005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,0.004529564 +geoId/23005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.3530164 +geoId/23005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.7192192055 +geoId/23005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6513352990000001 +geoId/23005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1366515 +geoId/23007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000140093812 +geoId/23007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.72485e-05 +geoId/23007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0164494513 +geoId/23007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.523443 +geoId/23009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.70361e-06 +geoId/23009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.446779999999999e-06 +geoId/23009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.11090111 +geoId/23009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.000651201 +geoId/23009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.002521404384 +geoId/23011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0018680467613000002 +geoId/23011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0539202757 +geoId/23013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3652200000000002e-06 +geoId/23013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.7437799999999998e-06 +geoId/23013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.9801504999999999 +geoId/23013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,3.390684e-05 +geoId/23013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.879615e-05 +geoId/23013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,11.94100669128233 +geoId/23013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,8.85732223134 +geoId/23013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04058068299 +geoId/23013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.03989842 +geoId/23015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0042234437224775 +geoId/23015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0058809 +geoId/23015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0058809 +geoId/23017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00113304138 +geoId/23017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.14918e-07 +geoId/23017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0874369185 +geoId/23017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/23017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0 +geoId/23019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001726163817 +geoId/23019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.705422299999999e-05 +geoId/23019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00198577786 +geoId/23019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.000175 +geoId/23021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.02806e-05 +geoId/23021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05411081 +geoId/23021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,7.270355e-06 +geoId/23021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,2.3065375e-05 +geoId/23021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources,6.786265e-05 +geoId/23021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.838426 +geoId/23021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/23021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,9.824774 +geoId/23021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0024435938686750004 +geoId/23021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,8.986348 +geoId/23021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.002345385 +geoId/23023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.70417e-05 +geoId/23023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,12.43889 +geoId/23023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0044916305000000005 +geoId/23023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.2572274 +geoId/23023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.4876249 +geoId/23023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.5011339394773 +geoId/23023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,12.701377279936 +geoId/23023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0027143410000000003 +geoId/23025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.53301195e-05 +geoId/23025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0931534201 +geoId/23025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery,0.00010310854999999999 +geoId/23025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0005951494 +geoId/23025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.487525 +geoId/23025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.05179377 +geoId/23025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.56729193259896 +geoId/23025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0780101494 +geoId/23025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00010310854999999999 +geoId/23025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,6.515105e-06 +geoId/23025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.07741500000000001 +geoId/23027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.366145e-05 +geoId/23027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.033850373499999996 +geoId/23027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,2e-05 +geoId/23029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.95249e-05 +geoId/23029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.7062899999999999e-07 +geoId/23029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08236943340000001 +geoId/23029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.02454074 +geoId/23029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.31377414592245 +geoId/23029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,18.51073 +geoId/23029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.02831624 +geoId/23029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.2595655 +geoId/23029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,18.51073 +geoId/23031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.88491e-06 +geoId/23031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00012853000000000002 +geoId/23031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10082146997 +geoId/23031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.737876 +geoId/24001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0277311019 +geoId/24001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,15.7511421815 +geoId/24003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0019131793142000003 +geoId/24003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.28632070000000004 +geoId/24003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,3.150386 +geoId/24003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,270.0331 +geoId/24003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,273.183486 +geoId/24003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,7.299909844 +geoId/24005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0270572459 +geoId/24005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00116 +geoId/24005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000355705 +geoId/24011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0411268173 +geoId/24011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.001228101 +geoId/24011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.1995664 +geoId/24011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.06263315 +geoId/24011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.389001077838655 +geoId/24011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0597661567 +geoId/24011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/24011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.06109802 +geoId/24011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0644753 +geoId/24013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000567187 +geoId/24013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.040163258 +geoId/24013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,51.62212 +geoId/24013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.046091175 +geoId/24013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,51.668211175 +geoId/24015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/24015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004002032500000001 +geoId/24015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,1.660265 +geoId/24015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.6327455 +geoId/24015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,69.07217 +geoId/24015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.05579645 +geoId/24015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,71.440662527 +geoId/24015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.005305242987 +geoId/24017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1415317722 +geoId/24017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.10644265 +geoId/24017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.10644265 +geoId/24019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.024149999999999998 +geoId/24019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000139268 +geoId/24019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.1253786021999996 +geoId/24019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/24019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.2705169573 +geoId/24019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/24019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.2240212 +geoId/24021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0069650038 +geoId/24025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0122624 +geoId/24025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0 +geoId/24025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.32550035000000005 +geoId/24025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.965733e-05 +geoId/24025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.174274 +geoId/24025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.939106111480001 +geoId/24027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.003521675 +geoId/24027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,5.221675e-05 +geoId/24027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.88552126895 +geoId/24029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.084135186 +geoId/24029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.356384 +geoId/24029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.356384 +geoId/24031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1655343 +geoId/24031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0060217099999999996 +geoId/24033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3931066 +geoId/24033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.036 +geoId/24033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.036 +geoId/24033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0134005 +geoId/24035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001239752171 +geoId/24037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08354227730000001 +geoId/24037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,1965.765 +geoId/24037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,2100.6932 +geoId/24037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,134.9282 +geoId/24039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.82317e-05 +geoId/24039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0357030677 +geoId/24039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.6364539 +geoId/24039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.24520218147 +geoId/24041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0082909924 +geoId/24043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0495334671 +geoId/24043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,35.533469841 +geoId/24045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.4641199999999996e-05 +geoId/24045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0302428933 +geoId/24045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,7.601856 +geoId/24045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/24045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.09 +geoId/24045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.737111 +geoId/24045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.045255 +geoId/24047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.052124986 +geoId/24047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,5.1871130000000004e-06 +geoId/24047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1723252 +geoId/24047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.17234990102835002 +geoId/24047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,1.945167e-05 +geoId/24510,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.04602249 +geoId/24510,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0006008014999999999 +geoId/24510,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,3.762905 +geoId/24510,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,2.680902 +geoId/24510,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,6.41 +geoId/24510,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.62406994882 +geoId/24510,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.41 +geoId/25001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00014946059999999998 +geoId/25003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/25003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.33643848 +geoId/25005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0039733671 +geoId/25005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.32463125000000004 +geoId/25005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.32730160385 +geoId/25007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.53532e-07 +geoId/25007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4533449 +geoId/25009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.13898e-05 +geoId/25009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0358384 +geoId/25011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.037784399999999996 +geoId/25013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001476775 +geoId/25015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/25015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000828035 +geoId/25015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization,0.1700223088034 +geoId/25015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,17.0124322259918 +geoId/25015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,9.284918284940941 +geoId/25017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00037683155 +geoId/25017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.6995665 +geoId/25017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,2.6995665 +geoId/25019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.8238e-06 +geoId/25019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/25019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/25021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00020940300000000001 +geoId/25023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.23560704999999998 +geoId/25025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000267801822 +geoId/25027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.76431e-07 +geoId/25027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.56901e-05 +geoId/25027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.051249699999999995 +geoId/25027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,9.14286e-05 +geoId/26001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001027 +geoId/26001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.346325200000001 +geoId/26001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0193974504 +geoId/26001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/26003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.472092578 +geoId/26003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04428366329999999 +geoId/26003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.591244 +geoId/26005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.00965e-06 +geoId/26005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.4031299200000005 +geoId/26005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.062960983 +geoId/26005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,9.299999999999999e-06 +geoId/26005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.542794 +geoId/26005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,49.978520981680006 +geoId/26005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,14.5746195 +geoId/26005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,10.514135 +geoId/26007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.2666499999999996e-05 +geoId/26007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.09077269 +geoId/26007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.047930197 +geoId/26007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.002541 +geoId/26007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.53851 +geoId/26007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,2.53851 +geoId/26009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.174656273 +geoId/26009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0260484 +geoId/26009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0018257500000000001 +geoId/26009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.001846303 +geoId/26009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0317564137 +geoId/26011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.97369383 +geoId/26011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.028353289 +geoId/26013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.05094e-05 +geoId/26013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.0641845 +geoId/26013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.28318e-05 +geoId/26013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.46818926 +geoId/26015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.90455893 +geoId/26015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0024741900000000002 +geoId/26015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,18.485621720050002 +geoId/26015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/26015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.22822625 +geoId/26015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/26015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,18.44188 +geoId/26017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5505269286 +geoId/26017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0 +geoId/26017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/26019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.40331016 +geoId/26019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0174243 +geoId/26019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.7596414 +geoId/26019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.7596414 +geoId/26021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.23809436 +geoId/26021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.001909 +geoId/26021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.001909612 +geoId/26021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.000163559 +geoId/26021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.6495629999999999e-06 +geoId/26021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.4077155562664 +geoId/26021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0008177951 +geoId/26023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.86616459 +geoId/26023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0942503 +geoId/26025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.77430692 +geoId/26025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0777776 +geoId/26025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.35619999999999996 +geoId/26025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,1.066288 +geoId/26025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0009468640000000001 +geoId/26025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.067234864 +geoId/26027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.1545e-06 +geoId/26027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.028434904900001 +geoId/26029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.196464760000001 +geoId/26029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.006601508 +geoId/26029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.007637656 +geoId/26031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.17516522 +geoId/26031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03964931 +geoId/26033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.2844212 +geoId/26033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06584134 +geoId/26033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0010319495 +geoId/26033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0022092065 +geoId/26033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0032558840400000004 +geoId/26035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.75107029 +geoId/26035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0088752248 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,9.70253e-05 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0466600680652 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,36.204901725300005 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09062971 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0002434175 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.04443208 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,35.93529 +geoId/26035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.09062971 +geoId/26037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.115825206276 +geoId/26039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000190092 +geoId/26039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.99359795 +geoId/26039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5253378501 +geoId/26039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.04045588 +geoId/26039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.093934000000001e-09 +geoId/26039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.17391249821500002 +geoId/26039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0020539125 +geoId/26041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00031400000000000004 +geoId/26041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.73150931 +geoId/26041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09414003950000001 +geoId/26041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,26.89586242266 +geoId/26043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00018906 +geoId/26043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.4660805427600003 +geoId/26043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.008510615 +geoId/26043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,49.00669 +geoId/26043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0756664335 +geoId/26043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,59.1099092104 +geoId/26043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.07510316 +geoId/26045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.739875861 +geoId/26045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.03309 +geoId/26045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,5.112185 +geoId/26045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,5.4951080287 +geoId/26045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,156.58627249999998 +geoId/26045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,4.9865 +geoId/26045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,153.6143 +geoId/26045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,4.9865 +geoId/26047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.2429999999999997e-06 +geoId/26047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.5879069438 +geoId/26047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00032026 +geoId/26049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0006399330000000001 +geoId/26049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.120232352 +geoId/26049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.001591 +geoId/26049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.44955 +geoId/26049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,5.928075 +geoId/26049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery,0.002649657 +geoId/26049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.005003804 +geoId/26049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000115851031 +geoId/26049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.656713804 +geoId/26049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,28.579954706499997 +geoId/26049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.00011164399999999999 +geoId/26049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.65171 +geoId/26049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,22.46145 +geoId/26051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.64596281 +geoId/26051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013950482600000001 +geoId/26051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0005274458 +geoId/26051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.015021573350000001 +geoId/26053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.0764730476 +geoId/26053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.023600500000000003 +geoId/26053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00020296610000000001 +geoId/26053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00038828777 +geoId/26055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.39919941 +geoId/26055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.02904056 +geoId/26055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00016805 +geoId/26055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/26055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0023537465 +geoId/26055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,66.68902 +geoId/26055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00048428935 +geoId/26055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,66.96783490914 +geoId/26055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00238733302 +geoId/26057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.50229739268 +geoId/26057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00266525 +geoId/26057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.000742159 +geoId/26057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000742159 +geoId/26057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00266525 +geoId/26059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.5238573300000002 +geoId/26059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012946 +geoId/26059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/26059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.88232032035 +geoId/26059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.8669414 +geoId/26061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.906670197866 +geoId/26061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0628132 +geoId/26063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.24499894 +geoId/26063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.7015723641000005 +geoId/26065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012752900000000001 +geoId/26065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0011555 +geoId/26065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,3.885283e-06 +geoId/26065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/26065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,5.00051e-06 +geoId/26065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.5002545e-06 +geoId/26065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.22771831136550003 +geoId/26065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/26065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1707817 +geoId/26067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.166697186 +geoId/26067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.022594931999999998 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.6807485000000001 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.1036227 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,5.93285e-06 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,17.90668 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.0714030000000001e-06 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,1.5190004999999999e-05 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.1616550000000002e-06 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.2463607 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,19.647941098908912 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,48.9607885 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.296635 +geoId/26067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,48.28004 +geoId/26069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.4223643300000006 +geoId/26069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.29164680099999996 +geoId/26069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.072465 +geoId/26069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.351183500000001e-06 +geoId/26069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0043977595 +geoId/26069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.8947504 +geoId/26069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.4251257649147 +geoId/26069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0855185 +geoId/26071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.7735e-06 +geoId/26071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.949360160000001 +geoId/26073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.9495e-05 +geoId/26073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.1725155491 +geoId/26073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000808 +geoId/26075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,12.04489469 +geoId/26075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.059677398 +geoId/26075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.09995 +geoId/26075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,8.531584657 +geoId/26077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.104141566 +geoId/26077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08215370500000001 +geoId/26077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.04470941 +geoId/26079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.6708493 +geoId/26079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.007176347 +geoId/26079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.02486809 +geoId/26079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0009389102 +geoId/26079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.004792985 +geoId/26079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,9.304349089999999 +geoId/26079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,9.210403 +geoId/26081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.455e-06 +geoId/26081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.472192988000001 +geoId/26083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,28.496214799999997 +geoId/26083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0001645775 +geoId/26083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,8.14615e-07 +geoId/26083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.000996007 +geoId/26083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_28_MiscellaneousAreaSources,2.4569045e-08 +geoId/26083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,4.0842874999999997e-10 +geoId/26083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00099698452897035 +geoId/26083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,1.3772595e-07 +geoId/26085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.54718985 +geoId/26085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.166980681 +geoId/26087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.858955439999999 +geoId/26087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.12075419999999999 +geoId/26087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0023311575 +geoId/26087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,4.212278 +geoId/26087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,3.201331 +geoId/26087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.120769499605 +geoId/26087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,8.85598949257 +geoId/26089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.863356573 +geoId/26089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.037417099999999995 +geoId/26091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.9762210299999996 +geoId/26091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0007065681999999999 +geoId/26091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/26093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.07323664 +geoId/26093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0391649 +geoId/26093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.5515e-05 +geoId/26095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.347393932 +geoId/26095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.02071410027895 +geoId/26095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,6.6700833314 +geoId/26095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/26095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.021978335 +geoId/26095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,6.617532 +geoId/26097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.001295460000001 +geoId/26097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004731897 +geoId/26097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0969608 +geoId/26097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,5.391971 +geoId/26097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,9.38667013683 +geoId/26099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.23405654 +geoId/26099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0129757 +geoId/26099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,3.7444999999999995e-08 +geoId/26099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.2245 +geoId/26099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.9205 +geoId/26099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/26099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,5.63501e-07 +geoId/26099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.2171619e-06 +geoId/26099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00571265721 +geoId/26099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,1.920421e-05 +geoId/26099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.005511013 +geoId/26099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/26101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,13.067445321200001 +geoId/26101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.02000599 +geoId/26101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0008060000000000001 +geoId/26101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.005628166 +geoId/26101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_24_SolventUtilization,0.000508482 +geoId/26101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.0038136155 +geoId/26101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.005628166 +geoId/26101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.8129925975 +geoId/26103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.824e-05 +geoId/26103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.480493627 +geoId/26103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0559973015 +geoId/26103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,4.7415115e-08 +geoId/26103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0013150087475800002 +geoId/26103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.142832590000001 +geoId/26105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.023806789 +geoId/26105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/26105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/26105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/26107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.0501556340000002 +geoId/26107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.014895799999999999 +geoId/26107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,5.35721e-06 +geoId/26107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.03097013 +geoId/26107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.032017 +geoId/26107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.030975546247444 +geoId/26107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.032017 +geoId/26109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.4840697 +geoId/26111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.309426241 +geoId/26111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0051511762000000004 +geoId/26111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.279 +geoId/26111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/26111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/26111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/26111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/26111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.125269 +geoId/26111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.125269 +geoId/26113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0002596 +geoId/26113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.3474881714 +geoId/26113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.14403821 +geoId/26115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.10675 +geoId/26115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.6056630819 +geoId/26115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001030227 +geoId/26115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.5173065 +geoId/26115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.5173065 +geoId/26117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.87886505 +geoId/26117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/26117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/26117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/26117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1600796 +geoId/26119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001247 +geoId/26119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.913723299999999 +geoId/26119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1353819546 +geoId/26119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00039275 +geoId/26121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.962188380000001 +geoId/26121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.23943e-05 +geoId/26121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0009435 +geoId/26121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.3862133 +geoId/26121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0606391 +geoId/26121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.4204311 +geoId/26121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.091444673260001 +geoId/26121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.8884948 +geoId/26121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.429467 +geoId/26121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,4.446868 +geoId/26123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.90055173 +geoId/26125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.377305234500001 +geoId/26125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13092314 +geoId/26125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.569 +geoId/26127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,16.259595973 +geoId/26127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0526119772 +geoId/26129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.87111626 +geoId/26129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0144367 +geoId/26131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/26131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.597586672 +geoId/26131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.14772932 +geoId/26135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.2592847 +geoId/26135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.093231647 +geoId/26137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.89374767 +geoId/26137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.15151895579000002 +geoId/26137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0032919 +geoId/26137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.001106517 +geoId/26137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.003498177 +geoId/26139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.6628e-05 +geoId/26139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.0443881800000003 +geoId/26139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00413016 +geoId/26141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.3467844 +geoId/26141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0047008807 +geoId/26141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.02107765 +geoId/26143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.5341177529999994 +geoId/26143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.014010697300000001 +geoId/26143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/26145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.10615075 +geoId/26145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,3.0 +geoId/26147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.2128527101471 +geoId/26147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,3.348089e-05 +geoId/26147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,1.05086 +geoId/26147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.58761710089 +geoId/26147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,1.466316 +geoId/26149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.1280500000000002e-05 +geoId/26149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.01748337 +geoId/26151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.5776312 +geoId/26151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.026998 +geoId/26151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,8.840430000000001e-05 +geoId/26151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,4.2502070000000006e-05 +geoId/26151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0002954058 +geoId/26151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/26151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,6.202145e-11 +geoId/26151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00029652585921363 +geoId/26151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3014.426134306536 +geoId/26153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.16107647 +geoId/26153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08260098 +geoId/26153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.043971345 +geoId/26153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.011387775 +geoId/26153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,2.974245e-05 +geoId/26153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.01127616 +geoId/26153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.009614825 +geoId/26153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.05293547705 +geoId/26153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0006322227999999999 +geoId/26153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0323085072355795 +geoId/26153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.00023608319999999998 +geoId/26155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.4056825 +geoId/26155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0261873 +geoId/26155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/26155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/26155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/26155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/26155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0007272938910388501 +geoId/26155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,39.00862 +geoId/26155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/26157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.18243391 +geoId/26159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.0190368779999996 +geoId/26159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06640343 +geoId/26159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,12.82463 +geoId/26159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1489766 +geoId/26159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,12.827810508 +geoId/26159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.1489766 +geoId/26161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.3028060322000004 +geoId/26161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0051849999999999995 +geoId/26161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.26791765 +geoId/26161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/26161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/26161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.8235986500000001 +geoId/26163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.029995 +geoId/26163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.6527914493064 +geoId/26163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1295446 +geoId/26163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.01124467 +geoId/26163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0022325 +geoId/26165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00019700000000000002 +geoId/26165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.6465282400000003 +geoId/26165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.058202452 +geoId/26165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.016155000000000003 +geoId/26165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.32886214999999996 +geoId/26165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.32886214999999996 +geoId/26777,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.007115 +geoId/27001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.03509094 +geoId/27001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.247477479847 +geoId/27001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00010368230000000001 +geoId/27001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,4.410018 +geoId/27001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.4382707323 +geoId/27001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00063753359 +geoId/27001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0033938600000000003 +geoId/27001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.02814905 +geoId/27003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.0217e-08 +geoId/27003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.91468341 +geoId/27003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.1011 +geoId/27003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,4.549 +geoId/27003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,7.609 +geoId/27003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.00023569514999999998 +geoId/27003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.1855405e-12 +geoId/27003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,3.2202379 +geoId/27003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,28.75 +geoId/27003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,145.4015493951512 +geoId/27005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.417344202400001 +geoId/27005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.907329785 +geoId/27005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0021922095000000003 +geoId/27005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0011960466 +geoId/27005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.4137 +geoId/27005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.5532732 +geoId/27005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.2462039458338001 +geoId/27005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0023270573999999997 +geoId/27007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.3097124999999999e-05 +geoId/27007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.145250002 +geoId/27007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.039113527048 +geoId/27009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.636934e-05 +geoId/27009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.482973136 +geoId/27009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03539779999999999 +geoId/27009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0004400163 +geoId/27009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00053946194423245 +geoId/27009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.1961264622224914 +geoId/27009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,9.944368e-05 +geoId/27011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.20038445 +geoId/27011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.23374515599999998 +geoId/27011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.215894588264203 +geoId/27011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.003166546 +geoId/27011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,9.37409e-09 +geoId/27011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,10.942011011360666 +geoId/27011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0001157136 +geoId/27013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.6992435346800001 +geoId/27013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06402117 +geoId/27013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.165e-06 +geoId/27013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0421 +geoId/27013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,3.548967e-06 +geoId/27013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.876742e-06 +geoId/27013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.5263830000000002e-05 +geoId/27013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.001628991 +geoId/27013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0017436179015599999 +geoId/27013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,2.3529865e-07 +geoId/27015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7455067075999999 +geoId/27015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0655898 +geoId/27017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0007978200000000001 +geoId/27017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.68080608 +geoId/27017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07148936431 +geoId/27017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,2.7469999999999997e-06 +geoId/27017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,4.194971 +geoId/27017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,1.423294 +geoId/27017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,1.097434 +geoId/27017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,7.275744598764 +geoId/27017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.02846588 +geoId/27019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.485e-09 +geoId/27019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.212271172 +geoId/27019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07057668 +geoId/27019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.011800000000000001 +geoId/27019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0192 +geoId/27019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,6.053e-08 +geoId/27019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.2651 +geoId/27019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.40574234293 +geoId/27019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.007709905 +geoId/27019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.004517 +geoId/27021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.7329900000000005e-08 +geoId/27021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,18.9710936 +geoId/27021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.271242750194 +geoId/27021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,9.621614000000001e-05 +geoId/27021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,7.48568e-10 +geoId/27021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,5.279975e-06 +geoId/27021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,3.497897e-09 +geoId/27021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,2.969676e-06 +geoId/27021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.09126267473218 +geoId/27021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.85404161145 +geoId/27021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.253897465e-06 +geoId/27023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.36312692 +geoId/27023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,1.041e-05 +geoId/27023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.00028199999999999997 +geoId/27025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.486278776 +geoId/27025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.02226802822 +geoId/27025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,11.669712575 +geoId/27025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,11.63017 +geoId/27027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.383e-07 +geoId/27027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.89269292 +geoId/27027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,5.220337 +geoId/27027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0497374 +geoId/27027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,5.220337 +geoId/27027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0458138 +geoId/27029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.37523845 +geoId/27029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.26267134814500004 +geoId/27031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.5e-06 +geoId/27031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.8668681199999995 +geoId/27031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001039780846 +geoId/27031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.001143 +geoId/27031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0212613346 +geoId/27033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.334905599 +geoId/27033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.065 +geoId/27033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.059251899999999996 +geoId/27033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.059251899999999996 +geoId/27035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.5490000000000004e-07 +geoId/27035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.677430320000001 +geoId/27037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.405e-07 +geoId/27037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.28370135 +geoId/27037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00012654299999999998 +geoId/27037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.050221550000000004 +geoId/27037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0419025 +geoId/27037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.0090508 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,0.00013139519999999999 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.005099579999999999 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.000632348 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,6.968469e-06 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,5.388067 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,3.625057 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,2.3228230000000002e-08 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.45021956144683 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.93865786724 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.054623845500000004 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.002082495 +geoId/27037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.1265826 +geoId/27039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.95e-09 +geoId/27039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.55474349 +geoId/27039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.032621380000000005 +geoId/27039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/27039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.345 +geoId/27039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/27039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.39369 +geoId/27039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/27041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.68426158 +geoId/27041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.18493133 +geoId/27041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.003 +geoId/27041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.039096e-05 +geoId/27041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.126719 +geoId/27041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,7.907265e-07 +geoId/27041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,3.294694e-07 +geoId/27041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.363455000000001e-09 +geoId/27041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.126732734313859 +geoId/27043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.4372633149 +geoId/27043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.039568820000000005 +geoId/27043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,7.42462e-08 +geoId/27043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,9.429765e-09 +geoId/27043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.003239583 +geoId/27043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.7278965e-09 +geoId/27043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.00022964959 +geoId/27043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0036182189500816447 +geoId/27045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.272000000000002e-08 +geoId/27045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.7448222599999998 +geoId/27045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.00044707 +geoId/27045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.06141497 +geoId/27047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.96e-08 +geoId/27047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.247991571 +geoId/27047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12907000999999999 +geoId/27047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,1.038 +geoId/27047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.2204 +geoId/27047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.55382 +geoId/27049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.503999999999999e-07 +geoId/27049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.05668413 +geoId/27049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.0009651 +geoId/27051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.851680862 +geoId/27051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.469266327 +geoId/27051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,2.03e-06 +geoId/27051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.738823 +geoId/27051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.5889311e-05 +geoId/27051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.80476096 +geoId/27051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.06593796 +geoId/27053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.6662e-06 +geoId/27053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,10.055391491650001 +geoId/27053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00012111559 +geoId/27053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0012222 +geoId/27053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.126655 +geoId/27055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.10261907 +geoId/27055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.103447183 +geoId/27055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,4.6412620000000005e-05 +geoId/27055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,3.5644383366068e-07 +geoId/27055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.01149605 +geoId/27055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.011542819063833662 +geoId/27057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.814e-05 +geoId/27057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.807661274000001 +geoId/27057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12067127000000001 +geoId/27057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.009601376 +geoId/27057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.5589507 +geoId/27057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,2.4695609999999997 +geoId/27057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.47619629885415 +geoId/27057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01038246716 +geoId/27057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0007681101 +geoId/27059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.414639053 +geoId/27059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.030414100000000003 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.038123420000000005 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.002610510983 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.1205809 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,2.529962 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0001370562 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.0668525e-06 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.4501568 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,9.53273509044e-09 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.3325473 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.8583801 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.476376511628345 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,4.27776527684 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.038123420000000005 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.507618 +geoId/27059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.6324906 +geoId/27061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00010111406 +geoId/27061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.2911979360000005 +geoId/27061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6769035 +geoId/27063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.24558738 +geoId/27063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.30664523000000005 +geoId/27063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,8.235000000000001e-05 +geoId/27063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,9.954650000000001e-07 +geoId/27063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.038225860465 +geoId/27065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.0520838669 +geoId/27065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,5.0796599999999994e-05 +geoId/27065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.5674375e-06 +geoId/27065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0008707985000000001 +geoId/27065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,9.111e-06 +geoId/27065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.3531310029307 +geoId/27067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.80583889 +geoId/27067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,1.81217e-06 +geoId/27067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.13841313422488e-06 +geoId/27069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.256329866 +geoId/27069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.36125095405 +geoId/27069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.001928 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.001449526 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,3.56707e-05 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.4356434999999999e-09 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0004874098 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,6.540155e-09 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0001222014 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,3.7663485e-11 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.11410462355565486 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.56707e-05 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,3.042215e-06 +geoId/27069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.1094 +geoId/27071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00024641901 +geoId/27071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.39132092697 +geoId/27071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.21874139161 +geoId/27073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.16093752 +geoId/27073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3568292541 +geoId/27073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.001706778 +geoId/27073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.1361704 +geoId/27073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0033125270209399997 +geoId/27073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1361704 +geoId/27075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.709e-05 +geoId/27075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.1810200600000003 +geoId/27075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5344057817000001 +geoId/27075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.02626527 +geoId/27075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.804696e-14 +geoId/27075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0001318207 +geoId/27075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.026693687210028048 +geoId/27075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.000197731 +geoId/27077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.22258048 +geoId/27077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.220278338455 +geoId/27077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.0039955 +geoId/27077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0173 +geoId/27077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0022453055 +geoId/27077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,2.6909999999999997e-06 +geoId/27077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.393e-07 +geoId/27077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.001119 +geoId/27077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.3767 +geoId/27077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.5518410509 +geoId/27077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00016290212 +geoId/27079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.22312031 +geoId/27079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0622049 +geoId/27079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,103.5 +geoId/27079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.4039999999999998e-06 +geoId/27079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,13.73 +geoId/27079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.1323 +geoId/27079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,118.042953304 +geoId/27081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.107652774 +geoId/27081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000471495 +geoId/27081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.2431889338158064 +geoId/27081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.01962771 +geoId/27081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.01962771 +geoId/27083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.39033542 +geoId/27083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.175579597 +geoId/27083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.1147 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,6.960976e-05 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00131 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.0571985e-08 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,2.3605015 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0001994 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.808e-05 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.12096930392971889 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.3605015 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0004934 +geoId/27083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,9.832379e-05 +geoId/27085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.881e-07 +geoId/27085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3423733439999999 +geoId/27085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.1830999999999998e-05 +geoId/27085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.0003327 +geoId/27085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0004506553324 +geoId/27087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.064e-07 +geoId/27087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7590378640000001 +geoId/27087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.29494422 +geoId/27089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.48838188099999996 +geoId/27089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,3.6711845e-08 +geoId/27089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00020171344999999998 +geoId/27089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,5.180585e-07 +geoId/27089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.8035599192234006 +geoId/27089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.921812 +geoId/27089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.8033106 +geoId/27091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.815281248 +geoId/27091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.005947720300000001 +geoId/27091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0002 +geoId/27093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.135187733 +geoId/27093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.148686499 +geoId/27095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.152e-06 +geoId/27095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.630536642 +geoId/27095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07045090000000001 +geoId/27095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0364380145 +geoId/27097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.1770000000000001e-06 +geoId/27097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.69808339 +geoId/27097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.047546549970999996 +geoId/27097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.917e-07 +geoId/27099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.435810879 +geoId/27099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.015710000000000002 +geoId/27101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5480415190000001 +geoId/27101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.012095 +geoId/27103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.111473817 +geoId/27103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.33328 +geoId/27103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0002622024 +geoId/27103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.005244049 +geoId/27103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,1.745194253216115e-06 +geoId/27103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.05375595601975322 +geoId/27105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.665888326 +geoId/27105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.126659194 +geoId/27105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0001205 +geoId/27105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0009610173000000001 +geoId/27105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0008383 +geoId/27107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.27201639 +geoId/27109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.3213918456601 +geoId/27109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.2 +geoId/27109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.00016544000000000002 +geoId/27109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.36060000000000003 +geoId/27109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.05158483 +geoId/27109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.179e-05 +geoId/27109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.43167250114285793 +geoId/27109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.004745804 +geoId/27111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.986895522999999 +geoId/27111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.812942152 +geoId/27111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.00227 +geoId/27111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,3.2774360000000003e-07 +geoId/27111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.3138859905158e-07 +geoId/27111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0080424 +geoId/27113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5685354399999999 +geoId/27113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01027 +geoId/27115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.5025478199999998 +geoId/27115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1592423 +geoId/27117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.475996352 +geoId/27117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.048824496 +geoId/27117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,2.1475185e-05 +geoId/27117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,1.342199e-06 +geoId/27117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,5.073512031e-07 +geoId/27117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0006934695 +geoId/27117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0007168046327709661 +geoId/27119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.20657993 +geoId/27119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.997878515 +geoId/27119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.435e-06 +geoId/27119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,9.878000000000001e-05 +geoId/27119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.9568387249999999 +geoId/27121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6092872600000001 +geoId/27121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.29439634000000003 +geoId/27121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,7.929041 +geoId/27121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,4.2175749999999997e-07 +geoId/27121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.1011588363498 +geoId/27121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.392697 +geoId/27121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0506109 +geoId/27123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.6640199999999994e-05 +geoId/27123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.8488565105478996 +geoId/27123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.002 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,8.056 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,9.184 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0001043 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,6.871 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,7.365615e-06 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.009730355 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,145.0 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,32.35237 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,1.398 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.013511150000000001 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,230.0360167070495 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,42.658352135499996 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,13.72621 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.67972 +geoId/27123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,13.04649 +geoId/27125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.21155449 +geoId/27125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.19029990000000002 +geoId/27125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/27127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.48719533 +geoId/27127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,5.2649999999999996e-06 +geoId/27127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,3.536377e-05 +geoId/27127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,8.798814000000001e-05 +geoId/27127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.028075891353122998 +geoId/27127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,4.243652e-05 +geoId/27129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.882632437 +geoId/27129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.22827094 +geoId/27129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.027219999999999998 +geoId/27129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,19.2262 +geoId/27129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,19.411649051715997 +geoId/27129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.13733 +geoId/27131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.4547608399999996 +geoId/27131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.003 +geoId/27131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.0001561 +geoId/27131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,2.37913e-07 +geoId/27131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,5.61322 +geoId/27131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.3876526858e-07 +geoId/27131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,5.61322 +geoId/27131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0103306 +geoId/27133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.12202125 +geoId/27133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.11220012 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,6.41307e-08 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.02288625e-05 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,1.6785464999999998e-05 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.08365555000000001 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,1.80358214092375e-07 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,11.327074809499514 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.08605851700000001 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.06799 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0024029669999999998 +geoId/27133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,4.936 +geoId/27135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.0528053500000001e-05 +geoId/27135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.083309263 +geoId/27135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,17.945222806500002 +geoId/27135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.037695 +geoId/27135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,2.35032e-06 +geoId/27135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0007354405 +geoId/27135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.009601834492856103 +geoId/27135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0002866244 +geoId/27137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0003996662876 +geoId/27137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,15.018227131419998 +geoId/27137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00237744 +geoId/27137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.005385 +geoId/27137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0001695 +geoId/27137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,449.5919407857143 +geoId/27137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,9.358 +geoId/27139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001252 +geoId/27139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.031768153 +geoId/27139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.060836379999999995 +geoId/27139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,3.8053995e-06 +geoId/27139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,8.38478e-07 +geoId/27139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.139277e-05 +geoId/27139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,1.4757209999999999e-05 +geoId/27139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.31 +geoId/27139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.0708701800514668 +geoId/27139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,55.503659340000006 +geoId/27139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.139277e-05 +geoId/27139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,54.9378 +geoId/27141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.95580377 +geoId/27141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09413924708 +geoId/27143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.48888833000000004 +geoId/27143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07381241 +geoId/27145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.49436e-07 +geoId/27145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.693564611999999 +geoId/27145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00550652 +geoId/27145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.1899714999999999e-07 +geoId/27145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.002780307 +geoId/27145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.005285018 +geoId/27145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,2.363261e-09 +geoId/27145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01866116858324495 +geoId/27145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.08481704999999999 +geoId/27147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.1094608040000002 +geoId/27147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09383059 +geoId/27147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0004124482 +geoId/27147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.00104696 +geoId/27147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.16140581029999998 +geoId/27147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.5644393 +geoId/27147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.001570441 +geoId/27149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.1491e-07 +geoId/27149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3141778 +geoId/27149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,20.05704 +geoId/27149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,22.2798913536 +geoId/27151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0003528 +geoId/27151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.37978338 +geoId/27151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00466131 +geoId/27151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.3350000000000001e-06 +geoId/27153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.8397036230000001 +geoId/27153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1084815838 +geoId/27153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,5.255654032065e-09 +geoId/27153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.540597240320651e-07 +geoId/27153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,30.62469442858 +geoId/27153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.003301107548 +geoId/27153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,2.940922e-08 +geoId/27153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.001703524 +geoId/27153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,13.60577 +geoId/27155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.15210511999999998 +geoId/27157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.9786497500000002 +geoId/27157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.019642664799999997 +geoId/27159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.47307962 +geoId/27159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0015127119 +geoId/27159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,1.167e-05 +geoId/27159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.00034985135 +geoId/27159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.068911612605526 +geoId/27159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.167e-05 +geoId/27159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.6368455000000001 +geoId/27161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1773347410000001 +geoId/27161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01525137 +geoId/27163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.845000000000001e-06 +geoId/27163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.8166788799999996 +geoId/27163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0553236 +geoId/27163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.008851999999999999 +geoId/27163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,3.047e-05 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0008435665 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.1285435 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.00022655790000000001 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.14460599999999998 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0001981177 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0005061400000000001 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.959773e-06 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.002058572 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,33.04904637773568 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.24174969999999998 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.146664572 +geoId/27163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,30.27199 +geoId/27165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.32944469 +geoId/27165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0129307 +geoId/27165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.00115 +geoId/27165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,1.598021e-06 +geoId/27165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,1.949751e-06 +geoId/27165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,1.09662e-06 +geoId/27165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,7.99527e-13 +geoId/27165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.2908690327895e-06 +geoId/27165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,2.6960795000000003e-10 +geoId/27167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.30670019 +geoId/27167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.31098428 +geoId/27167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000315246383 +geoId/27169,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.342187937 +geoId/27171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.020176624000001 +geoId/27171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03913564 +geoId/27171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.4023 +geoId/27171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,4.850658499999999e-09 +geoId/27171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.003052885 +geoId/27171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0007268772999999999 +geoId/27171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.477011e-14 +geoId/27171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0008870181078 +geoId/27171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,145.3755 +geoId/27171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,145.67304213937786 +geoId/27171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.002124453 +geoId/27173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.30375355000000004 +geoId/27777,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.083815 +geoId/28001,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1641995 +geoId/28001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.286017522 +geoId/28003,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.563658 +geoId/28003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.471801634 +geoId/28005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.180165643 +geoId/28007,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.09513049999999999 +geoId/28007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.636601894 +geoId/28007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28009,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.222909 +geoId/28009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.57142423 +geoId/28011,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.145726 +geoId/28011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.64071338 +geoId/28013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.98354e-05 +geoId/28013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.586632169 +geoId/28015,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.31368660000000004 +geoId/28015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.44247743800000006 +geoId/28017,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0379244 +geoId/28017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.076070342 +geoId/28019,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000265066 +geoId/28019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.060410177999999995 +geoId/28019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.044517765 +geoId/28019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,8.847915e-07 +geoId/28019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.8931722 +geoId/28019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.93826961326841 +geoId/28019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0133752 +geoId/28021,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1388382 +geoId/28021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.613789e-05 +geoId/28021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.508246918 +geoId/28023,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.14673419999999998 +geoId/28023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.1197069139999996 +geoId/28023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0043 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,4.5785510000000005e-05 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0010873665 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.031878184999999996 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.329761e-05 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.089883e-07 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00258392545629 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.26413247945999996 +geoId/28023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.2310013 +geoId/28025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.652501606 +geoId/28027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4380195 +geoId/28027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0048 +geoId/28027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.7320055 +geoId/28027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28029,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.580712 +geoId/28029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.099666962 +geoId/28031,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.310205 +geoId/28031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8316348809999999 +geoId/28031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0002 +geoId/28031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0023 +geoId/28031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,20.77984115 +geoId/28031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.28690115 +geoId/28031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,20.49294 +geoId/28033,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.492398 +geoId/28033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.006059066 +geoId/28033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.083101071 +geoId/28033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0054 +geoId/28033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0002 +geoId/28033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,7.560512000000001 +geoId/28033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,7.0098400000000005 +geoId/28035,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6538185999999999 +geoId/28035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.9320221729999999 +geoId/28035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0159 +geoId/28037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.908242703 +geoId/28039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.34098147 +geoId/28039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.4772958553 +geoId/28041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7728784599999999 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.9459920000000002e-07 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.0 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,1.299799e-05 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.007404786 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,2.0407615e-09 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0078150737365 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/28041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.3046151974449999e-05 +geoId/28043,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.25906809999999997 +geoId/28043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00010372481 +geoId/28043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.399545155 +geoId/28043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/28043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28045,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7236106 +geoId/28045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00506668 +geoId/28045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.8342627029999998 +geoId/28045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0 +geoId/28045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000191081 +geoId/28047,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9833429999999999 +geoId/28047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0016642970000000001 +geoId/28047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7442351242 +geoId/28047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.48383604436 +geoId/28047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.570075 +geoId/28047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.570075 +geoId/28049,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.898938 +geoId/28049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.6434551e-05 +geoId/28049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.412042141 +geoId/28049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.021309650000000003 +geoId/28051,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.38493069999999996 +geoId/28051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.3829423860000003 +geoId/28053,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1605373 +geoId/28053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.33097152 +geoId/28055,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.02151789 +geoId/28055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.43672648 +geoId/28057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.6239e-06 +geoId/28057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8964737829999999 +geoId/28059,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.060539 +geoId/28059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.9201893943700001 +geoId/28059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.1023 +geoId/28059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0002 +geoId/28059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.306811e-05 +geoId/28059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.007599887168 +geoId/28061,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2257704 +geoId/28061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/28061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.796339654 +geoId/28061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28063,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.09128119999999999 +geoId/28063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.607410823 +geoId/28063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/28065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5575146283 +geoId/28067,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3951785 +geoId/28067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/28067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.6837199999999994e-06 +geoId/28067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.640809887 +geoId/28069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.360958975 +geoId/28069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000875940644 +geoId/28071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.238446785 +geoId/28071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,372.1671 +geoId/28071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,720.3472860708 +geoId/28073,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2030788 +geoId/28073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.697911626 +geoId/28073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000357919623242 +geoId/28073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00323155521 +geoId/28073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0131165 +geoId/28073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0003308274 +geoId/28075,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.938337 +geoId/28075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0002376809 +geoId/28075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.754855396 +geoId/28075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,10.41545 +geoId/28075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.3822217 +geoId/28075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.02085196 +geoId/28075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,11.008161518 +geoId/28075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.1882566 +geoId/28077,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0158307 +geoId/28077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.93585e-05 +geoId/28077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.282784805 +geoId/28077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,3.5457705e-05 +geoId/28077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.869318507705 +geoId/28077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.8368454 +geoId/28079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.6533847107 +geoId/28079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.9996817 +geoId/28079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.039396395 +geoId/28079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,3.601956 +geoId/28079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.17595435612 +geoId/28081,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.279265 +geoId/28081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.28993633 +geoId/28081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.08589005 +geoId/28081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.35010895 +geoId/28081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,5.36498e-06 +geoId/28081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.8912709195799999 +geoId/28083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.89538828 +geoId/28083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.02297273 +geoId/28085,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.609225 +geoId/28085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.738459345 +geoId/28085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0003 +geoId/28085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00010422945 +geoId/28087,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.450621 +geoId/28087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001854054 +geoId/28087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0010731299999999998 +geoId/28087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.38295332800000004 +geoId/28087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28089,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5665815000000001 +geoId/28089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.807296552 +geoId/28091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/28091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.40046935650000004 +geoId/28091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,1.210951 +geoId/28091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,1.9848595e-05 +geoId/28091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0605328 +geoId/28091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.2115719074950002 +geoId/28091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0384136 +geoId/28093,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.281815 +geoId/28093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.20073616 +geoId/28093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.8624533 +geoId/28093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.204786243218 +geoId/28095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0892206639999997 +geoId/28097,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.24991529999999998 +geoId/28097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.638656547 +geoId/28097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0058655167 +geoId/28099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0612326820000002 +geoId/28099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.21485915 +geoId/28099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,12.15147915 +geoId/28099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,11.93662 +geoId/28101,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.535502 +geoId/28101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0561404520000002 +geoId/28101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.5077798 +geoId/28101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.00041558665 +geoId/28101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.6527110065364999 +geoId/28101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,5.8245689999999996e-05 +geoId/28101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.1274178 +geoId/28103,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.22016850000000002 +geoId/28103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.740385e-05 +geoId/28103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.91433454 +geoId/28105,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.08180670000000001 +geoId/28105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.729120837 +geoId/28105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28107,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.524653 +geoId/28107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.766017102 +geoId/28107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.1248 +geoId/28107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.5402 +geoId/28109,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.559066 +geoId/28109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.886067511 +geoId/28111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.889050000000001e-05 +geoId/28111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0007025909999999999 +geoId/28111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.1186788675000003 +geoId/28113,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5133578 +geoId/28113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.19892465000000004 +geoId/28113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.1062 +geoId/28113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0006 +geoId/28113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.779744999999999e-07 +geoId/28115,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0544296 +geoId/28115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.728674962 +geoId/28115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.02085143 +geoId/28115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,45.17501 +geoId/28115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,4.517501 +geoId/28115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.021255530550000002 +geoId/28115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,54.210012 +geoId/28117,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.131259 +geoId/28117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.291402434 +geoId/28117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.474511 +geoId/28117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,7.372555e-08 +geoId/28117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.55620706306835 +geoId/28117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.08109809 +geoId/28119,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.048299999999999996 +geoId/28119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.36361791 +geoId/28119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,3.6622500000000004e-07 +geoId/28119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.6622500000000004e-07 +geoId/28121,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3398308 +geoId/28121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00956435717 +geoId/28121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.3558135889999998 +geoId/28121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28123,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.476691 +geoId/28123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.680536156 +geoId/28123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.0786199999999998e-05 +geoId/28123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.0786199999999998e-05 +geoId/28125,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0816327 +geoId/28125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.363318798 +geoId/28125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.006900000000000001 +geoId/28127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0034125899999999996 +geoId/28127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.453506395 +geoId/28127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0 +geoId/28127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.011537464999999998 +geoId/28127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.942821 +geoId/28127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.011573502194999998 +geoId/28127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.942821 +geoId/28129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00011136709 +geoId/28129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.856110552 +geoId/28129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/28131,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.12218000000000001 +geoId/28131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.91932e-05 +geoId/28131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.83670746 +geoId/28133,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.169097 +geoId/28133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0591305199999999 +geoId/28133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/28135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4678724575 +geoId/28137,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3094642 +geoId/28137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.20374141 +geoId/28139,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1066696 +geoId/28139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.138135139 +geoId/28139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.4234156 +geoId/28139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.4234156 +geoId/28141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.28816126499999994 +geoId/28143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6343636 +geoId/28145,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.18386000000000002 +geoId/28145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.39770398 +geoId/28145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0017 +geoId/28145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.1550519 +geoId/28145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.17211280848 +geoId/28145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.007406684 +geoId/28147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.469751285 +geoId/28147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,2.82997e-05 +geoId/28147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_23_IndustrialProcesses,0.0 +geoId/28147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/28147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_23_IndustrialProcesses,0.0 +geoId/28147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0 +geoId/28147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/28147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.6035102647 +geoId/28149,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.39189999999999997 +geoId/28149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001231195 +geoId/28149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/28149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.31179007000000003 +geoId/28149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01704778 +geoId/28149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.44009e-06 +geoId/28149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,6.44009e-06 +geoId/28151,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.134798 +geoId/28151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8.92191e-05 +geoId/28151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.9165123116 +geoId/28151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0015 +geoId/28151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.004939809999999999 +geoId/28153,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.09556310000000001 +geoId/28153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000179947 +geoId/28153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0296304034000001 +geoId/28153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0009 +geoId/28153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0392781216672 +geoId/28153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.02288002 +geoId/28155,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.104151 +geoId/28155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.843304639 +geoId/28155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,2.268758 +geoId/28155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.268758 +geoId/28157,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0557492 +geoId/28157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/28157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.713770927 +geoId/28157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/28157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.0 +geoId/28157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/28159,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.091173 +geoId/28159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.644172802 +geoId/28159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.020160539 +geoId/28161,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.28025449999999996 +geoId/28161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7492496339999999 +geoId/28163,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3524861 +geoId/28163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6671019149999999 +geoId/28163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0298 +geoId/28163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,5.761847e-07 +geoId/28163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0017062693167 +geoId/28163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.001509055 +geoId/29001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,7.957779e-07 +geoId/29001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0001284362 +geoId/29001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,8.23279 +geoId/29001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.2329194162941 +geoId/29003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00065445 +geoId/29005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,8.705380000000001e-07 +geoId/29005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00603134921219875 +geoId/29005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,5.755075e-07 +geoId/29005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.002515916 +geoId/29009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.001228327 +geoId/29009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,2.628619e-07 +geoId/29009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,4.25001e-07 +geoId/29009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.004342980021408 +geoId/29011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.005761559 +geoId/29011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.739991e-06 +geoId/29011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,3.4569355000000003e-06 +geoId/29011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0057667559265 +geoId/29019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,2.6225309999999998e-08 +geoId/29019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources,7.715974999999999e-08 +geoId/29019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,2.12425e-08 +geoId/29019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.4503679917e-05 +geoId/29019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,4.433882e-09 +geoId/29019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,2.6667e-06 +geoId/29025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,3.549373e-06 +geoId/29025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.01002315 +geoId/29025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01002670939615 +geoId/29027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.3964458 +geoId/29027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.3964458 +geoId/29029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.0073592 +geoId/29029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0073592 +geoId/29035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.009697957 +geoId/29035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.13395662335444 +geoId/29035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.1242586 +geoId/29041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,10.12114488 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.9227186 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.34607621 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,0.0009161558003 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.000438111 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonDioxide_SCC_22_MobileSources,165150.75 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,269.73121000000003 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,4.1843144999999993e-07 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.11762600000000001 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,6.26453349 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.00013674871 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,2.062e-07 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methane_SCC_22_MobileSources,5.5026831 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.0399319615 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,1.52629e-05 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_NitrousOxide_SCC_22_MobileSources,0.0276405 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,661.5694169 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,0.287518 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,11.274711230000001 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.034446992 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,166133.8454692384 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.023773379999999997 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,1.63096 +geoId/29043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,8.842241 +geoId/29045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.002455563 +geoId/29045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,7.4015e-05 +geoId/29045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,4.458034 +geoId/29045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.470549452999999 +geoId/29045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.057678955000000004 +geoId/29045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.000167630528 +geoId/29047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_26_WasteDisposalTreatmentAndRecovery,0.00587847 +geoId/29047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.35275443685999996 +geoId/29049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0483982 +geoId/29049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0483982 +geoId/29051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.025568322816 +geoId/29051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00838300076 +geoId/29051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,1.7445705e-06 +geoId/29053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_28_MiscellaneousAreaSources,3.0353965e-07 +geoId/29053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,8.44904e-07 +geoId/29053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00630759079294 +geoId/29053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,1.701543e-06 +geoId/29055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,2.988812e-06 +geoId/29055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.01727837 +geoId/29055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,5.506015e-05 +geoId/29055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.00018594395 +geoId/29055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.01779926 +geoId/29055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03707497684431 +geoId/29055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.001753246 +geoId/29057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.014245475 +geoId/29059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1467832 +geoId/29059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.1467832 +geoId/29065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.06339494 +geoId/29067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.000165396 +geoId/29067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0002185708156 +geoId/29067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/29067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/29069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.2757594 +geoId/29069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.2757594 +geoId/29071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.001041481 +geoId/29071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,9.86026e-08 +geoId/29071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,5.47792e-07 +geoId/29071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,4.491895e-07 +geoId/29071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,37.08855 +geoId/29071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,72.6947876981841 +geoId/29071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.88217476 +geoId/29073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.1088518 +geoId/29073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.01464754 +geoId/29073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4260647145 +geoId/29073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.01464754 +geoId/29073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.3073173 +geoId/29075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,5.6486e-07 +geoId/29075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,5.6486e-07 +geoId/29077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.006817585 +geoId/29077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00720082195 +geoId/29079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,1.7446795e-05 +geoId/29079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.287359 +geoId/29079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.1322896 +geoId/29079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.7203609239739999 +geoId/29081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,3.697263e-07 +geoId/29081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,3.035722e-07 +geoId/29081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.82721521e-07 +geoId/29081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.020191874999999998 +geoId/29083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.000217084 +geoId/29083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0006818111500000001 +geoId/29085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.011959655 +geoId/29085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.1959655e-05 +geoId/29085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.011971614654999999 +geoId/29087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.6483904404999998 +geoId/29087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.02883117 +geoId/29087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,1.601732 +geoId/29089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.004209709 +geoId/29089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.451926 +geoId/29089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0969046 +geoId/29089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0059637545 +geoId/29089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.61294724264 +geoId/29089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.08926015 +geoId/29093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_26_WasteDisposalTreatmentAndRecovery,0.0006279 +geoId/29093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.001118043225 +geoId/29095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.004086058 +geoId/29095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.14593065000000002 +geoId/29095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,93.06471 +geoId/29095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.019031045185 +geoId/29095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,93.06471 +geoId/29095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,1.167445 +geoId/29099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,71.54022 +geoId/29099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,71.54022 +geoId/29101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.13576415 +geoId/29105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.000220042 +geoId/29105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.52762 +geoId/29105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.752406042 +geoId/29105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,1.1409585 +geoId/29105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.52762 +geoId/29107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.2061259 +geoId/29107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.206203156975 +geoId/29109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.0139014999999999e-06 +geoId/29109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,4.3928265e-05 +geoId/29109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.3933929800000004e-05 +geoId/29109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,4.3928265e-05 +geoId/29111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.00245215 +geoId/29115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0024983514435 +geoId/29117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.698235419234 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,3.4220105e-10 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.1824665e-06 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,2.5410235e-10 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.3020302 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,2.18052e-06 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.001061245 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,1.859261e-06 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,1.238554e-06 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.3050028682665 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.4853674892e-06 +geoId/29123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.001273494 +geoId/29125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,222.1047 +geoId/29125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.40336165 +geoId/29125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.1063613 +geoId/29125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.5099482917 +geoId/29125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,222.5681807 +geoId/29127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,2.200742 +geoId/29127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.4987932987215 +geoId/29127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.032231355 +geoId/29127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1450158 +geoId/29127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.032231355 +geoId/29127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.1530317 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.055486 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,601.668 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.09313075000000001 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.001065919 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.01129987 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,2.62739 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.009527368999999999 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,12.166773441264 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,601.668 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.062539 +geoId/29129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,4.139145 +geoId/29133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/29133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.7081797 +geoId/29133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,6.428754308799999 +geoId/29133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.254481727329799 +geoId/29133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/29133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1089507 +geoId/29133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.008597014 +geoId/29139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,8.971818000000001e-05 +geoId/29139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,5.842115e-05 +geoId/29141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,1.499413 +geoId/29141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,1.156126 +geoId/29141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,3.6842901400000003 +geoId/29141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,5.7385783732 +geoId/29141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.02998826 +geoId/29141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,3.671806 +geoId/29141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,1.10483 +geoId/29145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00171146 +geoId/29145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,9.082874e-06 +geoId/29145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0032208528739999997 +geoId/29147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.02991853 +geoId/29147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.085736004659 +geoId/29147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.04174679 +geoId/29149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.23595155 +geoId/29149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.24289901 +geoId/29151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.1652255e-05 +geoId/29153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,6.15108e-06 +geoId/29161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,3.6100417167999996 +geoId/29163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,9.671259e-06 +geoId/29163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,9.671259e-06 +geoId/29163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2895212995 +geoId/29163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.2881956 +geoId/29165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,3.9356599999999995e-05 +geoId/29165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,5.130861 +geoId/29165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,5.167637707 +geoId/29165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0001211462 +geoId/29165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,5.842115e-05 +geoId/29167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.135623475 +geoId/29169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.4132 +geoId/29169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.682381 +geoId/29169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.1881120204714497 +geoId/29169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.09253097 +geoId/29171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.429293e-05 +geoId/29171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,2.202517 +geoId/29171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.171552e-07 +geoId/29171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.2038009029251997 +geoId/29173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.05811786 +geoId/29173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.2746537 +geoId/29173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.6074252600000001 +geoId/29175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.000619325 +geoId/29175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,14.30035 +geoId/29175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,14.334671071898999 +geoId/29177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.06552105 +geoId/29177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.06552105 +geoId/29179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.1233108 +geoId/29181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.4987173 +geoId/29181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0006659509999999999 +geoId/29181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.3754065 +geoId/29183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,5.830477e-05 +geoId/29183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,1.85797e-07 +geoId/29183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,6.006249e-05 +geoId/29183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0001644804875522625 +geoId/29183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,5.91622e-06 +geoId/29185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,0.0001410606 +geoId/29185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.4368948 +geoId/29185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5948234804665 +geoId/29185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.1577859 +geoId/29197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.003997465 +geoId/29201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.052766676575055 +geoId/29201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.003448661 +geoId/29201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.004796958 +geoId/29201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.04157363 +geoId/29205,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.1591215 +geoId/29205,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.011672474165 +geoId/29205,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1591215 +geoId/29205,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0363167929175 +geoId/29209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,6.484425e-07 +geoId/29209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,8.729034e-06 +geoId/29209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,4.7552455e-06 +geoId/29209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.547977840728623 +geoId/29209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.008112471818 +geoId/29209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,1.547949 +geoId/29211,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29211,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29211,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29211,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29213,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29213,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29213,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29213,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29213,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29217,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.1362333 +geoId/29217,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/29217,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1362343081265 +geoId/29221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,30.3614 +geoId/29221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.09999854999999999 +geoId/29221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,30.4642419298 +geoId/29221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.058585175 +geoId/29223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,4.024545e-06 +geoId/29223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.78937475e-05 +geoId/29225,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,4.7637624 +geoId/29225,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.4554024 +geoId/29225,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,4.30836 +geoId/29227,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,7.2263499999999996e-09 +geoId/29227,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0028908305 +geoId/29227,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,7.2263499999999996e-09 +geoId/30003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000381735 +geoId/30007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.7356557 +geoId/30007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.7371611633484001 +geoId/30009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.30213365999999997 +geoId/30009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.13721791341720002 +geoId/30009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.2245588 +geoId/30011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/30011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00647453954122 +geoId/30011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/30011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.003882928 +geoId/30013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.02263149 +geoId/30013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.07077589999999999 +geoId/30013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.003252123 +geoId/30013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.003252123 +geoId/30017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.04465365981687 +geoId/30017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00015721295 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,5.389949e-07 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.622051e-06 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.005320681488899999 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,6.817334e-05 +geoId/30019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.005244103 +geoId/30025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00096308863 +geoId/30025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0005289 +geoId/30029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1270518 +geoId/30029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.1270518 +geoId/30039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.04918513 +geoId/30039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.04918513 +geoId/30041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00028846300000000003 +geoId/30041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.104901e-05 +geoId/30041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.683585e-06 +geoId/30041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1573434 +geoId/30041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.16708740063446997 +geoId/30041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.25197161626 +geoId/30043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.06722515 +geoId/30045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.9828715e-08 +geoId/30045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.001136332 +geoId/30045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.092627e-08 +geoId/30045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0011363727549850002 +geoId/30053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/30057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.00113 +geoId/30057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.0187989 +geoId/30057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.075257265238 +geoId/30057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.00181245 +geoId/30059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0081503297239 +geoId/30063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,6.300594 +geoId/30063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.0002023165 +geoId/30063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,11.943652628207 +geoId/30063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,2.348748 +geoId/30065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.556212e-06 +geoId/30065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.108009 +geoId/30065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,1.656137 +geoId/30065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,1.656137 +geoId/30065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.122343756212 +geoId/30065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.7020582 +geoId/30067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,8.284224 +geoId/30067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,8.284224 +geoId/30069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/30073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0005259395 +geoId/30073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.000696227 +geoId/30081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.010441 +geoId/30081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,4.850312 +geoId/30081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.8635086059205 +geoId/30085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3857.157 +geoId/30089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0006733949999999999 +geoId/30089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.031820640000000004 +geoId/30089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0006733949999999999 +geoId/30091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.1760135 +geoId/30091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.038612015 +geoId/30091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2904690848275 +geoId/30091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.03171411 +geoId/30097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,273.1 +geoId/30097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.5583175 +geoId/30097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.37160375 +geoId/30097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,3.3233185e-08 +geoId/30097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.558385554918385 +geoId/30097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.39483205 +geoId/30097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,273.1 +geoId/30101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/30101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/30103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.004718040000000001 +geoId/30103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.004718040000000001 +geoId/30111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/30111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.032412404265 +geoId/30111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.2112550611850001 +geoId/31003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.012452719999999999 +geoId/31005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.003532685 +geoId/31005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.000634683 +geoId/31005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.004386625604 +geoId/31005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0859862 +geoId/31005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0859862 +geoId/31009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000249946 +geoId/31009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.000249946 +geoId/31015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0178580497 +geoId/31015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.01267813 +geoId/31017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/31021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0001490723 +geoId/31021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.296646e-07 +geoId/31021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.6610020000000002e-07 +geoId/31021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000149372693822 +geoId/31027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,20.50392 +geoId/31027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,20.50392 +geoId/31029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/31029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/31031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,21.01981 +geoId/31031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,21.028217924 +geoId/31035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.0027507294999999997 +geoId/31037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.002723769 +geoId/31037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,1.1279815000000001e-09 +geoId/31037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00547450007742525 +geoId/31039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0048218095715 +geoId/31039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.001576107 +geoId/31043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/31043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/31043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/31043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/31043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0 +geoId/31043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/31043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/31043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.059259690000000004 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.058736132 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,1.1263269e-06 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.000172656 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonDioxide_SCC_22_MobileSources,3816.20276 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,0.998618 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,4.0185375e-07 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.100771 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.006589356 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.00024424281999999996 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,4.609348777e-06 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methane_SCC_22_MobileSources,0.024485009999999998 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,9.660974e-07 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_NitrousOxide_SCC_22_MobileSources,0.00038915 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,0.27182499000000004 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,2.834199 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,0.000247687 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.000216928808 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3859.955527814531 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.057376391 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,1.115269771 +geoId/31045,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,36.5553761 +geoId/31053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.762415 +geoId/31053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,22.593662410470003 +geoId/31053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.72853 +geoId/31055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.2628586 +geoId/31055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00649293 +geoId/31055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,6.708245e-05 +geoId/31055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,5.534957 +geoId/31055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.5416362026 +geoId/31055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4192475823373 +geoId/31057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,4.5926435e-11 +geoId/31057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.9591357941935002e-07 +geoId/31057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,4.479372e-11 +geoId/31057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,1.958224e-07 +geoId/31059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.26010952 +geoId/31061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.05144219 +geoId/31061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.109006273575 +geoId/31061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,2.2483574999999998e-05 +geoId/31067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,6.316956000000001e-08 +geoId/31067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,4.710011e-08 +geoId/31067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.413003e-07 +geoId/31067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.2744739999999998e-07 +geoId/31067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0001847759088581 +geoId/31067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.115855 +geoId/31073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000398142 +geoId/31073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.08867799859204001 +geoId/31073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.000398142 +geoId/31075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,5.010795e-05 +geoId/31075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,1.0227515e-05 +geoId/31075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.03957424 +geoId/31075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.0316768 +geoId/31075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07131320360495 +geoId/31083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/31083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses,0.0 +geoId/31083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0 +geoId/31083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/31085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00010413495 +geoId/31085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.001628927 +geoId/31085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0001716191 +geoId/31085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.002159724465 +geoId/31087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/31087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/31087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/31087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/31093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization,0.005876325 +geoId/31093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.008067972 +geoId/31093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.28527175 +geoId/31093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,5.583037e-07 +geoId/31093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.023204403032399998 +geoId/31093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.32176683 +geoId/31093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01145652 +geoId/31095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,2.827861 +geoId/31095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.021396204999999998 +geoId/31095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.4293053 +geoId/31095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.2791828511584997 +geoId/31097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.102697e-07 +geoId/31097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.8072426100603e-05 +geoId/31101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,1.504411 +geoId/31101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.504411 +geoId/31103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.777275e-07 +geoId/31103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.1276634 +geoId/31103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,9.053255e-07 +geoId/31103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2491644562042 +geoId/31103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.006321775 +geoId/31103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.00565362 +geoId/31105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.000174629 +geoId/31105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00041275999999999997 +geoId/31113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,2.03946e-05 +geoId/31113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.79702168e-06 +geoId/31113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/31113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00091433397168 +geoId/31113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,2.6273500000000002e-05 +geoId/31113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.000545903 +geoId/31115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,22.60322 +geoId/31115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.007917475 +geoId/31115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,22.60322 +geoId/31117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.02355e-05 +geoId/31117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,3.02355e-05 +geoId/31123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,359.0158 +geoId/31123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,359.3654813892 +geoId/31127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.001529369 +geoId/31129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,2.776546 +geoId/31129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.778075369 +geoId/31129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.16769912 +geoId/31133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,3.8851545e-10 +geoId/31133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/31133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/31133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.381973664e-08 +geoId/31135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.02877036 +geoId/31135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0361304063419 +geoId/31139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.06594e-06 +geoId/31139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.001084688 +geoId/31139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,9.159586e-10 +geoId/31139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0012885141105621 +geoId/31141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,83.11739 +geoId/31141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,4.3295035e-06 +geoId/31141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,2.017412 +geoId/31141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,8.487934999999999e-09 +geoId/31141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0107928 +geoId/31141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,89.7990192896 +geoId/31141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.009454714565635 +geoId/31141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,2.86221e-06 +geoId/31143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.01939049 +geoId/31143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.005214765 +geoId/31143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.7847178 +geoId/31143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.55194429 +geoId/31143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.046514793500000005 +geoId/31145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/31147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.0 +geoId/31147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/31149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/31151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization,0.012705814999999999 +geoId/31151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.038786175 +geoId/31151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00012184370144 +geoId/31151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.969458e-05 +geoId/31151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.05149199 +geoId/31153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/31153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/31155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.4722387 +geoId/31155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.5644631 +geoId/31155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,12.877568591548 +geoId/31155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0040871265 +geoId/31157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.004607507249999999 +geoId/31157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0042440379999999995 +geoId/31159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.7240422072132999 +geoId/31163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,5.863262000000001e-07 +geoId/31163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0011791015881999999 +geoId/31163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.001172652 +geoId/31165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.0998935 +geoId/31165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,9.822855e-06 +geoId/31165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0998935 +geoId/31165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004102679855 +geoId/31165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.004092857 +geoId/31167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.045618830000000006 +geoId/31167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.743398415045 +geoId/31167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.121671 +geoId/31167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.321735e-05 +geoId/31167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.7866245000000001 +geoId/31167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,7.321735e-05 +geoId/31169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,552.7049 +geoId/31169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0002794321 +geoId/31169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.000893161 +geoId/31169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.026529834999999998 +geoId/31169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00118176505 +geoId/31169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0002794321 +geoId/31169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,552.731429835 +geoId/31173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.091118e-08 +geoId/31173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,1.474016 +geoId/31173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.03155957 +geoId/31173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.1598498000000001e-07 +geoId/31173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.477819913 +geoId/31173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.007838795 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,66.38502 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/31175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,66.38502 +geoId/31177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.8479035 +geoId/31177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0043208465 +geoId/31177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.2930549094 +geoId/31177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.8479035 +geoId/31177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.04401078 +geoId/31179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,7.58805e-07 +geoId/31179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.002389588805 +geoId/31181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,6.54076e-05 +geoId/31181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00022114293749999999 +geoId/31183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.23983e-08 +geoId/31183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0005599823983 +geoId/31185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.04932748 +geoId/31185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.1647931 +geoId/31185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,11.3 +geoId/31185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.41468731 +geoId/31185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1647931 +geoId/31185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,43.98923 +geoId/31185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,2.7 +geoId/31185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,29.74223 +geoId/32003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.01249784 +geoId/32003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,1529.0 +geoId/32003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,6.327035e-06 +geoId/32003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,48.73836 +geoId/32003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,55.57866599205338 +geoId/32003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1529.0 +geoId/32007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,32.962768350775 +geoId/32011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/32011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/32011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/32013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.040222215 +geoId/32013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.693796735e-05 +geoId/32013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.07150616 +geoId/32013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.031283945 +geoId/32021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.07988963 +geoId/32021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/32021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.07988963 +geoId/32023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,5.8339e-08 +geoId/32023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0007202345 +geoId/32023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,1.958922 +geoId/32023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.575153e-07 +geoId/32023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,5.8339e-08 +geoId/32023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00073570159187365 +geoId/32023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.958922 +geoId/32027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.010920059999999999 +geoId/32027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.010920059999999999 +geoId/32031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/32033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery,0.028561 +geoId/32033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.47237779999999996 +geoId/32033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,6.033335e-06 +geoId/32033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.503667778335 +geoId/32033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.028992544880000002 +geoId/32033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.031283945 +geoId/32510,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.788121e-05 +geoId/32510,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.788121e-05 +geoId/33001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.1265948 +geoId/33001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00064546361420023 +geoId/33001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.13 +geoId/33001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.29404805245139426 +geoId/33001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.977292 +geoId/33003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.3733100000000004e-05 +geoId/33003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.837642 +geoId/33003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,15.78 +geoId/33003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,16.78323691532556 +geoId/33005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.003297417840375 +geoId/33005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.007419190140849999 +geoId/33005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0024730633802875 +geoId/33005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.3883751511150373 +geoId/33007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.42205e-05 +geoId/33007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.22676e-06 +geoId/33007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.040195637 +geoId/33007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.00011708005 +geoId/33007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,4.6215805e-06 +geoId/33007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00012767117050000001 +geoId/33009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00824366234 +geoId/33009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0045273159 +geoId/33009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,7.876084999999999e-05 +geoId/33009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,8.740045 +geoId/33009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,3.831996 +geoId/33009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,11.12251211985 +geoId/33009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.80107352 +geoId/33009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.9615672 +geoId/33011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000370033814 +geoId/33011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0153168 +geoId/33011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.8848140000000001 +geoId/33011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.886104 +geoId/33011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.886104 +geoId/33013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.7303e-06 +geoId/33013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.036504435 +geoId/33013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.337 +geoId/33013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.01620229393243797 +geoId/33013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.21 +geoId/33013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.8266000552e-06 +geoId/33013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.5632103309726808 +geoId/33015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0002485765 +geoId/33015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000133432 +geoId/33015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01182089 +geoId/33015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.1634925 +geoId/33015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.541333 +geoId/33015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.956 +geoId/33015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,17.1798 +geoId/33015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.7023583999999996 +geoId/33015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,21.660867845800002 +geoId/33015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.642 +geoId/33017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.806420000000002e-06 +geoId/33019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.43718e-05 +geoId/33019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00150555 +geoId/34001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.433e-08 +geoId/34001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1235352385 +geoId/34001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0 +geoId/34001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/34003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000135207405 +geoId/34003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0012325037999999999 +geoId/34003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.04947555854 +geoId/34005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00462009885 +geoId/34005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5475153458 +geoId/34005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.0006170020000000001 +geoId/34005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0006170020000000001 +geoId/34007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.8298399999999999e-06 +geoId/34007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.15354785059999998 +geoId/34007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,10.3988356644 +geoId/34009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.148139 +geoId/34009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,1.148139 +geoId/34011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5112169227 +geoId/34011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0004269323 +geoId/34011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.011308711127 +geoId/34013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.19339e-05 +geoId/34013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000188805 +geoId/34015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0256981 +geoId/34015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.007771429999999999 +geoId/34017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,82.50014 +geoId/34017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/34017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/34017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,219.12749434900002 +geoId/34017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/34017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/34017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/34017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/34017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/34019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000125104 +geoId/34019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001034126 +geoId/34019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/34019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/34021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.27525e-08 +geoId/34021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07753189999999999 +geoId/34021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,5.5958727294355e-08 +geoId/34021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,9.326454854273499e-07 +geoId/34021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,3.108817865695e-09 +geoId/34021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0002579703846136565 +geoId/34021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.248423 +geoId/34021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0005803615 +geoId/34021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0005803615 +geoId/34021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,2.248423 +geoId/34023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0015339382 +geoId/34023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.14 +geoId/34023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/34023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/34023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/34025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00030729250000000003 +geoId/34025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1017666181 +geoId/34027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2310686966 +geoId/34027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/34027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.11402e-07 +geoId/34027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,8.11402e-07 +geoId/34027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0 +geoId/34029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.558112204 +geoId/34029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.801629 +geoId/34029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,2.801629 +geoId/34031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0053498015 +geoId/34031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.0005685400000000001 +geoId/34031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.0019240915000000001 +geoId/34031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.02675131088 +geoId/34031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0019240915000000001 +geoId/34033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00012199799999999999 +geoId/34033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0129326 +geoId/34033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/34035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0145514252 +geoId/34035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,1.589158 +geoId/34035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,7.464491747 +geoId/34035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/34037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0006083095 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,2.92237 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,1.960222 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.00011412745 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,41.09522 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,26.04035 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,100.34844710214811 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.073907232 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.198362304 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,1.073907232 +geoId/34037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/34039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.22639261900000002 +geoId/34039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0433382175 +geoId/34041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,2.964449e-05 +geoId/34041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/34041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.06035057749000001 +geoId/34041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.2556971038 +geoId/34041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/34041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/34041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/35001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.00012172869999999999 +geoId/35001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.0001027769 +geoId/35001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0002245056786286715 +geoId/35007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.02460852 +geoId/35007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,6.816237 +geoId/35007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,0.199498 +geoId/35007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.07947155 +geoId/35007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.28122105 +geoId/35007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.28122105 +geoId/35009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,6.151795e-10 +geoId/35009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/35009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,8.871687e-06 +geoId/35009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/35009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.4574359249987e-05 +geoId/35009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,5.416049e-06 +geoId/35009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/35011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.8295815e-06 +geoId/35019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.8295815e-06 +geoId/35023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,6.183783e-08 +geoId/35023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.183783e-08 +geoId/35023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35028,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,15.848314 +geoId/35028,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,7.236708 +geoId/35029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.004181766999999999 +geoId/35029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.013705717 +geoId/35031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00695220813 +geoId/35035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.022269450747 +geoId/35035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/35037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.79781882 +geoId/35037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,1.757211 +geoId/35039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/35039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.08746902645999999 +geoId/35039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/35039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.293891368 +geoId/35039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.035459870000000004 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,3.19819587 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,2.011951e-06 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.09438472 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonDioxide_SCC_22_MobileSources,4758.2821 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,11.49996 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,1.5143794320000002e-06 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.0282038242 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.5786425 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,4.8430330000000005e-05 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,1.32330498e-05 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methane_SCC_22_MobileSources,0.4886604 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.004393144 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,0.00013484920900000001 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_NitrousOxide_SCC_22_MobileSources,0.05860634 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,352.85501 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,1.5587556 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,1.30617 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.0091861719447 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5133.633172348629 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.49170957 +geoId/35041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.31914788 +geoId/35041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0012423145 +geoId/35041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/35041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,11.79917938 +geoId/35041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0331277275 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,11.558551 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,3.7381950000000006 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,5.956034999999999e-06 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.26280221 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonDioxide_SCC_22_MobileSources,998.075 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,408.96976 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,1.717445e-06 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,2.8313762000000002 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.0038247029999999996 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.0046032347 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,4.1073377000000004e-06 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methane_SCC_22_MobileSources,2.3203131999999997 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.11287531415999999 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,0.001505195 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_NitrousOxide_SCC_22_MobileSources,0.53611395 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,35.8777 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,49.167837 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,20.901267500000003 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.0008283909999999999 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1695.3133473302744 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,4.2670156 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,2.2708046 +geoId/35043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,44.084088 +geoId/35045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00860445 +geoId/35045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,21.39934097 +geoId/35045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00860445 +geoId/35047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.11560084999999999 +geoId/35047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.914931759491 +geoId/35047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.448726 +geoId/35047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.7719445 +geoId/35047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,7.448726 +geoId/35055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.05299505 +geoId/35057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.21080074999999998 +geoId/35057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.3514895 +geoId/35059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.000552525 +geoId/36001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000161148 +geoId/36001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0074668320000000005 +geoId/36001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.03 +geoId/36003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0712278905 +geoId/36003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,13.51011 +geoId/36003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,13.525555888499998 +geoId/36005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0041580882 +geoId/36007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.004730937466 +geoId/36007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0012143786 +geoId/36009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.044964915599999995 +geoId/36009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00074319 +geoId/36009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.10121514999999999 +geoId/36009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,28.82244 +geoId/36009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,21.47272 +geoId/36009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.031184245 +geoId/36009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,53.882795377 +geoId/36009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,24.290405 +geoId/36009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,1.200935 +geoId/36009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.00938497 +geoId/36009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,24.290405 +geoId/36011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000263968 +geoId/36011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.017634979100000003 +geoId/36011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.530154961244545e-06 +geoId/36011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,12.90621 +geoId/36011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,14.873598321370961 +geoId/36013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/36013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.005401964 +geoId/36013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,1.394118e-05 +geoId/36013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.366782 +geoId/36013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0020658020000000003 +geoId/36013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.3953516837334499 +geoId/36013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0020658020000000003 +geoId/36013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00903819865 +geoId/36013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0019952399999999997 +geoId/36015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.034069607200000004 +geoId/36017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00702591 +geoId/36017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000842006016 +geoId/36017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.6669923000000001 +geoId/36017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.033029499999999996 +geoId/36017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.6339628 +geoId/36019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.6939351e-05 +geoId/36019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0101144178 +geoId/36019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.01891456 +geoId/36019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,2.269748 +geoId/36019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0054494 +geoId/36019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,1.690962 +geoId/36019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.11227206285 +geoId/36019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.06430952 +geoId/36021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0368489126 +geoId/36021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,2.0969755 +geoId/36021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,2.8833415000000002e-05 +geoId/36021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.807010886465 +geoId/36023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.018863426 +geoId/36023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,5.96314 +geoId/36023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.7240955 +geoId/36023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/36023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,6.958642376707 +geoId/36025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0048914773 +geoId/36025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.06410880000000001 +geoId/36027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0005725648548 +geoId/36027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1115349941 +geoId/36027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.1595827 +geoId/36027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,24.37172 +geoId/36027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0002561545 +geoId/36027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,24.5742968795 +geoId/36029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0044749807400000004 +geoId/36029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.048977713699999995 +geoId/36029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.00101 +geoId/36029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1354486 +geoId/36029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.1354486 +geoId/36031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0041295262 +geoId/36031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,3.3722622e-06 +geoId/36031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.3722622e-06 +geoId/36031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,25.353525226560002 +geoId/36033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.5000000000000004e-05 +geoId/36033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.004015105418999999 +geoId/36033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0042392048 +geoId/36033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,8.507525e-07 +geoId/36033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.00787734 +geoId/36033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.914194e-06 +geoId/36033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.003308483 +geoId/36033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.011938919089261 +geoId/36033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,3.1903225e-06 +geoId/36035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0010500856 +geoId/36035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_27_NaturalSources,100.25019999999999 +geoId/36035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,100.25019999999999 +geoId/36037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0378788273 +geoId/36039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000396397 +geoId/36039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0030718576 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.1057515 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,4.3992620000000004e-05 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.231574 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,4.331261e-06 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.219501 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,1.5392085e-08 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.23231990982 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.427435 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1058050345559385 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,5.190355e-06 +geoId/36039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.19586099999999998 +geoId/36041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.038133423400000005 +geoId/36041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,1.17158 +geoId/36041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.0002822535 +geoId/36041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.17221934417 +geoId/36043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0020129783 +geoId/36043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.4364e-05 +geoId/36043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0287938112 +geoId/36045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07420085679999999 +geoId/36045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00044 +geoId/36045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.03853811 +geoId/36045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013251275 +geoId/36047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.017634330099999998 +geoId/36047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,114.302363 +geoId/36047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,2.0210630000000003 +geoId/36047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,112.2813 +geoId/36049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8e-05 +geoId/36049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0074355932 +geoId/36049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.004554208 +geoId/36051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00358042824 +geoId/36051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.57702083075 +geoId/36053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0202687483 +geoId/36053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.4600376850185 +geoId/36055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0042980299 +geoId/36055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10633428036 +geoId/36055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,8.218254999999999e-05 +geoId/36055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.022591183971 +geoId/36057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0011767799999999999 +geoId/36057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0013619708 +geoId/36059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.008674020289999999 +geoId/36059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0011 +geoId/36059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.010228 +geoId/36059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,1.9105125 +geoId/36059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.5503970000000002 +geoId/36061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.1489749999999994e-05 +geoId/36061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/36061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001823199 +geoId/36061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,4.3525005e-05 +geoId/36061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.14581512769475 +geoId/36061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,26.45981123676 +geoId/36061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/36063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5e-06 +geoId/36063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.334617e-05 +geoId/36063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.015679743099999997 +geoId/36063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00849545 +geoId/36063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0024201285000000003 +geoId/36063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.000151258 +geoId/36063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0026058229100000005 +geoId/36063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,3.443641e-05 +geoId/36065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.283549e-07 +geoId/36065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0002067471 +geoId/36065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06853595440000002 +geoId/36065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/36065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.003860219 +geoId/36065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/36065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0709893 +geoId/36067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.73902e-06 +geoId/36067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.3000523e-05 +geoId/36067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00462762235 +geoId/36067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.8783479999999999 +geoId/36067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.8783479999999999 +geoId/36069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0079357255 +geoId/36069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,1.083054e-08 +geoId/36069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.083054e-08 +geoId/36071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.44605e-06 +geoId/36071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0025537095590000003 +geoId/36071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04283798969 +geoId/36071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0699 +geoId/36071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,2.7610305 +geoId/36071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,118.7014 +geoId/36071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.01867756 +geoId/36071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,118.7014 +geoId/36071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,5.131618367500001 +geoId/36073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001558269 +geoId/36073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0113025316 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.3976228 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.5867145e-05 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.000576987 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.815105e-05 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.3583234999999999e-06 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,5.213277 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,10.5907399367185 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.0018801 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.9228455 +geoId/36073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.002404113 +geoId/36075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.010055238299999998 +geoId/36075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0250816812 +geoId/36075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.0488675 +geoId/36077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000456032 +geoId/36077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0020005177 +geoId/36079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0097481804 +geoId/36079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.002091119 +geoId/36081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.024939238000000002 +geoId/36081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004499869399999999 +geoId/36081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.094577707 +geoId/36081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.174263175 +geoId/36083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/36083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01202217809 +geoId/36083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,8e-05 +geoId/36085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/36085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004943058899999999 +geoId/36085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,7.368e-07 +geoId/36085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/36085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/36085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/36087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01174593339 +geoId/36089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/36089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.080559161 +geoId/36089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.01813804 +geoId/36089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.002182673 +geoId/36089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.141991682407 +geoId/36091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.026190182799999996 +geoId/36091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.00043499634999999995 +geoId/36091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01056214485 +geoId/36091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.007154545 +geoId/36093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.014847942199999999 +geoId/36093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,31.12487557755 +geoId/36093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.141173 +geoId/36095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0196976356 +geoId/36095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0009514205 +geoId/36095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.005252283240732588 +geoId/36097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.552395e-06 +geoId/36097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004003771000000001 +geoId/36097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.011047205 +geoId/36097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.00249453 +geoId/36097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013541735 +geoId/36099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/36099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0116307353 +geoId/36099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.428441853684 +geoId/36099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.4284123 +geoId/36101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.80201e-06 +geoId/36101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06291213720000001 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.008613860000000001 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0019360965000000002 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,7.275825e-06 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_21_StationarySourceFuelCombustion,2.198285 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.00046408235 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,114.7993 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,1.2124165 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,123.0933379163235 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,2.9310465e-05 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1022049 +geoId/36101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.06949934 +geoId/36103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.4582e-05 +geoId/36103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.023895720395 +geoId/36103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.14532974258999998 +geoId/36103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,5.0561e-05 +geoId/36103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.0022890000000000002 +geoId/36103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01107674 +geoId/36103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,3.1787875 +geoId/36103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01107674 +geoId/36105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.047107400199999996 +geoId/36105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.02739028 +geoId/36105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0001374669 +geoId/36105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02758912587085 +geoId/36107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0003720179 +geoId/36107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00200462 +geoId/36107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.73914 +geoId/36107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.73914 +geoId/36109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0133318069 +geoId/36109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.009966647 +geoId/36109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00015076205000000002 +geoId/36109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.7625809906375 +geoId/36109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.358452 +geoId/36109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.07378492419999999 +geoId/36111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.009379348000000001 +geoId/36113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00015 +geoId/36113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0006156460000000001 +geoId/36113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00639502113 +geoId/36113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,3.589784e-05 +geoId/36113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0002918053927 +geoId/36115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5e-06 +geoId/36115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0057682820000000004 +geoId/36115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.2815 +geoId/36115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.41849925 +geoId/36115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,1.096468 +geoId/36115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.51496725 +geoId/36117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03286029696 +geoId/36117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.32078395 +geoId/36119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00882454233 +geoId/36119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0055800578 +geoId/36119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0008604579999999999 +geoId/36119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/36119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,6.04779e-05 +geoId/36119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0009949033353499998 +geoId/36121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0002809569 +geoId/36121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/36121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/36121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00018576080303999999 +geoId/36121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/36121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/36123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00200057799 +geoId/36123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0006744279 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.888943e-06 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.002021905 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0004891332 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.003057082 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.0507914 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.01222833 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.1639338 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0157812227772035 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.17322884646 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.053731049 +geoId/36123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0002581155 +geoId/37001,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.07983219999999999 +geoId/37001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0002335 +geoId/37001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.02375808 +geoId/37003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.016722715000000003 +geoId/37007,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1737679 +geoId/37011,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.027801100000000002 +geoId/37011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00250925 +geoId/37011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,16.12656 +geoId/37011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,16.2466109 +geoId/37011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0028094527000000003 +geoId/37013,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0812174 +geoId/37013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.00029 +geoId/37013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,9.8183e-08 +geoId/37013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0034425697270665 +geoId/37013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.003442466 +geoId/37015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,3.4913119999999996e-07 +geoId/37015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0270294932624 +geoId/37015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01033923 +geoId/37017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00702591 +geoId/37019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.004668220000000001 +geoId/37019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00625286 +geoId/37019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.2254335 +geoId/37019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.5009636 +geoId/37019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.10219655 +geoId/37019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.93734881641 +geoId/37019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,3.757227 +geoId/37021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000155562 +geoId/37021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0205505 +geoId/37023,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0541475 +geoId/37023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.205e-06 +geoId/37023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.001445 +geoId/37023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00588455 +geoId/37023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.07307435 +geoId/37023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.23020454999999998 +geoId/37023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07307435 +geoId/37025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.5683171e-06 +geoId/37025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.1625315 +geoId/37025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,61.53923985 +geoId/37025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.842756 +geoId/37025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,60.19685 +geoId/37027,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.026514199999999998 +geoId/37027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.647352e-05 +geoId/37027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,5.88 +geoId/37027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.7050661 +geoId/37027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.004769565 +geoId/37027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.7786832950000001 +geoId/37027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.8801939999999995 +geoId/37027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.06884763 +geoId/37029,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0639517 +geoId/37029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37031,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0877617 +geoId/37031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37033,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.10079629999999999 +geoId/37033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0006939769999999999 +geoId/37035,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1634158 +geoId/37035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00710900065 +geoId/37035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000607165 +geoId/37035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0015344834999999999 +geoId/37035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0015344834999999999 +geoId/37037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.0734500000000005e-06 +geoId/37037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,1.6425e-05 +geoId/37037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,5.3719000000000005e-05 +geoId/37037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,5.3719000000000005e-05 +geoId/37039,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.059924700000000004 +geoId/37039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/37043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37045,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2466011 +geoId/37045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.004755 +geoId/37045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.000119827 +geoId/37045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000119827 +geoId/37047,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.102519 +geoId/37047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00017639499999999998 +geoId/37047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.5145429999999996e-08 +geoId/37049,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.34032999999999997 +geoId/37049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0002517255 +geoId/37049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.2005e-06 +geoId/37049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.001295475 +geoId/37049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,2.5564924999999998e-05 +geoId/37049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.1104790006500003 +geoId/37049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00023008432499999998 +geoId/37051,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3231042 +geoId/37051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0035459188 +geoId/37051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0013414999999999998 +geoId/37051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00084195 +geoId/37051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.000932636 +geoId/37051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.3701108 +geoId/37051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000932636 +geoId/37051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.9786505 +geoId/37053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.41264025 +geoId/37053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.2525982 +geoId/37055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.5207999999999999e-05 +geoId/37055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.0524250000000001e-06 +geoId/37055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.706235e-07 +geoId/37055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,7.397045e-08 +geoId/37055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00049364761114385 +geoId/37057,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1808744 +geoId/37057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.0605000000000001e-05 +geoId/37057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.21731 +geoId/37057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0005357415 +geoId/37057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.019133635000000003 +geoId/37057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,25.51151 +geoId/37057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.1096995 +geoId/37057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,25.794348037165 +geoId/37057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.05937331999999999 +geoId/37057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1530691 +geoId/37057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.03442715 +geoId/37059,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1502039 +geoId/37059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000222926 +geoId/37059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37061,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3773758 +geoId/37061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.20339e-05 +geoId/37063,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.05777072 +geoId/37063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000103509 +geoId/37063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,1.3e-05 +geoId/37063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.46485000000000004 +geoId/37063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.07150341 +geoId/37063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.06401187 +geoId/37063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.26837e-07 +geoId/37063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.13552819229692 +geoId/37065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37067,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0165116 +geoId/37067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5e-07 +geoId/37067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.2646900000000005e-06 +geoId/37069,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.13193000000000002 +geoId/37069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.01515 +geoId/37071,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.025343380000000002 +geoId/37071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.50879688992 +geoId/37073,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0897481 +geoId/37075,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00242186 +geoId/37075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4e-06 +geoId/37077,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2473882 +geoId/37077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000747212 +geoId/37079,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0138782 +geoId/37081,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.4326443 +geoId/37081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.8601e-05 +geoId/37081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0022187743405 +geoId/37081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.11056999999999999 +geoId/37081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.16169735000000002 +geoId/37081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.02543133 +geoId/37081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,3.716247 +geoId/37081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.74167833 +geoId/37083,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3580627 +geoId/37083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000186803 +geoId/37083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,2.195867 +geoId/37083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.9890063653 +geoId/37083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.7930442 +geoId/37085,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1930376 +geoId/37087,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.20708632999999999 +geoId/37087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.4496199999999995e-06 +geoId/37087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.004853524999999999 +geoId/37087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.07804156 +geoId/37087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.07188515 +geoId/37089,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0947471 +geoId/37091,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.008555740000000001 +geoId/37091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.02037844 +geoId/37091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.566173e-05 +geoId/37091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,8.553911000000001e-06 +geoId/37091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,7.044398e-06 +geoId/37091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.03688415472712 +geoId/37091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,4.2769559999999995e-05 +geoId/37091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.01429006 +geoId/37093,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0780207 +geoId/37097,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.8241813 +geoId/37097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.85325e-07 +geoId/37097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0056500000000000005 +geoId/37099,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.09473390000000001 +geoId/37099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0009589049999999999 +geoId/37101,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.547989 +geoId/37101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000127123 +geoId/37101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.005062 +geoId/37101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.002709291 +geoId/37103,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0526343 +geoId/37105,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1878621 +geoId/37105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0216 +geoId/37105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.20072675 +geoId/37105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,34.68689 +geoId/37105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.46466485 +geoId/37105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,35.35500200285 +geoId/37109,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.122022 +geoId/37111,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2565696 +geoId/37111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.2605e-05 +geoId/37111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/37111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,8.999999999999999e-06 +geoId/37111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.49618790214999997 +geoId/37111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0017555700000000001 +geoId/37111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1753336 +geoId/37113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00017250299999999998 +geoId/37113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.001131454 +geoId/37113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00116470999 +geoId/37115,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.06915260000000001 +geoId/37115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.249447 +geoId/37115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.8224615e-06 +geoId/37115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2567612345615 +geoId/37117,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.041153 +geoId/37117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.16722399999999998 +geoId/37117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.16722399999999998 +geoId/37119,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0330763 +geoId/37119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.27853336371881005 +geoId/37121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.047 +geoId/37121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.4332327 +geoId/37123,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.02272632 +geoId/37123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.0810000000000004e-05 +geoId/37123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0038855225 +geoId/37125,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0378782 +geoId/37125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00012981100000000002 +geoId/37125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,5.047665e-05 +geoId/37125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,10.09533 +geoId/37125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,10.09538047665 +geoId/37127,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6160329 +geoId/37127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.00019032389999999998 +geoId/37127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00019032389999999998 +geoId/37129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.496545 +geoId/37131,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1249387 +geoId/37131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,2.8e-05 +geoId/37131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,243.7353 +geoId/37131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.04679718 +geoId/37131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.1304424999999996e-10 +geoId/37131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,244.125276475 +geoId/37133,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.118227 +geoId/37135,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.434771 +geoId/37135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.5e-07 +geoId/37135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,1.25e-07 +geoId/37135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.011427944 +geoId/37137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.72075e-05 +geoId/37137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.72075e-05 +geoId/37137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,5.79e-06 +geoId/37139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01311629 +geoId/37139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.01311629 +geoId/37141,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3226755 +geoId/37141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0758683 +geoId/37141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.30925795 +geoId/37141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.8005348735 +geoId/37141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.007467092 +geoId/37141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.06844834 +geoId/37143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.05734755 +geoId/37143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0573497612219 +geoId/37145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.8e-05 +geoId/37145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,6.05e-06 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.000572433 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,5.2849e-06 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.000572433 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.5741892848999997 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.127474 +geoId/37145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,2.44671 +geoId/37147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37149,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.30373380000000005 +geoId/37151,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0809472 +geoId/37151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.21104e-07 +geoId/37151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.008241380999999999 +geoId/37151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,2.235e-06 +geoId/37153,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2624684 +geoId/37153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/37153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0 +geoId/37155,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.438008 +geoId/37155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000459764 +geoId/37155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.083554e-07 +geoId/37155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0022588699074 +geoId/37157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,9.878003 +geoId/37157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,16.403973496 +geoId/37157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,5.471639 +geoId/37159,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.083844 +geoId/37159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.645e-06 +geoId/37161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,1.238e-05 +geoId/37161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.325726 +geoId/37161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,1.325726 +geoId/37163,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2645024 +geoId/37163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37165,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.049362699999999995 +geoId/37165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.0000000000000001e-07 +geoId/37165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/37165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/37167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.015457340000000002 +geoId/37167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,8.044519999999999e-06 +geoId/37167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.83954942182 +geoId/37167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.05628125 +geoId/37169,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0600221 +geoId/37169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,9.845181e-06 +geoId/37171,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2857491 +geoId/37171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.9266289999999996e-07 +geoId/37171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00802961 +geoId/37171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.01828787 +geoId/37171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.577704069184 +geoId/37171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.01828787 +geoId/37173,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.052309100000000004 +geoId/37173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,4.12e-06 +geoId/37173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.01895777 +geoId/37173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.06454673650000001 +geoId/37175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.02163031 +geoId/37175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,9.27013e-05 +geoId/37175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.207174e-05 +geoId/37175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.021745083039999998 +geoId/37177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.9335e-09 +geoId/37177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0011918639006 +geoId/37177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.712242648 +geoId/37177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.01255176 +geoId/37177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.000456573 +geoId/37177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.69732 +geoId/37179,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000495751 +geoId/37179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37181,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1363081 +geoId/37183,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0115832 +geoId/37183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0016712005 +geoId/37183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.2270808 +geoId/37183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.000238918 +geoId/37183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.0365645405000001 +geoId/37183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.43443091884905 +geoId/37185,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1225293 +geoId/37185,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.15e-06 +geoId/37185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/37187,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.036967599999999996 +geoId/37187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.40318994999999996 +geoId/37187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,6542.203 +geoId/37187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.29907775 +geoId/37187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_27_NaturalSources,6542.203 +geoId/37189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.5286980242 +geoId/37191,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.06984557999999999 +geoId/37191,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.808500000000001e-05 +geoId/37191,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,2.5030000000000003e-05 +geoId/37191,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00268 +geoId/37193,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.107504 +geoId/37193,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.178903e-05 +geoId/37193,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00301111 +geoId/37193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,1.9325675000000002e-05 +geoId/37193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.742153e-05 +geoId/37193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,25.680226918105 +geoId/37193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00496557738 +geoId/37193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.004937925 +geoId/37195,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.282315 +geoId/37195,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001064 +geoId/37195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0243456410754 +geoId/37197,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.33128120000000005 +geoId/37197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.179418e-05 +geoId/37197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.2799909 +geoId/37197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.001887346 +geoId/37197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2877476787789 +geoId/37197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.12118350391299999 +geoId/37197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00565856775 +geoId/37199,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.039051499999999996 +geoId/38001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,3.70259e-05 +geoId/38001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/38001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.007581493 +geoId/38001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/38001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.81569e-08 +geoId/38001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.008123583858565 +geoId/38001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00131618 +geoId/38001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/38005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.2419524 +geoId/38005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0203445974914 +geoId/38005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.2419524 +geoId/38005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7466 +geoId/38005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.426 +geoId/38005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.003364257 +geoId/38007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.003218635 +geoId/38007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0036692434999999997 +geoId/38007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,4.165292e-08 +geoId/38007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/38007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00688792015292 +geoId/38007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/38011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,2.7161915e-06 +geoId/38011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.100985475e-05 +geoId/38017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,4.60023e-07 +geoId/38017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.547359e-06 +geoId/38017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.05080705 +geoId/38017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.566503804999999e-06 +geoId/38017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05080705 +geoId/38023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,2.6703e-06 +geoId/38023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00032665801013 +geoId/38023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.6703e-06 +geoId/38023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.00030773885 +geoId/38025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_27_NaturalSources,116.5114 +geoId/38025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.002071647 +geoId/38025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0030352035999999995 +geoId/38025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,116.5114 +geoId/38027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000241489 +geoId/38027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.000241489 +geoId/38029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.9954e-07 +geoId/38029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.9954e-07 +geoId/38031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.7710395 +geoId/38031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.7710395 +geoId/38033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/38033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0 +geoId/38033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/38033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/38033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/38033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/38033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/38033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/38033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.53402157784 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.000348143 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.178673 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.206295 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.069 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,6.2511e-07 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.7858670000000001 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0028942 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.677967 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,2.158445e-06 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,50.944289999999995 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,44.1137 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,0.0 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.06903925 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0197938 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.14021799999999998 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.012164099999999999 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,2.1044699999999996 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.4065e-06 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0001507175 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.17953e-06 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,3.5419050000000003 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_27_NaturalSources,538.831 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.0 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.001326195 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.00407592 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.00020318285 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.373555e-06 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,2.00387e-06 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.0482339999999999 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,371.999 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_22_MobileSources,1.23169e-06 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,1.835499 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,12.4107 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,187.3555214 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,4.07836 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.158351 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.07988574999999999 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.009885709999999999 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.00162808 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.0012662 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,1.0720900000000001e-05 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,70.12154527201412 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,372.37752229896 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,19.289730463475998 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,10.111889105 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,16.678398927849997 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,21.71449893765 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,538.831 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,335.33050027658 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.000379138165 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.10617737 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.31008 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.07917529999999999 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.1263125 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.49416000000000004 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.185333 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,6.94528 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.43546399999999996 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.128338 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,13.5904969 +geoId/38035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,8.18575 +geoId/38035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00020556248585 +geoId/38037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.07206972 +geoId/38037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.07206972 +geoId/38037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2138.435 +geoId/38041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004752220000000001 +geoId/38043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1557715 +geoId/38043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.1557715 +geoId/38045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,3.505552e-06 +geoId/38045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.006320617 +geoId/38045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.011190732052 +geoId/38047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000668300094 +geoId/38049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,1.557668e-05 +geoId/38049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.9511135e-05 +geoId/38051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_27_NaturalSources,521.6043 +geoId/38051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0102621 +geoId/38051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,521.6043 +geoId/38051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0102621 +geoId/38055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.00750667 +geoId/38055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.776727 +geoId/38055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.2043236 +geoId/38055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.02009417 +geoId/38055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.01776727 +geoId/38059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.05433295 +geoId/38059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,9.091531 +geoId/38059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00011826749999999999 +geoId/38059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.1052405075 +geoId/38059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,9.1459237661 +geoId/38059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.066346 +geoId/38061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,132.3618 +geoId/38061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_23_IndustrialProcesses,0.0002325438 +geoId/38061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,20.50613 +geoId/38061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,154.1175975438 +geoId/38061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00010345582000000001 +geoId/38061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/38061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,7.471809e-05 +geoId/38061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/38069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,1.4625335e-06 +geoId/38069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.0017881985000000001 +geoId/38069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,2.0634155e-07 +geoId/38069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.001770672 +geoId/38069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0035605489713523503 +geoId/38073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.09291438 +geoId/38073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.09298130855177901 +geoId/38075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/38081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.1440648 +geoId/38081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.000605808 +geoId/38081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,1.156399 +geoId/38081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_26_WasteDisposalTreatmentAndRecovery,0.001033218 +geoId/38081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000605808 +geoId/38081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.3254481536 +geoId/38081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.3393670688670003e-07 +geoId/38089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000121793 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.65643804e-06 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.016889483386500002 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.002691765 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,6.129768e-05 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.09989933000000001 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0004249973 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.3736889086532752 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1831479 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,1.129877e-06 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0004903815 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.1730467 +geoId/38095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.1831479 +geoId/38097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0005560690000000001 +geoId/38097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0006058682900000001 +geoId/38103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.011541125 +geoId/38103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000351534 +geoId/38103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.11758874 +geoId/38103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.04191649 +geoId/38105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,8.91957 +geoId/38105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,27.9769750735 +geoId/39001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.483731195 +geoId/39001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,7.3078519999999995e-06 +geoId/39003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.108208874 +geoId/39003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.139 +geoId/39005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.2926333 +geoId/39007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.864094502 +geoId/39007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/39009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1274457 +geoId/39011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.9308152 +geoId/39011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00018685 +geoId/39013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.16234415 +geoId/39013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0012644 +geoId/39013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,4.524665 +geoId/39013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.032062959999999995 +geoId/39013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.12821090000000002 +geoId/39013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,1.036702 +geoId/39013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.06876496 +geoId/39013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.6528759 +geoId/39015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,5.894964e-06 +geoId/39015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000979359964 +geoId/39017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.053e-06 +geoId/39017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.5692500000000003e-05 +geoId/39017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.006287299999999999 +geoId/39017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.47747485 +geoId/39017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.47747485 +geoId/39017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.019633273 +geoId/39017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9794260238 +geoId/39019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00058664 +geoId/39019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.4749736 +geoId/39019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.47233485000000003 +geoId/39019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.999432268900001 +geoId/39019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1055497 +geoId/39021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.483467448 +geoId/39021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.96529808 +geoId/39023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,1.6939685e-05 +geoId/39023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,12.07483 +geoId/39023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,12.5908863424 +geoId/39023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,3.189691195 +geoId/39023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.6939685e-05 +geoId/39023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.2182496 +geoId/39023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,3.146583 +geoId/39025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.96570089 +geoId/39025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00012200089999999999 +geoId/39025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00012200089999999999 +geoId/39027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.18368824 +geoId/39027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,12.64611110417 +geoId/39029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.79630536 +geoId/39029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0425396 +geoId/39029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.1155e-05 +geoId/39029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.0007 +geoId/39029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/39029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/39029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/39029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.106612 +geoId/39029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.106612 +geoId/39031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.04220425 +geoId/39031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.483414063 +geoId/39031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,7.515e-06 +geoId/39031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.01416785 +geoId/39031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.017851492 +geoId/39031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.8602636 +geoId/39031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.8602636 +geoId/39033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.054741414 +geoId/39033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0150930690265 +geoId/39033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/39035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.449775929491 +geoId/39035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.020521955999999997 +geoId/39035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,20.49323 +geoId/39035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.16742835 +geoId/39035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,20.6611619745 +geoId/39037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.483505884 +geoId/39039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1955403 +geoId/39041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.417717407 +geoId/39043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.039339446 +geoId/39043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.003567071 +geoId/39043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.26571800570000004 +geoId/39045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.1096599999999995e-05 +geoId/39045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0013055 +geoId/39045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0001873781 +geoId/39045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,7.135037e-05 +geoId/39045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/39045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.238688130306 +geoId/39045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.000702501 +geoId/39045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.2377234 +geoId/39047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.18644e-05 +geoId/39049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9657256021832 +geoId/39051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.8239500000000005e-05 +geoId/39051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.1257395 +geoId/39051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0278204171 +geoId/39053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.483042028 +geoId/39053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0128421 +geoId/39053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,3.764805e-05 +geoId/39053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0022106499999999998 +geoId/39053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,5.645867e-05 +geoId/39053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.8229339999999997e-05 +geoId/39053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.205809 +geoId/39053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.2438141073671 +geoId/39055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.792056848 +geoId/39055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.1837622275831 +geoId/39057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.048493 +geoId/39057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.9415717607 +geoId/39059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0013027229 +geoId/39059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0001375152 +geoId/39059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0001375152 +geoId/39061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.981419e-06 +geoId/39061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.164957589987 +geoId/39061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,4.919e-09 +geoId/39061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,0.001589681 +geoId/39061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,0.0001273099 +geoId/39061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.3423333 +geoId/39061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,2.4958934999999997e-07 +geoId/39061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.397696501412 +geoId/39061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.34405088972099 +geoId/39063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9654726429 +geoId/39063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0255822 +geoId/39065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.483466375 +geoId/39065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.5549885 +geoId/39065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,8.32483e-05 +geoId/39065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.012287655000000001 +geoId/39065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.3049488441 +geoId/39065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.5550717483 +geoId/39067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.4481332642 +geoId/39067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0017599199999999999 +geoId/39067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,1.1087205 +geoId/39067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,21.483221011000005 +geoId/39067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_26_WasteDisposalTreatmentAndRecovery,0.42094405 +geoId/39069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.680113409 +geoId/39069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/39071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9657502549 +geoId/39071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,124.4738 +geoId/39071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,124.4738 +geoId/39071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.96102386 +geoId/39073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0715891 +geoId/39073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00013292595 +geoId/39073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000498026316445 +geoId/39073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.211605e-05 +geoId/39075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.1412e-05 +geoId/39075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.44790351 +geoId/39075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0127531 +geoId/39075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.2865e-05 +geoId/39075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses,0.001474649 +geoId/39075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_23_IndustrialProcesses,2.8494389999999997e-07 +geoId/39075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_23_IndustrialProcesses,1.676956e-06 +geoId/39075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_23_IndustrialProcesses,3.414532e-07 +geoId/39075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_23_IndustrialProcesses,2.12338e-09 +geoId/39075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.008693225 +geoId/39075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.06255100564948 +geoId/39075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,2.938688105 +geoId/39075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.05745088 +geoId/39077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.93271677 +geoId/39077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.051194699999999996 +geoId/39079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.8145e-06 +geoId/39079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.1850314400000004 +geoId/39079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0001405853 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.1897639 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_28_MiscellaneousAreaSources,7.660525e-07 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,8.112451366e-05 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,6.49565e-06 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,6.73476e-10 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.001190489 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0009523911 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.19233202272615002 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.024283746525415498 +geoId/39079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.018776418173 +geoId/39081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.16437319 +geoId/39081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.042846800000000004 +geoId/39081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.30651530000000005 +geoId/39081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.750017660999999 +geoId/39081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,3.835438 +geoId/39083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.97951544 +geoId/39083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012783899999999999 +geoId/39083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0003232194 +geoId/39083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0018708714618999997 +geoId/39085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9650476729999999 +geoId/39085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.007349601 +geoId/39085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,312.6074 +geoId/39085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.4221983 +geoId/39085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,312.794931239 +geoId/39085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.4221983 +geoId/39087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000729399 +geoId/39087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.000777633 +geoId/39087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000777633 +geoId/39089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.9310321776 +geoId/39089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,3.756012 +geoId/39089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.117472 +geoId/39089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,6.260019999999999e-05 +geoId/39089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.9373145512 +geoId/39091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.900819461 +geoId/39091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012856 +geoId/39091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/39091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/39093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.9810000000000002e-05 +geoId/39093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.42799785 +geoId/39093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,2.551809e-05 +geoId/39093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,5.7873750000000005e-05 +geoId/39093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,1.722323e-06 +geoId/39093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,8.511416300000001e-05 +geoId/39095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.48278481195 +geoId/39095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,5.9999999999999995e-05 +geoId/39095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00282 +geoId/39097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.502436784 +geoId/39097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.13e-07 +geoId/39099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.16421228605 +geoId/39099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00047645 +geoId/39101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.48338644000000003 +geoId/39101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.05443535 +geoId/39101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.05465152875 +geoId/39103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.66956875 +geoId/39103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.48280924 +geoId/39105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.490484438 +geoId/39105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.21073e-05 +geoId/39105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.4855438 +geoId/39105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.94805284355 +geoId/39107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.483484501 +geoId/39107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0016191629999999999 +geoId/39107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0005226835 +geoId/39107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0021418465 +geoId/39109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.10946825 +geoId/39109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012856 +geoId/39109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0018267770000000001 +geoId/39109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,9.881076 +geoId/39109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.09525875 +geoId/39109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,7.00717e-05 +geoId/39109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,10.527113699800001 +geoId/39109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.001838955515 +geoId/39111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.491022836 +geoId/39111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0562135 +geoId/39111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0038224170000000003 +geoId/39111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,1.876957e-05 +geoId/39111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.03147111 +geoId/39111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.03531229657 +geoId/39113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.97592658289 +geoId/39113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0257117 +geoId/39115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,3.885062 +geoId/39115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/39115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/39115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/39115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.90448731 +geoId/39115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.96530004 +geoId/39117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,9.846027000000001e-07 +geoId/39117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0001255195027 +geoId/39117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0001245349 +geoId/39119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.10819548 +geoId/39119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.109018541 +geoId/39119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.000986 +geoId/39121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.417416e-05 +geoId/39123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.070122774 +geoId/39123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/39123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/39125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.3917001 +geoId/39125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0128421 +geoId/39125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization,0.020817745 +geoId/39125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.264801728 +geoId/39127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.00037853795 +geoId/39127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00037853795 +geoId/39129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.062386794 +geoId/39129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,3.9069545e-05 +geoId/39129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.0005120015 +geoId/39129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0017046754559005 +geoId/39131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.45110286 +geoId/39131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.041110616759999996 +geoId/39133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.2739788115 +geoId/39133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0002793 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.04805255 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources,7.023715e-08 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,7.623330999999999e-08 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,2.890209e-05 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,1.933668e-08 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.00023461715 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,17.69748257415 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0515947 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.1495349309073e-05 +geoId/39133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,2.427451e-06 +geoId/39135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.1084614999999998 +geoId/39135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0934876 +geoId/39135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,1.0485815e-09 +geoId/39135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,3.259389 +geoId/39135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,35.853279 +geoId/39135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.48418308076056e-05 +geoId/39137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.061262359 +geoId/39137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,6.590179e-06 +geoId/39137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.01245673 +geoId/39137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.013010887579849998 +geoId/39137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.010022674 +geoId/39139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.21582484 +geoId/39139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.010089 +geoId/39139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00021709015999999998 +geoId/39139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.331900585 +geoId/39139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/39141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00013015 +geoId/39141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0128136 +geoId/39141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0077610000000000005 +geoId/39141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,3.602187 +geoId/39141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.75910992145 +geoId/39143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.7042667726 +geoId/39143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.1611 +geoId/39145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.27170661 +geoId/39145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2456637 +geoId/39145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.608752684 +geoId/39147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.81191277 +geoId/39147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/39149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.054861577 +geoId/39151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.4265387 +geoId/39153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.904556383221 +geoId/39153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.00975 +geoId/39153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/39153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/39153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,3.3424294999999997 +geoId/39155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.96504882 +geoId/39155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.038469 +geoId/39155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.09646558488250001 +geoId/39155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/39155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.04794376 +geoId/39157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5104164976 +geoId/39157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000378845 +geoId/39159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0383977 +geoId/39159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0001797762 +geoId/39159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.2389710000000003e-06 +geoId/39159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000182016514383 +geoId/39161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0029545 +geoId/39161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00248416 +geoId/39163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.042846800000000004 +geoId/39163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.1404256 +geoId/39163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,22.57725 +geoId/39163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.001601605904 +geoId/39163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.143601894 +geoId/39163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,22.57725 +geoId/39165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.45063968 +geoId/39167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.96573788 +geoId/39167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0045091 +geoId/39167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_26_WasteDisposalTreatmentAndRecovery,0.0043148 +geoId/39167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_26_WasteDisposalTreatmentAndRecovery,0.007638 +geoId/39167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/39167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.019089372 +geoId/39169,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.55123935 +geoId/39171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.403062240000001 +geoId/39171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.3539355e-06 +geoId/39171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0108171453442 +geoId/39171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,65.72538 +geoId/39171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0054738 +geoId/39171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.714091018245 +geoId/39171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_26_WasteDisposalTreatmentAndRecovery,0.00940335 +geoId/39171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,65.72538 +geoId/39171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.649825 +geoId/39173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.436353901 +geoId/39173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.005595 +geoId/39173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.9991777 +geoId/39173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.09266175 +geoId/39173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.00033005265 +geoId/39173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.18686090115 +geoId/39175,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0256685 +geoId/39175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0007962473 +geoId/39175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.419049 +geoId/39175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.6390544537889999 +geoId/39777,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,9.21e-05 +geoId/40001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0002463241 +geoId/40001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0003021396 +geoId/40003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00033221024999999997 +geoId/40003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.896940000000001e-07 +geoId/40003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00059340105345 +geoId/40005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.615437 +geoId/40005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0060238950000000005 +geoId/40005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.27902392510999996 +geoId/40005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.615437 +geoId/40005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.001812905 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.000366785 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,3.2472120000000003e-06 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,7.1395e-05 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0010331588296 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0006265585 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.048345253415 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_26_WasteDisposalTreatmentAndRecovery,0.00067035 +geoId/40007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.046325 +geoId/40009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0707635666563381 +geoId/40009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,38.28411040028011 +geoId/40009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.20118685 +geoId/40009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.10013255 +geoId/40009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.20118685 +geoId/40011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.010075694999999999 +geoId/40011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.013888909999999999 +geoId/40011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0001336792 +geoId/40011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.9329514 +geoId/40011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.960277527085 +geoId/40011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0001345146948 +geoId/40013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,17.707508565 +geoId/40013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,17.56645 +geoId/40017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,1.549702 +geoId/40017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,20.43182 +geoId/40017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,38.383112458 +geoId/40017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,85.4903006615 +geoId/40017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,16.36277 +geoId/40021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.009899990000000001 +geoId/40021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.009899990000000001 +geoId/40023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00043491030000000004 +geoId/40025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0002892824 +geoId/40025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.3528305e-06 +geoId/40025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0002916352305 +geoId/40027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,9.50325e-06 +geoId/40027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.076627859359216 +geoId/40027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00645254 +geoId/40029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,14.72502 +geoId/40029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00015323500000000002 +geoId/40029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.62572e-07 +geoId/40029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.128278797572 +geoId/40029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,14.72502 +geoId/40029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.121561 +geoId/40031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,2.903271e-05 +geoId/40031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.903271e-05 +geoId/40033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.00025307478560000003 +geoId/40035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.001786628 +geoId/40035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0062934537880618095 +geoId/40035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.004981151 +geoId/40035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0024481 +geoId/40037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/40037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.07577334902774 +geoId/40037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/40037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0 +geoId/40037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,49.663148951112404 +geoId/40037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/40037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/40037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,49.55846 +geoId/40039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.0360576 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.000804077 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,2.42449355e-05 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,1.4627450748000002 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonDioxide_SCC_22_MobileSources,8474.118473999999 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,72.96166149999999 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,1.3505613e-07 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.04309652 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,1.0402914708999997 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,2.20056e-06 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,8.5734609e-06 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methane_SCC_22_MobileSources,0.22246415 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.00532454 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,7.8129537e-05 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_NitrousOxide_SCC_22_MobileSources,1.3000136246 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,43.621136 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,2.5054037 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,1.275107 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.00257588176 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,8609.419442670458 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.0027653625999999997 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,4.685936101100001 +geoId/40043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,4.79359864 +geoId/40045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.168442 +geoId/40045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.0001844309 +geoId/40045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,1.006807 +geoId/40045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.8704891 +geoId/40045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,4.502921499999999e-06 +geoId/40045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.3258052318165 +geoId/40045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1697224309 +geoId/40045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.6740954 +geoId/40045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.6740954 +geoId/40047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,2.2935495e-05 +geoId/40047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.400322 +geoId/40047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,3.671583 +geoId/40047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.37249563 +geoId/40047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.981616554672 +geoId/40047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.004224318 +geoId/40047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,1.061386 +geoId/40049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001317337 +geoId/40049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.001317337 +geoId/40051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.1420651 +geoId/40051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.9027752 +geoId/40051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.1420651 +geoId/40051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.9027752 +geoId/40053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,4.909030000000001e-05 +geoId/40053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.032694270000000004 +geoId/40053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0037361303 +geoId/40055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,4.100979e-06 +geoId/40055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,7.758609e-07 +geoId/40055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00028968831812916 +geoId/40057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.9998461 +geoId/40057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.005199199 +geoId/40057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.004299338 +geoId/40057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.0132162607652 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,4.4812435e-08 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,9.12846e-06 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,8.713529999999999e-07 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.3609325e-08 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.1421958 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.0088504554e-05 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.1576951422 +geoId/40059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/40067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.21589751714 +geoId/40069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.45604785e-05 +geoId/40071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.006919481000000001 +geoId/40073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1267146 +geoId/40075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.0998e-06 +geoId/40075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.028980899799999998 +geoId/40075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.014230399999999999 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.009705074 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.025550560313856 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.000221541084032 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.331510454144 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1229309 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,8.118724 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.133355223678 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,9.020471771729724 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,92.09185 +geoId/40077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.4786688 +geoId/40081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,39.08229 +geoId/40081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.00016769115068975 +geoId/40081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.438269e-05 +geoId/40081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.071342185305 +geoId/40081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,39.11607091512031 +geoId/40083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0019635098347953 +geoId/40083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.1228625e-06 +geoId/40083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.001905235 +geoId/40083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.740051e-08 +geoId/40083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00475577779741 +geoId/40083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.2117792649838651 +geoId/40083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.002286282 +geoId/40087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.022002400000000002 +geoId/40087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.022002400000000002 +geoId/40089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,5074.733 +geoId/40089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5074.733 +geoId/40091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.2190639 +geoId/40095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.4257279070044 +geoId/40097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.00033320265015723 +geoId/40097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.09304070318650637 +geoId/40097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.08931943 +geoId/40099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.2043617 +geoId/40099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.4087234 +geoId/40101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,5.83033e-05 +geoId/40101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,1.5 +geoId/40101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.745495e-05 +geoId/40101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/40101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.53885 +geoId/40103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.107215 +geoId/40105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,9.523605e-09 +geoId/40105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0004010648 +geoId/40105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,4.4687680000000003e-07 +geoId/40105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,3.6629245e-09 +geoId/40105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.001123443661084 +geoId/40105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0004812777 +geoId/40107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00010437200000000001 +geoId/40111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0598625 +geoId/40115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0598625 +geoId/40119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0626735 +geoId/40119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0626735 +geoId/40121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.00018638189999999998 +geoId/40121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.005249755 +geoId/40121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0209679569 +geoId/40121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00261971365 +geoId/40121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,5.257355e-05 +geoId/40123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.257355e-05 +geoId/40127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.005204080000000001 +geoId/40127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.005204080000000001 +geoId/40129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.13558034581175998 +geoId/40129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.13558034581175998 +geoId/40131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0006940115468566001 +geoId/40131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.002930271 +geoId/40131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1265336222202566 +geoId/40131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.12283959922360001 +geoId/40133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/40137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,14.77526 +geoId/40137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.3260402 +geoId/40137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,34.72185 +geoId/40137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,78.40672304045 +geoId/40137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,7.87038081841355 +geoId/40137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,7.5377230134660005 +geoId/40139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.004837994 +geoId/40139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00505301595 +geoId/40141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.03466083 +geoId/40141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.041656070999999996 +geoId/40141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0023048647999999996 +geoId/40143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/40145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00243723 +geoId/40145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.10366423 +geoId/40145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.101227 +geoId/40151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.06672723000000001 +geoId/40151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.05626242 +geoId/40151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.12315090580000002 +geoId/40151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/40153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/40153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,85.46834 +geoId/40153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/40153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/40153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,85.46834 +geoId/41001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,4.550725 +geoId/41001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00853261 +geoId/41001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.90109e-09 +geoId/41001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.651479667181745 +geoId/41001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.06826088 +geoId/41005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,6.814035907512 +geoId/41007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.3876074 +geoId/41007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.21417786 +geoId/41007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00598081 +geoId/41009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0005436845 +geoId/41009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000547866689 +geoId/41013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/41019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,64.64776 +geoId/41019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,135.55175 +geoId/41023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,553.1504 +geoId/41033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.31776544600906e-06 +geoId/41033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,1.97664816901359e-06 +geoId/41033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.04706306 +geoId/41033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,8.1042574929542e-07 +geoId/41033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.05207943980936802 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.1593565 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.223125 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_27_NaturalSources,1323.12 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0695374 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00315607 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,2.0097785294e-07 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,22.1908 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_26_WasteDisposalTreatmentAndRecovery,0.0067495 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.659945e-06 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0007377593719 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.31875 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.10302800000000001 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.0097785294e-07 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,8.35361e-06 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,11.42715075 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00199247 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0895015 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.156931 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,12.1133 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,7.56195e-06 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,4.225158695 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,30.6495 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,1.20761 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,3.22661e-09 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,31.254231517482015 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,12.33029141911 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.563125 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,17.753689035 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.21971944 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.922193320015 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,1323.12 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,42.464641220000004 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.00420594 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.229946 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,2.8148 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,6.11595 +geoId/41035,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,10.3683 +geoId/41035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0001783256 +geoId/41035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,2.043127e-05 +geoId/41035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,7.643806000000001e-06 +geoId/41035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization,0.03207690948619 +geoId/41035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.6532631 +geoId/41035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.6535456699059999 +geoId/41035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.03207690948619 +geoId/41035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,7.616923e-05 +geoId/41037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0049410305 +geoId/41037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.2451469999999999e-05 +geoId/41037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.072826833305e-07 +geoId/41037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00495389617012708 +geoId/41039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.175347e-05 +geoId/41039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.175347e-05 +geoId/41043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,14.54972 +geoId/41043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,14.54972 +geoId/41045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,9.465090000000001e-06 +geoId/41045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.03671466 +geoId/41045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,2.5209115e-06 +geoId/41045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,4.2365314999999995e-06 +geoId/41045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.058958890373308 +geoId/41045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.02219413 +geoId/41047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/41047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/41049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/41049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/41051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.00503069 +geoId/41051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.007739525000000001 +geoId/41051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.00041064888732488225 +geoId/41051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.6762872 +geoId/41051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,2.0825765 +geoId/41051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,3.1351629999999995e-05 +geoId/41051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.373646038199325 +geoId/41051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.6359166682957498 +geoId/41063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.0030281885 +geoId/41063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,3.2069245000000004e-05 +geoId/41063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/41063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.229254786 +geoId/41063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.2069245000000004e-05 +geoId/41063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.2236683 +geoId/41065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.001840956 +geoId/41065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00261912315 +geoId/41071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.4474520000000006e-06 +geoId/41071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,16.479717330652 +geoId/42001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000123753 +geoId/42001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04869389529 +geoId/42003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.82572e-08 +geoId/42003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001042103 +geoId/42003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0586698 +geoId/42003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0008 +geoId/42003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0002 +geoId/42003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,240.3118 +geoId/42003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,2.514042 +geoId/42003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,246.271984057 +geoId/42003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.45276741065000004 +geoId/42003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,3.444827 +geoId/42005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/42005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.014011167 +geoId/42005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.2052125e-07 +geoId/42005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.44448 +geoId/42005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.44549521552125 +geoId/42005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0260034 +geoId/42007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.13767e-07 +geoId/42007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/42007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0035 +geoId/42009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0169047482 +geoId/42011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.7481682999999998e-05 +geoId/42011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.16710510596 +geoId/42011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.003 +geoId/42011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0003 +geoId/42011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.011 +geoId/42011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,4.3182635e-06 +geoId/42011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.017747191386000002 +geoId/42011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,6.188514500000001 +geoId/42011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,4.3182635e-05 +geoId/42013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.08369e-05 +geoId/42013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/42013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0454329 +geoId/42013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,1.81999e-05 +geoId/42013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,5.799673e-08 +geoId/42013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,2.198811e-05 +geoId/42013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,1.248943e-05 +geoId/42013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.2735437647642e-05 +geoId/42015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.73035e-06 +geoId/42015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/42015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0136395 +geoId/42017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.06353e-05 +geoId/42017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013820045999999999 +geoId/42017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.0002 +geoId/42019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00028144689999999996 +geoId/42019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.061347 +geoId/42019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.138739748 +geoId/42021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0198296 +geoId/42021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.025512871879999996 +geoId/42025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.5692500000000003e-05 +geoId/42025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0569206156 +geoId/42027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00152097 +geoId/42027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12819753575999998 +geoId/42027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/42027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.8920361 +geoId/42027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.8920361 +geoId/42029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001785689 +geoId/42029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0140643817 +geoId/42031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.92663e-06 +geoId/42031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0019322147 +geoId/42033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.009628184579999999 +geoId/42033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.3732836 +geoId/42033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,2.742825 +geoId/42033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,259.1484 +geoId/42033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,262.4123128266 +geoId/42033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.07465833000000001 +geoId/42035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000124535 +geoId/42035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012856 +geoId/42035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.119199e-05 +geoId/42037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.28442e-06 +geoId/42037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0007947595999999999 +geoId/42039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0065055 +geoId/42039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012968967 +geoId/42039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0391 +geoId/42039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,4.774456 +geoId/42039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.2260633 +geoId/42039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.0654112688148 +geoId/42039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.42287 +geoId/42039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.011978995 +geoId/42039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,1.42287 +geoId/42041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.67613e-08 +geoId/42041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01287469235 +geoId/42041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0006 +geoId/42043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0013252977623099999 +geoId/42043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.721117011 +geoId/42045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00350192663 +geoId/42045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0343543016 +geoId/42045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3216694 +geoId/42045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.001965695 +geoId/42047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00291374 +geoId/42047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07073871 +geoId/42047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,5.061319999999999 +geoId/42047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.994577e-06 +geoId/42047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.37285339033700005 +geoId/42047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,13.915748386 +geoId/42047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.2393492 +geoId/42049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0012594099999999999 +geoId/42049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0433573867 +geoId/42049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.08302428 +geoId/42049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.10034963890000001 +geoId/42049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.01660522 +geoId/42051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0846543642 +geoId/42053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.010538764 +geoId/42055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000126163 +geoId/42055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0171075538 +geoId/42055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_26_WasteDisposalTreatmentAndRecovery,0.0127512 +geoId/42055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_26_WasteDisposalTreatmentAndRecovery,0.022572 +geoId/42055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.17067358836 +geoId/42057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0090283125 +geoId/42057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0005353980000000001 +geoId/42059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.5115473579999998 +geoId/42061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00835907705 +geoId/42061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03975945612 +geoId/42063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.003132597 +geoId/42063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.865628102 +geoId/42063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.021572597000000002 +geoId/42063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/42063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/42065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.5566899999999998e-05 +geoId/42065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0175771398 +geoId/42065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0961455 +geoId/42065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.7037695 +geoId/42065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,1.5608 +geoId/42067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/42067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.083488495 +geoId/42067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.0923729943 +geoId/42069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.135257219 +geoId/42069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.392115 +geoId/42069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.914723 +geoId/42069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.33164299999999997 +geoId/42071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0276716847 +geoId/42071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/42071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/42073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00411277 +geoId/42073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012856 +geoId/42073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5298243015 +geoId/42075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.614382e-05 +geoId/42075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.015075497600000001 +geoId/42075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0457825452 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,33.98825 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.01250344 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,12.71659 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_27_NaturalSources,64.88426 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,4.255167 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.0016314360000000002 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,21.14204885302 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,64.88426 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,33.989881436 +geoId/42075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.6050947e-05 +geoId/42077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01418499532 +geoId/42077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0019 +geoId/42077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.017161100000000002 +geoId/42077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.017161100000000002 +geoId/42079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.46184902e-05 +geoId/42079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.22749198948000002 +geoId/42079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00150248 +geoId/42081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001816456 +geoId/42081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.08327716079999999 +geoId/42081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.035 +geoId/42081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,1.672243 +geoId/42081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.672243 +geoId/42083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.028326129999999998 +geoId/42083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.002 +geoId/42087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.6839e-05 +geoId/42087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00022223460000000002 +geoId/42087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0006913304999999999 +geoId/42087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0014167002 +geoId/42089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1233335 +geoId/42091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0129343538 +geoId/42093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00011368399999999999 +geoId/42093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/42095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.04181935 +geoId/42095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/42095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0128136 +geoId/42097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.68815e-06 +geoId/42097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001741701369 +geoId/42099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0184697718 +geoId/42099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0 +geoId/42099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/42099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/42099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/42101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.99952e-05 +geoId/42101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.5989 +geoId/42103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0056028121 +geoId/42105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00198291 +geoId/42107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0039485549 +geoId/42107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.059671958309999995 +geoId/42107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,0.010542770000000002 +geoId/42107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.004780798 +geoId/42107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.009038148691147 +geoId/42107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.023615805000000004 +geoId/42107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,6.497395e-06 +geoId/42109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.444223e-06 +geoId/42109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.035818875 +geoId/42109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.019000000000000003 +geoId/42109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,437.8847 +geoId/42109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,437.8847 +geoId/42111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5462214 +geoId/42111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0001152218 +geoId/42111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,19.01295 +geoId/42111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00016399902 +geoId/42111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,19.01295 +geoId/42113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,8.04815e-05 +geoId/42113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,1.3727744999999999e-05 +geoId/42113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001523779745 +geoId/42113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.001510052 +geoId/42115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0991177 +geoId/42115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.558079e-06 +geoId/42115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,6.33429e-07 +geoId/42115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.037062402443 +geoId/42117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.45147e-06 +geoId/42117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0117932 +geoId/42117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/42117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/42117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/42117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/42119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.348710000000001e-06 +geoId/42119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/42119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06670709999999999 +geoId/42121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.041009105 +geoId/42121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.003911962 +geoId/42121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,3.468052 +geoId/42121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.4719639620000002 +geoId/42123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00138109 +geoId/42125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0006681500000000001 +geoId/42125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0127686 +geoId/42125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.11375020000000001 +geoId/42125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_23_IndustrialProcesses,3.2177369999999996e-08 +geoId/42125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0004665136 +geoId/42125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.13018787577737 +geoId/42125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.01597113 +geoId/42125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/42127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.5869355 +geoId/42127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.5869355 +geoId/42129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0015867899999999998 +geoId/42129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0126967 +geoId/42129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.20023849999999999 +geoId/42131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.4770799999999999e-06 +geoId/42131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00047441299999999997 +geoId/42131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/42131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/42133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.02785e-06 +geoId/42133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/42133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10000673989 +geoId/42133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.3361 +geoId/42133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.053700000000000005 +geoId/44003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0017385492169999998 +geoId/44003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0005813003399999999 +geoId/44003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.310765 +geoId/44003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,15.466244343449999 +geoId/44005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.12091e-07 +geoId/44005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.6418799999999996e-05 +geoId/44005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.007 +geoId/44007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.211045e-09 +geoId/44007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1334610441 +geoId/44007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0215 +geoId/44009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00836240349 +geoId/44009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.030629291129999996 +geoId/45001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7945103529599999 +geoId/45003,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6573716000000001 +geoId/45003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.35e-06 +geoId/45003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.681276193295 +geoId/45003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00020999999999999998 +geoId/45005,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0187605 +geoId/45005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.7246e-05 +geoId/45005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000709784 +geoId/45005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.716874359419 +geoId/45005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.024637125000000003 +geoId/45005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0768313585 +geoId/45007,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.098714 +geoId/45007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00348645 +geoId/45007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.30027500871 +geoId/45007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.02 +geoId/45007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.617 +geoId/45007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.000125 +geoId/45007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02176702 +geoId/45009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000128781 +geoId/45009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.72975777548 +geoId/45009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0809855 +geoId/45009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.83975e-06 +geoId/45009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.730649493624 +geoId/45009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.40462828975 +geoId/45009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.019966005 +geoId/45009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,1.3147 +geoId/45011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.69e-05 +geoId/45011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8604607882799999 +geoId/45011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.01595274 +geoId/45013,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.48523900000000003 +geoId/45013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0021432859 +geoId/45013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.08912675107 +geoId/45013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.003183652 +geoId/45013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,5.779869 +geoId/45013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.783052651999999 +geoId/45013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,15.183085 +geoId/45013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.751865 +geoId/45013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,14.43122 +geoId/45015,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3456376 +geoId/45015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.67e-06 +geoId/45015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.79641729015 +geoId/45015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.000347 +geoId/45017,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6890596 +geoId/45017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.16e-05 +geoId/45017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3926800000000001e-06 +geoId/45017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.26226880432 +geoId/45019,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.53098 +geoId/45019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000217 +geoId/45019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000221082499 +geoId/45019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.1840696755 +geoId/45021,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.676905 +geoId/45021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.22198040148 +geoId/45021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.28142405000000004 +geoId/45021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,3.710395 +geoId/45021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,3.710395 +geoId/45021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.22357989106 +geoId/45023,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5480066 +geoId/45023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.01860458 +geoId/45023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.32666325721999995 +geoId/45025,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.18684 +geoId/45025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7219542346680001 +geoId/45027,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.662757 +geoId/45027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8905174575299999 +geoId/45029,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7724970000000001 +geoId/45029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.8543006943499996 +geoId/45029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.006235196 +geoId/45029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.006235196 +geoId/45031,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.24417549999999996 +geoId/45031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0035449500000000003 +geoId/45031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.001245945 +geoId/45031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.53525279583 +geoId/45031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.040694935 +geoId/45033,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.569577 +geoId/45033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.398606392325 +geoId/45033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,9.491871 +geoId/45033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.016881515 +geoId/45033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.16563 +geoId/45033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.030068205 +geoId/45033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.804506479 +geoId/45033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/45033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45035,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.841696 +geoId/45035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.4259999999999999e-05 +geoId/45035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00536426 +geoId/45035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.25143019362 +geoId/45037,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0836112 +geoId/45037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.51873769349 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,3.9215775e-08 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.2632463 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.840125e-06 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,3.02755 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.001651483 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,14.07811 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.508299e-08 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.26498767685783997 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.06843645 +geoId/45037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,22.647984812 +geoId/45039,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.574108 +geoId/45039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5811697231099999 +geoId/45039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.6859815000000002e-05 +geoId/45039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.578808844515 +geoId/45039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.040323160000000004 +geoId/45041,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.39304019999999995 +geoId/45041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00055968 +geoId/45041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8579055925900001 +geoId/45043,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.141238 +geoId/45043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.026569000000000002 +geoId/45043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.1159755630399997 +geoId/45043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.00117 +geoId/45045,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2708836 +geoId/45045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00015477968 +geoId/45045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.33784021163 +geoId/45045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,1.9292 +geoId/45047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.44173e-08 +geoId/45047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.60045733859 +geoId/45047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,7.440755e-05 +geoId/45049,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1823881 +geoId/45049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.30267e-05 +geoId/45049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.49320320135 +geoId/45049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.003625409 +geoId/45049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0087831005 +geoId/45049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00130771 +geoId/45051,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.850905 +geoId/45051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.88e-05 +geoId/45051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.82641e-08 +geoId/45051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.5209892307 +geoId/45051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45053,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.926463 +geoId/45053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.00607554678 +geoId/45055,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.532635 +geoId/45055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.22e-05 +geoId/45055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.27116907614 +geoId/45057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.19079739969 +geoId/45057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45059,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.556194 +geoId/45059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000145 +geoId/45059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8049932257700001 +geoId/45061,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.37317939999999994 +geoId/45061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.41430835119000003 +geoId/45061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45063,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.758516 +geoId/45063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00394967146 +geoId/45063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12810782496 +geoId/45065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.514e-05 +geoId/45065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6935798533499999 +geoId/45065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0021586789999999997 +geoId/45065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,3.311681e-05 +geoId/45065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.139880484151 +geoId/45067,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0841683 +geoId/45067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5501731795000001 +geoId/45067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,0.6077118 +geoId/45067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.000650737 +geoId/45067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.000290589 +geoId/45067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,2.009396e-05 +geoId/45067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.8422985739906 +geoId/45067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,0.233239 +geoId/45069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00019199999999999998 +geoId/45069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.004690794 +geoId/45069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.45755445420999996 +geoId/45069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.14 +geoId/45069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,5.693342e-07 +geoId/45069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00118644 +geoId/45069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,4.16024e-08 +geoId/45069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,3.589969 +geoId/45069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0303628723122 +geoId/45069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0011864816024 +geoId/45069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,3.65543314 +geoId/45071,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.702777 +geoId/45071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.418e-05 +geoId/45071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.38021128961999995 +geoId/45071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.06620000000000001 +geoId/45071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06658800000000001 +geoId/45071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/45073,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1146963 +geoId/45073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.31648430013 +geoId/45075,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.359511 +geoId/45075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.603e-05 +geoId/45075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0016879 +geoId/45075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.3214196303899999 +geoId/45077,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0409253 +geoId/45077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.27626778361 +geoId/45077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,22.03242 +geoId/45077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,8.77086185 +geoId/45077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,22.03242 +geoId/45077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,8.681443 +geoId/45079,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.672119 +geoId/45079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00017245413000000002 +geoId/45079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.948689880655 +geoId/45079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,1e-08 +geoId/45079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0225 +geoId/45079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0147 +geoId/45079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,11.8 +geoId/45079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,12.464950000000002 +geoId/45079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.0517 +geoId/45079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.011 +geoId/45081,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.026300399999999998 +geoId/45081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.67e-06 +geoId/45081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.595269717409 +geoId/45083,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.9011319999999999 +geoId/45083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00077809617 +geoId/45083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.20116677058 +geoId/45083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0001 +geoId/45083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.008140887 +geoId/45085,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2395965 +geoId/45085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.118e-06 +geoId/45085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00397141 +geoId/45085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.54961969828 +geoId/45085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.022872 +geoId/45087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000166 +geoId/45087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.37433710407 +geoId/45089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.57886459001 +geoId/45091,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.16543190000000002 +geoId/45091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00029 +geoId/45091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.41627289180000004 +geoId/45091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.036753475 +geoId/45091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04874397 +geoId/46003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,7.652915e-11 +geoId/46003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.406537748854e-07 +geoId/46005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,1.254818e-06 +geoId/46005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.254818e-06 +geoId/46011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.35520985 +geoId/46017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.002220426271299 +geoId/46021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.529721 +geoId/46021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,6.529721 +geoId/46023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.05959415 +geoId/46023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.08442504 +geoId/46025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/46025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/46025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.736966057000001e-05 +geoId/46027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.6430605 +geoId/46027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.6430605 +geoId/46043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.008693540000000001 +geoId/46047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0003244591 +geoId/46047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.08211185 +geoId/46047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.20582555000000002 +geoId/46047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0003244591 +geoId/46047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.12371370000000001 +geoId/46049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_27_NaturalSources,389.57890000000003 +geoId/46049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000192445909051 +geoId/46049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,389.57890000000003 +geoId/46055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.6513659999999998e-07 +geoId/46055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/46055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.6513659999999998e-07 +geoId/46059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery,1.185366e-06 +geoId/46059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.185366e-06 +geoId/46063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/46063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,48.8367 +geoId/46063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,59.64581670186 +geoId/46063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/46065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.002071596 +geoId/46065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.240436696 +geoId/46065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.20429540765 +geoId/46065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.2383651 +geoId/46067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.01478245 +geoId/46067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02247536 +geoId/46067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00022280559999999998 +geoId/46073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.3935660000000003e-05 +geoId/46075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/46083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,16.87439 +geoId/46083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,16.87439 +geoId/46085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.034339734999999996 +geoId/46085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.034339734999999996 +geoId/46087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/46087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/46089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.00521716 +geoId/46089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.15884118742 +geoId/46089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.09215358 +geoId/46091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,71.48231 +geoId/46091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.10730329999999999 +geoId/46091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,142.96462 +geoId/46091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.10730329999999999 +geoId/46093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0414199855 +geoId/46095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/46097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,33.60775 +geoId/46097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,75.617438 +geoId/46099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.48809185000000005 +geoId/46099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.6947173955000001 +geoId/46101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/46101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/46101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/46101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/46101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/46101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/46101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.006382147874999999 +geoId/46101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/46101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.006375 +geoId/46102,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/46102,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/46102,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.11955 +geoId/46102,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/46102,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.11955 +geoId/46105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.3070155 +geoId/46105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.3070155 +geoId/46111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0018732534999999998 +geoId/46111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,8.87858e-05 +geoId/46111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.06098037 +geoId/46111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.00049820565 +geoId/46111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.066754533796 +geoId/46111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,8.87858e-05 +geoId/46115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.2029695e-08 +geoId/46115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0009277302 +geoId/46115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_24_SolventUtilization,0.00015130925 +geoId/46115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0007421842 +geoId/46115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01159207677072 +geoId/46115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00121047375 +geoId/46115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.009648394 +geoId/46121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/46121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/46129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,1.471676e-05 +geoId/46129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,10.34093 +geoId/46129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0916671 +geoId/46129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.471676e-05 +geoId/46129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.685548 +geoId/46129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.01371096 +geoId/46129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,11.08102962520027 +geoId/46129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.092278214 +geoId/46129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,7.35838e-05 +geoId/47001,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3113152 +geoId/47001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004402608 +geoId/47001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,4.899649e-05 +geoId/47003,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.11904415 +geoId/47003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00477414 +geoId/47003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13958927599999998 +geoId/47003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,8.99523e-06 +geoId/47003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.18393662788 +geoId/47005,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1215965 +geoId/47005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.47212e-06 +geoId/47005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.253004052 +geoId/47007,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0358343 +geoId/47007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.47843559609999997 +geoId/47007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.022504470000000002 +geoId/47007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.369558e-06 +geoId/47007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.004778503 +geoId/47007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,2.057552 +geoId/47007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.171660022557999 +geoId/47009,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.142934 +geoId/47009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000181229449 +geoId/47009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.371647828 +geoId/47011,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2856146 +geoId/47011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5996059904000001 +geoId/47013,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.44029799999999997 +geoId/47013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6798126795999999 +geoId/47015,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1148346 +geoId/47015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0050474944 +geoId/47015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.12566625 +geoId/47015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.182532 +geoId/47015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.2083983678 +geoId/47017,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.13021394 +geoId/47017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4432340029 +geoId/47017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.0001000654 +geoId/47017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00161355435 +geoId/47019,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.019004999999999998 +geoId/47019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1832065 +geoId/47019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.0014373895 +geoId/47019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0003245718 +geoId/47019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,9.459351 +geoId/47019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1105741592893 +geoId/47019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,9.486508796721 +geoId/47019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0017619613 +geoId/47021,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.29992430000000003 +geoId/47021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10656940349999999 +geoId/47023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.16422298400000002 +geoId/47025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000458825 +geoId/47025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3383924967 +geoId/47025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00165756 +geoId/47025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00165756 +geoId/47027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.025602463 +geoId/47027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47029,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2691755 +geoId/47029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5118534824 +geoId/47029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/47029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/47031,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5747829999999999 +geoId/47031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.245725569 +geoId/47031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,24.46929 +geoId/47031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,0.004893858500000001 +geoId/47031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,24.501002207000003 +geoId/47031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0035235785 +geoId/47033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.014128546 +geoId/47033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0742166 +geoId/47033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.07471137744999999 +geoId/47035,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6232947000000001 +geoId/47035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.21104e-06 +geoId/47035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.84944e-05 +geoId/47035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0200763231 +geoId/47037,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2721352 +geoId/47037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.06391e-05 +geoId/47037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.037175386500000004 +geoId/47037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.02 +geoId/47037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.6749052984336881 +geoId/47037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.016973965 +geoId/47037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,23.32339770554746 +geoId/47039,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0687033 +geoId/47039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3010020895 +geoId/47041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1436818632 +geoId/47041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.3180397 +geoId/47041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.3182681487391 +geoId/47043,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2497605 +geoId/47043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.4497e-05 +geoId/47043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.320015277 +geoId/47043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,2.450782e-09 +geoId/47043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,9.506475000000001e-06 +geoId/47043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,3.966278000000001e-09 +geoId/47043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,9.512932946660352e-06 +geoId/47045,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2204582 +geoId/47045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.17464877359999997 +geoId/47045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.000275881 +geoId/47045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,4.108e-05 +geoId/47045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.738 +geoId/47045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0165344 +geoId/47045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.1146385 +geoId/47045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.09479721 +geoId/47045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.22597011 +geoId/47047,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1906482 +geoId/47047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.333466381 +geoId/47049,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0476725 +geoId/47049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000311152 +geoId/47049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.20232690799999997 +geoId/47049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0018674450000000001 +geoId/47049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.4582183 +geoId/47049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0005753574999999999 +geoId/47049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.6295449055775 +geoId/47049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/47051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2770692118 +geoId/47051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.104 +geoId/47051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00639723235 +geoId/47053,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.137721 +geoId/47053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.26144811026 +geoId/47053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.1433578 +geoId/47053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,0.001216205 +geoId/47053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,1.16218 +geoId/47053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.366193164817 +geoId/47055,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2091418 +geoId/47055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.24732462589999998 +geoId/47055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,7.4887299999999995e-06 +geoId/47055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,15.41646755 +geoId/47055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0030254479250000003 +geoId/47055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.21274774999999999 +geoId/47055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,15.12966 +geoId/47055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.002995493 +geoId/47057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.073508646 +geoId/47059,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.493836 +geoId/47059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000461329 +geoId/47059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1597293383 +geoId/47061,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.11996603599999998 +geoId/47061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3631153383 +geoId/47063,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1667952 +geoId/47063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.040117934 +geoId/47063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_27_NaturalSources,31.67082 +geoId/47063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_27_NaturalSources,302.4818 +geoId/47063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,334.15262 +geoId/47065,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1605457 +geoId/47065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.013761665297999999 +geoId/47065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4189502045 +geoId/47065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0009378815000000001 +geoId/47065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0009378815000000001 +geoId/47065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0044120375 +geoId/47067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1736865526 +geoId/47067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0055103999999999995 +geoId/47067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.60710557223955 +geoId/47067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.01215081 +geoId/47069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001457579 +geoId/47069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.451828863 +geoId/47069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0942586 +geoId/47069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,15.253740091380001 +geoId/47069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.11170255 +geoId/47069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,8.109911 +geoId/47071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00023480000000000002 +geoId/47071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6844400181999999 +geoId/47073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0003588 +geoId/47073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07545260006400001 +geoId/47075,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2821596 +geoId/47075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.20581560999999998 +geoId/47075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.007127 +geoId/47075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0011105018715 +geoId/47077,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.30661284 +geoId/47077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.48158504799999996 +geoId/47079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.31828859460000003 +geoId/47079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.7953 +geoId/47081,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.18302027799999998 +geoId/47081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.49511050340000007 +geoId/47083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5775619982 +geoId/47085,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1662663 +geoId/47085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6120845486000001 +geoId/47085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.085168346 +geoId/47089,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5619270000000001 +geoId/47089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0025641699999999997 +geoId/47089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.04959594 +geoId/47089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0501304784 +geoId/47091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1158507 +geoId/47093,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.3723518 +geoId/47093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.054454116000000004 +geoId/47095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06987352 +geoId/47095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0005947745 +geoId/47095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00060489644 +geoId/47097,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0452417 +geoId/47097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10390845200000001 +geoId/47099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1970253838 +geoId/47101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2523598538 +geoId/47101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,7.894977e-05 +geoId/47101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.002813987 +geoId/47101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,3.256678e-06 +geoId/47101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,1.216813e-07 +geoId/47101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.001582735 +geoId/47101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.001665136388468 +geoId/47101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.005078516 +geoId/47101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,7.25351e-08 +geoId/47101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0016175204999999998 +geoId/47103,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2682198 +geoId/47103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1608613488 +geoId/47103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.2876807 +geoId/47103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.435868707 +geoId/47105,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6491332 +geoId/47105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.2906e-05 +geoId/47105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0001704052 +geoId/47105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.02805963 +geoId/47107,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6143263 +geoId/47107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000121302 +geoId/47107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3451706809999999 +geoId/47107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,7.851422 +geoId/47107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,8.93029730784 +geoId/47107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,7.851422 +geoId/47109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4149065131 +geoId/47111,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0412446 +geoId/47111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.5207999999999999e-05 +geoId/47111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.231147172 +geoId/47111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_23_IndustrialProcesses,0.0 +geoId/47111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/47111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/47111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/47111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/47113,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.5219107 +geoId/47113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.3248e-05 +geoId/47113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.66586e-06 +geoId/47113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.254056967 +geoId/47115,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.678437 +geoId/47115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00014797199999999999 +geoId/47115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6886662544 +geoId/47115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.014412010000000001 +geoId/47115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,1.367055 +geoId/47115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.368764396425 +geoId/47115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.01019573 +geoId/47117,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1162735 +geoId/47117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2385139036 +geoId/47117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/47119,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.19078669999999998 +geoId/47119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3223454144 +geoId/47119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.002 +geoId/47119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/47119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0 +geoId/47121,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00432024 +geoId/47121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.25032591400000004 +geoId/47123,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1656841 +geoId/47123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.7065e-06 +geoId/47123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/47123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.0646827189999999 +geoId/47123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0014476819999999998 +geoId/47123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0040698 +geoId/47123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.011067202 +geoId/47125,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.16115200000000002 +geoId/47125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.30826139999999996 +geoId/47125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.61765 +geoId/47125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_27_NaturalSources,77.79032000000001 +geoId/47125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,3.275241e-06 +geoId/47125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.56711469e-06 +geoId/47125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,5897.18432 +geoId/47125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_27_NaturalSources,5819.394 +geoId/47127,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.029475 +geoId/47127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0001286986 +geoId/47127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000129554 +geoId/47129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.6793120765 +geoId/47129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/47131,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0804464 +geoId/47131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.17879659679999999 +geoId/47131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.0018620000000000002 +geoId/47133,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.24318459999999997 +geoId/47133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.441270601 +geoId/47133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.677416633858 +geoId/47133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0011095315 +geoId/47133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.6724589 +geoId/47135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/47135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4751512803 +geoId/47137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0127989 +geoId/47137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.000492068525 +geoId/47139,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.190291 +geoId/47139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.173379992 +geoId/47141,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.564783 +geoId/47141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1798438383 +geoId/47141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.001866 +geoId/47143,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.131482 +geoId/47143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.21618035759999998 +geoId/47145,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.31741420000000004 +geoId/47145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.1649099999999999e-09 +geoId/47145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.11788880360000001 +geoId/47145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0001760924 +geoId/47145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0001760924 +geoId/47147,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.58626507 +geoId/47147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000131288 +geoId/47147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1200481 +geoId/47147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,2.672696 +geoId/47147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.76326475175 +geoId/47149,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1451703 +geoId/47149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,6.33829e-07 +geoId/47149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.11454447999999999 +geoId/47151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2610500441 +geoId/47151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/47151,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0 +geoId/47151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0008027345 +geoId/47153,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.125939 +geoId/47153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.30024672999999996 +geoId/47153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,4.192523e-07 +geoId/47153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,4.192523e-07 +geoId/47155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.001882762 +geoId/47155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1029714362 +geoId/47155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00969588396 +geoId/47157,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7813559999999999 +geoId/47157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.045772875729999996 +geoId/47157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1583005485 +geoId/47157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0306024 +geoId/47157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.012652 +geoId/47157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.017312954999999998 +geoId/47157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,94.8509891665 +geoId/47159,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2781527 +geoId/47159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.14905518 +geoId/47159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,1.236801 +geoId/47159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.23683297782 +geoId/47159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00583015 +geoId/47161,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.040434 +geoId/47161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.331662788 +geoId/47161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00139201 +geoId/47161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.00017848444999999998 +geoId/47161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00022231346499999998 +geoId/47161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00139201 +geoId/47163,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.04774640000000001 +geoId/47163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0002139518 +geoId/47163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00011605398 +geoId/47163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7698196721 +geoId/47163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.000147064 +geoId/47163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0184484661405 +geoId/47165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.217567873 +geoId/47165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,28.73977 +geoId/47165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.1779129 +geoId/47165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,29.0518000893 +geoId/47167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.061324199999999995 +geoId/47167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,5.15615e-07 +geoId/47167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,3.0936890000000005e-05 +geoId/47167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.008138815730815 +geoId/47167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.00677938 +geoId/47169,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0127109 +geoId/47169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,3.260326 +geoId/47169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.03955335 +geoId/47169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,3.0653849999999997e-06 +geoId/47169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.3158495538945 +geoId/47169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.005650479 +geoId/47169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.010312125 +geoId/47171,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.17393149999999996 +geoId/47171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.036147294 +geoId/47171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.547233148 +geoId/47173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1165490557 +geoId/47173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,17.3807 +geoId/47173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.06134466373 +geoId/47173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,17.3807 +geoId/47173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.05177319 +geoId/47175,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000128265 +geoId/47175,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.486328516 +geoId/47177,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.14799600000000002 +geoId/47177,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3404473392 +geoId/47179,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.1216941 +geoId/47179,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012332456 +geoId/47179,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.1313295 +geoId/47179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.3659235 +geoId/47181,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0196138 +geoId/47181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.11013e-06 +geoId/47181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/47181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5278364530099999 +geoId/47181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/47183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.17459589707 +geoId/47183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.9218555000000003e-07 +geoId/47183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.558733 +geoId/47183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.560051641565882 +geoId/47185,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.15864520000000001 +geoId/47185,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.35290735 +geoId/47185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,3.8285754999999995e-05 +geoId/47185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,3.1394320000000003e-07 +geoId/47185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.01410813 +geoId/47185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.020331115826473498 +geoId/47185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.3858978335 +geoId/47187,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.2450536 +geoId/47187,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.093013714 +geoId/47187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.08209522 +geoId/47189,2008,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.12993169999999998 +geoId/47189,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.637320000000001e-05 +geoId/47189,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.15088251119999999 +geoId/48001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.02 +geoId/48001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.020233841707 +geoId/48003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_27_NaturalSources,205.18079999999998 +geoId/48003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0304256709 +geoId/48003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.14271816508738 +geoId/48003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,205.18079999999998 +geoId/48003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.4849505 +geoId/48005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.2677645299999986 +geoId/48005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,7.224227794943e-07 +geoId/48005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.02473160519607683 +geoId/48005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,3.278688 +geoId/48005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.04075879068627454 +geoId/48005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.110496531162973 +geoId/48005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0799795 +geoId/48007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,1.1 +geoId/48007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.12 +geoId/48007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.35308 +geoId/48009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.01 +geoId/48009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.0 +geoId/48009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.01 +geoId/48009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.02 +geoId/48009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,2.17 +geoId/48013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.17 +geoId/48015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.06148621752 +geoId/48015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,3.8 +geoId/48015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.802362146511629 +geoId/48015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.06148621752 +geoId/48019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,1.5193790000000001e-05 +geoId/48019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.48191e-05 +geoId/48021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/48021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.000324976 +geoId/48023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.7275269999999999e-06 +geoId/48023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000326703527 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,1.41 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_23_IndustrialProcesses,1.65e-06 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0008310732800000001 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.01 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.15 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.06999999999999999 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.57101000328 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.01017728 +geoId/48025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.06 +geoId/48027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,5.39745 +geoId/48029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,7.922287 +geoId/48029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,12.806781337897963 +geoId/48029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,305.25565 +geoId/48029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,4.85038 +geoId/48029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,299.8582 +geoId/48031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0 +geoId/48031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,8.861229e-07 +geoId/48033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,0.00030928896 +geoId/48033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.011962618880000001 +geoId/48033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.00026045388800000004 +geoId/48033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.13780034047461e-06 +geoId/48033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.050739918464 +geoId/48033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0044277184 +geoId/48033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.251649e-06 +geoId/48035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.54 +geoId/48035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.5743776422535212 +geoId/48035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.00017746478873244002 +geoId/48035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0771408258591457 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses,0.0 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.006757183 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,5.67771676167895e-07 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.06682002716747919 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.5707293664194095 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.001292 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.018841e-05 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.05972116 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,1.018841e-05 +geoId/48037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.06 +geoId/48039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.000395167 +geoId/48039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.6424454326 +geoId/48039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.23686516700000002 +geoId/48039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.23647 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.006449834000000001 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.65328527 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,2.2933901e-05 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,11.1181487 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,3284.657142 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,1.9694295e-06 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,1.86848741 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,7.4506635999999995 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.00019366898899999998 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,2.7703e-07 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methane_SCC_22_MobileSources,15.74577842 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.0608210951 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,0.00165386318 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_NitrousOxide_SCC_22_MobileSources,0.0139806 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,86.37035 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,38.7775251 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,0.03069538 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,0.00064150454 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3501.399486824589 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.10829343 +geoId/48041,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,10.6165561 +geoId/48041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses,0.0 +geoId/48041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_27_NaturalSources,587.5655 +geoId/48041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,182.7226 +geoId/48041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,200.60053035812 +geoId/48041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,587.5655 +geoId/48041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.03 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.043806215999999995 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.0030261010000000002 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,8.826917e-06 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.023973119 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonDioxide_SCC_22_MobileSources,11151.1668 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,4.9145914 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,1.070181e-08 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.162882009 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.522198514 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,1.0658910799999999e-05 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,3.38077e-09 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methane_SCC_22_MobileSources,0.357133 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.005315283 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,0.0001390844983 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_NitrousOxide_SCC_22_MobileSources,0.765225 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,64.85211158999999 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,0.293513617 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,0.78188327 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources,5.2423e-06 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,11228.618750336685 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.00344291 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.0015076199999999999 +geoId/48043,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,3.125791 +geoId/48043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.06 +geoId/48043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.001240986 +geoId/48043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,1.6248899999999998e-06 +geoId/48043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.060004224711 +geoId/48043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0051190674999999995 +geoId/48045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.17217051164e-09 +geoId/48045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.008521592 +geoId/48045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.008952389888527366 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0021617647058823 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.4156631388 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,12.58798 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.2266934358 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.06379354319 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,5.683799999999999e-07 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.014466268530000001 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.95774647888e-05 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,256.58 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,2.4253521126749998e-05 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.15 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.15236564857884013 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,261.989551632512 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,12.589792669 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0001478873239437 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,4.322886529000001 +geoId/48047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.001812669 +geoId/48049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,6.499559999999999e-06 +geoId/48049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.74979129956 +geoId/48049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.12 +geoId/48051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.01 +geoId/48051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,6.414545234288e-05 +geoId/48051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.0790412939723499e-07 +geoId/48051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.03 +geoId/48051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.01 +geoId/48051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.04362338239269414 +geoId/48051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0455 +geoId/48053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,7.97697e-06 +geoId/48053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/48053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.97697e-06 +geoId/48053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.001545 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.00020058823529415002 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.97 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,1.27470588234e-05 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,1.23 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,1.19 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.3901910312975927 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.04783658000000055 +geoId/48055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.012530230310885999 +geoId/48059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.012530230310885999 +geoId/48061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.06274 +geoId/48061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.05 +geoId/48063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,5.2582159624400006e-06 +geoId/48063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,7.0985915492e-07 +geoId/48063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.14 +geoId/48063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,3.943661972e-08 +geoId/48063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.03323407586854458 +geoId/48063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0036965471069999997 +geoId/48063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.2804294736842106 +geoId/48067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.010785175000000001 +geoId/48067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.010785175000000001 +geoId/48069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.000710397581 +geoId/48069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.014118828380281726 +geoId/48071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.44661366105413e-06 +geoId/48071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.16 +geoId/48071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.921509863526451 +geoId/48071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.3916921624986 +geoId/48071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.002634955 +geoId/48071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.5229783 +geoId/48071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.21 +geoId/48073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,14.557273 +geoId/48073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,14.55 +geoId/48075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.00869192404046712 +geoId/48077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,7.155713377462889e-05 +geoId/48077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.010943 +geoId/48077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.026071037177747967 +geoId/48077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01 +geoId/48079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,3.3828654999999996e-06 +geoId/48079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1365263946 +geoId/48079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.3828654999999996e-06 +geoId/48079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.1365263946 +geoId/48081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,1.096414 +geoId/48083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,10.15 +geoId/48083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.096414 +geoId/48083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,10.15 +geoId/48085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,860.83 +geoId/48085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,860.83 +geoId/48087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00275747 +geoId/48087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00275747 +geoId/48089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.01679817426 +geoId/48089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0293 +geoId/48089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.132 +geoId/48089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,3.0 +geoId/48089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,9.22679817426 +geoId/48089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.16466 +geoId/48089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,9.21 +geoId/48091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/48091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0468779 +geoId/48091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0 +geoId/48091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0865262 +geoId/48091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/48091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0396483 +geoId/48093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.6602960210127e-07 +geoId/48093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.005071933 +geoId/48093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.0022511615883127 +geoId/48093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1856 +geoId/48093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.001014387 +geoId/48093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.1856 +geoId/48093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.481818228e-08 +geoId/48095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.481818228e-08 +geoId/48095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/48097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.4722309 +geoId/48097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,2.705699280016e-08 +geoId/48097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.4722309270569928 +geoId/48099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,0.03001898 +geoId/48099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.009635335 +geoId/48099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,6.870007e-06 +geoId/48099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.0920336450569998 +geoId/48101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0006234715 +geoId/48103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.02 +geoId/48107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.01 +geoId/48107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.03 +geoId/48107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/48109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,4.6581822e-05 +geoId/48109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,4.46 +geoId/48109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.673950581822 +geoId/48113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,7.586018499993855 +geoId/48113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00432 +geoId/48113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,6.0 +geoId/48117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.431817 +geoId/48117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/48117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.4319880275377999 +geoId/48117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.000209386 +geoId/48119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000209386 +geoId/48121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,107.2033 +geoId/48121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,224.33362558 +geoId/48123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.041024081101695406 +geoId/48123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.007010870957746497 +geoId/48123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,4.0552246366251e-07 +geoId/48123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.50193490562205e-07 +geoId/48123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0008677845 +geoId/48123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.8155651954515888 +geoId/48123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0153361 +geoId/48125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses,0.0 +geoId/48125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.01786638789121991 +geoId/48125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000353753 +geoId/48125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.006264982425 +geoId/48127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.006264982425 +geoId/48129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.001238804506 +geoId/48131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.001238804506 +geoId/48131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.004898 +geoId/48135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.09181270000000001 +geoId/48135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.09181270000000001 +geoId/48139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,2.343560019410947 +geoId/48139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,170.84 +geoId/48139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,165.64 +geoId/48139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,450.07424424443326 +geoId/48139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.077798049027 +geoId/48139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.07779027 +geoId/48143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,1.46 +geoId/48143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,2.92 +geoId/48143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,17.51508 +geoId/48143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.38 +geoId/48143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,17.51508 +geoId/48143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0011083805 +geoId/48143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0011083805 +geoId/48145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.001248 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,12.36653 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.011851641960784295 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.01897190667072 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.1147659 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.815251490190075e-06 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2872387055922745 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.06222710667072 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,13.3605023155 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0432552 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0046498155 +geoId/48147,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.9893225 +geoId/48149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,3.51969480517578e-06 +geoId/48149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,9.05064167941095e-07 +geoId/48149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.0168803444507496e-07 +geoId/48149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.277030717682095e-06 +geoId/48149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,2.290908945726e-05 +geoId/48151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.290908945726e-05 +geoId/48153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.426 +geoId/48153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,13.1 +geoId/48153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,0.525 +geoId/48153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,15.577494979999999 +geoId/48155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.004196269769999999 +geoId/48155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0042879209372999995 +geoId/48155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,9.16511673e-05 +geoId/48157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.049834416767999996 +geoId/48159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.049834416767999996 +geoId/48161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.05 +geoId/48161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,1980.71 +geoId/48161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,3.54 +geoId/48161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1985.908430639416 +geoId/48163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.1 +geoId/48163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.10261367274 +geoId/48165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0 +geoId/48167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00011504459999999999 +geoId/48173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,0.001292694 +geoId/48177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.031438315 +geoId/48177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.001240986 +geoId/48177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.033971995000000005 +geoId/48179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,2.42 +geoId/48179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_23_IndustrialProcesses,1.134e-05 +geoId/48179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.27 +geoId/48179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.6947153418604592 +geoId/48179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.69562134 +geoId/48179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.69 +geoId/48181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.1022482 +geoId/48181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48181,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.1022482 +geoId/48183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,10.439337 +geoId/48183,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,10.439337 +geoId/48185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.000245 +geoId/48185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,2.8e-05 +geoId/48185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0016799999999999999 +geoId/48185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0019532449999999997 +geoId/48185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.000666 +geoId/48185,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.0568189822020005e-07 +geoId/48187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.1462974 +geoId/48189,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1462974 +geoId/48191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,4.994359e-07 +geoId/48191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,4.994359e-07 +geoId/48191,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,5.913462847352249e-07 +geoId/48193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/48193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,5.564606633342615e-06 +geoId/48193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.030006160457599886 +geoId/48193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses,0.0 +geoId/48195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,7.93973830619589e-06 +geoId/48195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.001623746116636067 +geoId/48197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00577552864 +geoId/48197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.00577552864 +geoId/48199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.06 +geoId/48199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/48199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.06 +geoId/48201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.00475588235294106 +geoId/48201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.00054685446009376 +geoId/48201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00020382352941192 +geoId/48201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.00041014084507136003 +geoId/48201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0003363154929576 +geoId/48201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,2.33 +geoId/48201,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.856259852361228 +geoId/48203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48203,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48205,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,3.280332e-05 +geoId/48205,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,1.16 +geoId/48205,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.161988005939639 +geoId/48207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/48207,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0047349496440000005 +geoId/48209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0 +geoId/48209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.886902 +geoId/48209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.05390624 +geoId/48209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48209,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,3.74 +geoId/48211,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.19 +geoId/48211,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,1.19 +geoId/48217,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.02 +geoId/48217,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.02 +geoId/48219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0004580743 +geoId/48219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.7 +geoId/48219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0004580743 +geoId/48219,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.7 +geoId/48221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0077623069999999995 +geoId/48221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.012760794629999999 +geoId/48221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,3.9635360000000004 +geoId/48221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,5.45721679463 +geoId/48221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,3.921261777648 +geoId/48221,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0077623069999999995 +geoId/48223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.0423635604200001e-06 +geoId/48223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0045999990000000004 +geoId/48223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,10.82 +geoId/48223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,10.87480404236356 +geoId/48223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0046291240030000005 +geoId/48223,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.05 +geoId/48225,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,2.45 +geoId/48225,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.54 +geoId/48225,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.9958125100000004 +geoId/48225,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.11159465 +geoId/48225,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/48225,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.1051986 +geoId/48229,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.05 +geoId/48229,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.05 +geoId/48231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/48231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/48231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00563 +geoId/48231,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,3.722727342e-06 +geoId/48233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.01268448528985502 +geoId/48233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.1259323 +geoId/48233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2734748637690443 +geoId/48233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,278.294528969646 +geoId/48233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.164528969646 +geoId/48233,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,278.13 +geoId/48235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48235,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/48237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/48237,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.00342052332 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,1.06 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0005190399999999999 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.000128654556 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.366 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,1.11 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.167229177876 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0017549999999999998 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.38633041 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.001501 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.153 +geoId/48239,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.38299433 +geoId/48241,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.42643699999999995 +geoId/48241,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.08325 +geoId/48241,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.19 +geoId/48245,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.23547295 +geoId/48245,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.13632758 +geoId/48245,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,5.719331563518644 +geoId/48245,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.31416718558 +geoId/48245,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/48245,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,5.45888 +geoId/48247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0004824 +geoId/48247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.003275496 +geoId/48247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0004824 +geoId/48247,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00289734 +geoId/48249,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/48249,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48249,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48249,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0001178633 +geoId/48249,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0001178633 +geoId/48253,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses,0.0 +geoId/48253,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/48253,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.014546713992 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,2.454622e-06 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.001555406 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,2.48678e-05 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.003456457 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,6.30775e-06 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.03525586 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.005355211 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,3.9043925e-09 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.040412272026 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00641688055080075 +geoId/48255,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.0007918502 +geoId/48259,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48259,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.016233789999999998 +geoId/48259,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48259,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48259,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.016233789999999998 +geoId/48261,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,4.1254405147059004e-05 +geoId/48261,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0001137409588235295 +geoId/48261,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0016636151027794115 +geoId/48261,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0033757483954864878 +geoId/48263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_24_SolventUtilization,6.301149e-05 +geoId/48263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,2.688929e-05 +geoId/48263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,1.8150273036852e-07 +geoId/48263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,6.806349372195e-09 +geoId/48263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,4.537566362255001e-09 +geoId/48263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,6.12571706385e-09 +geoId/48263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.893690272443662e-05 +geoId/48263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00018273332100000002 +geoId/48263,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,1.848639e-06 +geoId/48267,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/48267,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.00067162077 +geoId/48267,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0 +geoId/48267,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0150428 +geoId/48267,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.19 +geoId/48267,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0925199811691268 +geoId/48267,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.19067162077 +geoId/48267,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.07744578 +geoId/48267,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,9.00448e-08 +geoId/48269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources,1.394361e-06 +geoId/48269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0005454548000000001 +geoId/48269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,3.969874e-06 +geoId/48269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,6.6863e-08 +geoId/48269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.0005737694 +geoId/48269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0052604548 +geoId/48269,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0005936629885800001 +geoId/48273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.17845 +geoId/48273,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.16991599999999998 +geoId/48275,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,4.6970042858082e-07 +geoId/48275,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.06575806 +geoId/48275,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.06973534902902041 +geoId/48275,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/48277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.254384e-05 +geoId/48277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,2.4086416510701603 +geoId/48277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,4.2e-07 +geoId/48277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.16044298904 +geoId/48277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.4086416510701603 +geoId/48277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.1185358842105266 +geoId/48277,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.08 +geoId/48281,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.00039084268617504 +geoId/48283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.01 +geoId/48283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.08 +geoId/48283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.007908768318 +geoId/48283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.16999999999999998 +geoId/48283,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.08 +geoId/48285,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.005384005 +geoId/48285,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,3.94368887066875e-07 +geoId/48285,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.002151988 +geoId/48285,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0021523826055083804 +geoId/48285,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.005384005 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.053378369999999994 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,4.45456288158765e-07 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,4.970521545573024e-06 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0002474757442129712 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.06002557 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.16 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.06748161295637944 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.2280242078 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,6.94 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00603209 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.01 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.00603209 +geoId/48287,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,6.94 +geoId/48289,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,289.7 +geoId/48289,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,877.8137 +geoId/48289,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,289.7 +geoId/48291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,37.69607 +geoId/48291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_23_IndustrialProcesses,2.5324215000000003e-09 +geoId/48291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,2.8976688e-05 +geoId/48291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.018018885000000002 +geoId/48291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0008247561300000001 +geoId/48291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,5.9717358e-06 +geoId/48291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0464345128204215 +geoId/48291,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,37.716311609499996 +geoId/48293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,7.825573300269e-08 +geoId/48293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,4.0930571580395997e-07 +geoId/48293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.875614488066499e-07 +geoId/48293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.10952959820800001 +geoId/48293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00984169315 +geoId/48293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/48293,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.009819371 +geoId/48299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,144.9 +geoId/48299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.34934131796997575 +geoId/48299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,19.250996080604803 +geoId/48299,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,144.9 +geoId/48301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.01 +geoId/48301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01 +geoId/48301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/48301,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.049833157110000005 +geoId/48305,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48307,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/48307,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48307,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.28 +geoId/48309,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.01672199726470483 +geoId/48309,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,3.575773 +geoId/48309,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.5946527308740186 +geoId/48311,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48313,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00034051700000000003 +geoId/48313,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,5.27845e-07 +geoId/48313,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000341044845 +geoId/48315,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.00457135428 +geoId/48315,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses,0.0 +geoId/48315,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,9.12374e-05 +geoId/48315,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00457135428 +geoId/48315,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0001824748 +geoId/48317,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.08 +geoId/48317,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48319,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48319,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0003502240455865856 +geoId/48321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,22.26 +geoId/48321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,22.262231250000003 +geoId/48321,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.08061714186998475 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0003121101 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.64161803503345e-07 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.64161793093e-09 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.001853870660505912 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.4666868 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48323,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.453094 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,4.7154542019e-07 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,7.617272465716999e-05 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,5.91765e-05 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.00169212 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.01 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.2209301530999999e-07 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.05007683473518452 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0031824565 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.02 +geoId/48325,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00143116 +geoId/48327,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.240909114e-07 +geoId/48327,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48327,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.240909114e-07 +geoId/48329,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,8.002633961999999 +geoId/48329,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,108.916666855028 +geoId/48329,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0041953 +geoId/48329,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,85.77314 +geoId/48333,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.546463024737 +geoId/48333,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48333,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48335,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.2336362009e-07 +geoId/48335,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,4.773053 +geoId/48335,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.64 +geoId/48335,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.13524925 +geoId/48335,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.6477295233636201 +geoId/48335,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.2908338695 +geoId/48335,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0006873195 +geoId/48335,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.3818443 +geoId/48337,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48337,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.08655 +geoId/48337,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/48337,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48343,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.04400087554551456 +geoId/48343,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.00028622853509851554 +geoId/48343,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48343,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,2.53 +geoId/48343,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/48343,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.574303341740908 +geoId/48343,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48345,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48345,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48345,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.21832269 +geoId/48345,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/48345,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.20352115 +geoId/48347,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.9565437096814702e-06 +geoId/48347,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,2.123188e-05 +geoId/48347,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48347,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.008176858399018334 +geoId/48347,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.004598098487 +geoId/48349,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,46.26 +geoId/48349,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,46.26 +geoId/48351,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,2.405454462858e-05 +geoId/48351,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.00594028933 +geoId/48351,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00085909087210896 +geoId/48351,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.07416299976786754 +geoId/48351,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00594028933 +geoId/48351,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01 +geoId/48351,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.06 +geoId/48353,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0051569 +geoId/48353,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/48353,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0051569 +geoId/48355,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.00945364 +geoId/48355,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,7.623903 +geoId/48355,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.633356640000001 +geoId/48357,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0 +geoId/48357,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/48357,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48357,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48357,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,5.845375 +geoId/48357,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,5.845375 +geoId/48359,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48359,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,8.01818154286e-06 +geoId/48359,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,2.32909093028e-06 +geoId/48359,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48359,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.0 +geoId/48359,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.0347272473139999e-05 +geoId/48359,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.9563599999999995e-05 +geoId/48359,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/48361,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0048438249999999995 +geoId/48361,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.036530225 +geoId/48361,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.031686399999999997 +geoId/48363,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48363,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48363,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48363,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48363,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48365,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,2.402097973778905e-05 +geoId/48365,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.40949872296603e-05 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,1.1150285e-05 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,6.432455e-05 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,0.0007699315 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources,0.00018925485 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,5.4001400000000004e-06 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,9.07523e-06 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.06640326 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.04423478 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.360187751507268 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.127902037700247 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.360187751507268 +geoId/48367,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.006540792 +geoId/48369,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48369,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48371,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.016489995 +geoId/48371,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48371,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.016489995 +geoId/48371,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48371,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.07068645737288258 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,5.35815711740755e-07 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.40006550700000004 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.027305993008474493 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,221.96 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,2.431779 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,2.173504 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0005465723294111254 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.146941463024755 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,222.716008345737 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0689955 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.06103 +geoId/48373,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0 +geoId/48375,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.09236958640000001 +geoId/48375,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.009023636509803963 +geoId/48375,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,13.65095 +geoId/48375,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0292431984 +geoId/48375,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,13.6518208727 +geoId/48375,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.09236958640000001 +geoId/48375,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/48379,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48379,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0010451999999999998 +geoId/48379,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0010451999999999998 +geoId/48379,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48381,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00040090906550205004 +geoId/48381,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,9.302325546744e-05 +geoId/48381,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00803793232096949 +geoId/48381,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48385,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.01 +geoId/48385,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.01 +geoId/48385,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48385,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.9580200243 +geoId/48385,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/48389,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,1.289406 +geoId/48389,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.45912e-05 +geoId/48389,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.289406 +geoId/48391,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.000107256 +geoId/48391,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.00026242656 +geoId/48391,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.16 +geoId/48391,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.161046858416 +geoId/48391,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000107256 +geoId/48395,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,651.175 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.020820243869999998 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.8940500000000002e-05 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.05976824387 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.301475734684494 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.8940500000000002e-05 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.1674515 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/48397,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.301475734684494 +geoId/48399,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0203033 +geoId/48399,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0203033 +geoId/48403,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.2725462 +geoId/48403,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.05245228 +geoId/48403,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.3250147642045752 +geoId/48405,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,1.68 +geoId/48405,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,24.60378 +geoId/48405,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,49.217401512 +geoId/48405,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.682669875058291 +geoId/48407,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.6060555000000001e-06 +geoId/48407,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0083293010555 +geoId/48407,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.008327695 +geoId/48409,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.026045537230000002 +geoId/48409,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1646983 +geoId/48409,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,9.087986140851928e-05 +geoId/48409,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.19365026572957766 +geoId/48409,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.026045537230000002 +geoId/48409,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.013895 +geoId/48409,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.02862617 +geoId/48409,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.013895 +geoId/48411,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.1469480000000004e-05 +geoId/48413,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.28269900000000003 +geoId/48413,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,3.312699 +geoId/48413,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,3.03 +geoId/48415,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.935e-05 +geoId/48417,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02 +geoId/48417,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.02 +geoId/48419,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.00012764705882355 +geoId/48419,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery,0.07 +geoId/48419,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0046941176470587 +geoId/48419,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.07989062941176486 +geoId/48421,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48421,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/48421,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48421,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48421,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/48423,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48423,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48425,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.115801 +geoId/48425,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48425,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/48425,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/48429,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48429,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48429,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.01 +geoId/48429,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.220930244e-07 +geoId/48429,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01556853720928918 +geoId/48431,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization,0.00060146058 +geoId/48431,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,4.42 +geoId/48431,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0634466769 +geoId/48431,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,21.08 +geoId/48431,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.001077058231 +geoId/48431,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,25.565644284823996 +geoId/48431,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.003181726464 +geoId/48433,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0020946 +geoId/48435,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.005355400000000001 +geoId/48435,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.84062e-05 +geoId/48435,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.005383806200000001 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,5.040591080655e-09 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,8.93704e-07 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,6.636225e-07 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00011911335377977995 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.58182386e-06 +geoId/48437,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48439,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.7440367 +geoId/48439,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.9078015 +geoId/48439,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_28_MiscellaneousAreaSources,2.2393245e-05 +geoId/48439,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,6.5441406426 +geoId/48439,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,0.00018988084999999998 +geoId/48439,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,0.0006014035 +geoId/48439,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.9213873326 +geoId/48439,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.15810079999999999 +geoId/48439,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.675169283622 +geoId/48441,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/48441,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/48441,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.000273097224 +geoId/48441,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.100887869002 +geoId/48441,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48447,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/48447,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/48447,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48451,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.3430232683999999e-06 +geoId/48451,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1491163430232684 +geoId/48453,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,12.92514759332 +geoId/48453,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,538.53 +geoId/48457,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00114545457065104 +geoId/48457,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,9.31636372112e-06 +geoId/48457,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.220930244e-07 +geoId/48457,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0058979662832112 +geoId/48457,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0022747892790000003 +geoId/48459,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.08953104 +geoId/48459,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48459,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.0 +geoId/48459,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48459,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.089954956 +geoId/48459,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/48463,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,3.057938e-05 +geoId/48463,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.008561602 +geoId/48463,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.224867e-05 +geoId/48463,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,1.1669290000000001e-05 +geoId/48463,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.008561602 +geoId/48465,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.02665088479591837 +geoId/48465,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,2.4009806116206e-07 +geoId/48465,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02665112489397953 +geoId/48469,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0041523474 +geoId/48469,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.2841523473999996 +geoId/48469,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,2.28 +geoId/48471,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.03818829594202882 +geoId/48471,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.03818829594202882 +geoId/48473,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/48473,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/48475,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.002130893 +geoId/48475,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0023693101576665603 +geoId/48475,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48475,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.001072 +geoId/48475,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.001072 +geoId/48475,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0002189342 +geoId/48477,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,2.83943661968e-06 +geoId/48477,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.331074 +geoId/48477,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,45.42 +geoId/48477,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.3206856 +geoId/48477,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.7299035371748352 +geoId/48477,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,45.42 +geoId/48479,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.1088845 +geoId/48479,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,21.4524312 +geoId/48479,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/48479,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,21.16 +geoId/48481,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.02408346 +geoId/48481,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.000254062 +geoId/48481,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,6.146185e-06 +geoId/48481,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.01652695 +geoId/48481,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0543093482860525 +geoId/48483,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.117 +geoId/48483,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.117 +geoId/48485,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.673984382484154e-05 +geoId/48485,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,2.5827187741443504e-07 +geoId/48485,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.006945758525483459 +geoId/48485,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48485,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.001169132 +geoId/48487,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,5.473363686158e-05 +geoId/48487,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00409902666012014 +geoId/48487,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/48487,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48487,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/48489,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,205.9006 +geoId/48489,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.2180139999999997e-06 +geoId/48489,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,411.8012 +geoId/48491,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,15.457132630667509 +geoId/48491,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/48491,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.0 +geoId/48493,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.01 +geoId/48493,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.11 +geoId/48493,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,42.7804495575836 +geoId/48493,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12 +geoId/48493,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.32044955758360405 +geoId/48493,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,42.46 +geoId/48495,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.010858418940678096 +geoId/48495,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.2308584189406781 +geoId/48497,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0073976814999999994 +geoId/48497,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.0007120765 +geoId/48499,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.8054404e-05 +geoId/48499,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,13.433817600000001 +geoId/48499,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,12.96 +geoId/48501,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,0.0 +geoId/48501,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/48503,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.0 +geoId/48503,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.10444 +geoId/48505,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,21.69154 +geoId/48505,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,21.69154 +geoId/48507,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses,0.0 +geoId/48507,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,3.339556e-10 +geoId/48507,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,5.612845e-09 +geoId/48507,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,1.814461e-06 +geoId/48507,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.02296 +geoId/48507,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.03928510960000001 +geoId/48507,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.999134999873e-06 +geoId/48507,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/48507,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,1.787264e-07 +geoId/49001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.5951128260000003 +geoId/49001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.037776066 +geoId/49001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,2.555929 +geoId/49003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.03927083 +geoId/49003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,10.29749 +geoId/49003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,10.725426656884999 +geoId/49003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0264507556 +geoId/49005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.01532673600157 +geoId/49005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.01532669 +geoId/49007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.001605285095212898 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_24_SolventUtilization,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.01459748322 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,12.7701833 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,2.42431295401595e-09 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,4.51753e-08 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.027916355 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.11227012039999999 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00220462712308004 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.039367699299999996 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,9.2635007 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses,2.83262e-05 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,8.55925e-09 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.00282516121638513 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.003673141 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,3.4876536344727e-09 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,1.18822e-06 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,1.7679849999999998e-07 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.125793781 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.004710935 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,1.91879e-05 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.34987e-07 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,3.6845299999999997e-07 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,5.75763e-08 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0387773 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.548266 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.00676852 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.004093408966 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,1.23272 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,192.52216819999998 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.124671 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.239062 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.0374922 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.002650427 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.014572569050317785 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.0005885250999999999 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,5.2507500000000005e-06 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.8206837949948684 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.34411074750000004 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,20.9496298207662 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.2872602208040321 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.34266585729008003 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.692790229193228 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,205.77771156812685 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Sulfane_SCC_24_SolventUtilization,0.00370926 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.015415285759 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.00135309 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.000464407 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.027643482670556604 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.008501249661553679 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.009235856 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.289724 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,8.496091960000001 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.0 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.313864 +geoId/49009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.6101570999999999 +geoId/49009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.0 +geoId/49009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/49011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/49015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/49017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.21755385000000002 +geoId/49017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/49017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.21755385000000002 +geoId/49017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/49021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.8628235e-05 +geoId/49023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,61.01716 +geoId/49023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/49023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0196287861 +geoId/49023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,61.01716 +geoId/49025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_27_NaturalSources,543.2885 +geoId/49025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,543.2885 +geoId/49029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_27_NaturalSources,398.891 +geoId/49029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.5320315875 +geoId/49029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,6.2344065875 +geoId/49029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.021697365 +geoId/49029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,398.891 +geoId/49029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,5.702375 +geoId/49035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,16.09 +geoId/49039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0332692 +geoId/49039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0332692 +geoId/49045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.013383504000000001 +geoId/49047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/49047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/49047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/49047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/49047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.352215e-05 +geoId/49047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.002625 +geoId/49049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,2.310508 +geoId/49049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.003642055 +geoId/49049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,331.1889 +geoId/49049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,333.53671476700003 +geoId/49049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.660320055 +geoId/49049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.580865 +geoId/49051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.003028152 +geoId/49053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,2.8960235e-05 +geoId/49053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,6.26167e-06 +geoId/49053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.5221905e-05 +geoId/49055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,7.419855000000001e-05 +geoId/49055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,0.0004820985 +geoId/49055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.002948006 +geoId/49055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0039285925 +geoId/49055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.008452793699999999 +geoId/49055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.003816993236 +geoId/49055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.419855000000001e-05 +geoId/49055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0037845542 +geoId/49057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.069405 +geoId/50001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0050687 +geoId/50001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0022789489999999997 +geoId/50001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0 +geoId/50001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/50001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/50003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.01125 +geoId/50003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.995048 +geoId/50003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,2.0577000000000003e-05 +geoId/50003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,17.70874 +geoId/50003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0009351105 +geoId/50003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,38.054138491649994 +geoId/50005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.99092e-06 +geoId/50005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.1630067e-05 +geoId/50005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000946578 +geoId/50007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00020207249999999998 +geoId/50007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0053954199632 +geoId/50007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0064783581000000005 +geoId/50007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0269838 +geoId/50007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0031007699999999997 +geoId/50007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,9.337515 +geoId/50007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0001476914 +geoId/50007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,14.3171372934 +geoId/50007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.05936428899 +geoId/50007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0291141 +geoId/50009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.71425e-05 +geoId/50009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.000617219285 +geoId/50011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0195001103 +geoId/50015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000166355 +geoId/50015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0001772966 +geoId/50015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.013078150255 +geoId/50015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,18.42213 +geoId/50017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.020233009000000003 +geoId/50019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.4481898e-05 +geoId/50019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00078904 +geoId/50019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.010843905 +geoId/50019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.32869467e-05 +geoId/50021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.008942400000000001 +geoId/50021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,5.5e-05 +geoId/50023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.35227e-08 +geoId/50023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00043898900000000004 +geoId/50025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05046461743 +geoId/50025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,42.50663 +geoId/50025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,4.250663 +geoId/50025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,51.007956 +geoId/50027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0002514198 +geoId/50027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,1.7797025000000002 +geoId/50027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.02066035 +geoId/50027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.2046012 +geoId/50027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_26_WasteDisposalTreatmentAndRecovery,0.005779435 +geoId/50027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,8.8704532504 +geoId/50027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,6.743284 +geoId/51001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000138933 +geoId/51001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1000657252 +geoId/51001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00143719303 +geoId/51003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.9117650000000003e-06 +geoId/51003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5428296923 +geoId/51003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,9.29296 +geoId/51003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.29296 +geoId/51005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.031393869 +geoId/51005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0227214 +geoId/51005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,4.3624219999999996e-05 +geoId/51005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.02290439 +geoId/51005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.12316087821999999 +geoId/51005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.02290439 +geoId/51007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.06988e-05 +geoId/51007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1853729273 +geoId/51007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.031542645 +geoId/51007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.6890117 +geoId/51007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.02528507 +geoId/51007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.75109059745 +geoId/51007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.113535149 +geoId/51009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery,0.00023403805 +geoId/51009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00023403805 +geoId/51011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.62715e-06 +geoId/51011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/51011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4354474728 +geoId/51011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000118089 +geoId/51013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00016660900000000002 +geoId/51015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000122374 +geoId/51015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2273437311 +geoId/51017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1826931 +geoId/51017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.00462422 +geoId/51017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0015539339999999999 +geoId/51017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0231211 +geoId/51017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.08323595 +geoId/51017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.01100678 +geoId/51017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.12523072404104002 +geoId/51017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.012241434 +geoId/51017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0106875 +geoId/51017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.003242663 +geoId/51019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.81616e-05 +geoId/51019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.7853600000000002e-06 +geoId/51019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.21246912199999998 +geoId/51019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03056904 +geoId/51023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0607500238 +geoId/51025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09145345129999999 +geoId/51025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,53.73739 +geoId/51025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,53.73739 +geoId/51027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.537986335 +geoId/51027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,292.4475 +geoId/51029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3292399426 +geoId/51031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000174437 +geoId/51031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.418487572 +geoId/51031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00036804599999999997 +geoId/51033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.2614682015 +geoId/51033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.038931905 +geoId/51033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000855243 +geoId/51033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.042471169 +geoId/51033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.000756505 +geoId/51035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13489900729999998 +geoId/51035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.093685 +geoId/51036,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0230684126 +geoId/51036,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.2096272 +geoId/51036,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.215822947881 +geoId/51036,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.005939437 +geoId/51037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.963541861 +geoId/51037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.056750152 +geoId/51041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,2.9650485e-05 +geoId/51041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.1420685e-05 +geoId/51041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,4.1420685e-05 +geoId/51041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,7.307559e-05 +geoId/51043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0005290879 +geoId/51043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0020840525 +geoId/51045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.307714667 +geoId/51047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00012102400000000001 +geoId/51047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0643006282 +geoId/51047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0018406549999999999 +geoId/51047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00710217142 +geoId/51047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4925289396 +geoId/51049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0002062726 +geoId/51049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,6.44602e-06 +geoId/51049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.6942895e-05 +geoId/51049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00027717881999999997 +geoId/51049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,1.6942895e-05 +geoId/51051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.27223853530000003 +geoId/51053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5629340715 +geoId/51053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.29241119309999997 +geoId/51057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,0.000205265 +geoId/51057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,3.9955e-05 +geoId/51057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00208158535 +geoId/51057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.4745550500000001e-05 +geoId/51059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06849909265999998 +geoId/51059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,13.27414 +geoId/51059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,11.47413 +geoId/51059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,11.507072227230001 +geoId/51059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,13.27414 +geoId/51061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5211098315 +geoId/51061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00857 +geoId/51061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13257574 +geoId/51063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06898890999999999 +geoId/51063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.03276798 +geoId/51063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,4.0748245e-05 +geoId/51063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.043521431727682 +geoId/51063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0104354 +geoId/51065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3980885779 +geoId/51067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.323312598 +geoId/51069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/51069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.17385895680000002 +geoId/51071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0620018 +geoId/51071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,7.80728e-10 +geoId/51071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,2.079374e-10 +geoId/51071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,2.998727e-06 +geoId/51071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,2.006271e-09 +geoId/51071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.002154821665e-06 +geoId/51071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,4.1876285e-10 +geoId/51073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000129825 +geoId/51073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.44970383999999997 +geoId/51073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,9.013665e-05 +geoId/51073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0001744203 +geoId/51073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00026455695 +geoId/51075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3355550363 +geoId/51075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.7653144999999999 +geoId/51075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,7.025797e-05 +geoId/51075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0056839149999999995 +geoId/51075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02817344797 +geoId/51075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,2.5615218011499996 +geoId/51077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.174550414 +geoId/51079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0007970192999999999 +geoId/51079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.6357324 +geoId/51079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.637085022 +geoId/51079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/51081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.196580662 +geoId/51083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000120508 +geoId/51083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.2861210568 +geoId/51083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.3889262 +geoId/51083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.7921107 +geoId/51083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.38704735955 +geoId/51083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.20594880000000002 +geoId/51085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.074843218 +geoId/51085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,2.347263 +geoId/51085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.03044382 +geoId/51085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.3777070053102 +geoId/51087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0023503216 +geoId/51087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001094824 +geoId/51089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.740805e-06 +geoId/51089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.275554081 +geoId/51089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery,2.7322064999999998 +geoId/51089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,9.930418 +geoId/51089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,8.1839e-10 +geoId/51089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_26_WasteDisposalTreatmentAndRecovery,0.008872615 +geoId/51089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.113454194091878 +geoId/51089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,19.2669123015 +geoId/51089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1102595 +geoId/51091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.10412726 +geoId/51091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.005748004 +geoId/51093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.64881e-06 +geoId/51093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.024214882 +geoId/51093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.012127555 +geoId/51093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.0006958685 +geoId/51093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.0001335028 +geoId/51093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0502594736082 +geoId/51093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.777940655 +geoId/51095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.049085503700000005 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0004646338 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.2287809 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources,7.398254e-05 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.158124 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.01236231 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,2.3804389999999997e-06 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.1260135020235 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.126385 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.053694374445175 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,6.5641349999999995e-06 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.02888917 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0312314719 +geoId/51095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,2.699892 +geoId/51097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.23843727399999998 +geoId/51097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12180938000000001 +geoId/51099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,3.9777609999999995e-08 +geoId/51099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.0739955e-07 +geoId/51099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0001132072358505 +geoId/51099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00822033036 +geoId/51099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,1.9888805e-07 +geoId/51099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.006005355 +geoId/51101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.985515e-06 +geoId/51101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000390799 +geoId/51101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.045986628 +geoId/51103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0024463982 +geoId/51103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,4.1044675e-05 +geoId/51103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,1.9733015e-05 +geoId/51103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,0.0 +geoId/51103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.0 +geoId/51103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0 +geoId/51103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.007991872084999999 +geoId/51103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.0 +geoId/51103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.007893207 +geoId/51105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.48336597 +geoId/51105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.3447082 +geoId/51105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.3346584 +geoId/51105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.6918537589880001 +geoId/51107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0018166440700000002 +geoId/51107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06814568 +geoId/51107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/51107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.003158099 +geoId/51107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.1716966 +geoId/51107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0036844490000000002 +geoId/51109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.9065553416000001 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization,2.4969789999999996 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.03239372 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.023839159999999998 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.5617054829999995 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12384974 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.09145602 +geoId/51111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.44968548030000005 +geoId/51111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.1536248 +geoId/51111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0028494925 +geoId/51111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.43830791952 +geoId/51111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.472545e-05 +geoId/51113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.134990718 +geoId/51115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0196992347 +geoId/51115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.568952 +geoId/51115,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.56895203512578 +geoId/51117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3311780622 +geoId/51117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,4.237838e-05 +geoId/51117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0002928926 +geoId/51117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.04407351 +geoId/51117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.07123948924500001 +geoId/51117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0002928926 +geoId/51119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1442531352 +geoId/51119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,1.071464e-06 +geoId/51119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,3.0185400000000004e-08 +geoId/51119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.010425811649400001 +geoId/51119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.01042471 +geoId/51121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.134362309 +geoId/51121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.09218555 +geoId/51121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.09156292 +geoId/51125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/51125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0658216917 +geoId/51127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0593984328 +geoId/51127,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00017625560000000001 +geoId/51131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13836419 +geoId/51131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,3.322249e-05 +geoId/51131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.5763509 +geoId/51131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.5765612680784999 +geoId/51131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.322249e-05 +geoId/51133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000119311 +geoId/51133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2002344479 +geoId/51133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,1.225597 +geoId/51133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.859328e-05 +geoId/51133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.2256165762086 +geoId/51133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,18.23372 +geoId/51135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/51135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6385325137 +geoId/51135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,6.240002 +geoId/51135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.240002 +geoId/51137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.296055e-06 +geoId/51137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.405040782 +geoId/51137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0 +geoId/51139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.31926745310000004 +geoId/51141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.545525e-06 +geoId/51141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.202911901 +geoId/51143,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7520523079999999 +geoId/51145,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1534722978 +geoId/51147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1724923606 +geoId/51149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00012048 +geoId/51149,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07348429100000001 +geoId/51149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.001211452 +geoId/51149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.16985050200000001 +geoId/51149,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.1599991 +geoId/51153,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.508173239 +geoId/51153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0006909649968 +geoId/51153,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0006852865000000001 +geoId/51155,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01762439 +geoId/51155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.6153885 +geoId/51155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,4.939689 +geoId/51155,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,5.55698166097 +geoId/51157,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.119887365 +geoId/51157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0001516374 +geoId/51157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,2.2934365e-09 +geoId/51157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.2741315000000001e-08 +geoId/51157,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00019097766162410001 +geoId/51159,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.17725522999999999 +geoId/51159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,9.078515e-07 +geoId/51159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0001537103 +geoId/51159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,6.225265e-06 +geoId/51159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,2.334475e-07 +geoId/51159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,7.78158e-10 +geoId/51159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000320552042158 +geoId/51159,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.84395954602 +geoId/51161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.20077e-06 +geoId/51161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/51161,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0058972857 +geoId/51161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.617448 +geoId/51161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,134.1104 +geoId/51161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,152.2108045195 +geoId/51161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.3600279 +geoId/51161,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,17.01132 +geoId/51163,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.29555545 +geoId/51163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.02069038 +geoId/51163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.9894595000000002e-07 +geoId/51163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02069057894595 +geoId/51163,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.8222913507e-06 +geoId/51165,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.4402228968 +geoId/51165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.01550292 +geoId/51165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0004390056 +geoId/51165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.16101338850000002 +geoId/51165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0004390056 +geoId/51165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.014063353851821999 +geoId/51165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.01384451 +geoId/51165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.001437477 +geoId/51165,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.000782971 +geoId/51167,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1824676392 +geoId/51167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0563401 +geoId/51167,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.3363141448 +geoId/51169,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.287264201 +geoId/51169,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.20563802239999998 +geoId/51171,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.40017585250000004 +geoId/51171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,14.12255 +geoId/51171,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,14.12255 +geoId/51173,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.015972649000000002 +geoId/51173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,3.8582365e-05 +geoId/51173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.001402995 +geoId/51173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,4.413589e-05 +geoId/51173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0005072809999999999 +geoId/51173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.406974131173 +geoId/51173,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,1.996345e-05 +geoId/51175,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.49905981299999996 +geoId/51175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.1653756876 +geoId/51175,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.21648320000000001 +geoId/51177,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.044197634 +geoId/51177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00023583000000000002 +geoId/51177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,172.40986 +geoId/51177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0042382900000000005 +geoId/51177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00400246 +geoId/51177,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,172.40986 +geoId/51179,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0355334793664 +geoId/51179,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.144441399 +geoId/51179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.004410349 +geoId/51179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.5038845001160002 +geoId/51179,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,302.67853549999995 +geoId/51181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/51181,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.226503548 +geoId/51183,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.34579286000000004 +geoId/51185,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0862016456 +geoId/51187,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.5969755907 +geoId/51187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.7726215 +geoId/51187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0040809999999999996 +geoId/51187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8344312199999999 +geoId/51187,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.06180972 +geoId/51191,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.118181691 +geoId/51193,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0714121481 +geoId/51193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,2.34343e-07 +geoId/51193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.001394627 +geoId/51193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02830509912146021 +geoId/51193,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.02541192 +geoId/51195,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.525838484 +geoId/51195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,46.196561204999995 +geoId/51195,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,46.17209 +geoId/51197,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.18329759999999998 +geoId/51197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,121.1886 +geoId/51197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources,30.29716 +geoId/51197,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,151.48576 +geoId/51199,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.022869 +geoId/51199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0109432014265 +geoId/51199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00897955 +geoId/51199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.01008713 +geoId/51199,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.00897955 +geoId/51510,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/51515,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,6.0587e-07 +geoId/51520,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/51520,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.0 +geoId/51520,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/51520,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.018420034999999998 +geoId/51520,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.030693581749999997 +geoId/51520,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/51530,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.001196853 +geoId/51530,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.17220023587 +geoId/51530,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.1709833 +geoId/51540,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0129939 +geoId/51540,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/51550,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00013512099999999998 +geoId/51550,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.6136921100000001 +geoId/51570,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,2.923464 +geoId/51580,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/51580,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,7.18691e-07 +geoId/51580,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.07625407 +geoId/51580,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.08246742688599999 +geoId/51580,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0 +geoId/51580,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,1.0416305000000001e-05 +geoId/51590,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.028392230000000004 +geoId/51590,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,0.3748263 +geoId/51590,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.01523633674 +geoId/51590,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.4399010862283 +geoId/51595,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00016456100000000003 +geoId/51595,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery,0.024674 +geoId/51595,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.024836352292000003 +geoId/51600,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/51600,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0 +geoId/51600,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/51630,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.9566532052350001 +geoId/51640,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012919600000000002 +geoId/51650,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,5.899257 +geoId/51650,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,7.8208254202 +geoId/51650,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,1.480307 +geoId/51660,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/51660,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0002459598 +geoId/51660,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.007137906 +geoId/51660,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/51660,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.04785644 +geoId/51660,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0765370187903 +geoId/51660,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.5674255 +geoId/51660,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.007137906 +geoId/51670,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000965537 +geoId/51670,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/51680,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0044132 +geoId/51680,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51680,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51680,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51683,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.0 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.0 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,0.0 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0065691392 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.000149751 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/51683,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.0 +geoId/51685,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51685,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51685,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51685,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51685,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51685,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51685,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51700,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000157617 +geoId/51700,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0305211 +geoId/51710,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.015054304132 +geoId/51710,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.012281499999999999 +geoId/51710,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_5_WasteDisposal,0.02793085 +geoId/51730,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.023408 +geoId/51730,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51730,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51740,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources,3.0205865894155836e-05 +geoId/51740,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,2.7222875e-08 +geoId/51740,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0093783132445 +geoId/51740,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.0276919705655837e-05 +geoId/51750,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,9.362189000000001e-07 +geoId/51750,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51750,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,2.733486 +geoId/51750,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/51750,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,6.423692 +geoId/51750,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.1981812262189 +geoId/51750,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.04100229 +geoId/51760,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.0 +geoId/51760,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.047 +geoId/51760,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.00044237910000000005 +geoId/51760,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,3.7791180000000004e-05 +geoId/51760,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.2142982 +geoId/51760,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.21477837028 +geoId/51760,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0296795 +geoId/51770,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.502550000000001e-07 +geoId/51770,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000180585 +geoId/51770,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00176576 +geoId/51770,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/51770,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0 +geoId/51790,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.003541196 +geoId/51790,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,0.00038327230000000003 +geoId/51790,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.1616984 +geoId/51790,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6640130389 +geoId/51790,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.4287162 +geoId/51800,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.117576245 +geoId/51800,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,3.5766975e-07 +geoId/51800,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0006579357 +geoId/51800,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000660234935793 +geoId/51810,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.17374842374 +geoId/51820,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.3554600000000003e-06 +geoId/51830,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.5533381 +geoId/51830,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.5533381 +geoId/51840,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,7.10185e-08 +geoId/53005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0014590345 +geoId/53005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.02963160271 +geoId/53007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,4.026529e-05 +geoId/53007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,68.11437 +geoId/53007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,4.026529e-05 +geoId/53007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,68.11437 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.796792193925 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,1.088219 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0016870499999999998 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_27_NaturalSources,622.518 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.0 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,4.482140223 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources,1.5373 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery,11.005321 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,7.056500000000001 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,5.0293179999999995e-06 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.58333671695 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0339776 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.34739456607999997 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,6.292102816900001e-07 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,331.80703232999997 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,0.0004285138 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,8.18179 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,880.498 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,1.125073992 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,2.505639e-07 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.07794068 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.08055670000000001 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.000822557 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0018019874065 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_22_MobileSources,0.00844389 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.000219855 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,8.642668908305e-06 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,9.14045e-06 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,9.0517075 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.478813 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.0006646600000000001 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.418791 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,3.15144e-05 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.159395 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.19739e-05 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,1.2645583 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,602.8134 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,35.21228 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,46.594546 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,23.04965 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,22.70607 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,5.60214 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,0.558184 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,45.20407449 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.332143 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,0.34125 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.35794918000000003 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.0007782010000000001 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,5.361135e-06 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,501.69559596459567 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4675.391324900862 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,20.06495260554 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,35.203796555 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.4717854131 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,228.70048483510115 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_27_NaturalSources,622.518 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1076.00404627905 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.00300301575 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,8.204698 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,3839.16 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.0 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.00038567037000000005 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.143929 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.4812826 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.86055581 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,34.42896081999999 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,190.534 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,22.804869999999998 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,1.44047 +geoId/53009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,52.135683912 +geoId/53011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,20.59107 +geoId/53011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,20.59107 +geoId/53013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,8.912308 +geoId/53013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.055991549999999994 +geoId/53013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,11.02996919999 +geoId/53013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,2.046587 +geoId/53015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/53015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/53015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/53015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/53021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,1.947656e-05 +geoId/53021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,2.0558375e-05 +geoId/53021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,2.000305 +geoId/53021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.28230034258575004 +geoId/53021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.001860873 +geoId/53021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.0230084179920222 +geoId/53021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.1438309 +geoId/53021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.1379762 +geoId/53021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.05544625 +geoId/53023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.023502125 +geoId/53023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.023502125 +geoId/53025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,9.377815e-09 +geoId/53025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,9.377815e-09 +geoId/53029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.01489997 +geoId/53029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.016810179999999997 +geoId/53029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.85192785534 +geoId/53033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0013909355 +geoId/53035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,11.806799999999999 +geoId/53035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,11.806799999999999 +geoId/53037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,5.2092800000000005e-06 +geoId/53037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.03011493 +geoId/53037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.03674333 +geoId/53037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,1.50672e-08 +geoId/53037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06686364085919999 +geoId/53041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.1855494 +geoId/53041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,9.835113 +geoId/53041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,3.710989e-05 +geoId/53041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,3.5625495e-05 +geoId/53041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,11.077187562256 +geoId/53041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.185872998235 +geoId/53043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,0.00015737875000000002 +geoId/53043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.06639639 +geoId/53043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,9.981405000000001e-06 +geoId/53043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8155612044985 +geoId/53047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,7.862015e-06 +geoId/53047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/53047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,3.807613e-06 +geoId/53047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.05491072 +geoId/53047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,12.02889 +geoId/53047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05492262584105 +geoId/53047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.0 +geoId/53047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,12.02889 +geoId/53051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,1.7454230000000002e-05 +geoId/53051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.1291815000000005e-05 +geoId/53055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_26_WasteDisposalTreatmentAndRecovery,0.00045501190000000005 +geoId/53055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0006234950000000001 +geoId/53055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.00480731371628 +geoId/53059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0025380579999999997 +geoId/53059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,0.6574462 +geoId/53059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00322321875 +geoId/53059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.012361368000000001 +geoId/53059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.9149724836700862 +geoId/53061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.00027162065000000004 +geoId/53061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00380268915 +geoId/53063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,6.506535e-05 +geoId/53063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0029568588499999998 +geoId/53067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,3.047694 +geoId/53067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,21.3746 +geoId/53067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.0476946789586 +geoId/53067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,21.541649012895927 +geoId/53071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,1.601145 +geoId/53071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.0062924749619833 +geoId/53071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.012847474961982968 +geoId/53071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,1.3923 +geoId/53075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0025668745 +geoId/53075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.02748062 +geoId/53075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.02748062 +geoId/53077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,1.1601395e-08 +geoId/53077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,6.38005e-09 +geoId/53077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources,9.41272e-09 +geoId/53077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,1.47462 +geoId/53077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,5.829892 +geoId/53077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,2.531058e-05 +geoId/53077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,12.884512 +geoId/53077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.5338052585275e-05 +geoId/54001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.004690794 +geoId/54001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.048107817000000004 +geoId/54001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,23.860074209999997 +geoId/54003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.017637458699999997 +geoId/54003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0 +geoId/54003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,9.752245e-06 +geoId/54003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,5.83711e-06 +geoId/54003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.5602563634999998e-05 +geoId/54003,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.22625906467200002 +geoId/54005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.5347091924 +geoId/54007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.18533399039999998 +geoId/54007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,6.74359e-05 +geoId/54007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/54007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.3194507 +geoId/54007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.3194507 +geoId/54009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/54009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.0 +geoId/54011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.046251887299999996 +geoId/54011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,124.1242051192 +geoId/54013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001024326 +geoId/54013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.3005512 +geoId/54013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.3005512 +geoId/54015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1817908795 +geoId/54017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.034056800000000005 +geoId/54019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6512158357000001 +geoId/54019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,1e-06 +geoId/54019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00028558485 +geoId/54019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00028558485 +geoId/54021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.003317514 +geoId/54021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,0.0 +geoId/54021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.15705671572000002 +geoId/54021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.171515663 +geoId/54021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.03040541 +geoId/54023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.052217 +geoId/54023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0309516307 +geoId/54023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,0.16363455 +geoId/54023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.19815267 +geoId/54025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.23301856429999998 +geoId/54025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/54025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.0 +geoId/54027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.019275425 +geoId/54027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.16237790000000002 +geoId/54027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.6115929 +geoId/54027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.7743358606649999 +geoId/54029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/54031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.198007149 +geoId/54031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,10.86 +geoId/54031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0009527190000000001 +geoId/54033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0013214886 +geoId/54035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0318541724 +geoId/54035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.19324e-05 +geoId/54035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0011068523999999999 +geoId/54037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,0.9687095 +geoId/54037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.00046320689999999995 +geoId/54037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,6.665357 +geoId/54037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.8713448889239 +geoId/54039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.7421333949000002 +geoId/54039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00047714999999999997 +geoId/54039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.0 +geoId/54039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.5784901 +geoId/54039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.5879605450000001 +geoId/54041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0047818676 +geoId/54041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.00014040015 +geoId/54041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.08258209999999999 +geoId/54041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,3.3428609999999994e-05 +geoId/54041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.03476575 +geoId/54041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,32.32523 +geoId/54041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.058248746091650004 +geoId/54041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.422846653109 +geoId/54041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,64.656925046 +geoId/54043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.6422155964999999 +geoId/54043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.002566874 +geoId/54043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,0.00448832 +geoId/54043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.026689665366999998 +geoId/54043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.043700589 +geoId/54043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.042106555 +geoId/54045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.7070976332 +geoId/54045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,3.144325 +geoId/54045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,3.2750884710999997 +geoId/54045,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.00012727030000000001 +geoId/54047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.9940922557 +geoId/54047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.4079367 +geoId/54047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.0 +geoId/54047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.27362945 +geoId/54047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,3.634999 +geoId/54047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,8.180291761945 +geoId/54047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/54047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.1448955 +geoId/54049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.0037593600000000002 +geoId/54049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00234656 +geoId/54049,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/54051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0867555 +geoId/54051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.08705 +geoId/54051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,7.559585e-05 +geoId/54051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.01538508 +geoId/54051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0005185343 +geoId/54051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.05786260088965 +geoId/54053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.01033965 +geoId/54053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1300597859 +geoId/54055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3140679547 +geoId/54055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,6.065799 +geoId/54055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses,10.5737 +geoId/54055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,7.659297 +geoId/54055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,0.124676 +geoId/54055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,37.50408 +geoId/54055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,16.8958949822 +geoId/54055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.023836395 +geoId/54055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,46.03281426785 +geoId/54055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses,0.00734042 +geoId/54057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.003440359 +geoId/54057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0001 +geoId/54057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,1.414658 +geoId/54057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.009571224 +geoId/54057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.424252839015 +geoId/54059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.3056019539 +geoId/54061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.008670186100000001 +geoId/54061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.5276408 +geoId/54061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,1.517323 +geoId/54063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.051085905 +geoId/54065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01044556 +geoId/54065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.7583927823849999 +geoId/54067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.1299999999999999e-05 +geoId/54067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00012675 +geoId/54067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.4453938574 +geoId/54067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.01075 +geoId/54067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.06367617 +geoId/54067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.06367617 +geoId/54069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.9004799999999996e-05 +geoId/54069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0431122 +geoId/54071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.063792413 +geoId/54071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/54071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/54073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.004006076 +geoId/54073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.043107999999999994 +geoId/54073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.7429140000000001 +geoId/54073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.699806 +geoId/54075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13687985460000002 +geoId/54075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.00192386 +geoId/54075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.004535958933 +geoId/54075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.1922063012 +geoId/54075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.2844199999999998e-07 +geoId/54077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13351988999999997 +geoId/54077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_26_WasteDisposalTreatmentAndRecovery,0.6844275 +geoId/54077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,48.95887 +geoId/54077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,98.65250495145 +geoId/54079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0787771256 +geoId/54079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.8376466566 +geoId/54081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,1.518442e-07 +geoId/54081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,2.275036 +geoId/54081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.004374113 +geoId/54081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion,0.27414184999999996 +geoId/54081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.5865765524978825 +geoId/54083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.164441694 +geoId/54083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.04 +geoId/54083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.4247916 +geoId/54083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.6401148479 +geoId/54083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,6.340397e-05 +geoId/54083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,6.340397e-05 +geoId/54085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001390798 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,2.245441 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.11057285 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.1243012 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.004046187 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.004466059731999999 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.1908688 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.14497329 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,2.59777996388 +geoId/54085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.1908688 +geoId/54087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001943799 +geoId/54089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.040767853 +geoId/54089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_26_WasteDisposalTreatmentAndRecovery,0.00057316 +geoId/54089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,23.370144000000003 +geoId/54089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,27.577521240445 +geoId/54089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.5056165 +geoId/54089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,3.162587 +geoId/54091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.56949e-05 +geoId/54091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.04693297 +geoId/54091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.00499085 +geoId/54093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12252679999999999 +geoId/54095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0315569 +geoId/54095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,0.0 +geoId/54095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/54095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.05075786 +geoId/54097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.002805147 +geoId/54097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0037313999999999997 +geoId/54099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2623187157 +geoId/54099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.0062 +geoId/54099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,1.3950285e-05 +geoId/54099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_22_MobileSources,0.580484 +geoId/54099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.194229e-06 +geoId/54099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00429246941545 +geoId/54099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,26.81668495 +geoId/54099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,25.79929 +geoId/54101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.34665469350000006 +geoId/54103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5334067 +geoId/54103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/54103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization,0.0 +geoId/54103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/54103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/54103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0 +geoId/54105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0043360989999999995 +geoId/54105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.0815565e-05 +geoId/54105,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,4.0815565e-05 +geoId/54107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.05822e-07 +geoId/54107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.005447287 +geoId/54107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,0.00444 +geoId/54107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0 +geoId/54107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/54107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/54107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/54109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5442786847000001 +geoId/54109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,0.0006 +geoId/55001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.13460529 +geoId/55001,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.1246355549 +geoId/55001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,6.26938e-06 +geoId/55001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,6.26938e-06 +geoId/55003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00014824 +geoId/55003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.12302835 +geoId/55003,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00083698078 +geoId/55005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.685e-06 +geoId/55005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.8382297070980003 +geoId/55005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.043938200000000004 +geoId/55007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.6806734699999994 +geoId/55007,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.5321249345 +geoId/55007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,1.85453e-05 +geoId/55007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.1744405 +geoId/55007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,1.85453e-05 +geoId/55007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0086383 +geoId/55007,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.1658022 +geoId/55009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000140743137 +geoId/55009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0259193 +geoId/55009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,7e-07 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.00034193425 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.133552 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery,1.334105 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,1.5314014 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,0.00017488711483286499 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources,3.61922e-07 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.842315 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses,0.144074 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.1762371 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion,3.71990123418e-05 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_22_MobileSources,3.6732270000000004e-11 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,38.075813000000004 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery,5.86572 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_26_WasteDisposalTreatmentAndRecovery,0.02 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,1.5630033e-05 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.03256175 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources,0.06453579999999999 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,0.114729 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,1.65023118 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.000187035 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_22_MobileSources,0.00013791204 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_22_MobileSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,9.42950225e-07 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery,0.00157767 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.00039904105000000006 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,6.5924e-06 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.00186087 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0003014499 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.130708 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.00201075564 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_22_MobileSources,0.0009194133 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,16.901510000000002 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,12.8081 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.00012132977150080999 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_22_MobileSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,76.4753885 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_22_MobileSources,4289.378 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources,2814.7200000000003 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,46.753910000000005 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,63.013454 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,1.5297e-05 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phosphorus_SCC_22_MobileSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,1.5682992690155002e-05 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_26_WasteDisposalTreatmentAndRecovery,0.0093403 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,234.63660512963236 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4368.658898203592 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,130.55315614414 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,271.77278062981867 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,68.4928646199 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,77.92793188755 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2816.237656706704 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_22_MobileSources,0.0 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Sulfane_SCC_24_SolventUtilization,0.353769 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,15.9483832 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources,0.028776206 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery,0.0318425 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources,0.162499 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.384198 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.9642447077977889 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.74229 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,3.26153e-05 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.00115691 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,2.12509 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,266.9459 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,65.28506 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,29.6316 +geoId/55009,2014,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.00368832 +geoId/55009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.66087 +geoId/55009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.66087 +geoId/55011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.030571179 +geoId/55011,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.031526 +geoId/55011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.011885581 +geoId/55013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.268440979999999 +geoId/55013,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.002746895669 +geoId/55015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.1522678000000002 +geoId/55015,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0770689 +geoId/55015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,4.5437715e-06 +geoId/55015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources,0.02626762 +geoId/55015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,4.980362e-06 +geoId/55015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cobalt_SCC_28_MiscellaneousAreaSources,7.905755000000001e-07 +geoId/55015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.026277952384882997 +geoId/55017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.09024831 +geoId/55017,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00235766884 +geoId/55017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,15.102313346373 +geoId/55017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.043855865 +geoId/55019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5e-09 +geoId/55019,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.692988859 +geoId/55019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,0.00011330360000000001 +geoId/55019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.059551253600000006 +geoId/55021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.228022289 +geoId/55021,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13945051179 +geoId/55021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,74.85914 +geoId/55021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,82.34505399999999 +geoId/55021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00012245880000000001 +geoId/55023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.11133425 +geoId/55023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06721684676999999 +geoId/55025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.2821147176599998 +geoId/55025,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.23500329746 +geoId/55025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.0552653 +geoId/55025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources,7.896655 +geoId/55025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,11.019388096413 +geoId/55025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,15.8453553 +geoId/55025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_22_MobileSources,0.0632902 +geoId/55025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,2.943731 +geoId/55025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,15.79009 +geoId/55027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3429424399999998 +geoId/55027,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0001503196 +geoId/55027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources,0.1016662 +geoId/55027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00481901105 +geoId/55027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.11090857999999999 +geoId/55029,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.9970880199999996 +geoId/55029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.86132756268 +geoId/55031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.205132066291 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,8.739334e-06 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,4.945047e-06 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.004599337 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.002182736 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,4.0533174999999996e-08 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.006797420778195 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.7843895 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,4.246202e-05 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion,3.787045e-07 +geoId/55031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.7843895 +geoId/55033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.7118714600000002 +geoId/55033,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000168091 +geoId/55033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.02608802 +geoId/55033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.1553688203 +geoId/55033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.006577443 +geoId/55035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,2.425e-06 +geoId/55035,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.784062966 +geoId/55035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.2727151 +geoId/55035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.159825 +geoId/55037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.3403206 +geoId/55037,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3607668 +geoId/55037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,3.0092449999999997e-06 +geoId/55037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.01324068 +geoId/55037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.002937023 +geoId/55037,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.016273727414335998 +geoId/55039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.75727301 +geoId/55039,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03943319 +geoId/55039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,5.561425e-06 +geoId/55039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,1.229169 +geoId/55039,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,1.2292496350927649 +geoId/55041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.379104428 +geoId/55041,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07271684377 +geoId/55041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,9.63418764e-06 +geoId/55043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.3650000000000001e-05 +geoId/55043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.2076529990000004 +geoId/55043,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12052420735000001 +geoId/55043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,4.951895 +geoId/55043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,51.86236 +geoId/55043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0015447780000000001 +geoId/55043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,4.951895 +geoId/55043,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,51.86236 +geoId/55045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.659400057 +geoId/55045,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0523094 +geoId/55047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.75725293 +geoId/55047,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001415206642 +geoId/55049,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.0755539 +geoId/55051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.415e-06 +geoId/55051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.0207335 +geoId/55051,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0016048991100000001 +geoId/55051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.0024896025000000002 +geoId/55051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.089521895945 +geoId/55051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,5.668495e-05 +geoId/55051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0071099456000000005 +geoId/55051,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses,0.023787545 +geoId/55053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.058627031 +geoId/55053,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03442404162400001 +geoId/55053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,1.0205735e-07 +geoId/55053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.005039869 +geoId/55053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,8.368705000000001e-08 +geoId/55053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.005125735075834 +geoId/55053,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,8.567778e-05 +geoId/55055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.8550196879 +geoId/55055,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0811098826 +geoId/55055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery,0.002336385 +geoId/55055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,1.542930587145 +geoId/55055,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,1.515975 +geoId/55057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.2186795884999997 +geoId/55057,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.30835016646100005 +geoId/55057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.340825938 +geoId/55057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.3379294 +geoId/55059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.530429555 +geoId/55059,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0131448 +geoId/55059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion,5.359275e-05 +geoId/55059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,7.712125e-06 +geoId/55059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,3.1371355e-05 +geoId/55059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00662848241543 +geoId/55059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0533253 +geoId/55059,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,0.006535699 +geoId/55061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.95e-07 +geoId/55061,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.601220032 +geoId/55061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55061,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55063,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.67359376 +geoId/55063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,9.431175e-06 +geoId/55063,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00010638365999999999 +geoId/55065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.9516814000000005 +geoId/55065,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.013170600000000001 +geoId/55065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,122.4055 +geoId/55065,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,122.4055 +geoId/55067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.06191016 +geoId/55067,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0006760767800000001 +geoId/55067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0038077635 +geoId/55067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,1.212779e-06 +geoId/55067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.134272676279 +geoId/55067,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,1.1304637 +geoId/55069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00013345999999999999 +geoId/55069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.597551759 +geoId/55069,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.020758 +geoId/55069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.5156524 +geoId/55069,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.3825 +geoId/55071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.25368802 +geoId/55071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,19.44565 +geoId/55073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.005297784999999999 +geoId/55073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.896163023998 +geoId/55073,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.033323419071999996 +geoId/55073,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0005561631800000001 +geoId/55075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.361007266 +geoId/55075,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.037879533446 +geoId/55075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,1.918918 +geoId/55075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.746246 +geoId/55075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,4.5414389999999996e-05 +geoId/55075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,29.42341 +geoId/55075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,60.18503389339 +geoId/55075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,5.964665e-05 +geoId/55077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.8268447 +geoId/55077,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001298362415 +geoId/55077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,4.308398 +geoId/55077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.000342796874 +geoId/55077,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,4.308398 +geoId/55078,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,10.353954 +geoId/55078,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00352114244 +geoId/55079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.7676950000000001e-06 +geoId/55079,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7806862643041 +geoId/55079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.6543260000000001 +geoId/55079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,2.259306 +geoId/55079,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,2.259306 +geoId/55081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.92059421 +geoId/55081,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.28335064 +geoId/55081,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.701584049884 +geoId/55083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.05e-06 +geoId/55083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.09305974 +geoId/55083,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.00922254 +geoId/55085,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.3256775759 +geoId/55087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5.8795e-05 +geoId/55087,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.8072758989000001 +geoId/55087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,57.2933 +geoId/55087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,57.2933 +geoId/55089,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.00014157900000000002 +geoId/55089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.1615696 +geoId/55089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0012346479999999999 +geoId/55089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,3.938195248 +geoId/55089,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,3.775391 +geoId/55091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.118962205 +geoId/55091,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0259511 +geoId/55091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0011133599999999999 +geoId/55091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,3.064394 +geoId/55091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.01317689 +geoId/55091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.081377164795296 +geoId/55091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00205502 +geoId/55091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion,2.93217e-06 +geoId/55091,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport,0.0009416600000000001 +geoId/55093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.298911923 +geoId/55093,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0311294 +geoId/55093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources,0.7572972 +geoId/55093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.00031503565 +geoId/55093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources,0.00014540105000000002 +geoId/55093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,1.5948173399999999 +geoId/55093,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.75796362155 +geoId/55095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.01329037 +geoId/55095,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.13298773922300003 +geoId/55095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources,0.00045106344999999996 +geoId/55095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources,0.00021685740000000002 +geoId/55095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.1952383 +geoId/55095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources,0.000962847 +geoId/55095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,12.41885418 +geoId/55095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.001648116445 +geoId/55095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,12.2024 +geoId/55097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.7349999999999996e-06 +geoId/55097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.26925471 +geoId/55097,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09066103 +geoId/55097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses,0.0017650405 +geoId/55097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,2.535636e-07 +geoId/55097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.002450858 +geoId/55097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0013902429336 +geoId/55097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,5.8611797614 +geoId/55099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.00010627000000000001 +geoId/55099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.365497074 +geoId/55099,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.3589374 +geoId/55101,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.530532545 +geoId/55101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/55101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/55103,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.214356031 +geoId/55103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,8.500000000000001e-08 +geoId/55105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.3109205560000001 +geoId/55105,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0912238 +geoId/55107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.0975e-05 +geoId/55107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.376357713 +geoId/55107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,9.971525 +geoId/55109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.2491249499999997 +geoId/55109,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000131227 +geoId/55111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.3505e-05 +geoId/55111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,5.3240623641 +geoId/55111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0702037 +geoId/55111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources,0.0885546 +geoId/55111,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.09036041555 +geoId/55113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,9.98e-06 +geoId/55113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.712574382 +geoId/55113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.09512938775 +geoId/55115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.6613267680000001 +geoId/55115,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.05621682560499999 +geoId/55117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,5e-06 +geoId/55117,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.76934829 +geoId/55117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses,0.0553848 +geoId/55117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,247.2667 +geoId/55117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses,0.00442882 +geoId/55117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,252.56701744264998 +geoId/55117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.0615491 +geoId/55117,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0554677127745 +geoId/55119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.8499999999999997e-07 +geoId/55119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.694531769 +geoId/55119,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03829480088 +geoId/55119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,10.19791 +geoId/55119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses,1.274739 +geoId/55119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,11.489435733185001 +geoId/55121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,1.615e-06 +geoId/55121,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.344447814 +geoId/55121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport,9.912674e-08 +geoId/55121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,9.912674e-08 +geoId/55123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.1946004629999996 +geoId/55123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06720140000000001 +geoId/55123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,10.19791 +geoId/55123,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,11.468349305353 +geoId/55125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.6797769992 +geoId/55125,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.002301459978 +geoId/55125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,1.773184e-08 +geoId/55125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.7731839999999998e-05 +geoId/55125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.002866735637972 +geoId/55125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.15874795 +geoId/55125,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.08672339999999999 +geoId/55127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,3.8739292119999997 +geoId/55127,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.14815309999999998 +geoId/55129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,4.15e-07 +geoId/55129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.734340230000001 +geoId/55129,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.07590114150999999 +geoId/55129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery,0.1574791 +geoId/55129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources,105.7055 +geoId/55129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.0029209835 +geoId/55129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.162978169 +geoId/55129,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,105.881605363 +geoId/55131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7700500100000001 +geoId/55131,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0655078 +geoId/55131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.7862762477409 +geoId/55131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.7912747615 +geoId/55131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.015768055 +geoId/55131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.7724435000000001 +geoId/55133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.76548886 +geoId/55133,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.2723059 +geoId/55133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources,2.535204e-06 +geoId/55133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_22_MobileSources,6.946940000000001e-06 +geoId/55133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources,0.0024705530000000003 +geoId/55133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.4006807236 +geoId/55133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00597905 +geoId/55133,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources,0.9049644 +geoId/55135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,3.915e-05 +geoId/55135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.95003034 +geoId/55135,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.000944976331 +geoId/55135,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,10.532110566 +geoId/55137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,4.85015679 +geoId/55137,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0419662 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,1.0829089999999999e-06 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion,6.664055 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,3.9667e-05 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,4.8393735e-05 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,7.933399 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,14.597544492322001 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,12.132560815 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.016663106 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.014901965000000001 +geoId/55137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,7.376559 +geoId/55139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.7978504390000001 +geoId/55139,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0525041 +geoId/55139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00232542631 +geoId/55141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_1_ExternalCombustion,0.000287515 +geoId/55141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.63624872 +geoId/55141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.12350585551 +geoId/55141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_2_InternalCombustionEngines,1.0549999999999999e-06 +geoId/55141,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation,3.5000000000000004e-05 +geoId/55141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.11613460535 +geoId/55141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.526204 +geoId/55141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.143022 +geoId/55141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,0.143022 +geoId/56001,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.2097255 +geoId/56005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.043075274999999996 +geoId/56009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0001140486 +geoId/56009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,34.90745283143 +geoId/56009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.021136158 +geoId/56009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources,0.018902255 +geoId/56009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,34.90307804 +geoId/56011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport,0.0 +geoId/56011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/56011,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0048215260000000005 +geoId/56013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses,1.184808833e-07 +geoId/56013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.07486831 +geoId/56013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses,83.58706 +geoId/56013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.06184773 +geoId/56013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.28500594 +geoId/56013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,91.47117278037099 +geoId/56013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0012608019999999999 +geoId/56013,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.08644216 +geoId/56015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,51.30491 +geoId/56015,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,51.30491 +geoId/56017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0005592025 +geoId/56019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.00301481 +geoId/56019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.00301481 +geoId/56021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.002717793 +geoId/56021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,6.766458236357 +geoId/56021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.30054525000000004 +geoId/56021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.011476050000000002 +geoId/56021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion,6.763737 +geoId/56021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,0.2890692 +geoId/56025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,14.564185199999999 +geoId/56025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,14.49894 +geoId/56027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,2.824805e-07 +geoId/56027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses,0.017 +geoId/56027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion,1.25776e-05 +geoId/56027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00060695572954 +geoId/56027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.02 +geoId/56027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01298489 +geoId/56029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/56029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.014829034999999999 +geoId/56029,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/56031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport,0.0 +geoId/56031,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0032949000000000003 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources,4.878241e-06 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources,7.554049999999999e-05 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,2.1554485e-06 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Hexane_SCC_22_MobileSources,0.0764096 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization,2.508548 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.03108436 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,1.287282e-08 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,20.338202824 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,2.508548 +geoId/56033,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.03194559243378 +geoId/56035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,0.0040340490000000005 +geoId/56035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.00375401984 +geoId/56035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0043695441733471 +geoId/56035,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources,0.000335494 +geoId/56041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.1916529 +geoId/56041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.154331 +geoId/56041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,2.441053e-06 +geoId/56041,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.40926637232099994 +geoId/72005,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,9.67829e-07 +geoId/72005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72005,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72009,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/72009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,3.272245e-05 +geoId/72009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion,0.01587551 +geoId/72009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.015876029006999998 +geoId/72009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/72009,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.272245e-05 +geoId/72017,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/72019,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,1.2993454999999998 +geoId/72021,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,1.2993454999999998 +geoId/72023,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0013154705 +geoId/72023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery,5.366316 +geoId/72023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72023,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,5.366316 +geoId/72025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources,3.3049695e-09 +geoId/72025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources,1.9065945e-08 +geoId/72025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources,5.6095550000000004e-08 +geoId/72025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,1.6006129999999998e-09 +geoId/72025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,9.559215e-12 +geoId/72025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.2876762221229e-05 +geoId/72025,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,3.2234565e-09 +geoId/72027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.008034875 +geoId/72027,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization,0.008034875 +geoId/72031,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,0.000134215466 +geoId/72047,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/72054,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/72054,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses,0.0 +geoId/72057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery,0.000913276 +geoId/72057,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0012944695499999999 +geoId/72071,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/72071,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/72075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,6.381885e-05 +geoId/72075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72075,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,6.381885e-05 +geoId/72083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72083,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72085,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/72087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72087,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery,1.302883 +geoId/72095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,1.5771594515 +geoId/72095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,2.0253444018 +geoId/72095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport,1.576324 +geoId/72095,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.721695 +geoId/72097,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,2.7938985e-07 +geoId/72099,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.002916158784 +geoId/72101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,8.797325e-07 +geoId/72101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion,6.186737e-08 +geoId/72101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72101,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,3.9028677747499994e-05 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources,4.7083610000000005e-06 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,1.9644155e-09 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources,5.43301e-10 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,4.886333585 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,7.591968698673001e-06 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,6.510635e-10 +geoId/72103,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization,4.771251 +geoId/72107,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,1.99976e-05 +geoId/72107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72107,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport,0.0004979486 +geoId/72109,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0004979486 +geoId/72111,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_3_IndustrialProcesses,0.1661 +geoId/72113,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,7.033739999999999e-05 +geoId/72113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0039723123726600005 +geoId/72113,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.021302565000000002 +geoId/72119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses,0.0 +geoId/72119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,0.0 +geoId/72119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/72119,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/72121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.3942413 +geoId/72121,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_24_SolventUtilization,0.032941035 +geoId/72123,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.0627631 +geoId/72131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.0 +geoId/72131,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_25_StorageAndTransport,0.0 +geoId/72137,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.021697249419000003 +geoId/72139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72139,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72141,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.0 +geoId/72143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,2.7707595e-12 +geoId/72143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,3.80127390865635e-06 +geoId/72143,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,9.34326e-10 +geoId/72145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources,0.00010267800000000001 +geoId/72145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources,2.9297820000000002e-06 +geoId/72145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources,0.00035702080000000005 +geoId/72145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources,0.04225125 +geoId/72145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources,1.749731e-08 +geoId/72145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion,0.005974460206 +geoId/72145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.06675849056474399 +geoId/72145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources,5.900255e-06 +geoId/72145,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion,0.005479648 +geoId/72147,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,0.01476115 +geoId/72151,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources,2.0676057223 +geoId/78010,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses,3.311681e-05 +geoId/78010,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_23_IndustrialProcesses,0.00046290324949999995 +geoId/78020,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.10975081803799999 +geoId/78020,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery,0.07784582 +geoId/78030,2011,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_22_MobileSources,2.275669e-05 +geoId/78030,2017,dcAggregate/EPA_NationalEmissionInventory,Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery,0.0 diff --git a/scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.mcf b/scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.mcf new file mode 100644 index 0000000000..2e69f56c08 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.mcf @@ -0,0 +1,1656 @@ +Node: dcid:Annual_Amount_Emissions_Acetaldehyde_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Acetaldehyde, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Acetaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Acetaldehyde_SCC_22_MobileSources +name: "Annual Amount Emissions Acetaldehyde, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Acetaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Acetaldehyde_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Acetaldehyde, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Acetaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Acetaldehyde_SCC_24_SolventUtilization +name: "Annual Amount Emissions Acetaldehyde, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Acetaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Acetaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Acetaldehyde, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Acetaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Acetaldehyde_SCC_27_NaturalSources +name: "Annual Amount Emissions Acetaldehyde, NaturalSources (27)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/27 +emittedThing: dcs:Acetaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Acetaldehyde_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Acetaldehyde, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Acetaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Ammonia_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Ammonia, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Ammonia +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Ammonia_SCC_22_MobileSources +name: "Annual Amount Emissions Ammonia, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Ammonia +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Ammonia_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Ammonia, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Ammonia +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Ammonia_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Ammonia, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Ammonia +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Ammonia_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Ammonia, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Ammonia +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Arsenic_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Arsenic, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Arsenic +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Arsenic_SCC_22_MobileSources +name: "Annual Amount Emissions Arsenic, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Arsenic +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Arsenic_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Arsenic, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Arsenic +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Arsenic_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Arsenic, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Arsenic +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Benzene_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Benzene, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Benzene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Benzene_SCC_22_MobileSources +name: "Annual Amount Emissions Benzene, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Benzene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Benzene_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Benzene, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Benzene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Benzene_SCC_24_SolventUtilization +name: "Annual Amount Emissions Benzene, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Benzene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Benzene_SCC_25_StorageAndTransport +name: "Annual Amount Emissions Benzene, StorageAndTransport (25)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/25 +emittedThing: dcs:Benzene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Benzene_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Benzene, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Benzene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Benzene_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Benzene, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Benzene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Cadmium_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Cadmium, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Cadmium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Cadmium_SCC_22_MobileSources +name: "Annual Amount Emissions Cadmium, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Cadmium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Cadmium_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Cadmium, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Cadmium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Cadmium_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Cadmium, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Cadmium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_CarbonDioxide_SCC_22_MobileSources +name: "Annual Amount Emissions Carbon Dioxide, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:CarbonDioxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_CarbonMonoxide_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Carbon Monoxide, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:CarbonMonoxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_CarbonMonoxide_SCC_22_MobileSources +name: "Annual Amount Emissions Carbon Monoxide, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:CarbonMonoxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_CarbonMonoxide_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Carbon Monoxide, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:CarbonMonoxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_CarbonMonoxide_SCC_24_SolventUtilization +name: "Annual Amount Emissions Carbon Monoxide, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:CarbonMonoxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_CarbonMonoxide_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Carbon Monoxide, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:CarbonMonoxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_CarbonMonoxide_SCC_27_NaturalSources +name: "Annual Amount Emissions Carbon Monoxide, NaturalSources (27)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/27 +emittedThing: dcs:CarbonMonoxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_CarbonMonoxide_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Carbon Monoxide, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:CarbonMonoxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chlorane_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Chlorane, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Chlorane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chlorane_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Chlorane, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Chlorane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chlorane_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Chlorane, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Chlorane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chloroform_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Chloroform, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Chloroform +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chloroform_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Chloroform, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Chloroform +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chloroform_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Chloroform, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Chloroform +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chloroform_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Chloroform, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Chloroform +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chromium_6_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Chromium(6+), StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Chromium_6 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chromium_6_SCC_22_MobileSources +name: "Annual Amount Emissions Chromium(6+), MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Chromium_6 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Chromium_6_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Chromium(6+), MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Chromium_6 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Cobalt_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Cobalt, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Cobalt +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Cobalt_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Cobalt, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Cobalt +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Cobalt_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Cobalt, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Cobalt +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Cyanide_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Cyanide, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Cyanide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Fluorane_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Fluorane, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Fluorane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Fluorane_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Fluorane, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Fluorane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Formaldehyde_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Formaldehyde, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Formaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Formaldehyde_SCC_22_MobileSources +name: "Annual Amount Emissions Formaldehyde, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Formaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Formaldehyde_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Formaldehyde, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Formaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Formaldehyde_SCC_24_SolventUtilization +name: "Annual Amount Emissions Formaldehyde, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Formaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Formaldehyde_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Formaldehyde, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Formaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Formaldehyde_SCC_27_NaturalSources +name: "Annual Amount Emissions Formaldehyde, NaturalSources (27)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/27 +emittedThing: dcs:Formaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Formaldehyde_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Formaldehyde, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Formaldehyde +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Hexane_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Hexane, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Hexane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Hexane_SCC_22_MobileSources +name: "Annual Amount Emissions Hexane, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Hexane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Hexane_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Hexane, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Hexane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Hexane_SCC_24_SolventUtilization +name: "Annual Amount Emissions Hexane, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Hexane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Hexane_SCC_25_StorageAndTransport +name: "Annual Amount Emissions Hexane, StorageAndTransport (25)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/25 +emittedThing: dcs:Hexane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Hexane_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Hexane, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Hexane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Lead_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Lead, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Lead +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Lead_SCC_22_MobileSources +name: "Annual Amount Emissions Lead, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Lead +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Lead_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Lead, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Lead +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Lead_SCC_24_SolventUtilization +name: "Annual Amount Emissions Lead, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Lead +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Lead_SCC_25_StorageAndTransport +name: "Annual Amount Emissions Lead, StorageAndTransport (25)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/25 +emittedThing: dcs:Lead +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Lead_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Lead, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Lead +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Manganese_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Manganese, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Manganese +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Manganese_SCC_22_MobileSources +name: "Annual Amount Emissions Manganese, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Manganese +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Manganese_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Manganese, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Manganese +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Mercury_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Mercury, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Mercury +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Mercury_SCC_22_MobileSources +name: "Annual Amount Emissions Mercury, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Mercury +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Mercury_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Mercury, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Mercury +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Mercury_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Mercury, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Mercury +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Mercury_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Mercury, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Mercury +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Methane_SCC_22_MobileSources +name: "Annual Amount Emissions Methane, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Methane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Methanol_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Methanol, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Methanol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Methanol_SCC_24_SolventUtilization +name: "Annual Amount Emissions Methanol, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Methanol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Methanol_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Methanol, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Methanol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Methanol_SCC_27_NaturalSources +name: "Annual Amount Emissions Methanol, NaturalSources (27)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/27 +emittedThing: dcs:Methanol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Methanol_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Methanol, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Methanol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Naphthalene_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Naphthalene, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Naphthalene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Naphthalene_SCC_22_MobileSources +name: "Annual Amount Emissions Naphthalene, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Naphthalene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Naphthalene_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Naphthalene, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Naphthalene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Naphthalene_SCC_24_SolventUtilization +name: "Annual Amount Emissions Naphthalene, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Naphthalene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Naphthalene_SCC_25_StorageAndTransport +name: "Annual Amount Emissions Naphthalene, StorageAndTransport (25)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/25 +emittedThing: dcs:Naphthalene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Naphthalene_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Naphthalene, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Naphthalene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Naphthalene_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Naphthalene, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Naphthalene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Nickel_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Nickel, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Nickel +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Nickel_SCC_22_MobileSources +name: "Annual Amount Emissions Nickel, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Nickel +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Nickel_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Nickel, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Nickel +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_NitrousOxide_SCC_22_MobileSources +name: "Annual Amount Emissions Nitrous Oxide, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:NitrousOxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_OxidesOfNitrogen_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Oxides Of Nitrogen, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:OxidesOfNitrogen +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_OxidesOfNitrogen_SCC_22_MobileSources +name: "Annual Amount Emissions Oxides Of Nitrogen, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:OxidesOfNitrogen +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_OxidesOfNitrogen_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Oxides Of Nitrogen, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:OxidesOfNitrogen +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_OxidesOfNitrogen_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Oxides Of Nitrogen, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:OxidesOfNitrogen +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_OxidesOfNitrogen_SCC_27_NaturalSources +name: "Annual Amount Emissions Oxides Of Nitrogen, NaturalSources (27)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/27 +emittedThing: dcs:OxidesOfNitrogen +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_OxidesOfNitrogen_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Oxides Of Nitrogen, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:OxidesOfNitrogen +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Oxo(Oxochromiooxy)Chromium, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Oxo_Oxochromiooxy_Chromium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_22_MobileSources +name: "Annual Amount Emissions Oxo(Oxochromiooxy)Chromium, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Oxo_Oxochromiooxy_Chromium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Oxo_Oxochromiooxy_Chromium_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Oxo(Oxochromiooxy)Chromium, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Oxo_Oxochromiooxy_Chromium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM10_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions PM10, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:PM10 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM10_SCC_22_MobileSources +name: "Annual Amount Emissions PM10, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:PM10 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM10_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions PM10, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:PM10 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM10_SCC_24_SolventUtilization +name: "Annual Amount Emissions PM10, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:PM10 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM10_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions PM10, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:PM10 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM10_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions PM10, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:PM10 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM2.5_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions PM2.5, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:PM2.5 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM2.5_SCC_22_MobileSources +name: "Annual Amount Emissions PM2.5, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:PM2.5 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM2.5_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions PM2.5, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:PM2.5 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM2.5_SCC_24_SolventUtilization +name: "Annual Amount Emissions PM2.5, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:PM2.5 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM2.5_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions PM2.5, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:PM2.5 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_PM2.5_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions PM2.5, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:PM2.5 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Phenol_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Phenol, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Phenol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Phenol_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Phenol, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Phenol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Phenol_SCC_24_SolventUtilization +name: "Annual Amount Emissions Phenol, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Phenol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Phenol_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Phenol, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Phenol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Phenol_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Phenol, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Phenol +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Phosphorus_SCC_22_MobileSources +name: "Annual Amount Emissions Phosphorus, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Phosphorus +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Phosphorus_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Phosphorus, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Phosphorus +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Pyrene_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Pyrene, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Pyrene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Pyrene_SCC_22_MobileSources +name: "Annual Amount Emissions Pyrene, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Pyrene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Pyrene_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Pyrene, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Pyrene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Pyrene_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Pyrene, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Pyrene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Pyrene_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Pyrene, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Pyrene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_1_ExternalCombustion +name: "Annual Amount Emissions ExternalCombustion (1)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/1 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_22_MobileSources +name: "Annual Amount Emissions MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_24_SolventUtilization +name: "Annual Amount Emissions SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_25_StorageAndTransport +name: "Annual Amount Emissions StorageAndTransport (25)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/25 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_27_NaturalSources +name: "Annual Amount Emissions NaturalSources (27)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/27 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_2_InternalCombustionEngines +name: "Annual Amount Emissions InternalCombustionEngines (2)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/2 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_3_IndustrialProcesses +name: "Annual Amount Emissions IndustrialProcesses (3)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/3 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_4_PetroleumAndSolventEvaporation +name: "Annual Amount Emissions PetroleumAndSolventEvaporation (4)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/4 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SCC_5_WasteDisposal +name: "Annual Amount Emissions WasteDisposal (5)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/5 +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Selenium_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Selenium, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Selenium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Selenium_SCC_22_MobileSources +name: "Annual Amount Emissions Selenium, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Selenium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Selenium_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Selenium, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Selenium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Selenium_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Selenium, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Selenium +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Sulfane_SCC_24_SolventUtilization +name: "Annual Amount Emissions Sulfane, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Sulfane +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SulfurDioxide_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Sulfur Dioxide, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:SulfurDioxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SulfurDioxide_SCC_22_MobileSources +name: "Annual Amount Emissions Sulfur Dioxide, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:SulfurDioxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SulfurDioxide_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Sulfur Dioxide, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:SulfurDioxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SulfurDioxide_SCC_24_SolventUtilization +name: "Annual Amount Emissions Sulfur Dioxide, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:SulfurDioxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SulfurDioxide_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Sulfur Dioxide, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:SulfurDioxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_SulfurDioxide_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Sulfur Dioxide, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:SulfurDioxide +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Toluene_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Toluene, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:Toluene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Toluene_SCC_22_MobileSources +name: "Annual Amount Emissions Toluene, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:Toluene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Toluene_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Toluene, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:Toluene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Toluene_SCC_24_SolventUtilization +name: "Annual Amount Emissions Toluene, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:Toluene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Toluene_SCC_25_StorageAndTransport +name: "Annual Amount Emissions Toluene, StorageAndTransport (25)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/25 +emittedThing: dcs:Toluene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Toluene_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Toluene, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:Toluene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_Toluene_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Toluene, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:Toluene +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_VolatileOrganicCompound_SCC_21_StationarySourceFuelCombustion +name: "Annual Amount Emissions Volatile Organic Compound, StationarySourceFuelCombustion (21)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/21 +emittedThing: dcs:VolatileOrganicCompound +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_VolatileOrganicCompound_SCC_22_MobileSources +name: "Annual Amount Emissions Volatile Organic Compound, MobileSources (22)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/22 +emittedThing: dcs:VolatileOrganicCompound +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_VolatileOrganicCompound_SCC_23_IndustrialProcesses +name: "Annual Amount Emissions Volatile Organic Compound, IndustrialProcesses (23)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/23 +emittedThing: dcs:VolatileOrganicCompound +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_VolatileOrganicCompound_SCC_24_SolventUtilization +name: "Annual Amount Emissions Volatile Organic Compound, SolventUtilization (24)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/24 +emittedThing: dcs:VolatileOrganicCompound +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_VolatileOrganicCompound_SCC_25_StorageAndTransport +name: "Annual Amount Emissions Volatile Organic Compound, StorageAndTransport (25)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/25 +emittedThing: dcs:VolatileOrganicCompound +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_VolatileOrganicCompound_SCC_26_WasteDisposalTreatmentAndRecovery +name: "Annual Amount Emissions Volatile Organic Compound, WasteDisposalTreatmentAndRecovery (26)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/26 +emittedThing: dcs:VolatileOrganicCompound +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_VolatileOrganicCompound_SCC_27_NaturalSources +name: "Annual Amount Emissions Volatile Organic Compound, NaturalSources (27)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/27 +emittedThing: dcs:VolatileOrganicCompound +statType: dcs:measuredValue +measuredProperty: dcs:amount + +Node: dcid:Annual_Amount_Emissions_VolatileOrganicCompound_SCC_28_MiscellaneousAreaSources +name: "Annual Amount Emissions Volatile Organic Compound, MiscellaneousAreaSources (28)" +typeOf: dcs:StatisticalVariable +populationType: dcs:Emissions +measurementQualifier: dcs:Annual +epaSccCode: dcs:EPA_SCC/28 +emittedThing: dcs:VolatileOrganicCompound +statType: dcs:measuredValue +measuredProperty: dcs:amount \ No newline at end of file diff --git a/scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.tmcf b/scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.tmcf new file mode 100644 index 0000000000..e8860b56d6 --- /dev/null +++ b/scripts/us_epa/national_emissions_inventory/test_data/expected_files/national_emissions.tmcf @@ -0,0 +1,9 @@ +Node: E:national_emissions->E0 +typeOf: dcs:StatVarObservation +variableMeasured: C:national_emissions->SV +measurementMethod: C:national_emissions->Measurement_Method +observationAbout: C:national_emissions->geo_Id +observationDate: C:national_emissions->year +unit: Ton +observationPeriod: "P1Y" +value: C:national_emissions->observation \ No newline at end of file