martinfleis / geopandas-view

Interactive exploration of GeoPandas GeoDataFrames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geopandas-view

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

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)

About

Interactive exploration of GeoPandas GeoDataFrames

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%