]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - bin/download_data
Modified the download_data script to download the TIGER blocks.
[dead/census-tools.git] / bin / download_data
index 6830f5f66b8befc40e936f39377419bab70c563a..37741cd7a84acc53be930ba6e240255f8a743e62 100755 (executable)
@@ -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)