Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created March 16, 2010 01:25
Show Gist options
  • Save lxneng/333536 to your computer and use it in GitHub Desktop.
Save lxneng/333536 to your computer and use it in GitHub Desktop.
geopy test
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