
Folium — Folium 0.20.0 documentation - GitHub Pages
Folium makes it easy to visualize data that’s been manipulated in Python on an interactive leaflet map. It enables both the binding of data to a map for choropleth visualizations as well as passing rich …
Getting started — Folium 0.20.0 documentation - GitHub Pages
GeoJSON/TopoJSON overlays # Folium supports both GeoJSON and TopoJSON data in various formats, such as urls, file paths and dictionaries.
User guide — Folium 0.20.0 documentation - GitHub Pages
The user guide covers different parts of basic usage of Folium. Each page focuses on a single topic and outlines how it is implemented in Folium, with reproducible examples.
API reference — Folium 0.20.0 documentation - GitHub Pages
Map tileset to use. Folium has built-in all tilesets available in the xyzservices package. For example, you can pass any of the following to the “tiles” keyword: ”OpenStreetMap” ”CartoDB Positron” ”CartoDB …
Folium — Folium 0.14.0 documentation - GitHub Pages
folium makes it easy to visualize data that’s been manipulated in Python on an interactive leaflet map. It enables both the binding of data to a map for choropleth visualizations as well as passing rich …
Quickstart — Folium 0.8.2 documentation - GitHub Pages
folium enables passing any HTML object as a popup, including `bokeh <https://bokeh.pydata.org/en/latest/>`__ plots, but there is a built-in support for vincent and altair …
folium — Folium 0.8.0 documentation - GitHub Pages
You can pass a custom tileset to Folium by passing a Leaflet-style URL to the tiles parameter: http://{s}.yourtiles.com/{z}/{x}/{y}.png
Map — Folium 0.20.0 documentation - GitHub Pages
[3]: folium.Map( location=(-38.625, -12.875), zoom_control=False, ) [3]: Make this Notebook Trusted to load map: File -> Trust Notebook Limits # You can set limits, so the map won’t scroll outside those …
folium — Folium 0.10.1 documentation - GitHub Pages
Creates a LayerControl object to be added on a folium map. This object should be added to a Map object. Only Layer children of Map are included in the layer control. Parameters position (str) – The …
API reference — Folium 0.18.0 documentation
Map tileset to use. Folium has built-in all tilesets available in the xyzservices package. For example, you can pass any of the following to the “tiles” keyword: ”OpenStreetMap” ”CartoDB Positron” ”CartoDB …