Skip to content

Instantly share code, notes, and snippets.

@mmcfarland
Created July 4, 2013 13:28
Show Gist options
  • Save mmcfarland/5927720 to your computer and use it in GitHub Desktop.
Save mmcfarland/5927720 to your computer and use it in GitHub Desktop.
Load historical places
unzip PhiladelphiaHistoricSites_PhilaReg201201.zip
sudo -u postgres createdb philatour
sudo -u postgres shp2pgsql -I -s 2272 PhiladelphiaHistoricSites_PhilaReg201201.shp public.sites | sudo -u postgres psql -d philatour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment