Path: blob/master/Folium/Folium_Build_route_maps.ipynb
3514 views
Kernel: Python 3

Folium - Build route maps
Tags: #folium #maps #routes #python #visualization #data
Author: Florent Ravenel
Last update: 2023-07-31 (Created: 2023-07-31)
Description: This notebook will show how to use Folium to build route maps.
References:
Input
Import libraries
In [1]:
Setup variables
start_point: Starting point of the routeend_point: Ending point of the routewaypoints: List of waypoints to be included in the route
In [2]:
Model
Create route map
Long description of the function without break
In [3]:
Output
Display result
In [4]: