X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=693b1c0b6d7af025f24ff0024d6d74e696e776b0;hb=68801d56ace446b73e8a382ef122afcf98333003;hp=13032e9a18ef6b031dc251820dfd49186f8dd26e;hpb=ee8fd80377354b587a9dbe19ff25fea0cf8979e5;p=dead%2Fcensus-tools.git diff --git a/makefile b/makefile index 13032e9..693b1c0 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -DB_NAME='census2000' +DB_NAME='census' DB_USER='postgres' TIGER_DATA_URL='http://www2.census.gov/cgi-bin/shapefiles/multi-file-download?files=24_MARYLAND%2Ftl_2008_24_tabblock00.zip' TIGER_SRID='4269' @@ -44,8 +44,9 @@ data: # support to the database. # # At that point, we import the two PostGIS files, lwpostgis.sql and -# spatial_ref_sys.sql. These are magic as far as I'm concerned, but -# PostGIS requires them. +# spatial_ref_sys.sql. The lwpostgis.sql file contains the geometry +# functions, while spatial_ref_sys.sql contains a table of SRIDs, and +# their associated properties. PostGIS requires both. # # Then, we import the Tiger data using shp2pgsql. The shapefiles # should exist, since this task depends on the "data" task, which