File: index.rst

package info (click to toggle)
folium 0.20.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: python: 4,489; makefile: 134; sh: 26
file content (50 lines) | stat: -rw-r--r-- 1,152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.. Folium documentation master file, created by

Folium
######

.. image:: _static/folium_logo.png
   :height: 100px
   :class: dark-light


Python data, leaflet.js maps
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Folium builds on the data wrangling strengths of the Python ecosystem and the
mapping strengths of the `Leaflet.js <https://leafletjs.com>`_ library.
Manipulate your data in Python, then visualize it in 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 rich vector/raster/HTML visualizations as markers on the map.

The library has a number of built-in tilesets from OpenStreetMap,
Mapbox, etc, and supports custom tilesets.
Folium supports both Image, Video, GeoJSON and TopoJSON overlays and has a
number of vector layers built-in.


Contents
========

.. toctree::
   :maxdepth: 1

   Home <self>
   getting_started
   user_guide
   advanced_guide
   reference



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`