holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
578 stars 75 forks source link

Once Path/Polygon types support interfaces consider GeoPandas support #53

Closed philippjfr closed 6 years ago

philippjfr commented 7 years ago

GeoPandas provides very convenient ways of loading and representing path and polygon data. Once the holoviews Path and Polygon types have interface support (as outlined here https://github.com/ioam/holoviews/issues/416) we should consider shipping a GeoPandas interface with GeoViews.

philippjfr commented 6 years ago

Geopandas support was just merged.