From 2d3d9c18e768b371eb2f59abef854681c72c4bdd Mon Sep 17 00:00:00 2001 From: Valentin LE BESCOND Date: Wed, 6 Nov 2024 10:31:01 +0100 Subject: [PATCH] fix lyon edgt adisp trip mode for driving ambulance (#268) --- data/hts/edgt_lyon/cleaned_adisp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/hts/edgt_lyon/cleaned_adisp.py b/data/hts/edgt_lyon/cleaned_adisp.py index 30a4dfcd..eed34608 100644 --- a/data/hts/edgt_lyon/cleaned_adisp.py +++ b/data/hts/edgt_lyon/cleaned_adisp.py @@ -20,7 +20,7 @@ def configure(context): } MODES_MAP = { - "car": [13, 15, 21, 81], + "car": [10, 13, 15, 21, 81], # 10 is (driving) an ambulance "car_passenger": [14, 16, 22, 82], "pt": [31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 51, 52, 53, 61, 71, 91, 92, 94, 95], "bike": [11, 17, 12, 18, 93],