Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.04 KB

index.rst

File metadata and controls

32 lines (20 loc) · 1.04 KB

Folium

_static/folium_logo.jpg

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 visualize it in on a Leaflet map via Folium.

Concepts

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 Vincent/Vega visualizations as markers on the map.

The library has a number of built-in tilesets from OpenStreetMap, Mapbox, and Stamen, and supports custom tilesets with Mapbox or Cloudmade API keys. Folium supports both GeoJSON and TopoJSON overlays, as well as the binding of data to those overlays to create choropleth maps with color-brewer color schemes.

Contents

.. toctree::
   :maxdepth: 3

   quickstart
   examples
   installing
   contributing
   module