apparun.impact_methods#

Classes#

MethodFullName

Enumeration of impact methods supported by Brightway.

MethodShortName

Short version of impact methods supported by Brightway, to ease readability of

Module Contents#

class apparun.impact_methods.MethodFullName#

Bases: str, aenum.Enum

Enumeration of impact methods supported by Brightway. So far, only some ReCiPe methods, and all EF v3.0 impact methods are supported.

Initialize self. See help(type(self)) for accurate signature.

to_short_name() MethodShortName#

Convert a full impact name (as specified in Brightway) to its shorter version. :return: short name version of full impact name.

EFV3_ACIDIFICATION = "('EF v3.0', 'acidification', 'accumulated exceedance (AE)')"#
EFV3_CLIMATE_CHANGE = "('EF v3.0', 'climate change', 'global warming potential (GWP100)')"#
EFV3_CLIMATE_CHANGE_BIOGENIC = "('EF v3.0', 'climate change: biogenic', 'global warming potential (GWP100)')"#
EFV3_CLIMATE_CHANGE_FOSSIL = "('EF v3.0', 'climate change: fossil', 'global warming potential (GWP100)')"#
EFV3_CLIMATE_CHANGE_LAND_USE = "('EF v3.0', 'climate change: land use and land use change', 'global warming potential (GWP100)')"#
EFV3_ECOTOXICITY_FRESHWATER = "('EF v3.0', 'ecotoxicity: freshwater', 'comparative toxic unit for ecosystems (CTUe)')"#
EFV3_ECOTOXICITY_FRESHWATER_INORGANICS = "('EF v3.0', 'ecotoxicity: freshwater, inorganics', 'comparative toxic unit for ecosystems (CTUe)')"#
EFV3_ECOTOXICITY_FRESHWATER_METALS = "('EF v3.0', 'ecotoxicity: freshwater, metals', 'comparative toxic unit for ecosystems (CTUe)')"#
EFV3_ECOTOXICITY_FRESHWATER_ORGANICS = "('EF v3.0', 'ecotoxicity: freshwater, organics', 'comparative toxic unit for ecosystems (CTUe)')"#
EFV3_ENERGY_RESOURCES = "('EF v3.0', 'energy resources: non-renewable', 'abiotic depletion potential (ADP): fossil fuels')"#
EFV3_EUTROPHICATION_FRESHWATER = "('EF v3.0', 'eutrophication: freshwater', 'fraction of nutrients reaching freshwater end...#
EFV3_EUTROPHICATION_MARINE = "('EF v3.0', 'eutrophication: marine', 'fraction of nutrients reaching marine end compartment (N)')"#
EFV3_EUTROPHICATION_TERRESTRIAL = "('EF v3.0', 'eutrophication: terrestrial', 'accumulated exceedance (AE)')"#
EFV3_HUMAN_TOXICITY_CARCINOGENIC = "('EF v3.0', 'human toxicity: carcinogenic', 'comparative toxic unit for human (CTUh)')"#
EFV3_HUMAN_TOXICITY_CARCINOGENIC_INORGANICS = "('EF v3.0', 'human toxicity: carcinogenic, inorganics', 'comparative toxic unit for human (CTUh)')"#
EFV3_HUMAN_TOXICITY_CARCINOGENIC_METALS = "('EF v3.0', 'human toxicity: carcinogenic, metals', 'comparative toxic unit for human (CTUh)')"#
EFV3_HUMAN_TOXICITY_CARCINOGENIC_ORGANICS = "('EF v3.0', 'human toxicity: carcinogenic, organics', 'comparative toxic unit for human (CTUh)')"#
EFV3_HUMAN_TOXICITY_NON_CARCINOGENIC = "('EF v3.0', 'human toxicity: non-carcinogenic', 'comparative toxic unit for human (CTUh)')"#
EFV3_HUMAN_TOXICITY_NON_CARCINOGENIC_INORGANICS = "('EF v3.0', 'human toxicity: non-carcinogenic, inorganics', 'comparative toxic unit for human (CTUh)')"#
EFV3_HUMAN_TOXICITY_NON_CARCINOGENIC_METALS = "('EF v3.0', 'human toxicity: non-carcinogenic, metals', 'comparative toxic unit for human (CTUh)')"#
EFV3_HUMAN_TOXICITY_NON_CARCINOGENIC_ORGANICS = "('EF v3.0', 'human toxicity: non-carcinogenic, organics', 'comparative toxic unit for human (CTUh)')"#
EFV3_IONISING_RADIATION = "('EF v3.0', 'ionising radiation: human health', 'human exposure efficiency relative to u235')"#
EFV3_LAND_USE = "('EF v3.0', 'land use', 'soil quality index')"#
EFV3_MATERIAL_RESOURCES = "('EF v3.0', 'material resources: metals/minerals', 'abiotic depletion potential (ADP): elements...#
EFV3_OZONE_DEPLETION = "('EF v3.0', 'ozone depletion', 'ozone depletion potential (ODP)')"#
EFV3_PARTICULATE_MATTER_FORMATION = "('EF v3.0', 'particulate matter formation', 'impact on human health')"#
EFV3_PHOTOCHEMICAL_OZONE_FORMATION = "('EF v3.0', 'photochemical oxidant formation: human health', 'tropospheric ozone concentration...#
EFV3_WATER_USE = "('EF v3.0', 'water use', 'user deprivation potential (deprivation-weighted water consumption)')"#
class apparun.impact_methods.MethodShortName#

Bases: str, aenum.Enum

Short version of impact methods supported by Brightway, to ease readability of figures. So far, only some ReCiPe methods, and all EF v3.0 impact methods are supported.

Initialize self. See help(type(self)) for accurate signature.

to_full_name() MethodFullName#

Convert a short impact name to its full version (as specified in Brightway). :return: full name version of short impact name.

EFV3_ACIDIFICATION = 'Acification (AE)'#
EFV3_CLIMATE_CHANGE = 'Climate change (GWP100)'#
EFV3_CLIMATE_CHANGE_BIOGENIC = 'Climate change: biogenic (GWP100)'#
EFV3_CLIMATE_CHANGE_FOSSIL = 'Climate change: fossil (GWP100)'#
EFV3_CLIMATE_CHANGE_LAND_USE = 'Climate change: land use/land use change (GWP100)'#
EFV3_ECOTOXICITY_FRESHWATER = 'Ecotoxicity: freshwater (CTUe)'#
EFV3_ECOTOXICITY_FRESHWATER_INORGANICS = 'Ecotoxicity: freshwater, inorganics (CTUe)'#
EFV3_ECOTOXICITY_FRESHWATER_METALS = 'Ecotoxicity: freshwater, metals (CTUe)'#
EFV3_ECOTOXICITY_FRESHWATER_ORGANICS = 'Ecotoxicity: freshwater, organics (CTUe)'#
EFV3_ENERGY_RESOURCES = 'Energy use, energy carriers (MJ)'#
EFV3_EUTROPHICATION_FRESHWATER = 'Eutrophication: freshwater (kgPeq)'#
EFV3_EUTROPHICATION_MARINE = 'Eutrophication: marine (N)'#
EFV3_EUTROPHICATION_TERRESTRIAL = 'Eutrophication: terrestrial (AE)'#
EFV3_HUMAN_TOXICITY_CARCINOGENIC = 'Human toxicity: carcinogenic (CTUh)'#
EFV3_HUMAN_TOXICITY_CARCINOGENIC_INORGANICS = 'Human toxicity: carcinogenic, inorganics (CTUh)'#
EFV3_HUMAN_TOXICITY_CARCINOGENIC_METALS = 'Human toxicity: carcinogenic, metals (CTUh)'#
EFV3_HUMAN_TOXICITY_CARCINOGENIC_ORGANICS = 'Human toxicity: carcinogenic, organics (CTUh)'#
EFV3_HUMAN_TOXICITY_NON_CARCINOGENIC = 'Human toxicity: non-carcinogenic (CTUh)'#
EFV3_HUMAN_TOXICITY_NON_CARCINOGENIC_INORGANICS = 'Human toxicity: non-carcinogenic, inorganics (CTUh)'#
EFV3_HUMAN_TOXICITY_NON_CARCINOGENIC_METALS = 'Human toxicity: non-carcinogenic, metals (CTUh)'#
EFV3_HUMAN_TOXICITY_NON_CARCINOGENIC_ORGANICS = 'Human toxicity: non-carcinogenic, organics (CTUh)'#
EFV3_IONISING_RADIATION = 'Ionising radiation: human health (kBqU235)'#
EFV3_LAND_USE = 'Land use (soil quality index)'#
EFV3_MATERIAL_RESOURCES = 'Resource use, metals and minerals (kgSbeq)'#
EFV3_OZONE_DEPLETION = 'Ozone depletion (ODP)'#
EFV3_PARTICULATE_MATTER_FORMATION = 'Particulate matter formation: impact on human health (disease incidences)'#
EFV3_PHOTOCHEMICAL_OZONE_FORMATION = 'Photochemical ozone formation (kgNMVOCeq)'#
EFV3_WATER_USE = 'Depr.-weighted water cons. (kg world eq. deprived)'#
RECIPE_ENDPOINT_ECOSYSTEM_QUALITY = 'Damage to ecosystems'#
RECIPE_ENDPOINT_HUMAN_HEALTH = 'Damage to human health'#
RECIPE_ENDPOINT_RESOURCES = 'Damage to resource availability'#
RECIPE_ENDPOINT_TOTAL = 'Total damage'#
RECIPE_MIDPOINT_CLIMATE_CHANGE = 'Climate change (GWP100)'#
RECIPE_MIDPOINT_TERRESTRIAL_ECOTOXICITY = 'Terrestrial ecotoxicity (TETPinf)'#