0
我試圖使用導入shape文件到Postgres的以下內容:導入Shape文件到Postgres的
shp2pgsql c:\location\water_areas.shp water > water.sql
我收到以下消息:
c:\location\water_areas.shp: shape (.shp) or index file (.shx) can not be opened, will just import attribute data.
不幸的是,我需要的不僅僅是屬性數據。我需要幾何列。請幫忙。爲什麼它不打開轉換的shape文件。
http://gis.stackexchange.com/questions/16760/import-shapefile-to-postgres –