python-streamz / streamz

Real-time stream processing for python
https://streamz.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.23k stars 145 forks source link

Are GeoPandas GeoDataFrames supported? #325

Open anitagraser opened 4 years ago

anitagraser commented 4 years ago

Is it possible 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.

martindurant commented 4 years ago

@philippjfr , do you know if this is possible?

martindurant commented 4 years ago

( @anitagraser , you may want to reference this on the hvplot tracker)

philippjfr commented 4 years ago

Interesting, I haven't really thought about it and would have to play around a bit to see if it's possible. An issue on the hvPlot tracker would definitely help me remember to try this.