Skip to content

v1.0.0

Compare
Choose a tag to compare
@bl-young bl-young released this 05 Nov 19:37
· 207 commits to master since this release
66db56c

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:

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

Full Changelog: v0.10.0...v1.0.0