From 63cf87bc0295c3f4f50a0d458343a09d6f129ae0 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Wed, 2 Jul 2014 16:51:05 -0500 Subject: [PATCH] legislative districts redrawn, ACS 2012 data is aligned with new districts. ref #5. This may be all that's necessary for new loads --- 12_download_tiger_2012.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/12_download_tiger_2012.sh b/12_download_tiger_2012.sh index 6f019b0..47ca2b0 100755 --- a/12_download_tiger_2012.sh +++ b/12_download_tiger_2012.sh @@ -8,7 +8,7 @@ wget --recursive --continue --accept=*.zip \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/COUNTY/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/STATE/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/CBSA/ \ - ftp://ftp2.census.gov/geo/tiger/TIGER2012/CD/ \ + ftp://ftp2.census.gov/geo/tiger/TIGER2013/CD/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/CSA/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/PLACE/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/ELSD/ \ @@ -16,8 +16,8 @@ wget --recursive --continue --accept=*.zip \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/ZCTA5/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/COUSUB/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/PUMA/ \ - ftp://ftp2.census.gov/geo/tiger/TIGER2012/SLDL/ \ - ftp://ftp2.census.gov/geo/tiger/TIGER2012/SLDU/ \ + ftp://ftp2.census.gov/geo/tiger/TIGER2013/SLDL/ \ + ftp://ftp2.census.gov/geo/tiger/TIGER2013/SLDU/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/AIANNH/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/AITS/ \ ftp://ftp2.census.gov/geo/tiger/TIGER2012/ANRC/ \