| Literature DB >> 35686028 |
Ben Young1, Wesley W Ingwersen2, Matthew Bergmann2,3, Jose D Hernandez-Betancur4, Tapajyoti Ghosh1, Eric Bell1, Sarah Cashman1.
Abstract
The U.S. Environmental Protection Agency (USEPA) provides databases that agglomerate data provided by companies or states reporting emissions, releases, wastes generated, and other activities to meet statutory requirements. These databases, often referred to as inventories, can be used for a wide variety of environmental reporting and modeling purposes to characterize conditions in the United States. Yet, users are often challenged to find, retrieve, and interpret these data due to the unique schemes employed for data management, which could result in erroneous estimations or double-counting of emissions. To address these challenges, a system called Standardized Emission and Waste Inventories (StEWI) has been created. The system consists of four python modules that provide rapid access to USEPA inventory data in standard formats and permit filtering and combination of these inventory data. When accessed through StEWI, reported emissions of carbon dioxide to air and ammonia to water are reduced approximately two- and four-fold, respectively, to avoid duplicate reporting. StEWI will greatly facilitate the use of USEPA inventory data in chemical release and exposure modeling and life cycle assessment tools, among other things. To date, StEWI has been used to build the recent USEEIO model and the baseline electricity life cycle inventory database for the Federal LCA Commons.Entities:
Keywords: EPA data; National Emissions Inventory; RCRAInfo; Toxics Release Inventory; biennial hazardous waste report; discharge monitoring report; eGRID; facility registry service; greenhouse gas reporting program; python; substance registry service; tool ecosystem
Year: 2022 PMID: 35686028 PMCID: PMC9175305 DOI: 10.3390/app12073447
Source DB: PubMed Journal: Appl Sci (Basel) ISSN: 2076-3417 Impact factor: 2.838
Figure 1.Standardized Emissions and Waste Inventory data flow.
Core stewi functions for processing and accessing inventories.
| Function | Method |
|---|---|
| Get Available Inventories and Years | Returns a dictionary of processed inventory sources, where each key is a source and each dictionary value in a list of available processed data years. Uses flowbyfacility format by default. |
| Get Inventory | Returns a processed inventory as a dataframe in the standard output format. If that inventory does not exist locally, it will be generated. |
| Get Inventory Flows | Returns a processed flow inventory as a dataframe in the standard output format. If that inventory does not exist locally, it will be generated. |
| Get Inventory Facilities | Returns a processed facility inventory as a dataframe in the standard output format. If that inventory does not exist locally, it will be generated. |
| Get Metadata | Returns the metadata file from the local processed inventory. |
Tolerance levels for validation. By default, the tolerance level (tl) is set to 0.05.
| Percent difference | Interpretation |
|---|---|
| 0.0 | identical |
| ≤tl | statistically similar |
| >tl | Percent difference exceeds tolerance |
Filters available for stewi outputs.
| Filter | Inventory | Function |
|---|---|---|
| US_States_only | All | Removes data not assigned to facilities in one of the 50 U.S. States or D.C. |
| flows_for_LCI | TRI, DMR, NEI | Removes data for specific named flows that are not relevant for the LCI or would represent double counting |
| remove_duplicate_organic_enrichment | DMR | Removes overlapping organic enrichment reports. Facilities can report multiple forms of organic enrichment (BOD and COD), which represent duplicate reports of oxygen depletion (see Meyer et al. [ |
| National_Biennial_Report | RCRAInfo | Removes waste codes and facilities not associated with the National Biennial Report |
| imported_wastes | RCRAInfo | Removes imported wastes based on source code |
TRI release types tracked by stewi.
| TRI Field | Source File | Compartment |
|---|---|---|
| ON-SITE—FUGITIVE AIR EMISSIONS | 1a | air |
| ON-SITE—STACK AIR EMISSIONS | 1a | air |
| ON-SITE—DISCHARGES TO STREAM | 1a | water |
| ON-SITE—LAND TREATMENT/APPLICATION FARMING | 1a | soil |
| ON-SITE—OTHER DISPOSAL | 1a | soil |
| OFF-SITE—LAND TREATMENT | 3a | soil |
| OFF-SITE—OTHER LAND DISPOSAL | 3a | soil |
Functions for combining inventories in stewicombo.
| Function | Method |
|---|---|
| Combine Full Inventories | Combines flowbyfacility data for all facilities in the selected inventory(-ies) |
| Combine Inventories for Facilities in Base Inventory | Combines flowbyfacility data for all facilities in the selected inventory(-ies); maintains only those facilities with data present in the base_inventory. |
| Combine Inventories for Facility List | Combines flowbyfacility data for all facilities in the selected inventory(-ies); maintains only those facilities with data present in the base_inventory that are included in the facility_id_list. |
Default inventory preference by compartment, as documented in the parameter INVENTORY_PREFERENCE_BY_COMPARTMENT.
| Compartment | Inventory Preference |
|---|---|
| air | (1) eGRID, (2) GHGRP, (3) NEI, (4) TRI |
| water | (1) DMR, (2) TRI |
| soil | (1) TRI |
| waste | (1) RCRAInfo, (2) TRI |
Chemical quantities of waste from the TRI are not yet handled by stewi. Note that RCRAInfo reports waste quantities and not chemical quantities.
USEPA inventories accessible by StEWI.
| Source | 2008 | 2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Discharge Monitoring Reports | x | x | x | x | x | x | ||||||
| Greenhouse Gas Reporting Program | x | x | x | x | x | x | x | x | x | |||
| Emissions & Generation Resource | x | x | x | x | ||||||||
| Integrated Database | ||||||||||||
| National Emissions Inventory | x |
|
| x |
|
| x |
| ||||
| RCRA Biennial Report | x | x | x | x | x | x | ||||||
| Toxics Release Inventory | x | x | x | x | x | x | x | x | x | x | x | x |
Earlier data exist and are accessible but have not been validated.
Only point sources included at this time from the NEI; i interim years between triennial releases, accessed through the Emissions Inventory System, have not been validated.
Figure 2.Tracking national emissions by inventory over time.
Figure 3.National carbon dioxide emissions by inventory over time.
Figure 4.Reducing overlap with stewicombo (reporting year 2018).
Figure 5.National contribution of Life Cycle Impacts by Flow in 2018. GWP, global warming potential; AP, acidification potential; EP, eutrophication potential; PM, particulate matter formation; SF, smog formation; ETX, ecotoxicity; HCAN, human-health cancer; HNON, human-health noncancer; ODP, ozone depletion potential.