Created
August 22, 2016 08:55
-
-
Save mkulke/9c17490ea500ddc073a379c39dcd9918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fetching metadata from s3://transit-hub-gtfs/normalized/Oceania/Australia/AirlieBeach-TransLinkBrisbane.zip...done | |
MD5 mismatch w/ import history in db, downloading bundle...done | |
Importing airliebeach-translinkbrisbane data...done (1s) | |
NOTICE: no non-null/empty features, unable to compute statistics | |
NOTICE: no non-null/empty features, unable to compute statistics | |
Fetching metadata from s3://transit-hub-gtfs/normalized/North-America/United-States-of-America/New-York/Albany-CDTA.zip...done | |
MD5 mismatch w/ import history in db, downloading bundle...done | |
Importing albany-cdta data...done (21s) | |
Fetching metadata from s3://transit-hub-gtfs/normalized/North-America/United-States-of-America/Texas/Austin-Capmetro.zip...done | |
MD5 mismatch w/ import history in db, downloading bundle...done | |
Importing austin-capmetro data...done (29s) | |
Fetching metadata from s3://transit-hub-gtfs/normalized/Europe/Germany/Berlin-VBB.zip...done | |
MD5 mismatch w/ import history in db, downloading bundle...done | |
Importing berlin-vbb data...done (174s) | |
Fetching metadata from s3://transit-hub-gtfs/normalized/North-America/United-States-of-America/Massachusetts/Boston-MBTA.zip...done | |
MD5 mismatch w/ import history in db, downloading bundle...done | |
Importing boston-mbta data...done (113s) | |
Fetching metadata from s3://transit-hub-gtfs/normalized/Oceania/Australia/Bowen-TransLinkBrisbane.zip...done | |
MD5 mismatch w/ import history in db, downloading bundle...done | |
Importing bowen-translinkbrisbane data...done (1s) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# calculate total seconds | |
cat output.txt | grep "(.*s)$" | sed "s/^.*(\(.*\)s)$/\\1/" | awk '{s+=$1} END {print s}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment