-
Notifications
You must be signed in to change notification settings - Fork 11
wind_upstream.py
Description: This module operates immediately, calling the generate_upstream_wind(year)
function within. This generates the annual emissions of each flowtype for wind farm construction for each plant in EIA923 based on upstream contributions. Emissions from the construction of turbines are accounted for elsewhere.
- 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:
-
generate_upstream_wind(year)
- All content in this module is contained within this function. - Calls `eia923_download_extract(year)
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
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