OpenStreetMap 和 Hadoop

发布于 2024-08-27 01:29:18 字数 363 浏览 9 评论 0原文

我需要一些有关 Hadoop 和 OpenStreetMap 的周末项目的想法。

我可以使用 EBS 卷中的 OpenStreetMap 快照访问 AWS EC2 实例。 OpenStreetMap 数据位于 PostgreSQL 数据库中。

假设我可以将 OpenStreetMap 数据导出为 xml 格式,然后放入 HDFS 中,可以在 OpenStreetMap 数据上运行什么样的 MapReduce 函数?

换句话说,我现在脑子抽筋了,无法想象什么样的MapReduce操作可以从OpenStreetMap xml中提取有价值的见解?

(即提取所有指定为公园或高尔夫球场的地方。但这只需要做一次,而不是连续)

非常感谢

I need some ideas for a weekend project about Hadoop and OpenStreetMap.

I have access to AWS EC2 instance with OpenStreetMap snapshot in my EBS volume.
The OpenStreetMap data is in a PostgreSQL database.

What kind of MapReduce function can be run on the OpenStreetMap data, assuming I can export them into xml format, and then place into HDFS ?

In other words, I am having a brain cramp at the moment, and cannot think what kind of MapReduce operation that can extract valuable insight from the OpenStreetMap xml?

(i.e. extract all the places designated as park or golf course. But this needs to be done once only, not continuously)

Many Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

难如初 2024-09-03 01:29:18
  • 我的同事的一个有趣的想法是找到未连接但应该连接的节点。例如,一条街道突然结束并在一条单独的路径中继续延伸 1m。
  • 预先计算最短路径
  • An interesting idea of my coworkers is to find nodes which are not connected, but should be. For example a street which abruptly ends and continues 1m further in a separate path.
  • Precalculate shortest paths
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文