DISCLAIMER: THIS HAS BECOME AN INTERNAL MODULE OF GEOPANDAS:
gdf.explore()
Interactive exploration of GeoPandas GeoDataFrames
Proof-of-a-concept based on folium, closely mimcking API of GeoDataFrame.plot()
.
For details see RFC document: #1
pip install git+https://github.com/martinfleis/geopandas-view.git
Requires geopandas
, folium
and mapclassify
.
import geopandas
from geopandas_view import view
df = geopandas.read_file(geopandas.datasets.get_path('nybb'))
view(df)