From: W. Trevor King Date: Thu, 19 May 2011 12:29:50 +0000 (-0400) Subject: Add geopy ebuild note to pyproj post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=313c80fac735f80fba36d49e956bb234f927661a;p=mw2txt.git Add geopy ebuild note to pyproj post. --- diff --git a/posts/pyproj.mdwn b/posts/pyproj.mdwn index 9a10e40..5c1ebb5 100644 --- a/posts/pyproj.mdwn +++ b/posts/pyproj.mdwn @@ -126,7 +126,8 @@ lat/lng pairs stored in a text file: >>> lines = plot(xs, ys, 'r.-') >>> show() -Note that you can easily get lat/lng pairs using [geopy][]: +Note that you can easily get lat/lng pairs using [geopy][] (ebuild in +my [[Gentoo overlay]]): >>> import geopy >>> g = geopy.geocoders.Google()