From d29caa91e4e338aa037f7f281274f905e29b23de Mon Sep 17 00:00:00 2001 From: aeris Date: Mon, 23 Sep 2024 18:03:33 +0000 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20des=20transformations=20=C3=A0?= =?UTF-8?q?=20appliquer=20sur=20le=20flux=20du=20R=C3=A9seau=20Astuce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Exploitants/Transdev Rouen/transformer.txt | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Réseau Astuce (Rouen)/Exploitants/Transdev Rouen/transformer.txt diff --git a/Réseau Astuce (Rouen)/Exploitants/Transdev Rouen/transformer.txt b/Réseau Astuce (Rouen)/Exploitants/Transdev Rouen/transformer.txt new file mode 100644 index 0000000..4f604a5 --- /dev/null +++ b/Réseau Astuce (Rouen)/Exploitants/Transdev Rouen/transformer.txt @@ -0,0 +1,35 @@ +## Réseau Astuce - Lignes exploitées par Transdev Rouen (et autres exploitants ne fournissant pas de flux temps-réel) +## Source : https://transport.data.gouv.fr/datasets/donnees-statiques-et-temps-reel-du-reseau-astuce-metropole-rouen-normandie + +## Retirer les lignes exploitées par Transdev Normandie (TNI) +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"26"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"530"}} + +## Retirer les lignes exploitées par TAE +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"T9"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"A"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"B"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"C"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"D1"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"D2"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"E"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"F"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"G"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"100"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"101"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"102"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"103"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"104"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"106"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"107"}} +{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"311"}} + +## 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"}} + +## Les lignes T1, T2, T3 et T4 sont des bus, non des tramways +{"op":"update", "match":{"file":"routes.txt", "route_short_name":"T1"}, "update":{"route_type":"3"}} +{"op":"update", "match":{"file":"routes.txt", "route_short_name":"T2"}, "update":{"route_type":"3"}} +{"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"}} +