|
@@ -30,6 +30,8 @@ if [ ! -d data/bridge_data ]; then
|
|
|
|
|
|
|
|
cd data
|
|
cd data
|
|
|
|
|
|
|
|
|
|
+ mkdir bridge_data
|
|
|
|
|
+
|
|
|
# This is around 20 GB of data uncompressed, so don't extract it all
|
|
# This is around 20 GB of data uncompressed, so don't extract it all
|
|
|
# at once. Instead, extract and process one month at a time.
|
|
# at once. Instead, extract and process one month at a time.
|
|
|
for i in ${months[@]}; do
|
|
for i in ${months[@]}; do
|