Skip to content
Snippets Groups Projects
Commit 18af0add authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixed type in LODES loading script

parent 967f15d8
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ do ...@@ -11,7 +11,7 @@ do
for i in "${state_label[@]}" for i in "${state_label[@]}"
do do
mkdir -p ./temp mkdir -p ./temp
wget -N "https://lehd.ces.census.gov/data/lodes/LODES8/${i}/wac/${i}_wac_S000_JT00_${y}.csv.gz" -P ./temp` wget -N "https://lehd.ces.census.gov/data/lodes/LODES8/${i}/wac/${i}_wac_S000_JT00_${y}.csv.gz" -P ./temp
FILE=./temp/${i}_wac_S000_JT00_${y}.csv FILE=./temp/${i}_wac_S000_JT00_${y}.csv
if [ -f "${FILE}.gz" ]; then if [ -f "${FILE}.gz" ]; then
gunzip $FILE.gz gunzip $FILE.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment