Build an interactive choropleth based leaflet map using Folium package in Python. Features of the map includes:
- Choropleth (Thematic map in which areas are shaded or patterned in proportion to a factor)
- Clustered location markers (Groups location markers close to each other)
- Usage of different markers (Location, Circle)
- LayerControl (Allows viewing option of different tile map)
- MeasureControl (Allows measuring of distance between two location markers)
Step-by-step tutorial for this project can be found on https://link.medium.com/n79z7sB2mV
- Python 3.x
- Folium
- Pandas