From a544f72703b8fc95d33058db8f1fd7c77976b6c1 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 19 May 2025 00:25:35 +0200 Subject: transfers.txt: be extra picky The specification says that with transfer_type=4, to_stop_id and from_stop_id are optional values. Google disagrees and will fail the publishing pipeline, so state them explicitly for them. --- transfers.txt | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/transfers.txt b/transfers.txt index be6ac21..93c0455 100644 --- a/transfers.txt +++ b/transfers.txt @@ -1,17 +1,16 @@ -transfer_type,from_trip_id,to_trip_id -4,28046,83794 -4,83794,26933 -4,26933,56970 -4,56970,34835 -4,34835,28047 -4,28047,26636 -4,26636,26637 -4,26344,26323 -4,26323,28035 -4,28035,28035 -4,28035,5373 -4,5373,26998 -4,26998,28063 -4,28040,26321 -4,26321,27765 -4,27765,28039 +transfer_type,from_trip_id,to_trip_id,from_stop_id,to_stop_id +4,28046,83794,FR,FR +4,83794,26933,PA,PA +4,26933,56970,FR,FR +4,56970,34835,PA,PA +4,34835,28047,FR,FR +4,28047,26636,PA,PA +4,26636,26637,FR,FR +4,26344,26323,FR,FR +4,26323,28035,PA,PA +4,28035,5373,FR,FR +4,5373,26998,PL,PL +4,26998,28063,FR,FR +4,28040,26321,FR,FR +4,26321,27765,PA,PA +4,27765,28039,FR,FR -- cgit v1.2.3