-
Tag Cloud
browser desktop domino eclipse error extjs firefox freewares google ibm install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql news 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
shp 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...