-
Notifications
You must be signed in to change notification settings - Fork 11
eia860_facilities.py
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.
List of modules
__init__.py
aggregation_selector.py
ampd_plant_emissions.py
bulk_eia_data.py
cems_data.py
coal_upstream.py
combinator.py
consumption_mix.py
distribution.py
dqi.py
egrid_emissions_and_waste_by_facility.py
egrid_energy.py
egrid_facilities.py
egrid_filter.py
egrid_flowbyfacilty.py
egrid_FRS_matches.py
egrid_subregion_data_writer.py
eia860_facilities.py
eia923_generation.py
eia_io_trading.py
eia_trans_dist_grid_loss.py
elementaryflows.py
emissions_other_sources.py
generation.py
generation_mix.py
geothermal.py
globals.py
hydro_upstream.py
import_impacts.py
main.py
model_config.py
natural_gas_upstream.py
nuclear_upstream.py
olca_jsonld_writer.py
petroleum_upstream.py
PhysicalQuantities.py
plant_water_use.py
power_plant_construction.py
process_dictionary_writer.py
process_exchange_aggregator_uncertainty.py
solar_thermal_upstream.py
solar_upstream.py
technosphereflows.py
upstream_dict.py
utils.py
wind_upstream.py