Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 308 Bytes

Python Folium/Leaflet.js Example

Example showing how to generate a map with markers, custom markers, circle markers, vega visualizations, Geojson and choropleth maps

Quick Start

# Install dependencies
pip install folium
pip install pandas

# Generate maps
python map.py
python map2.py