|
3 | 3 | Folium |
4 | 4 | ###### |
5 | 5 |
|
6 | | -.. image:: _static/folium_logo.jpg |
| 6 | +.. image:: _static/folium_logo.png |
| 7 | + :height: 100px |
7 | 8 |
|
8 | | -**Python data, leaflet.js maps** |
9 | 9 |
|
10 | | -``folium`` builds on the data wrangling strengths of the Python ecosystem and |
11 | | -the mapping strengths of the ``leaflet.js`` library. |
12 | | -Manipulate your data in Python, |
13 | | -then visualize it in on a Leaflet map via ``folium``. |
| 10 | +Python data, leaflet.js maps |
| 11 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 12 | + |
| 13 | +Folium builds on the data wrangling strengths of the Python ecosystem and the |
| 14 | +mapping strengths of the `Leaflet.js <https://leafletjs.com>`_ library. |
| 15 | +Manipulate your data in Python, then visualize it in a Leaflet map via Folium. |
14 | 16 |
|
15 | 17 | Concepts |
16 | 18 | ======== |
17 | 19 |
|
18 | | -``folium`` makes it easy to visualize data that's been manipulated in Python on an interactive leaflet map. |
19 | | -It enables both the binding of data to a map for ``choropleth`` visualizations |
| 20 | +Folium makes it easy to visualize data that's been manipulated in Python on an interactive leaflet map. |
| 21 | +It enables both the binding of data to a map for choropleth visualizations |
20 | 22 | as well as passing rich vector/raster/HTML visualizations as markers on the map. |
21 | 23 |
|
22 | 24 | The library has a number of built-in tilesets from OpenStreetMap, |
23 | 25 | Mapbox, and Stamen, and supports custom tilesets. |
24 | | -``folium`` supports both Image, Video, GeoJSON and TopoJSON overlays and has a |
| 26 | +Folium supports both Image, Video, GeoJSON and TopoJSON overlays and has a |
25 | 27 | number of vector layers built-in. |
26 | 28 |
|
27 | 29 |
|
|
0 commit comments