holoviz / hvplot

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
https://hvplot.holoviz.org
BSD 3-Clause "New" or "Revised" License
1.09k stars 105 forks source link

Streaming support for GeoDataFrames #436

Open anitagraser opened 4 years ago

anitagraser commented 4 years ago

It would be great to have the possibility to stream GeoDataFrames, e.g. to track object movement.

I followed the https://hvplot.holoviz.org/user_guide/Streaming.html examples but failed to modify them to work for GeoDataFrames / GeoViews.

(This has also been reported at https://github.com/python-streamz/streamz/issues/325)

kdetemple commented 2 years ago

This would be a great feature. Is it available ?

jbednar commented 2 years ago

It would be a feature request for streamz first, but this issue on hvplot helps us track that feature request, because if streamz did support geodataframes (which doesn't seem all that difficult), then hvplot support should be straightforward.