You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform double-counting removal using the create_esm_database function (from double_counting.py).
Compute your LCA metrics for a set of impact categories using the compute_impact_scores function (from impact_assessment.py).
Reformat results as .mod and .dat files if you are using AMPL with the normalize_lca_metrics (from normalization.py) and gen_lcia_obj (from generate_lci_obj_ampl.py) functions.
Feed the ESM results back in the LCI database using the create_new_database_with_esm_results function (from esm_back_to_lca.py).
Add CPC categories to additional LCI datasets, e.g., from Premise, with the create_new_database_with_CPC_categories function (from CPC.py).
Relink a mapping to a new database using the create_complementary_database function (from link_to_premise.py).
Relink a mapping to a new version of ecoinvent using the change_ecoinvent_version_mapping and update_unit_conversion_file functions (change_ecoinvent.py).
Regionalize the foreground of LCI datasets by setting regionalize_foregrounds=True in the create_esm_database function (from double_counting.py).