如何使用自定义数据运行pelias

发布于 2025-01-11 02:30:33 字数 146 浏览 1 评论 0原文

我有数百万孟加拉国地址数据。它们干净且结构良好(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

行雁书 2025-01-18 02:30:33

您可以使用 csv 导入组件。
请参阅: https://github.com/pelias/csv-importer

我的一个例子在 csv 文件中使用:

name,source,layer,lon,lat,number,street,unit,city,district,region,postcode,id,addendum_json_custom
123 JACKSON AVE,custom,address,-86.66,40.7666,344,JACKSON AVE,,PERU,,IN,46970,651ds651d651,"{ ""customInfo"":""Something Custom"" }"
123 S 600 E,custom,address,-86.66,40.7666,4503,S 600 E,,PIERCETON,,IN,46562,651ewd2332e,"{ ""customInfo"":""Something Custom"" }"

请务必按照文档中的指定在附录 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:

name,source,layer,lon,lat,number,street,unit,city,district,region,postcode,id,addendum_json_custom
123 JACKSON AVE,custom,address,-86.66,40.7666,344,JACKSON AVE,,PERU,,IN,46970,651ds651d651,"{ ""customInfo"":""Something Custom"" }"
123 S 600 E,custom,address,-86.66,40.7666,4503,S 600 E,,PIERCETON,,IN,46562,651ewd2332e,"{ ""customInfo"":""Something Custom"" }"

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文