2019-02-01 | Jacek Kowalski | ![]() |
2019-02-01 | Jacek Kowalski | ![]() |
parse.php | ●●●●● patch | view | raw | blame | history | |
parse.sh | ●●●●● 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"