Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

martinfleis/geopandas-view

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published