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
- Host: GitHub
- URL: https://github.com/sebmilardo/pychoropleth
- Owner: SebMilardo
- License: mit
- Created: 2019-08-26T21:02:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T16:59:09.000Z (about 4 years ago)
- Last Synced: 2025-02-24T00:03:03.778Z (over 1 year ago)
- Topics: choropleth-map, geopandas-dataframes, mplleaflet
- Language: Jupyter Notebook
- Size: 195 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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