holoviz / geoviews

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

Accessing other data formats and external data servers #385

Open jbednar opened 4 years ago

jbednar commented 4 years ago

It would be convenient to be able to access various geo-specific data types and services directly as GeoViews objects:

brendancol commented 4 years ago

@jbednar sounds like we could just grab that from BokehGeo and adapt accordingly...

philippjfr commented 4 years ago

GeoViews now also has the infrastructure to build custom bokeh models so we can easily extend BokehGeo functionality in GeoViews if we need to.