Created
March 16, 2010 01:25
-
-
Save lxneng/333536 to your computer and use it in GitHub Desktop.
geopy test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In [1]: from geopy import geocoders | |
In [2]: us = geocoders.GeocoderDotUS() | |
In [3]: print us.geocode("314 W 77th St #4B, New York NY 10024")[0] | |
------> print(us.geocode("314 W 77th St #4B, New York NY 10024")[0]) | |
314 W 77th St, New York, NY 10024 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment