Skip to content

calculate_custom

Calculate LCA using custom activities from your projects.

Parameters

Parameter Type Required Description
project_name string Yes Project name (1-200 chars)
activity_code string Yes Activity code to calculate
quantity float Yes Quantity to analyze (must be > 0)
method_specification string Yes Impact method specification

Returns

  • task_id: For tracking with get_task_status
  • status: "queued"
  • calculation_type: "custom"
  • estimated_wait_time: Seconds

Example

Prompt: Calculate carbon footprint of 1 unit from my "Solar Panel Project" using activity "solar_panel_prod"

Workflow

  1. Create project with activities and exchanges
  2. Submit custom calculation
  3. Check status with get_task_status