ElectricityLCI
ElectricityLCI copied to clipboard
The output from "at grid; consumption mix" processes is 120 V, but should be Electricity, AC, 2300-7650 V. A little digging revealed: 1. In run_net_trade() in __init__.py, "consumption mix" refers...
The road to Version 2.0: - [x] #200 - [x] #196 - [x] #195 - [x] #184 - [ ] #204 - [ ] #214 - Unanswered. - [ ]...
I am trying to download the CEMS data from electricitylci. Surprisingly, FTP still exists (despite a decade of slow eradication); however, the address referenced in cems_data.py does not appear to...
In the provided data file, [BA_Codes_930.xlsx](https://github.com/USEPA/ElectricityLCI/blob/development/electricitylci/data/BA_Codes_930.xlsx), the EIA 930 data table is used to match balancing authority names/codes to EIA regions (and their codes). In a separate worksheet (in the...
Ran into errors with openLCA due to failed processes being created during the consumption and distribution mix phase of the code (i.e., `run_net_trade` in \_\_init\_\_.py). It turns out the distribution...
**Background** There are three CSV data files provided with eLCI representing Canadian electricity trade summaries: - CA_Imports_Gen.csv - annual total MWh exported by each Canadian balancing authority - CA_Imports_Cols.csv -...
The latest runs of ELCI_1 trigger the `ba_io_trading_model` in eia_io_trading.py. There is a bulk data file and during the call to `ba_exchange_to_df`, the memory demand spikes to >11 GB. I've...
The state-based archive data used for T&D calculation comes from EIA (see [here](https://www.eia.gov/electricity/state/)) and, as of writing, historical data are available up to 2021. https://github.com/USEPA/ElectricityLCI/blob/2232c41f2cb4fd333ad59c8710aa55906e6a7ed3/electricitylci/eia_trans_dist_grid_loss.py#L100 The `eia_gen_year` modelconfig is used...
The URL used to pull the 2021 coal public Microsoft Excel workbook (http://www.eia.gov/coal/data/public/xls/coalpublic2021.xls) has a file format that does not match its extension. Examining the file, it appears to be...
The CSV file, [International_Electricity_Mix.csv](https://github.com/USEPA/ElectricityLCI/blob/master/electricitylci/data/International_Electricity_Mix.csv) does not include data past 2020, which crashes upon testing 2021 onward (see [`generate_canadian_mixes`](https://github.com/USEPA/ElectricityLCI/blob/e56268132f7607ead58a33bb5bdd525563a784f5/electricitylci/import_impacts.py#L9) method in import_impacts.py). #looking-for-data #help-wanted