Creating Interactive Maps with Folium and Python
摘要
Folium is a Python library for building maps in the OpenStreetMap environment. Like Leaflet, it allows you to create maps and enhance them by adding various types of information: highlighting specific points or objects using markers, drawing polylines and geometric shapes, outlining and filling areas, displaying information through pop-ups and tool tips, overlaying images on maps, adding data from GeoJSON and TopoJSON formats, creating choropleth maps, etc.