[
{
"toc_id": "van_diesel",
"name": "Diesel Van",
"category": "road",
"vehicle_type": "van",
"fuel_type": "diesel",
"emission_factor": 0.000396,
"capacity": "< 3.5 ton"
},
{
"toc_id": "van_electric",
"name": "Electric Van",
"category": "road",
"vehicle_type": "van",
"fuel_type": "electric",
"emission_factor": 0.000098,
"capacity": "< 3.5 ton"
},
{
"toc_id": "truck_diesel",
"name": "Diesel Rigid Truck",
"category": "road",
"vehicle_type": "truck",
"fuel_type": "diesel",
"emission_factor": 0.000512,
"capacity": "3.5 - 7.5 ton"
},
{
"toc_id": "truck_articulated",
"name": "Articulated Truck",
"category": "road",
"vehicle_type": "truck",
"fuel_type": "diesel",
"emission_factor": 0.000673,
"capacity": "> 33 ton"
},
{
"toc_id": "rail_freight",
"name": "Freight Train",
"category": "rail",
"vehicle_type": "train",
"fuel_type": "electric",
"emission_factor": 0.000025,
"capacity": "High capacity"
},
{
"toc_id": "air_freight",
"name": "Cargo Airplane",
"category": "air",
"vehicle_type": "airplane",
"fuel_type": "aviation_fuel",
"emission_factor": 0.00245,
"capacity": "Variable"
},
{
"toc_id": "sea_container",
"name": "Container Ship",
"category": "sea",
"vehicle_type": "ship",
"fuel_type": "marine_fuel",
"emission_factor": 0.000012,
"capacity": "Very high capacity"
}
]