Skip to content

wind_upstream.py

Matt Jamieson edited this page May 19, 2020 · 4 revisions

Description: This module generates the annual emissions of each flowtype for wind farm construction for each plant in EIA923 based on upstream contributions.

  • Information in the main dataframe is transposed and then melted, such that the output structure is a row for each flow type for each facility.

Functions:

Data:

  • EIA-923 - The survey Form EIA-923 collects detailed electric power data -- monthly and annually -- on electricity generation, fuel consumption, fossil fuel stocks, and receipts at the power plant and prime mover level (EIA)
  • wind_inventory.csv - This CSV file contains flow amounts for all emissions and waste streams at each wind facility in the U.S.

Dependencies:

  • pandas
  • numpy
  • electricitylci
Clone this wiki locally