Skip to content

Instantly share code, notes, and snippets.

@Shinichi-Nakagawa
Created April 18, 2015 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shinichi-Nakagawa/574aae6e480579e8aba5 to your computer and use it in GitHub Desktop.
Save Shinichi-Nakagawa/574aae6e480579e8aba5 to your computer and use it in GitHub Desktop.
geopy
>>> from geopy.geocoders import Nominatim
>>> geolocator = Nominatim()
>>> geolocator.geocode("Tokyo Dome")
Location(東京ドーム (Tokyo Dome), 牛込小石川線, 飯田橋, 東京都, 関東地方, 112-8555, 日本, (35.70556965, 139.751887568794, 0.0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment