Skip to content

Commit

Permalink
Updating url where shapedfiles are fetched.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrux committed Sep 11, 2014
1 parent c795806 commit d746c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/shapefiles/cd-2012-census-bas/fetch.sh
Expand Up @@ -10,6 +10,6 @@ mkdir -p data
for fips in 01 02 04 05 06 08 09 10 11 12 13 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 53 54 55 56 60 66 69 72 78
do
echo $fips;
wget -q -nc -O data/$fips.zip ftp://ftp2.census.gov/geo/pvs/$fips/partnership_shapefiles_12v2_$fips.zip;
wget -q -nc -O data/$fips.zip ftp://ftp2.census.gov/geo/pvs/$fips/partnership_shapefiles_14v1_$fips.zip;
unzip -q -u data/$fips.zip "*_cd_*";
done

0 comments on commit d746c49

Please sign in to comment.