ElectricityLCI icon indicating copy to clipboard operation
ElectricityLCI copied to clipboard

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

Many of the sub-modules contain mains (in the form of if __name__=="__main__") that need to be updated to reflect the new way of specifying the model configuration. When these were...

enhancement
help wanted

In ELCI_1 at the BA level of aggregation, location elements in openLCA are assigned to generation mixes and consumption mixes, but not the generation processes. Because this is where the...

enhancement
metadata

In testing now https://revampd.app.cloud.gov/

enhancement
wontfix

Create conda build recipe so that eLCI can be installed using conda in addition to pip.

enhancement

The category 'ALL' is used for the Canadian processes. There is already a 'MIXED' category which would be appropriate and elimiate any confusion by an apparent difference in these categories

enhancement

Recreating the old model there are indeed duplicate emission factors in the gen_db. The duplicates appears to be due to different ReliabilityScores. Actually in cases the scores are the same...

No inputs or emissions are associated with distribution yet. These need to be added. A logical one for which data likely exist are SF6 emissions from the GHGRP data. Once...

enhancement

Significant task to automate the calculation of the process completeness scores (See [EPA DQ Guidance)](https://cfpub.epa.gov/si/si_public_record_report.cfm?dirEntryId=321834). For each fuel type, a template has been prepared for scoring. The number of flows...

enhancement
help wanted

The electricity column in generate_plant_water_use() in plant_water_use.py has NaN or the wrong values. The current fix drops the column, which can be seen here: https://github.com/KeyLogicLCA/ElectricityLCI/blob/d174078854980f3a8b1545ce0019003e27bdab93/electricitylci/plant_water_use.py#L236. Code should be examined further