From 313c80fac735f80fba36d49e956bb234f927661a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 19 May 2011 08:29:50 -0400 Subject: [PATCH] Add geopy ebuild note to pyproj post. --- posts/pyproj.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() -- 2.26.2