Sebastian Ahn
Sebastian Ahn
Thanks for the much more concise example! After some more testing, the above code snippet runs without failing with the following: ```plaintext spatialpandas = "0.4.10" dask = "2024.11.2" datashader =...
Hello, I wasn't sure if I should bump an old thread, but I have had `imp`-related issues installing vaex with python 3.12 and 3.11 with poetry 2.1.1 on Ubuntu 22.04....
Hi @melonora, I'd be happy to! Although the one tomorrow at 3am EST (my timezone) might be hard to join, so I will plan on joining the one next week...
Hi @melonora, yes planning on it, thank you for the links!
@melonora thanks for inviting me to the community meeting. [Here is a gist](https://gist.github.com/ahnsws/5749052887e10e84f8df17b667aaea8a) for reproducing the polygons example, using the [NYC buildings dataset (zip; download warning)](http://s3.amazonaws.com/datashader-data/nyc_buildings.parq.zip). Edit: the dataset has...
I've had some time to revisit this, especially now that we are attempting to do some spatial transcriptomics analysis with napari, and I was able to adapt the above code...
@psobolewskiPhD ah I see, I was referring to [this gist](https://gist.github.com/ahnsws/f128a0af3a898b57d5d70df80e34cd8f), but it's a bit outdated now. Edit: [here is the updated gist](https://gist.github.com/ahnsws/e12045e4aa1b33afb2a9f76bc52b3649) using the Marine AIS dataset just to recreate...
Hi @TimMonko, thanks for the info! I just tried `viewer.camera.orientation = ('towards', 'up', 'right')` with `0.6.0a0` and unfortunately the scene goes purple (with viridis applied). I'll play around with it...
Yeah I agree, the way I've coded the boundaries in physical/world coordinates is a bit hacky. The geometries are already specified in physical/world coordinates, so I think the way I...
Hello all! I did this initially out of curiosity, since when I first made this issue, it wasn't possible to plot 10M points in napari; now, as @psobolewskiPhD showed, this...