c51c837850b5c21b870ac5c001167ea9bb669efa..15881f5702780b5cd0cc4053f0f2c26e4ae124f3
2019-02-01 Jacek Kowalski
Ignore due to incorrect depot markings in the data
15881f diff | tree
2019-02-01 Jacek Kowalski
Disable debugging in bash script
16f278 diff | tree
2 files modified
5 ■■■■■ changed files
parse.php 3 ●●●● patch | view | raw | blame | history
parse.sh 2 ●●● 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;
            }
parse.sh
@@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash
DIR=`dirname "$0"`
cd "$DIR"