【发布时间】:2017-06-14 18:24:55
【问题描述】:
我正在尝试使用 osm2pgsql 将 osm 数据导入 aws rds 实例。我收到一条错误消息 Osm2pgsql failed due to ERROR: Open failed for 'insights_poi': No such file or directory,但我提供了所有必要的文件。
在本地,我正在运行osm2pgsql -c -d insights_poi -U insights_poi -H beta.cyrrprcqeykj.us-east-1.rds.amazonaws.com -S default.style austin_texas.osm.pbf -W insights_poi -r .pbf
default.style 和 austin_texas.osm.pbf 文件位于我运行此文件的同一文件夹中。为什么说找不到文件?
在我运行命令后它实际上变得很远
【问题讨论】: