v1.0.0
Standardized Emission and Waste Inventories (StEWI)
StEWI is a collection of Python modules that provide processed USEPA facility-based emission and waste generation inventory data in standard tabular formats. The standard outputs may be further aggregated or filtered based on given criteria, and can be combined based on common facility and flows across the inventories.
StEWI consists of a core module, stewi
, that digests and provides the USEPA inventory data in standard formats. Two matcher modules, the facilitymatcher
and chemicalmatcher
, provide commons IDs for facilities and flows across inventories, which is used by the stewicombo
module to combine the data, and optionally remove overlaps and remove double counting of groups of chemicals based on user preferences.
StEWI can process data from the following datasets:
- Discharge Monitoring Reports
- Greenhouse Gas Reporting Program
- Emissions & Generation Resource Integrated Database
- National Emissions Inventory
- RCRA Biennial Report
- Toxic Release Inventory
What's Changed
- integrate github actions for install testing in #90
- add StewiFormat class to manage format specifications in #91
- update GHGRP data files for 2020 data release in #94
- use jupyter notebook for examples of running stewi and stewicombo
- improved error handling
New Contributors
- @matthewlchambers
- @a-w-beck
- Review provided by @andychase and @dpgraham4401
Full Changelog: v0.10.0...v1.0.0