Skip to content

Commit

Permalink
Merge pull request #703 from woshilapin/smart-pickup-dropoff
Browse files Browse the repository at this point in the history
[feature] Default forbid pickup/dropoff on last/first stop times of vehicle journeys
  • Loading branch information
Jean SIMARD authored Sep 16, 2020
2 parents 064cab4 + 9f498a6 commit fc42ed4
Show file tree
Hide file tree
Showing 14 changed files with 557 additions and 164 deletions.
8 changes: 4 additions & 4 deletions ntfs2gtfs/tests/fixtures/output/stop_times.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
trip_id,arrival_time,departure_time,stop_id,stop_sequence,pickup_type,drop_off_type,local_zone_id,stop_headsign,timepoint
trip:1,09:00:00,09:00:00,stop:point:1,0,0,0,,,1
trip:1,09:10:00,09:10:00,stop:point:2,1,0,0,,,1
trip:3,09:00:00,09:00:00,stop:point:1,0,0,0,,,1
trip:3,09:00:00,09:00:00,stop:point:2,0,0,0,,,1
trip:1,09:00:00,09:00:00,stop:point:1,0,0,1,,,1
trip:1,09:10:00,09:10:00,stop:point:2,1,1,0,,,1
trip:3,09:00:00,09:00:00,stop:point:1,0,0,1,,,1
trip:3,09:00:00,09:00:00,stop:point:2,0,1,0,,,1
395 changes: 394 additions & 1 deletion src/model.rs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/netex_france/offer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,8 @@ mod tests {
departure_time: Time::new(0, 0, 0),
boarding_duration: 0,
alighting_duration: 0,
pickup_type: 0,
// This pickup type is different from 'vj_id_1'
pickup_type: 1,
drop_off_type: 0,
datetime_estimated: false,
local_zone_id: Some(1),
Expand All @@ -967,8 +968,7 @@ mod tests {
departure_time: Time::new(0, 0, 0),
boarding_duration: 0,
alighting_duration: 0,
// This pickup type is different from 'vj_id_1'
pickup_type: 0,
pickup_type: 1,
drop_off_type: 1,
datetime_estimated: false,
local_zone_id: Some(1),
Expand Down
36 changes: 18 additions & 18 deletions tests/fixtures/gtfs2ntfs/full_output/stop_times.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
stop_id,trip_id,stop_sequence,arrival_time,departure_time,boarding_duration,alighting_duration,pickup_type,drop_off_type,datetime_estimated,local_zone_id,stop_headsign,stop_time_id,stop_time_precision
ME:stop:11,ME:WINTER:trip:4-0,0,20:00:00,20:00:00,0,0,2,0,1,,,,0
ME:stop:11,ME:WINTER:trip:4-1,0,20:30:00,20:30:00,0,0,2,0,1,,,,0
ME:stop:11,ME:WINTER:trip:4-2,0,21:00:00,21:00:00,0,0,2,0,1,,,,0
ME:stop:11,ME:WINTER:trip:4-3,0,21:30:00,21:30:00,0,0,2,0,1,,,,0
ME:stop:11,ME:WINTER:trip:4-0,0,20:00:00,20:00:00,0,0,2,1,1,,,,0
ME:stop:11,ME:WINTER:trip:4-1,0,20:30:00,20:30:00,0,0,2,1,1,,,,0
ME:stop:11,ME:WINTER:trip:4-2,0,21:00:00,21:00:00,0,0,2,1,1,,,,0
ME:stop:11,ME:WINTER:trip:4-3,0,21:30:00,21:30:00,0,0,2,1,1,,,,0
ME:stop:22,ME:WINTER:trip:4-0,1,20:09:00,20:09:00,0,0,2,0,1,,,,0
ME:stop:22,ME:WINTER:trip:4-1,1,20:39:00,20:39:00,0,0,2,0,1,,,,0
ME:stop:22,ME:WINTER:trip:4-2,1,21:09:00,21:09:00,0,0,2,0,1,,,,0
ME:stop:22,ME:WINTER:trip:4-3,1,21:39:00,21:39:00,0,0,2,0,1,,,,0
ME:stop:31,ME:WINTER:trip:3-0,0,10:00:00,10:00:00,0,0,0,0,0,,,,0
ME:stop:31,ME:WINTER:trip:3-0,0,10:00:00,10:00:00,0,0,0,1,0,,,,0
ME:stop:32,ME:WINTER:trip:3-0,1,10:13:00,10:15:00,0,0,0,0,0,,,,0
ME:stop:33,ME:WINTER:trip:3-0,2,10:20:00,10:25:00,0,0,0,0,0,,,,0
ME:stop:33,ME:WINTER:trip:4-0,2,20:17:00,20:19:00,0,0,2,0,1,,,,0
ME:stop:33,ME:WINTER:trip:4-1,2,20:47:00,20:49:00,0,0,2,0,1,,,,0
ME:stop:33,ME:WINTER:trip:4-2,2,21:17:00,21:19:00,0,0,2,0,1,,,,0
ME:stop:33,ME:WINTER:trip:4-3,2,21:47:00,21:49:00,0,0,2,0,1,,,,0
ME:stop:51,ME:WINTER:trip:5-0,0,23:00:00,23:00:00,0,0,2,0,0,,,,0
ME:stop:51,ME:WINTER:trip:5-1,0,23:50:00,23:50:00,0,0,2,0,0,,,,0
ME:stop:51,ME:WINTER:trip:5-2,0,00:40:00,00:40:00,0,0,2,0,0,,,,0
ME:stop:33,ME:WINTER:trip:3-0,2,10:20:00,10:25:00,0,0,1,0,0,,,,0
ME:stop:33,ME:WINTER:trip:4-0,2,20:17:00,20:19:00,0,0,1,0,1,,,,0
ME:stop:33,ME:WINTER:trip:4-1,2,20:47:00,20:49:00,0,0,1,0,1,,,,0
ME:stop:33,ME:WINTER:trip:4-2,2,21:17:00,21:19:00,0,0,1,0,1,,,,0
ME:stop:33,ME:WINTER:trip:4-3,2,21:47:00,21:49:00,0,0,1,0,1,,,,0
ME:stop:51,ME:WINTER:trip:5-0,0,23:00:00,23:00:00,0,0,2,1,0,,,,0
ME:stop:51,ME:WINTER:trip:5-1,0,23:50:00,23:50:00,0,0,2,1,0,,,,0
ME:stop:51,ME:WINTER:trip:5-2,0,00:40:00,00:40:00,0,0,2,1,0,,,,0
ME:stop:52,ME:WINTER:trip:5-0,1,23:47:00,23:47:00,0,0,2,0,0,,,,0
ME:stop:52,ME:WINTER:trip:5-1,1,24:37:00,24:37:00,0,0,2,0,0,,,,0
ME:stop:52,ME:WINTER:trip:5-2,1,01:27:00,01:27:00,0,0,2,0,0,,,,0
ME:stop:53,ME:WINTER:trip:5-0,2,24:17:00,24:17:00,0,0,0,2,0,,,,0
ME:stop:53,ME:WINTER:trip:5-1,2,25:07:00,25:07:00,0,0,0,2,0,,,,0
ME:stop:53,ME:WINTER:trip:5-2,2,01:57:00,01:57:00,0,0,0,2,0,,,,0
ME:stop:61,ME:WINTER:trip:6,0,14:40:00,14:40:00,0,0,2,0,0,,,,0
ME:stop:61,ME:WINTER:trip:6,1,15:20:00,15:20:00,0,0,2,0,0,,,,0
ME:stop:53,ME:WINTER:trip:5-0,2,24:17:00,24:17:00,0,0,1,2,0,,,,0
ME:stop:53,ME:WINTER:trip:5-1,2,25:07:00,25:07:00,0,0,1,2,0,,,,0
ME:stop:53,ME:WINTER:trip:5-2,2,01:57:00,01:57:00,0,0,1,2,0,,,,0
ME:stop:61,ME:WINTER:trip:6,0,14:40:00,14:40:00,0,0,2,1,0,,,,0
ME:stop:61,ME:WINTER:trip:6,1,15:20:00,15:20:00,0,0,1,0,0,,,,0
16 changes: 8 additions & 8 deletions tests/fixtures/gtfs2ntfs/minimal/output/stop_times.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
stop_id,trip_id,stop_sequence,arrival_time,departure_time,boarding_duration,alighting_duration,pickup_type,drop_off_type,datetime_estimated,local_zone_id,stop_headsign,stop_time_id,stop_time_precision
stop:11,trip:4,0,07:23:00,07:23:00,0,0,2,0,0,,,,0
stop:11,trip:4,0,07:23:00,07:23:00,0,0,2,1,0,,,,0
stop:22,trip:4,1,07:32:00,07:32:00,0,0,2,0,0,,,,0
stop:33,trip:4,2,07:40:00,07:42:00,0,0,2,0,0,,,,0
stop:51,trip:5,0,13:23:00,13:23:00,0,0,2,0,0,,,,0
stop:33,trip:4,2,07:40:00,07:42:00,0,0,1,0,0,,,,0
stop:51,trip:5,0,13:23:00,13:23:00,0,0,2,1,0,,,,0
stop:52,trip:5,1,14:10:00,14:10:00,0,0,2,0,0,,,,0
stop:53,trip:5,2,14:40:00,14:40:00,0,0,0,2,0,,,,0
stop:31,trip:3,0,23:50:00,23:50:00,0,0,0,0,0,,,,0
stop:53,trip:5,2,14:40:00,14:40:00,0,0,1,2,0,,,,0
stop:31,trip:3,0,23:50:00,23:50:00,0,0,0,1,0,,,,0
stop:32,trip:3,1,24:03:00,24:05:00,0,0,0,0,0,,,,0
stop:33,trip:3,2,24:10:00,24:15:00,0,0,0,0,0,,,,0
stop:61,trip:6,0,14:40:00,14:40:00,0,0,2,0,0,,,,0
stop:61,trip:6,1,15:20:00,15:20:00,0,0,2,0,0,,,,0
stop:33,trip:3,2,24:10:00,24:15:00,0,0,1,0,0,,,,0
stop:61,trip:6,0,14:40:00,14:40:00,0,0,2,1,0,,,,0
stop:61,trip:6,1,15:20:00,15:20:00,0,0,1,0,0,,,,0
4 changes: 2 additions & 2 deletions tests/fixtures/gtfs2ntfs/no_traffic/output/stop_times.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
stop_id,trip_id,stop_sequence,arrival_time,departure_time,boarding_duration,alighting_duration,pickup_type,drop_off_type,datetime_estimated,local_zone_id,stop_headsign,stop_time_id,stop_time_precision
stop:31,trip:3,0,23:50:00,23:50:00,0,0,0,0,0,,,,0
stop:33,trip:3,2,24:10:00,24:15:00,0,0,0,0,0,,,,0
stop:31,trip:3,0,23:50:00,23:50:00,0,0,0,1,0,,,,0
stop:33,trip:3,2,24:10:00,24:15:00,0,0,1,0,0,,,,0
Original file line number Diff line number Diff line change
@@ -1,113 +1,113 @@
stop_id,trip_id,stop_sequence,arrival_time,departure_time,boarding_duration,alighting_duration,pickup_type,drop_off_type,datetime_estimated,local_zone_id,stop_headsign,stop_time_id,stop_time_precision
test:stop:11,test:trip:1-13,0,17:55:00,17:57:00,0,0,0,0,1,,,,0
test:stop:11,test:trip:1-13,0,17:55:00,17:57:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-13,1,18:10:00,18:13:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-13,2,18:25:00,18:25:00,0,0,2,0,1,,,test:trip:1-13-2,0
test:stop:14,test:trip:1-13,3,18:35:00,18:35:00,0,0,0,2,1,,,test:trip:1-13-3,0
test:stop:21,test:trip:2-11,0,15:55:00,15:55:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-11,1,16:00:00,16:00:00,0,0,0,0,0,,,,0
test:stop:21,test:trip:2-10,0,15:45:00,15:45:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-10,1,15:50:00,15:50:00,0,0,0,0,0,,,,0
test:stop:21,test:trip:2-1,0,14:15:00,14:15:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-1,1,14:20:00,14:20:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:1-7,0,17:25:00,17:27:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-13,3,18:35:00,18:35:00,0,0,1,2,1,,,test:trip:1-13-3,0
test:stop:21,test:trip:2-11,0,15:55:00,15:55:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-11,1,16:00:00,16:00:00,0,0,1,0,0,,,,0
test:stop:21,test:trip:2-10,0,15:45:00,15:45:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-10,1,15:50:00,15:50:00,0,0,1,0,0,,,,0
test:stop:21,test:trip:2-1,0,14:15:00,14:15:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-1,1,14:20:00,14:20:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:1-7,0,17:25:00,17:27:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-7,1,17:40:00,17:43:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-7,2,17:55:00,17:55:00,0,0,2,0,1,,,test:trip:1-7-2,0
test:stop:14,test:trip:1-7,3,18:05:00,18:05:00,0,0,0,2,1,,,test:trip:1-7-3,0
test:stop:11,test:trip:1-1,0,07:30:00,07:32:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-7,3,18:05:00,18:05:00,0,0,1,2,1,,,test:trip:1-7-3,0
test:stop:11,test:trip:1-1,0,07:30:00,07:32:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-1,1,07:45:00,07:48:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-1,2,08:00:00,08:00:00,0,0,2,0,1,,,test:trip:1-1-2,0
test:stop:14,test:trip:1-1,3,08:10:00,08:10:00,0,0,0,2,1,,,test:trip:1-1-3,0
test:stop:31,test:trip:3-0,0,10:00:00,10:00:00,0,0,0,0,0,,,,0
test:stop:14,test:trip:1-1,3,08:10:00,08:10:00,0,0,1,2,1,,,test:trip:1-1-3,0
test:stop:31,test:trip:3-0,0,10:00:00,10:00:00,0,0,0,1,0,,,,0
test:stop:32,test:trip:3-0,1,10:13:00,10:15:00,0,0,0,0,0,,,,0
test:stop:33,test:trip:3-0,2,10:20:00,10:25:00,0,0,0,0,0,,,,0
test:stop:51,test:trip:5-1,0,23:50:00,23:50:00,0,0,0,0,0,,,,0
test:stop:33,test:trip:3-0,2,10:20:00,10:25:00,0,0,1,0,0,,,,0
test:stop:51,test:trip:5-1,0,23:50:00,23:50:00,0,0,0,1,0,,,,0
test:stop:52,test:trip:5-1,1,24:37:00,24:37:00,0,0,0,0,0,,,,0
test:stop:53,test:trip:5-1,2,25:07:00,25:07:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:1-0,0,07:00:00,07:02:00,0,0,0,0,1,,,,0
test:stop:53,test:trip:5-1,2,25:07:00,25:07:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:1-0,0,07:00:00,07:02:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-0,1,07:15:00,07:18:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-0,2,07:30:00,07:30:00,0,0,2,0,1,,,test:trip:1-0-2,0
test:stop:14,test:trip:1-0,3,07:40:00,07:40:00,0,0,0,2,1,,,test:trip:1-0-3,0
test:stop:11,test:trip:1-4,0,17:10:00,17:12:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-0,3,07:40:00,07:40:00,0,0,1,2,1,,,test:trip:1-0-3,0
test:stop:11,test:trip:1-4,0,17:10:00,17:12:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-4,1,17:25:00,17:28:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-4,2,17:40:00,17:40:00,0,0,2,0,1,,,test:trip:1-4-2,0
test:stop:14,test:trip:1-4,3,17:50:00,17:50:00,0,0,0,2,1,,,test:trip:1-4-3,0
test:stop:21,test:trip:2-2,0,14:25:00,14:25:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-2,1,14:30:00,14:30:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:1-11,0,17:45:00,17:47:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-4,3,17:50:00,17:50:00,0,0,1,2,1,,,test:trip:1-4-3,0
test:stop:21,test:trip:2-2,0,14:25:00,14:25:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-2,1,14:30:00,14:30:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:1-11,0,17:45:00,17:47:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-11,1,18:00:00,18:03:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-11,2,18:15:00,18:15:00,0,0,2,0,1,,,test:trip:1-11-2,0
test:stop:14,test:trip:1-11,3,18:25:00,18:25:00,0,0,0,2,1,,,test:trip:1-11-3,0
test:stop:21,test:trip:2-9,0,15:35:00,15:35:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-9,1,15:40:00,15:40:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:1-5,0,17:15:00,17:17:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-11,3,18:25:00,18:25:00,0,0,1,2,1,,,test:trip:1-11-3,0
test:stop:21,test:trip:2-9,0,15:35:00,15:35:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-9,1,15:40:00,15:40:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:1-5,0,17:15:00,17:17:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-5,1,17:30:00,17:33:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-5,2,17:45:00,17:45:00,0,0,2,0,1,,,test:trip:1-5-2,0
test:stop:14,test:trip:1-5,3,17:55:00,17:55:00,0,0,0,2,1,,,test:trip:1-5-3,0
test:stop:21,test:trip:2-6,0,15:05:00,15:05:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-6,1,15:10:00,15:10:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:4-1,0,20:30:00,20:30:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-5,3,17:55:00,17:55:00,0,0,1,2,1,,,test:trip:1-5-3,0
test:stop:21,test:trip:2-6,0,15:05:00,15:05:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-6,1,15:10:00,15:10:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:4-1,0,20:30:00,20:30:00,0,0,0,1,1,,,,0
test:stop:22,test:trip:4-1,1,20:39:00,20:39:00,0,0,0,0,1,,,,0
test:stop:33,test:trip:4-1,2,20:47:00,20:49:00,0,0,0,0,1,,,,0
test:stop:71,test:trip:russian-1,0,03:00:00,03:00:00,0,0,0,0,0,,,,0
test:stop:72,test:trip:russian-1,1,05:00:00,05:00:00,0,0,0,0,0,,,,0
test:stop:21,test:trip:2-7,0,15:15:00,15:15:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-7,1,15:20:00,15:20:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:4-2,0,21:00:00,21:00:00,0,0,0,0,1,,,,0
test:stop:33,test:trip:4-1,2,20:47:00,20:49:00,0,0,1,0,1,,,,0
test:stop:71,test:trip:russian-1,0,03:00:00,03:00:00,0,0,0,1,0,,,,0
test:stop:72,test:trip:russian-1,1,05:00:00,05:00:00,0,0,1,0,0,,,,0
test:stop:21,test:trip:2-7,0,15:15:00,15:15:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-7,1,15:20:00,15:20:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:4-2,0,21:00:00,21:00:00,0,0,0,1,1,,,,0
test:stop:22,test:trip:4-2,1,21:09:00,21:09:00,0,0,0,0,1,,,,0
test:stop:33,test:trip:4-2,2,21:17:00,21:19:00,0,0,0,0,1,,,,0
test:stop:21,test:trip:2-4,0,14:45:00,14:45:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-4,1,14:50:00,14:50:00,0,0,0,0,0,,,,0
test:stop:71,test:trip:russian-3,0,03:00:00,03:00:00,0,0,0,0,0,,,,0
test:stop:72,test:trip:russian-3,1,05:00:00,05:00:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:1-3,0,17:05:00,17:07:00,0,0,0,0,1,,,,0
test:stop:33,test:trip:4-2,2,21:17:00,21:19:00,0,0,1,0,1,,,,0
test:stop:21,test:trip:2-4,0,14:45:00,14:45:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-4,1,14:50:00,14:50:00,0,0,1,0,0,,,,0
test:stop:71,test:trip:russian-3,0,03:00:00,03:00:00,0,0,0,1,0,,,,0
test:stop:72,test:trip:russian-3,1,05:00:00,05:00:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:1-3,0,17:05:00,17:07:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-3,1,17:20:00,17:23:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-3,2,17:35:00,17:35:00,0,0,2,0,1,,,test:trip:1-3-2,0
test:stop:14,test:trip:1-3,3,17:45:00,17:45:00,0,0,0,2,1,,,test:trip:1-3-3,0
test:stop:11,test:trip:1-6,0,17:20:00,17:22:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-3,3,17:45:00,17:45:00,0,0,1,2,1,,,test:trip:1-3-3,0
test:stop:11,test:trip:1-6,0,17:20:00,17:22:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-6,1,17:35:00,17:38:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-6,2,17:50:00,17:50:00,0,0,2,0,1,,,test:trip:1-6-2,0
test:stop:14,test:trip:1-6,3,18:00:00,18:00:00,0,0,0,2,1,,,test:trip:1-6-3,0
test:stop:21,test:trip:2-0,0,14:05:00,14:05:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-0,1,14:10:00,14:10:00,0,0,0,0,0,,,,0
test:stop:71,test:trip:russian-2,0,15:00:00,15:00:00,0,0,0,0,0,,,,0
test:stop:72,test:trip:russian-2,1,17:00:00,17:00:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:4-0,0,20:00:00,20:00:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-6,3,18:00:00,18:00:00,0,0,1,2,1,,,test:trip:1-6-3,0
test:stop:21,test:trip:2-0,0,14:05:00,14:05:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-0,1,14:10:00,14:10:00,0,0,1,0,0,,,,0
test:stop:71,test:trip:russian-2,0,15:00:00,15:00:00,0,0,0,1,0,,,,0
test:stop:72,test:trip:russian-2,1,17:00:00,17:00:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:4-0,0,20:00:00,20:00:00,0,0,0,1,1,,,,0
test:stop:22,test:trip:4-0,1,20:09:00,20:09:00,0,0,0,0,1,,,,0
test:stop:33,test:trip:4-0,2,20:17:00,20:19:00,0,0,0,0,1,,,,0
test:stop:51,test:trip:5-0,0,23:00:00,23:00:00,0,0,0,0,0,,,,0
test:stop:33,test:trip:4-0,2,20:17:00,20:19:00,0,0,1,0,1,,,,0
test:stop:51,test:trip:5-0,0,23:00:00,23:00:00,0,0,0,1,0,,,,0
test:stop:52,test:trip:5-0,1,23:47:00,23:47:00,0,0,0,0,0,,,,0
test:stop:53,test:trip:5-0,2,24:17:00,24:17:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:1-10,0,17:40:00,17:42:00,0,0,0,0,1,,,,0
test:stop:53,test:trip:5-0,2,24:17:00,24:17:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:1-10,0,17:40:00,17:42:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-10,1,17:55:00,17:58:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-10,2,18:10:00,18:10:00,0,0,2,0,1,,,test:trip:1-10-2,0
test:stop:14,test:trip:1-10,3,18:20:00,18:20:00,0,0,0,2,1,,,test:trip:1-10-3,0
test:stop:11,test:trip:1-9,0,17:35:00,17:37:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-10,3,18:20:00,18:20:00,0,0,1,2,1,,,test:trip:1-10-3,0
test:stop:11,test:trip:1-9,0,17:35:00,17:37:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-9,1,17:50:00,17:53:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-9,2,18:05:00,18:05:00,0,0,2,0,1,,,test:trip:1-9-2,0
test:stop:14,test:trip:1-9,3,18:15:00,18:15:00,0,0,0,2,1,,,test:trip:1-9-3,0
test:stop:11,test:trip:4-3,0,21:30:00,21:30:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-9,3,18:15:00,18:15:00,0,0,1,2,1,,,test:trip:1-9-3,0
test:stop:11,test:trip:4-3,0,21:30:00,21:30:00,0,0,0,1,1,,,,0
test:stop:22,test:trip:4-3,1,21:39:00,21:39:00,0,0,0,0,1,,,,0
test:stop:33,test:trip:4-3,2,21:47:00,21:49:00,0,0,0,0,1,,,,0
test:stop:21,test:trip:2-8,0,15:25:00,15:25:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-8,1,15:30:00,15:30:00,0,0,0,0,0,,,,0
test:stop:51,test:trip:5-2,0,00:40:00,00:40:00,0,0,0,0,0,,,,0
test:stop:33,test:trip:4-3,2,21:47:00,21:49:00,0,0,1,0,1,,,,0
test:stop:21,test:trip:2-8,0,15:25:00,15:25:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-8,1,15:30:00,15:30:00,0,0,1,0,0,,,,0
test:stop:51,test:trip:5-2,0,00:40:00,00:40:00,0,0,0,1,0,,,,0
test:stop:52,test:trip:5-2,1,01:27:00,01:27:00,0,0,0,0,0,,,,0
test:stop:53,test:trip:5-2,2,01:57:00,01:57:00,0,0,0,0,0,,,,0
test:stop:71,test:trip:russian-0,0,15:00:00,15:00:00,0,0,0,0,0,,,,0
test:stop:72,test:trip:russian-0,1,17:00:00,17:00:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:1-8,0,17:30:00,17:32:00,0,0,0,0,1,,,,0
test:stop:53,test:trip:5-2,2,01:57:00,01:57:00,0,0,1,0,0,,,,0
test:stop:71,test:trip:russian-0,0,15:00:00,15:00:00,0,0,0,1,0,,,,0
test:stop:72,test:trip:russian-0,1,17:00:00,17:00:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:1-8,0,17:30:00,17:32:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-8,1,17:45:00,17:48:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-8,2,18:00:00,18:00:00,0,0,2,0,1,,,test:trip:1-8-2,0
test:stop:14,test:trip:1-8,3,18:10:00,18:10:00,0,0,0,2,1,,,test:trip:1-8-3,0
test:stop:21,test:trip:2-3,0,14:35:00,14:35:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-3,1,14:40:00,14:40:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:1-2,0,17:00:00,17:02:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-8,3,18:10:00,18:10:00,0,0,1,2,1,,,test:trip:1-8-3,0
test:stop:21,test:trip:2-3,0,14:35:00,14:35:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-3,1,14:40:00,14:40:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:1-2,0,17:00:00,17:02:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-2,1,17:15:00,17:18:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-2,2,17:30:00,17:30:00,0,0,2,0,1,,,test:trip:1-2-2,0
test:stop:14,test:trip:1-2,3,17:40:00,17:40:00,0,0,0,2,1,,,test:trip:1-2-3,0
test:stop:21,test:trip:2-5,0,14:55:00,14:55:00,0,0,0,0,0,,,,0
test:stop:22,test:trip:2-5,1,15:00:00,15:00:00,0,0,0,0,0,,,,0
test:stop:11,test:trip:1-12,0,17:50:00,17:52:00,0,0,0,0,1,,,,0
test:stop:14,test:trip:1-2,3,17:40:00,17:40:00,0,0,1,2,1,,,test:trip:1-2-3,0
test:stop:21,test:trip:2-5,0,14:55:00,14:55:00,0,0,0,1,0,,,,0
test:stop:22,test:trip:2-5,1,15:00:00,15:00:00,0,0,1,0,0,,,,0
test:stop:11,test:trip:1-12,0,17:50:00,17:52:00,0,0,0,1,1,,,,0
test:stop:12,test:trip:1-12,1,18:05:00,18:08:00,0,0,0,0,1,,,,0
test:stop:13,test:trip:1-12,2,18:20:00,18:20:00,0,0,2,0,1,,,test:trip:1-12-2,0
test:stop:14,test:trip:1-12,3,18:30:00,18:30:00,0,0,0,2,1,,,test:trip:1-12-3,0
test:stop:14,test:trip:1-12,3,18:30:00,18:30:00,0,0,1,2,1,,,test:trip:1-12-3,0
Loading

0 comments on commit fc42ed4

Please sign in to comment.