Folium is a Python library used for creating interactive maps using Leaflet.js.
Source codeOverview
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
- Using the Geodes provider in EODAG
- Data usage on hydroweb.next
- Spatialized Data Visualization Tools (Python)