Top "Folium" questions

A python wrapper for the geo-mapping Leaflet.

Python with Folium: How can I embed a webpage in the popup?

I'm working on a simple implementation of Python Folium with simple markers based on this page. import folium map_1 = folium.…

javascript python html leaflet folium
Choropleth map using folium and pandas

I am using folium to create a choropleth map of a set of countries. I am following the documentation. However. …

python choropleth folium
What is the fastest way to plot coordinates on map inline (Jupyter)?

I was wondering what's the straightforward and fastest way to plot several coordinates (1.5 million) on OpenStreetMap. It must be able …

python gps jupyter-notebook jupyter folium
How to specify gradient parameter to folium heatmap?

I'm making a heatmap for NYC apartment price using folium. I'm trying to use my own color gradient. When I …

python folium
How to customize the LayerControl in Folium?

I created a map by using folium.RegularPolygonMarker. But in the LayerControl, I would like to replace "macro_element_6a67…

python folium