Path: blob/master/Geopy/Geopy_Display_markers_on_map.ipynb
2973 views
Kernel: Python 3
Geopy - Display markers on map from addresses
Tags: #geopy #folium #operations #navigation
Author: Antonio Georgiev
Last update: 2023-07-28 (Created: 2023-07-28)
Description: This notebook demonstrates how to display markers on a map from addresses using geopy
and folium
.
Input
Import libraries
In [ ]:
Setup variables
Mandatory
address1
: Address to be used to get coordinatesaddress2
: Address to be used to get coordinates
Optional
zoom_start
: This parameter sets the initial zoom level on the map. A value of 0 indicates the lowest level of zoom.
In [ ]:
Model
Get locations
In [ ]:
Create map
In [ ]:
Output
Display map
In [ ]: