开发者

Geodjango with Geonames

开发者 https://www.devze.com 2023-01-19 16:48 出处:网络
I would like to implement a location based search, based on the geonames zip code dump. For that, I want to use geodjango, but I have no idea how to implement the geonames data for lookup. I don\'t wa

I would like to implement a location based search, based on the geonames zip code dump. For that, I want to use geodjango, but I have no idea how to implement the geonames data for lookup. I don't want to use an external webservice.

开发者_JAVA技巧

Maybe someone already has realized that and has some inspirations for me?


http://geodjango.org/hg/geonames/


Looks like somebody ported this to django 1.2.1:

https://github.com/ramusus/django-geonames

haven't tried it myself yet, but it's on my list.

0

精彩评论

暂无评论...
验证码 换一张
取 消