-
Notifications
You must be signed in to change notification settings - Fork 11
eia_trans_dist_grid_loss.py
This module gets state-level EIA data on transmission and distribution grid loss. There are two main functions:
- eia_trans_dist_grid_loss.eia_trans_dist_download_extract: This function (1) downloads EIA state-level electricity profiles for all 50 states in the U.S. for a specified year to the working directory, and (2) calculates the transmission and distribution gross grid loss for each state based on statewide 'estimated losses', 'total disposition', and 'direct use'. The final output from this function is a [50x1] dimensional dataframe that contains transmission and distribution gross grid losses for each U.S. state for the specified year.
- eia_trans_dist_grid_loss.generate_regional_grid_loss: This function generates transmission and distribution losses for the provided generation data and given year, aggregated by subregion
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