Skip to content

egrid_emissions_and_waste_by_facility.py

jgrooviest edited this page Aug 5, 2019 · 3 revisions

Description: The primary purpose of the file is to populate the variable emissions_and_wastes_by_facility with a dataframe that contains the combined inventories for all facilities from all of the specified sources.

  • This module will either use an existing inventory determined from the inventories_of_interest specified in the configuration file or create one by calling stewicombo from Standardized Emission and Waste Inventories (StEWI). If there is no existing CSV file the call to stewicombo to generate the inventory can take some time. It should be noted that this module is executed immediately upon import, which may cause some unexpected delays if the CSV file is not present.

Functions: None

Data: None outside of StEWI

Dependencies:

  • pandas
  • stewicombo
  • os
  • electricitylci
Clone this wiki locally