From 7e0e595404c3740c79429dc1f8e74d85a4b9efa3 Mon Sep 17 00:00:00 2001 From: aeris Date: Tue, 24 Sep 2024 16:13:16 +0000 Subject: [PATCH] Simplifier le calendrier et supprimer les doublons --- .../Exploitants/Transdev Rouen/transformer.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Réseau Astuce (Rouen)/Exploitants/Transdev Rouen/transformer.txt b/Réseau Astuce (Rouen)/Exploitants/Transdev Rouen/transformer.txt index 4f604a5..df74bb8 100644 --- a/Réseau Astuce (Rouen)/Exploitants/Transdev Rouen/transformer.txt +++ b/Réseau Astuce (Rouen)/Exploitants/Transdev Rouen/transformer.txt @@ -24,6 +24,15 @@ {"op":"remove", "match":{"file":"routes.txt", "route_short_name":"107"}} {"op":"remove", "match":{"file":"routes.txt", "route_short_name":"311"}} +## Retirer les "lignes" d'ascenseurs +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"401"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"402"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"403"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"404"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"405"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"406"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"407"}} + ## La ligne "M" est un tramway, non un métro {"op":"update", "match":{"file":"routes.txt", "route_short_name":"Métro"}, "update":{"route_type":"0"}} @@ -33,3 +42,6 @@ {"op":"update", "match":{"file":"routes.txt", "route_short_name":"T3"}, "update":{"route_type":"3"}} {"op":"update", "match":{"file":"routes.txt", "route_short_name":"T4"}, "update":{"route_type":"3"}} +{"op":"calendar_simplification"} +{"op":"deduplicate_service_ids"} +