-
Notifications
You must be signed in to change notification settings - Fork 11
eia_io_trading.py
Description: This module uses data from the EIA bulk data file to determine how much electricity flows between either balancing authority areas (BAAs) or Federal Energy Regulatory Commission (FERC) regions. These electricity flows are then used to generate the consumption mix for a given region or balancing authority area.
Functions: The two key functions in this module are:
-
eia_io_trading.ba_io_trading_model
- This will use the electricity trading data to evaluate the net electricity coming into all balancing authority areas and FERC regions. The result of this data is a consumption mix for each area or region, contained in a pandas dataframe. Regardless of the subregion choice, this function will return a dictionary of dataframes for the consumptiom mixes for all balancing authority areas, all FERC regions, and a US national mix. -
eia_io_trading.olca_schema_consumption_mix
- This function will convert the consumption mix dataframe generated by this module into a openLCA-schema compatible dictionary.
Data: EIA From 930 US electric system operating data, downloaded as EBA.zip.
Dependencies:
- numpy
- os
- pandas
- datetime
- pytz
- json
- zipfile
- requests
- logging
- electricitylci
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