Skip to content

eia860_facilities.py

Matt Jamieson edited this page Sep 26, 2019 · 2 revisions

Description:
Download and import EIA860 data, including power plant information such as plant code, location, balancing authority, and primary fuel type.

Functions:

  • eia860_balancing_authority: The main purpose of this function is to return a dataframe consisting of EIA Plant IDs and other identifying information, including balancing authority area.
  • eia860_EnviroAssoc_so2: Returns a dataframe containing the SO2-related environmental controls for the power plants. This data is used in ampd_plant_emissions.py to calculate SO2 emission factors.
  • eia860_boiler_info_design: Returns a dataframe containing boiler parameters. This data is used in ampd_plant_emissions.py to calculate emission factors.
  • eia860_EnviroAssoc_nox: Returns a dataframe containing the NOX-related environmental controls for the power plants. This data is used in ampd_plant_emissions.py to calculate NOX emission factors.
  • eia860_generator_info: Returns a dataframe containing the information from EIA 860, Schedule 3, Generator Data. This includes the type of coal boilers used in the facility (e.g., uses pulverized coal, is supercritical, etc.), which is used in ampd_plant_emissions.py to calculate emission factors.
Clone this wiki locally