-
-
Tag Cloud
debian desktop domino eclipse error extjs firefox freewares google install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mod_python mysql news php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 UNCATEGORIZED 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...