Création des transformations à appliquer sur le flux du Réseau Astuce
This commit is contained in:
commit
d29caa91e4
1 changed files with 35 additions and 0 deletions
|
@ -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"}}
|
||||
|
Loading…
Reference in a new issue