]> gitweb.michael.orlitzky.com - dead/census-tools.git/commit
Added the framework for the PostGIS database integration.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 12 Sep 2009 17:41:20 +0000 (13:41 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 12 Sep 2009 17:41:20 +0000 (13:41 -0400)
commitb6cea827835222aa38004dd599e24c3ecc5c596b
tree0ea49c4898d5b24e6980691d6ab1298566d756ce
parentaf1c16f00734808c24e61e776db5bedd52494d13
Added the framework for the PostGIS database integration.
Created makefile targets for the Tiger data and census database.
Added comments to the makefile describing the targets.
Created a SQL script to create the sf1_blocks table, and to add indexes on both blkidfp00 columns.
Created a new script, sf1blocks2sql (used by the makefile), which exports the Summary File 1 blocks as SQL "INSERT" statements.
bin/sf1blocks2sql [new file with mode: 0755]
makefile
sql/create-sf1_blocks-table.sql [new file with mode: 0644]