An open API service indexing awesome lists of open source software.

https://github.com/sebmilardo/pychoropleth

A simple library to create choropleth maps from geopandas dataframes using mplleaflet
https://github.com/sebmilardo/pychoropleth

choropleth-map geopandas-dataframes mplleaflet

Last synced: 11 months ago
JSON representation

A simple library to create choropleth maps from geopandas dataframes using mplleaflet

Awesome Lists containing this project

README

          

# pychoropleth
A simple library to create choropleth maps from geopandas dataframes using mplleaflet

[Here](https://nbviewer.jupyter.org/github/SebMilardo/pychoropleth/blob/master/tests/Tests.ipynb) is an example of a choropleth map.

# Installation
```Shell
pip install pychoropleth
```

# Status
Work in Progress