Tyler W. Davis
Tyler W. Davis
As described in https://github.com/USEPA/ElectricityLCI/issues/207, annual facility-level emissions from EPA's Clean Air Markets Program Data are desired for building a life cycle inventory for U.S. electricity generation. The EPA provide a...
The table in the README says RCRAInfo has 2013, 2017 and 2019 data available, but I don't see them with I run the following code snippet (using stewi 1.1.2). I...
I'm not sure what the intended pathway is for data management, but seeing a general buy-in on esupy's data manager, I'm guessing that's the direction you are heading. That said,...
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 shortlist (December 2, 2024) - [x] Renewable construction documentation (currently points to coal & gas); see last comment in #150. - See new regionalized renewable construction - [x] Coal...
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...