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 0000000000..b404dcda9e Binary files /dev/null and b/scripts/us_epa/national_emissions_inventory/scc_list/SCCDownload.xlsx differ 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