Skip to content

egrid_flowbyfacilty.py

jgrooviest edited this page Aug 2, 2019 · 3 revisions

Description: File calls getInventory function from the Standardized Emissions and Waste Inventories (stewi) python package, which returns eGrid data for the year supplied (egrid_year). This data is sorted by facility ID, and is structured as follows:

FacilityID FlowName FlowAmount ReliabilityScore Compartment Unit
2 Nitrous oxide 0.0 2.0 air kg
2 Heat 0.0 5.0 input MJ
2 Electricity -1170000 1.0 product MJ
2 Carbon dioxide 0.0 5.0 air kg
2 Methane 0.0 2.0 air kg

Dependencies:

  1. stewi (package)
  2. egrid_year (variable)
Clone this wiki locally