commit d29caa91e4e338aa037f7f281274f905e29b23de Author: aeris Date: Mon Sep 23 18:03:33 2024 +0000 Création des transformations à appliquer sur le flux du Réseau Astuce 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"}} +