Skip to content

Tools \ Folium

Folium
Tool's logo

Folium is a Python library used for creating interactive maps using Leaflet.js.

Source code

Maturity : Maintained | Categories : Visualization Tools, Processing Chains (pipelines) | License : | Producer : Open-source community


Overview

Folium is a Python library designed for creating interactive maps in Python. Built on Leaflet.js, it allows users to generate customizable maps that can be saved as standalone HTML files or embedded into Jupyter Notebooks. It integrates with libraries like Pandas and GeoPandas, making it suitable for incorporating geospatial visualizations into data analysis workflows.

Usage/Documentation

For quick usage, refer to the Folium Quickstart Guide.

Installation

Folium can be installed using pip:

pip install folium

Resources

Tutorials

Contacts