About 600 results
Open links in new tab
  1. 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 …

  2. 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.

  3. Map — Folium 0.20.0 documentation - GitHub Pages

    import folium min_lon, max_lon = -45, -35 min_lat, max_lat = -25, -15 m = folium.Map( max_bounds=True, location=[-20, -40], zoom_start=6, min_lat=min_lat, max_lat=max_lat, …

  4. 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.

  5. 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 …

  6. API reference — Folium 0.20.0 documentation - GitHub Pages

    class folium.folium.Map(location: Sequence[float] | None = None, width: str | float = '100%', height: str | float = '100%', left: str | float = '0%', top: str | float = '0%', position: str = 'relative', tiles: str | …

  7. 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 …

  8. Quickstart — Folium 0.8.2 documentation

    Lastly, Folium supports passing any leaflet.jscompatible custom tileset: folium. Map(location=[45.372, …

  9. 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 …

  10. Using colormaps — Folium 0.20.0 documentation

    StepColormap# But to help you define your colormap, we’ve embedded StepColormapin folium.colormap. You can simply define the colors you want, and the index(thresholds) that …