Path: blob/master/Folium/Folium_Add_markers_on_map.ipynb
2973 views
Kernel: Python 3
Folium - Add markers on map
Tags: #folium #map #markers #snippet
Author: Florent Ravenel
Last update: 2023-07-31 (Created: 2023-07-31)
Description: This notebook demonstrates how to add markers on a map using folium
.
References:
Input
Import libraries
In [1]:
Setup variables
Mandatory
location1_coordinates
: Coordinates to be used for location: latitude, longitudelocation2_coordinates
: Coordinates to be used for location: latitude, longitude
Optional
zoom_start
: This parameter sets the initial zoom level on the map. A value of 0 indicates the lowest level of zoom.
In [2]:
Model
Get coordinates
In [3]:
Create map
In [4]:
Output
Display map
In [5]:
In [ ]: