From f3f5b3742e8a71eb19711c79f87ccf989b501617 Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Wed, 25 Sep 2024 17:10:58 -0400 Subject: [PATCH] Add footprints for usaid-laos custom modes intensities from https://github.com/e-mission/nrel-openpath-deploy-configs/pull/120/files#r1775924226 --- label_options/usaid-laos-ev-label-options.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/label_options/usaid-laos-ev-label-options.json b/label_options/usaid-laos-ev-label-options.json index 25e0b74..3b3cbde 100644 --- a/label_options/usaid-laos-ev-label-options.json +++ b/label_options/usaid-laos-ev-label-options.json @@ -2,11 +2,11 @@ "MODE": [ {"value":"walk", "base_mode": "WALKING", "baseMode":"WALKING", "met_equivalent":"WALKING", "kgCo2PerKm": 0}, - {"value":"e-auto_rickshaw", "base_mode": "MOPED", "icon": "rickshaw-electric", "footprint": { "electric": { "wh_per_km": "TODO" }}, + {"value":"e-auto_rickshaw", "base_mode": "MOPED", "icon": "rickshaw-electric", "footprint": { "electric": { "wh_per_km": 341.82 }}, "baseMode":"MOPED", "met_equivalent":"IN_VEHICLE", "kgCo2PerKm": 0.085416859}, - {"value":"auto_rickshaw", "base_mode": "MOPED", "icon": "rickshaw", "footprint": { "electric": { "wh_per_km": "TODO" }}, + {"value":"auto_rickshaw", "base_mode": "MOPED", "icon": "rickshaw", "footprint": { "gasoline": { "wh_per_km": 970 }}, "baseMode":"MOPED", "met_equivalent":"IN_VEHICLE", "kgCo2PerKm": 0.231943784}, - {"value":"motorcycle", "base_mode": "MOPED", "footprint": { "gasoline": { "wh_per_km": "TODO" }}, + {"value":"motorcycle", "base_mode": "MOPED", "footprint": { "gasoline": { "wh_per_km": 473.17 }}, "baseMode":"MOPED", "met_equivalent":"IN_VEHICLE", "kgCo2PerKm": 0.113143309}, {"value":"e-bike", "base_mode": "E_BIKE", "baseMode":"E_BIKE", "met": {"ALL": {"range": [0, -1], "mets": 4.9}}, "kgCo2PerKm": 0.00728},