mapbox / mapboxgl-jupyter

Use Mapbox GL JS to visualize data in a Python Jupyter notebook
MIT License
665 stars 138 forks source link

GeoPandas support, write html to file #122

Closed zoharby closed 6 years ago

zoharby commented 6 years ago

Add a simple function to serialize a GeoPandas GeoDataFrame to geojson. Add an option to write html to file (useful when used outside Jupyter).

This replaces #121 with a much more straightforward solution.

ryanbaumann commented 6 years ago

Nice @zoharby! This looks great.