Add geopy ebuild note to pyproj post.
authorW. Trevor King <wking@drexel.edu>
Thu, 19 May 2011 12:29:50 +0000 (08:29 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 19 May 2011 12:29:50 +0000 (08:29 -0400)
posts/pyproj.mdwn

index 9a10e4072aec9a2ef90836918eda25bc9c145f59..5c1ebb537c50b9cab21ee7264d780a65bd2beed1 100644 (file)
@@ -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()