Methods

Util functions for impact methods.

lca_algebraic.findMethods(search=None, mainCat=None)[source]

Find impact method. Search in all methods against a list of match strings. Each parameter can be either an exact match, or case-insensitive search, if suffixed by ‘*’

Parameters

search :

String to search

mainCat :

If specified, limits the research for method[0] == mainCat.

Returns

A list of tuples, identifying the methods.

lca_algebraic.method_unit(method: Tuple)[source]

Get the unit of an impact method

lca_algebraic.method_name(method)[source]

Return name of method, taking into account custom label set via set_custom_impact_labels(…)