寻找Python/Django框架来查询数据库中的地理位置数据

发布于 2024-08-17 07:10:23 字数 165 浏览 2 评论 0原文

我正在寻找一种方法来在数据库中存储多个点、邮政编码及其纬度和经度,并给定查询点 Q 的纬度和经度,找到数据库中距该点 x 英里以内的点集。 Q 点:

我意识到像 kd-tree 这样的东西就可以解决问题。我想知道是否有任何内置的 python 库或 django 框架可以做到这一点,可能比我更有效。

I'm looking for a way to store a number of points, zipcode and their latitude and longitude in a database, and given a query point Q's lat and longitude, find the set of the points in the DB that are within x miles of the point Q.

I realize something like a kd-tree would do the trick. I was wondering if there is any built-in python library or django framework that could do this, probably more efficiently than I could.

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

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

发布评论

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

评论(1

向日葵 2024-08-24 07:10:23

http://www.konekta.info
Konekta 是一个开放的开发框架,使移动用户可以访问社区服务。它包括引导模板、HTML5 移动网站、Geodjango 和 Django CMS。抄送-SA 3.0
https://github.com/konekta/where-is-when-is

http://www.konekta.info:
Konekta is an open development framework that makes community services accessible to mobile users. It includes bootstrap templates, an HTML5 mobile site, Geodjango and Django CMS. CC BY-SA 3.0
https://github.com/konekta/where-is-when-is

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