在给定位置的情况下,获取按邻近程度排序的位置列表的最有效方法是什么?

发布于 2024-12-03 03:42:34 字数 108 浏览 0 评论 0原文

例如,

假设我有一个位置数据库(纬度/经度)和一个点。如何从位置数据库中获取前 25 个最近的位置?

是否也有一个图书馆,或者我可以阅读上述各种地理空间操作的资源?谢谢!

For example,

Say I have a database of locations (latitude/longtitude), and a point. How can I grab the top 25 nearest locations from the database of locations?

Is there too a library, or a resource I can read up on various geospatial operations like above? Thanks!

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

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

发布评论

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

评论(1

紫﹏色ふ单纯 2024-12-10 03:42:34

您想要做的事情听起来像是最近邻居搜索

Kd 树是实现这一目标的有效数据结构。

CGAL 库有 空间搜索 函数(如果您正在寻找 C++ 库)。

What you want to do sounds like a nearest neighbour search.

K-d trees are an efficient data structure to achieve this.

The CGAL library has spatial searching functions if you're looking for a library for C++.

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