GreenDelta / olca-app

Source code of openLCA
openlca.org
Mozilla Public License 2.0
184 stars 41 forks source link

Flexibility in LCIA metrics for completeness field #397

Open bl-young opened 2 weeks ago

bl-young commented 2 weeks ago

In v2.2, new metadata are added to assess data quality like "Completeness" that are specific to LCIA metrics: image

Are this list of metrics defined anywhere? Is it possible to change them?

There is currently no water use metric for example.

msrocka commented 2 weeks ago

Currently, it is the list as defined in the ILCD format. There it is defined as a fixed list / enumeration (adding values would break compatibility). In the openLCA data model, these values are just stored as strings, so the list could be extended here. Best would be, to get these updates into the official ILCD format... but this is maybe not easily possible.