Path: blob/master/Geopy/Geopy_Get_address_from_coordinates.ipynb
2973 views
Kernel: Python 3
Geopy - Get address from coordinates
Tags: #geopy #coordinates #address #navigation #snippet
Author: Antonio Georgiev
Last update: 2023-07-28 (Created: 2023-07-28)
Description: This notebook demonstrates how to utilize Geopy to convert a location(latitude and longitude) to its corresponding address.
References:
Input
Import libraries
In [ ]:
Setup variables
latitude
: This variable represents the position of a point on Earth's surface in terms of degrees north or south of the equator.longitude
: This variable represents the position of a point on Earth's surface in terms of degrees east or west of the Prime Meridian.
In [ ]:
Model
Get address
In [ ]:
Output
Display result
In [ ]: