X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Fdownload_data;h=37741cd7a84acc53be930ba6e240255f8a743e62;hb=5b2b3a2bb2c4620143c0a3a8ca20f88babe96f7b;hp=6830f5f66b8befc40e936f39377419bab70c563a;hpb=7b8cd40d5f84e25422f34e23ed3734053298b5b9;p=dead%2Fcensus-tools.git diff --git a/bin/download_data b/bin/download_data index 6830f5f..37741cd 100755 --- a/bin/download_data +++ b/bin/download_data @@ -404,4 +404,5 @@ wv.add_county(109, 'Wyoming') # Now that the counties have been added, create a list of states to # pass to the download_lines function. states = [de, dc, md, ny, pa, va, wv] +Data.download_blocks(states) Data.download_lines(states)