diff options
author | stuebinm | 2025-05-18 23:56:46 +0200 |
---|---|---|
committer | stuebinm | 2025-05-18 23:56:46 +0200 |
commit | eb51c6b66f7830b6f378390d5ed7345cf69c6a4d (patch) | |
tree | 0765ac3e66773870ac227dd228f0f4575599cc89 | |
parent | 02976c0867ed3e4e0d6f09c6fbb3605238dd9e3e (diff) |
transfers.txt: initial version
this marks all transfers within the same block as transfer type 4,
i.e. passangers may simply stay seated inside the same vehicle and
do not actually have to get off.
-rw-r--r-- | transfers.txt | 17 | ||||
-rw-r--r-- | trips.txt | 1 |
2 files changed, 17 insertions, 1 deletions
diff --git a/transfers.txt b/transfers.txt new file mode 100644 index 0000000..be6ac21 --- /dev/null +++ b/transfers.txt @@ -0,0 +1,17 @@ +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 @@ -1,5 +1,4 @@ route_id,trip_id,trip_headsign,trip_short_name,direction_id,service_id,wheelchair_accessible,bikes_allowed,shape_id,block_id
-
ITB,28046,Freyung,28046,0,Samstagsfp,2,1,grubweg-freyung,br628
ITB,83794,Freyung,83794,0,Samstagsfp,2,1,freyung-grubweg,br628
ITB,26933,Freyung,26933,0,Samstagsfp,2,1,grubweg-freyung,br628
|