Re: ip to distance mapping

2010-08-26 Thread Sam Walters
I have used geoip in conjunction with the rest of the geodjango functionality. However you shouldnt have to deal with all the extra complexity of geodjango (which isnt too bad one you get used to it ;). Basically the process involves querying 2 IP's , getting a 'Point' for each and then calculatin

ip to distance mapping

2010-08-26 Thread Bobby Roberts
I'm needing an easy way to convert a client IP to a geo location and then get the distance from that lat/long to a fixed lat/long coordinate. Is there anything out there that can do this with django. I've been looking at geodjango but that looks pretty dang complicated and i'm not even sure it wi