![]() |
VOOZH | about |
Folium is built on the data wrangling strengths of the Python ecosystem and the mapping strengths of the Leaflet.js (JavaScript) library. Simply, manipulate your data in Python, then visualize it on a leaflet map via Folium. Folium makes it easy to visualize data that's been manipulated in Python, on an interactive Leaflet map. This library has a number of built-in tilesets from OpenStreetMap, Mapbox etc.
Command to install folium module :
pip install folium
Code #1 : To create a Base Map.
Output :
Code #2 : Add a circular marker with popup text.
Output :
Code #3 : Add a simple_marker for parachute style marker with pop-up text.
Output :
Code #4 : Add a line to the map