Replies: 1 comment 6 replies
-
Hi thanks for posting. How big are your datasets? If it fits into GPU RAM the easiest thing is to just have everything on the GPU, I guess unlike many plotting libraries wgpu can actually handle this, for example: pygfx/pygfx#819 If they are too large to fit into RAM we can guide you to some creative solutions based on what exactly you're trying to visualize. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all, what an excellent library! I have been looking for something like this for a long time.
I'm looking into the possibility of hot-loading new data (in my case, from Clikchouse) when zooming in on the data. Clickhouse supports various output formats like Arrow Stream (https://clickhouse.com/blog/streaming-real-time-visualizations-clickhouse-apache-arrow-perpsective) that might be useful. Essentially, I want to do something similar to this Clickhouse demo:
https://adsb.exposed/?dataset=Planes&zoom=2&lat=18.1504&lng=88.5938&query=11aea631085a55a6bc0f9b574d7b6c16
Any ideas, pointers to or examples on how this could be done?
Beta Was this translation helpful? Give feedback.
All reactions