osm2pgsql导入少字段
Posted 知行Lee
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了osm2pgsql导入少字段相关的知识,希望对你有一定的参考价值。
Explanation: osm2pgsql imports normally the data in a static database schema. The tags without a corresponding column are ignored. By adding the option -k
or --hstore
, osm2pgsql will add a new hstore column tags
to each table and save there all tags without column.
Another way:
The default.style file https://github.com/openstreetmap/osm2pgsql/blob/master/default.style does not pick all fields into its own column,so edit default.style what you want.
参考: http://stackoverflow.com/questions/31264674/osm2pgsql-data-converting-lost-columns
http://gis.stackexchange.com/questions/135715/osm2pgsql-cant-find-maxspeed-tag-after-import
以上是关于osm2pgsql导入少字段的主要内容,如果未能解决你的问题,请参考以下文章
osm2pgsql windows “illegal option -W” error
pl/sql text importer导入csv时少一半数据
oracle数据库导入sqlserver报错,请问是怎么回事?
Oracle 数据库 - 使用UEStudio修改dmp文件版本号,解决imp命令恢复的数据库与dmp本地文件版本号不匹配导致的导入失败问题,“ORACLE error 12547”问题处理(代码片段