Skip to content

voiage.environmental.impact_assessment.environmental_lifecycle_assessment

environmental_lifecycle_assessment([positional or keyword] lifecycle_stages: list[str] = None, [positional or keyword] stage_impacts: dict[str, dict[str, float]] = None, [positional or keyword] valuation_factors: dict[str, float] = None) -> dict[str, Any]

Perform a comprehensive environmental lifecycle assessment.

Args: lifecycle_stages: List of lifecycle stages (e.g., [“production”, “transport”, “use”, “disposal”]) stage_impacts: Dictionary mapping stages to impact dictionaries valuation_factors: Dictionary mapping impact types to monetary values per unit

Dict[str, Dict[str, float]]: Dictionary with detailed LCA results

Parameters:

  • lifecycle_stages list[str]
  • stage_impacts dict[str, dict[str, float]]
  • valuation_factors dict[str, float]

Returns: dict[str, Any]