寻找Python/Django框架来查询数据库中的地理位置数据
我正在寻找一种方法来在数据库中存储多个点、邮政编码及其纬度和经度,并给定查询点 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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