ElectricityLCI icon indicating copy to clipboard operation
ElectricityLCI copied to clipboard

Results 87 ElectricityLCI issues
Sort by recently updated
recently updated
newest added

This is a generalization of #195 to include the following missing dependencies: - regex (coal_upstream.py; imported but not used) - scipy (generation.py; process_exchange_aggregator_uncertainty.py) - sqlalchemy (coal_upstream.py) Also consider removing these...

FYI: the latest versions of `lciafmt` (v1.0.3) and `electricitylci` (v.1.0.1) have a conflicting (and impossible to resolve using setup.py and requirements.txt) dependencies on `fedelemflowlist`. This is likely caused by severe...

The column, "NCR_ID#", as referenced in the code below during renaming is not the column name in BA_Codes_930.xlsx. It is "NCR ID#" (note the space rather than the underscore). https://github.com/USEPA/ElectricityLCI/blob/2232c41f2cb4fd333ad59c8710aa55906e6a7ed3/electricitylci/combinator.py#L29

There are instances where generation is reported under NAICS code 22 in EIA form 923 and the generator is at an industrial facility. When electricity uses [StEWI](https://github.com/USEPA/standardizedinventories) to pull other...

Solar thermal benzene emissions are several orders of magnitude higher than they should be.

data

importing of some modules, particularly those that use stewi data results in objects being stored in memory ([example](https://github.com/USEPA/ElectricityLCI/blob/master/electricitylci/egrid_facilities.py#L8)) Moving those function calls inside functions may result in needing to call...

enhancement
wontfix

Having a list of the power plants that go into each of the aggregate profiles would be handy for tracking down the source data. Think the easiest place to implement...

enhancement

https://github.com/USEPA/ElectricityLCI/blob/2232c41f2cb4fd333ad59c8710aa55906e6a7ed3/electricitylci/solar_upstream.py#L81-L85 There should be a mapping from "Resource" to "resource". See concat_map_upstream_databases() for proper formatting: https://github.com/USEPA/ElectricityLCI/blob/2232c41f2cb4fd333ad59c8710aa55906e6a7ed3/electricitylci/combinator.py#L147-L155

Nothing much to add here - all the logger information is currently sent to the console. An industrious user could change the logger configuration to go to a file or...

enhancement