calculate_freight
Calculate freight transport emissions using the GLEC method. Provide mass, distance, and factor key to get CO2-equivalent emissions.
Instructions
Freight & logistics emissions (Scope 3 Cat 4 & 9), GLEC tonne-km method: emissions = tonnes × km × factor. Find mode factors via search_factors (section "freight" or "freight_detailed"), e.g. freight.road_hgv.tonne_km.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mass | Yes | { "value": <number>, "unit": "tonne|kg|lb" }. | |
| distance | Yes | { "value": <number>, "unit": "km|mi|nmi" }. | |
| factor_key | Yes | Per-tonne-km freight factor key. |