Looking for Python/Django Framework to query GeoLocation Data in DB [closed]

不羁的心 提交于 2019-12-10 22:17:05

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/2053971/looking-for-python-django-framework-to-query-geolocation-data-in-db

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!