Jacek Kowalski
2019-02-01 15881f5702780b5cd0cc4053f0f2c26e4ae124f3
Ignore due to incorrect depot markings in the data
1 files modified
3 ■■■■ changed files
parse.php 3 ●●●● patch | view | raw | blame | history
parse.php
@@ -118,7 +118,8 @@
                $data = numToTypeB($gtfsTrip['id']);
                $num = $gtfsTrip['num'];
                if($data['num'] != $num) {
                    fwrite(STDERR, 'Got '.$num.', database has '.$data['num']."\n");
                    // Ignore due to incorrect depot markings in the data
                    //fwrite(STDERR, 'Got '.$num.', database has '.$data['num']."\n");
                }
                $result[$jsonTripId] = $data;
            }