-
-
Save dylan4224/53ef986a8c90bcf9d429 to your computer and use it in GitHub Desktop.
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]: import reverse_geocoder as rg | |
| In [2]: coordinates = (39.99, 116.48), | |
| In [3]: results = rg.search(coordinates) | |
| Loading formatted geocoded file... | |
| In [4]: print results | |
| [{'name': 'Wangjing', 'cc': 'CN', 'lon': '116.47284', 'admin1': 'Beijing', 'admin2': '', 'lat': '39.9933'}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment