Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.177 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.13; 'charset:iso-8859-7': 0.04; 'assuming': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: ?': 0.16; 'wrote:': 0.18; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; '14,': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; "you're": 0.61; 'back': 0.62; 'jul': 0.74; 'square': 0.74; 'latitude': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=J12fAQEK4NT0rNHGof9ddKqcfnBRy8NLSuzZX1msAI0=; b=Jrm98+VuUEC/+r3nI3Tndopt3ap07NOywhEbYth3coaNlnqsRBrxjiD//WkmXpOssS kv1gmZlm0O0p5USXb17nI053ZRv1tgynsDUk6G0INbGA31/fh1r6qvGRHQ5UfxNeqnhN lwoJBjyDeE2Ij2cr9QRXH+nk0uY7nDW5hvu19+MJwaxw5d+OWIPX0bU+C7BdPDr9sOgY VmOh9ZVdGBsvvO/6jmqWFF0yVQLYldHChb0WsC7dx2Y1RHgEnvyaC588B5z+gYowy1jC Q+xv2Jpz+JCZDG/FK7C2uSwdwBfb1LUvPiAIm+3WpCYrkTfkhRf9+tDb8hSU9jqzO8Nj afFw== MIME-Version: 1.0 X-Received: by 10.52.93.106 with SMTP id ct10mr22452735vdb.83.1373779472858; Sat, 13 Jul 2013 22:24:32 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jul 2013 15:24:32 +1000 Subject: Re: GeoIP2 for retrieving city and region ? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373779475 news.xs4all.nl 15979 [2001:888:2000:d::a6]:48204 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50627 On Sun, Jul 14, 2013 at 3:18 PM, =CD=E9=EA=FC=EB=E1=F2 = wrote: > Can we get the location serived from lat/long coordinates? Yes, assuming you get accurate latitude and longitude, so you're back to square 1. ChrisA