projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bdee63
)
Add geopy ebuild note to pyproj post.
author
W. Trevor King
<wking@drexel.edu>
Thu, 19 May 2011 12:29:50 +0000
(08:29 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 19 May 2011 12:29:50 +0000
(08:29 -0400)
posts/pyproj.mdwn
patch
|
blob
|
history
diff --git
a/posts/pyproj.mdwn
b/posts/pyproj.mdwn
index 9a10e4072aec9a2ef90836918eda25bc9c145f59..5c1ebb537c50b9cab21ee7264d780a65bd2beed1 100644
(file)
--- 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()