Re: ip to location

2007-07-18 Thread Justin Bronn
Francesco, MaxMind(R) produces commercial and free IP geolocation datasets. As a proof of concept I created GeoDjango-enabled models and import scripts for their CSV files: http://www.djangosnippets.org/snippets/327/ http://www.djangosnippets.org/snippets/328/ To create this code I had to patc

Re: ip to location

2007-07-16 Thread Malcolm Tredinnick
On Mon, 2007-07-16 at 13:36 +, cesco wrote: > Thanks but I was asking for something more precise, like latitude and > longitude (approximated, of course) rather than the country which > would be too vague for my application. Any other suggestion? Given the privacy implications, hopefully you

Re: ip to location

2007-07-16 Thread cesco
Thanks but I was asking for something more precise, like latitude and longitude (approximated, of course) rather than the country which would be too vague for my application. Any other suggestion? Thanks again On Jul 16, 1:07 pm, xaranduu <[EMAIL PROTECTED]> wrote: > cesco schrieb: > > > Hi, > >

Re: ip to location

2007-07-16 Thread xaranduu
cesco schrieb: > Hi, > > does anyone in the django community know of a public algorithm to get > the location from the ip. > If such a thing doesn't exist do you know of a service with an API > which does it? > Or maybe such a functionality will be available with the upcoming > Geodjango? > > Man

ip to location

2007-07-16 Thread cesco
Hi, does anyone in the django community know of a public algorithm to get the location from the ip. If such a thing doesn't exist do you know of a service with an API which does it? Or maybe such a functionality will be available with the upcoming Geodjango? Many thanks Francesco --~--~---