Work in progress.
Interactive exploration of GeoPandas GeoDataFrames
Proof-of-a-concept based on folium, closely mimcking API of GeoDataFrame.plot().
For details see RFC document: martinfleis#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)