X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=src%2FData.py;h=be5b1d23d26398d452fe8579cf2f09ddf0e03584;hp=d953124d9ca29c1d64c683752d3fc2ecafc66889;hb=1af718f78abcc97be2e778891a1951352c76e6f6;hpb=cdf201cdec6ddcca1dc801f9ae3ae85c7c9d0637 diff --git a/src/Data.py b/src/Data.py index d953124..be5b1d2 100644 --- a/src/Data.py +++ b/src/Data.py @@ -246,7 +246,7 @@ def download_lines(states): # data if necessary. for county in state.counties: if not os.path.exists(county.lines_shapefile_path()): - url = county.tiger_data_url() + url = county.lines_data_url() tmpfile = county.lines_zipfile_name() print "Grabbing TIGER lines data for %s (%s)." % (county.full_name(), state.name) print "Downloading %s to %s..." % (url, tmpfile)