如何使用自定义数据运行pelias
我有数百万孟加拉国地址数据。它们干净且结构良好(Poi、房屋、道路、区域、邮政编码、纬度、经度等) 现在我想将它们加载到 pelias 地理编码器中。您能帮助我建议安装过程的步骤吗?
注意:我也有自己的 pbf
I have millions of Bangladesh address data. They are clean and well structured ( Poi, House,Road,Area,Postcode,latitude,longitude,etc )
Now I want to load them into pelias geocoder. Can you help me by suggesting the steps with installation process.
Note: I also have my own pbf
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 csv 导入组件。
请参阅: https://github.com/pelias/csv-importer
我的一个例子在 csv 文件中使用:
请务必按照文档中的指定在附录 json 中使用双引号。
如果您正在做兴趣点,那么您可以选择不同的层,例如场地。
您必须使用 inport 的文件源和 api 目标配置 pelias.conf 以指定源 >层。
至于安装,我发现 Docker 化的情况最适合入门。
https://github.com/pelias/docker
You can use the csv-import component.
See: https://github.com/pelias/csv-importer
An example I've used in the csv file:
Be sure to use the double quotes in the addendum json as specified in the documentation.
If you are doing Points of Interest, then you may choose a different layer like venue.
You will have to configure the pelias.conf with the source of the files for inport and the api target to specify the source > layer.
As for installation, I've found the dockerized situation to be best for getting started.
https://github.com/pelias/docker