Heim >Datenbank >MySQL-Tutorial >shp2pgsql 转换shp数据

shp2pgsql 转换shp数据

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 15:32:432333Durchsuche

环境: Windows XP ,postgreSQL 8.3,postGIS 1.3 其管理工具pgAdmin III 在使用shp2pgsql将shp文件转换为sql时分别遇到了如下问题: 1、首先我用 pgAdmin III 自带的可视化查询工具 Query 输入 shp2pgsql E:/shp/地物_P.shp diwu E:/shp/diwu.sql 出现以下

环境: Windows XP ,postgreSQL 8.3, postGIS 1.3  其管理工具pgAdmin III

 

在使用shp2pgsql将shp文件转换为sql时分别遇到了如下问题:

1、首先我用 pgAdmin III 自带的可视化查询工具 Query 输入

shp2pgsql E:/shp/地物_P.shp  diwu >  E:/shp/diwu.sql

 

出现以下错误,显示指针只向了shp2pgsql :

ERROR:  syntax error at or near "shp2pgsql"
LINE 1: shp2pgsql E:/shp/diwu_P.shp  diwu >  E:/shp/diwu.sql

 

 这可能是需要在控制台下运行。然后

 

2. 我打开控制台输入命令

出现过字符错误:

我试过加上 -W GBK 也不行

又改了半天,出现了以下错误:

 

postgres-# shp2pgsql E:/shp/地物_P.shp  diwu >  E:/shp/diwu.sql
这个安装不支援命令记录
postgres-#

 

3. 最后,我找到了postgreSQL 的安装目录下的 bin 文件,

在该目录下,在控制台下运行

shp2pgsql E:/shp/diwu_P.shp  diwu >  E:/shp/diwu.sql

 

出现了以下结果:


D:/>cd D:/ProgramFiles/PostgreSQL/8.3/bin

D:/ProgramFiles/PostgreSQL/8.3/bin>shp2pgsql E:/shp/diwu_P.shp  diwu >  E:/shp/diwu.sql
Shapefile type: Point
Postgis type: POINT[2]

^_^ 成功了。

生成了diwu.sql。将其导入数据库就可以了。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn