-
-
Tag Cloud
adobe connection debian desktop domino eclipse error extjs firefox freewares google install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
postgis Archive
-
Import Shapefiles (SHP) into Postgis
Posted on April 6, 2009 | 2 CommentsFollow these steps to start importing ESRI Shapefiles into Postgis database 1. Generate SQL from the shapefile using shp2pgsql shp2pgsql -W UTF-8 <file_name.shp> <schema>.<table_name> > <filename.sql> ex: shp2pgsql –W UTF-8...