Path: blob/master/Geopy/Geopy_Get_coordinates_from_address.ipynb
2973 views
Kernel: Python 3
Geopy - Get coordinates from address
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 the coordinates(longitude and latitude) of a given address.
References:
Input
Import libraries
In [ ]:
Setup variables
address
: Address to be used to get coordinates
In [ ]:
Model
Get location
In [ ]:
Output
Display result
In [ ]: