
Folium — Folium 0.20.0 documentation - GitHub Pages
Folium # Python data, leaflet.js maps # Folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the Leaflet.js library. Manipulate your data in Python, then …
Getting started — Folium 0.20.0 documentation - GitHub Pages
Dependencies # Folium has the following dependencies, all of which are installed automatically with the above installation commands: branca Jinja2 Numpy Requests Additional packages may be …
User guide — Folium 0.20.0 documentation - GitHub Pages
User guide # 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. If you don’t …
API reference — Folium 0.20.0 documentation - GitHub Pages
popup (string or folium.Popup, default None) – Label for the Marker; either an escaped HTML string to initialize folium.Popup or a folium.Popup instance. tooltip (str or folium.Tooltip, default None) – …
Map — Folium 0.20.0 documentation - GitHub Pages
Map # Scale # Show a scale on the bottom of the map.
Advanced guide — Folium 0.20.0 documentation - GitHub Pages
Advanced guide # Using folium with flask Integrating Jenks Natural Break Optimization with choropleth Subplots Using colormaps Scrolling beyond the world edge Panes and CustomPane Geodedetic …
Quickstart — Folium 0.8.2 documentation
The default tiles are set to OpenStreetMap, but Stamen Terrain, Stamen Toner, Mapbox Bright, and Mapbox Control Room, and many others tiles are built in.
Tiles — Folium 0.20.0 documentation - GitHub Pages
import folium lon, lat = -38.625, -12.875 zoom_start = 8
Realtime — Folium 0.20.0 documentation - GitHub Pages
Realtime # Put realtime data on a Leaflet map: live tracking GPS units, sensor data or just about anything. Based on: perliedman/leaflet-realtime This plugin functions much like an L.GeoJson layer, …
Creating a polygon from a list of points — Folium 0.20.0 documentation
Creating a polygon from a list of points # For many of those working with geo data it is a common task being asked to create a polygon from a list of points. More specific, to create a polygon that wraps …