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 vector raster HTML visualizations as markers on the map
Getting started — Folium 0. 20. 0 documentation - GitHub Pages Folium also accepts objects from the xyzservices package Adding markers # There are various marker types, here we start with a simple Marker You can add a popup and tooltip You can also pick colors and icons
API reference — Folium 0. 20. 0 documentation - GitHub Pages Bases: JSCSSMixin, Evented Create a Map with Folium and Leaflet js Generate a base map of given width and height with either default tilesets or a custom tileset URL Folium has built-in all tilesets available in the xyzservices package For example, you can pass any of the following to the “tiles” keyword:
Tiles — Folium 0. 20. 0 documentation - GitHub Pages Tiles # Built-in tilesets # [1]: import folium lon, lat = -38 625, -12 875 zoom_start = 8 [2]: folium Map(location=[lat, lon], tiles="OpenStreetMap", zoom_start=zoom_start) [2]: Make this Notebook Trusted to load map: File -> Trust Notebook [3]: folium Map(location=[lat, lon], tiles="Cartodb Positron", zoom_start=zoom_start) [3]: Make this
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
Folium — Folium 0. 19. 4 documentation 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 vector raster HTML visualizations as markers on 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 image overlay Custom tiles Piechart icons Creating a polygon from a list of points Customizing javascript or css resources Overriding Leaflet class methods