Skip to content

Instantly share code, notes, and snippets.

@gangstageek
Created February 22, 2015 04:09
Show Gist options
  • Save gangstageek/dadf812d5f6949692d22 to your computer and use it in GitHub Desktop.
Save gangstageek/dadf812d5f6949692d22 to your computer and use it in GitHub Desktop.
Reverse geocoding
from pygeocoder import Geocoder
results = Geocoder.reverse_geocode(37.7835, -122.394)
print(results[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment