Understanding Fuel Consumption in GLEC
By default, GLEC calculates transport emissions using TOC-level WTW factors (default emission factors per vehicle type). For carriers operating their own fleet, recording actual fuel consumption (recharges) provides a more accurate picture of Scope 1 emissions and allows comparison between default and measured intensity values.When to track fuel consumptionFuel recharges are most relevant for carriers (logistics service providers) who:
- Operate their own fleet and have access to fuel card data
- Need carrier-level Scope 1 accuracy (actual vs. estimated)
- Want to calculate measured intensity values per vehicle/TOC
- Are reporting under GLEC’s “enhanced” reporting level
Prerequisites
Before starting, ensure you have:- Dcycle API credentials (get them here)
- Fuel consumption records: fuel type, quantity, date, and optionally vehicle plate
- Transport legs already uploaded (Step 1)
Understanding Fuel Types
Each fuel type in the GLEC database has three emission factors:| Factor | Full Name | Scope | Description |
|---|---|---|---|
| TTW | Tank-to-Wheel | Scope 1 | Direct combustion emissions |
| WTT | Well-to-Tank | Scope 3 | Upstream fuel production emissions |
| WTW | Well-to-Wheel | Total | TTW + WTT combined |
Supported Fuel Types
- Fossil Fuels
- Biofuels & Alternatives
- Electricity
| Fuel | Description | Typical Use |
|---|---|---|
| Diesel / Gas oil | Standard road diesel | Trucks, vans |
| CNG | Compressed natural gas | Urban fleets |
| LNG | Liquefied natural gas | Long-haul trucks, maritime |
| LPG | Liquefied petroleum gas | Light commercial vehicles |
| HFO | Heavy fuel oil | Maritime vessels |
| MGO / MDO | Marine gasoil / Marine diesel oil | Maritime vessels |
| Jet fuel (kerosene) | Aviation fuel | Air cargo |
Regional Emission Factors
Fuel emission factors vary by region. Dcycle stores factors per fuel per region:| Region | Code | Countries |
|---|---|---|
| Europe | EU | EU member states, UK, Switzerland, Norway |
| North America | NA | USA, Canada, Mexico, Australia |
| South America | SA | Brazil, Argentina, Chile, Colombia, etc. |
| Asia | AS | China, India, Japan, South Korea, etc. |
| Africa | AF | All African countries |
| Oceania | OC | Pacific island nations |
| Global | GLO | Default fallback |
Step 3.1: Upload Fuel Recharges via CSV
Fuel consumption data is typically uploaded in bulk via CSV through the legacy upload endpoint:📋 Data Map: Fuel Recharges CSV
📋 Data Map: Fuel Recharges CSV
| Column | Type | Required | Description | Example |
|---|---|---|---|---|
fuel_type | string | Yes | Fuel name (matched via fuzzy/regex) | "Diesel", "GNC", "HVO" |
quantity | number | Yes | Fuel quantity consumed | 150.5 |
date | date | Yes | Date of recharge | "2025-03-15" |
vehicle_license_plate | string | No | Vehicle plate for per-vehicle tracking | "1234-ABC" |
country | string | No | Country code for regional factors | "ES" |
- Fuel cards: Most fleet fuel card providers export CSV with fuel type, quantity, date, and vehicle plate
- ERP/TMS: Transport management systems often track fuel consumption per vehicle
- Manual records: For smaller fleets, daily fuel logs
CSV Format
Upload Process
Fuel name matching: Dcycle uses pattern matching to map fuel names from your CSV to standard fuel types. Common mappings include:
"Diesel","Gasoleo","Gas Oil"→ Diesel"GNC","CNG"→ Compressed natural gas"GNL","LNG"→ Liquefied natural gas"HVO"→ Hydrotreated vegetable oil"Electricidad","Electricity"→ Grid electricity
Step 3.2: Check Upload Errors
After uploading, check for any rows that failed to process:Common Upload Errors
| Error | Cause | Fix |
|---|---|---|
| Unrecognized fuel type | Fuel name doesn’t match any pattern | Use standard names (Diesel, GNC, HVO, etc.) |
| Invalid quantity | Non-numeric or negative value | Ensure quantity is a positive number |
| Invalid date | Date format not recognized | Use YYYY-MM-DD format |
| Missing required field | Empty fuel_type or quantity | Fill in all required columns |
Step 3.3: Electric Vehicles
For electric vehicles, emissions are calculated using the grid emission factor and the vehicle’s energy efficiency factor (EEF): CO2e = tkm x grid_ef (kgCO2e/kWh) x EEF (kWh/tkm) Where:- grid_ef: Country-specific electricity grid emission factor, updated annually
- EEF: Energy efficiency factor specific to the TOC (how many kWh per tonne-kilometer)
How Fuel Data Appears in the GLEC Report
In the GLEC Company Report, fuel consumption data enriches the Scope 1 breakdown:- Scope 1 (TTW): Actual fuel combustion emissions from recharges (direct emissions from your fleet)
- Scope 3 (WTT): Upstream fuel production emissions calculated from recharge quantities
- Intensity Values: Measured IV per TOC (actual kgCO2e/tkm) compared to default TOC WTW factors
- Emission factors used: The report lists all fuel types and their WTT/TTW/WTW factors applied
Best Practices
1. Upload Monthly
Upload fuel recharges monthly to keep your GLEC report current and to detect trends early.2. Include Vehicle Plates
Always includevehicle_license_plate when available. This enables:
- Per-vehicle emission tracking
- Matching recharges to specific TOCs
- Identifying the most and least efficient vehicles in your fleet
3. Match Countries Accurately
Ensure thecountry in your recharges CSV matches the country where fuel was purchased — this determines which regional emission factors are applied.
4. Reconcile with Transport Legs
Compare total fuel consumed (from recharges) against expected consumption (from transport leg tkm x TOC factors) to identify data quality issues.Next Steps
Step 4: GLEC Reports
Generate your company report with actual fuel data included
Step 1: Transport Operations
Review transport leg creation to ensure TOC matching

