Simplifier le calendrier et supprimer les doublons

This commit is contained in:
Charles P. 2024-09-24 16:13:16 +00:00
parent d29caa91e4
commit 7e0e595404

View file

@ -24,6 +24,15 @@
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"107"}} {"op":"remove", "match":{"file":"routes.txt", "route_short_name":"107"}}
{"op":"remove", "match":{"file":"routes.txt", "route_short_name":"311"}} {"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 ## 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"}} {"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":"T3"}, "update":{"route_type":"3"}}
{"op":"update", "match":{"file":"routes.txt", "route_short_name":"T4"}, "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"}