/geopandas-view

Interactive exploration of GeoPandas GeoDataFrames

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

geopandas-view

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

Installation

pip install git+https://github.com/martinfleis/geopandas-view.git

Requires geopandas, folium and mapclassify.

Usage

import geopandas
from geopandas_view import view

df = geopandas.read_file(geopandas.datasets.get_path('nybb'))
view(df)