ElectricityLCI icon indicating copy to clipboard operation
ElectricityLCI copied to clipboard

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

In ELCI_3, the aggregation level is set to eGRID. In preparation for the consumption and distribution mixes, the in-line comment says that aggregation should be made at the BA level...

There is a propensity to define global data frames (e.g., `egrid_facilities` in egrid_facilities.py and `emissions_and_wastes_by_facility` in egrid_emissions_and_waste_by_facility), then create slices of these data frames as new globals (e.g., `egrid_facilities_w_fuel_region` in...

I was going to implement the "zero product flow" filter, when I can across an unusual process. So, I went back to look at the 2016 electricity baseline (as downloaded...

The 2016 electricity baseline includes two impact assessment methods: * TRACI 2.1 * TRACI 2.1 (NETL mod) It looks like LCIA Formatter was used for the mappings. The following method...

As brought up in the Fed LCA Commons collab meeting, zero values for quantitative reference flows (e.g., products and wastes) lead to non-invertable metrics in openLCA libraries when calculations are...

It is unclear what the distinction is between `exchange_table_creation_ref_cons` and `exchange_table_creation_ref` methods in process_dictionary_writer.py. Note that the data parameter is unused in both. I found a reference in eia_io_trading.py, but...

The methods in manual_edits.py seem to be failing. The simple reproducible code is to try running `create_generation_process_df` in generation.py ```py >>> import logging >>> import electricitylci.model_config as config >>> root_logger...

The basic workflow for ELCI_1 skips this concat and clean method: https://github.com/USEPA/ElectricityLCI/blob/e56268132f7607ead58a33bb5bdd525563a784f5/electricitylci/combinator.py#L313 This happens on [L66](https://github.com/USEPA/ElectricityLCI/blob/2232c41f2cb4fd333ad59c8710aa55906e6a7ed3/electricitylci/__init__.py#L66C13-L66C13) in [get_generation_process_df](https://github.com/USEPA/ElectricityLCI/blob/2232c41f2cb4fd333ad59c8710aa55906e6a7ed3/electricitylci/__init__.py#L17), where `combined_df` is returned but unused. It appears to be abandoned in...

The electricity baseline provides a user-defined configuration value for 'egrid_year', which triggers the data file, '~/electricitylci/data/egrid_subregion_generation_by_fuelcategory_reference_[year].csv' to be accessed in 'egrid_energy.py' (referenced in 'generation_mix.py'). The ElectrictyLCI only provides two CSV...

This is a request to remove legacy code from ElectricityLCI (i.e., `process_exchange_aggregator_uncertainty.py`), which is rather poorly documented, unused by any modules in eLCI, and adds the unnecessary dependency, [sympy](https://www.sympy.org/en/index.html), to...