Getting Started with GLEC
Learn how to calculate, track, and report your logistics company’s carbon footprint using the GLEC v3.0 Framework (Global Logistics Emissions Council), fully aligned with ISO 14083.Estimated time: 2 hoursWhat you’ll learn:
- Understand the GLEC v3.0 Framework and its key concepts
- Calculate transport emissions by transport mode (road, rail, maritime, air)
- Configure logistics hubs and track hub operations
- Record actual fuel consumption for carrier-level accuracy
- Generate and interpret the GLEC company report (Scope 1/2/3)
What is the GLEC Framework?
The GLEC Framework is the globally recognized methodology for calculating and reporting logistics greenhouse gas emissions across multi-modal supply chains. Developed by the Smart Freight Centre, it provides a standardized approach for:- Carriers (logistics service providers) to report emissions from their own fleet and hub operations
- Shippers to understand the carbon footprint of goods transported on their behalf
- Freight forwarders to allocate emissions across complex, multi-modal transport chains
GLEC v3.0 and ISO 14083The GLEC Framework v3.0 is fully harmonized with ISO 14083:2023 — the international standard for quantifying and reporting GHG emissions from transport operations. Dcycle implements both standards through the same Logistics API. References to “ISO 14083” and “GLEC v3.0” in the API are interchangeable.
Key Concepts
TOC (Transport Operation Category)
A TOC defines the vehicle type and fuel combination used for a transport leg. Each TOC has a WTW emission factor in kgCO2e per tonne-kilometer (tkm).| Category | Vehicle Types | Example TOC | Typical WTW (kgCO2e/tkm) |
|---|---|---|---|
| Road | Van, rigid truck, articulated truck, tank truck | van_diesel, artic_truck_electric | 0.196 – 1.270 |
| Rail | Freight train | generic_average_rail | 0.025 – 0.030 |
| Maritime | Container, bulk carrier, tanker, ro-ro | generic_average_maritime | 0.008 – 0.020 |
| Air | Freighter, belly freight | freighter_average_air | 0.600 – 1.100 |
HOC (Hub Operation Category)
A HOC defines the type of logistics hub and its default emission intensity in kgCO2e per tonne handled. Examples:transshipment_ambient, transshipment_mixed, cold_storage.
WTW (Well-to-Wheel) Methodology
GLEC v3.0 uses Well-to-Wheel accounting, capturing the full lifecycle of fuel:WTT (Well-to-Tank)
Upstream emissions: Extraction, refining, and distribution of fuel. Reported as Scope 3.
TTW (Tank-to-Wheel)
Direct emissions: Combustion of fuel in the vehicle. Reported as Scope 1 (own fleet) or Scope 3 (subcontracted).
Transport Intensity Value (IV)
The key metric in GLEC reporting. It measures emission efficiency: Transport Activity IV = Total transport emissions (gCO2e) / Total transport activity (tkm) A lower IV means more efficient transport operations.Distance Adjustment Factor (DAF)
GLEC requires converting actual route distances to Shortest Feasible Distance (SFD) using Distance Adjustment Factors:| Mode | DAF Rule | Example |
|---|---|---|
| Road | Route distance x 0.95 | 500 km route → 475 km SFD |
| Maritime | Route distance x 0.85 | 1000 km route → 850 km SFD |
| Air | Great Circle Distance − 95 km | 2000 km GCD → 1905 km SFD |
| Rail | No adjustment (1.0) | 300 km → 300 km SFD |
GLEC Calculation Flow
- Resolve region from
origin_country(e.g.,ES→EU) - Match TOC by vehicle type + region (priority: exact region > GLO > EU fallback)
- Calculate distance via geocoding + routing, then apply DAF — or use provided
distance_km - Convert load to kg (supports kg, ton, pallets, TEU, FEU)
- Compute tkm = load (tonnes) x distance (km)
- Calculate CO2e = tkm x WTW emission factor
- For electric vehicles: CO2e = tkm x grid emission factor x energy efficiency factor
Who Needs GLEC?
- Carriers (Logistics Providers)
- Shippers (Goods Owners)
You operate a fleet and/or logistics hubs. You need to:
- Track transport operations → Step 1: Transport Operations
- Configure and track hub emissions → Step 2: Hub Operations
- Record actual fuel consumption → Step 3: Fuel Consumption
- Generate the GLEC company report → Step 4: Reports
Prerequisites
Before starting, ensure you have:- Dcycle API credentials (get them here)
- Your organization set up in Dcycle with an
organization_id - Shipment data: origins, destinations, weights, and vehicle types
Data Map: GLEC Requirements Overview
📋 Complete Data Map
📋 Complete Data Map
Quick Start: Your First Calculation
Calculate emissions for a single transport leg in under a minute:Step-by-Step Guides
Step 1: Transport Operations
Create transport legs, select TOCs, handle multi-modal chains, and bulk upload shipments
Step 2: Hub Operations
Configure logistics hubs, assign HOC categories, and track hub emissions
Step 3: Fuel Consumption
Record actual fuel consumption for carrier-level Scope 1 accuracy
Step 4: GLEC Reports
Generate the GLEC company report with Scope 1/2/3 breakdown and intensity values
Related Resources
Logistics API Reference
Complete API documentation for all logistics endpoints
Logistics & Transport Tutorial
General logistics tutorial with API-focused examples
GHG Protocol Tutorial
Corporate-wide emissions calculation (complements GLEC for non-transport sources)
Quickstart
Get your API key and set up your first organization

