Sebastian Ahn

Results 6 issues of Sebastian Ahn

**Describe the issue**: Calling `dask.array.store` with a `Lock`, a `distributed.Client` context, and a zarr target throws an error. Please let me know if this should be filed elsewhere, with zarr...

array
needs attention
needs triage

Hello, we would like to use `to_multiscale` to generate downscaled pyramids of label arrays. Unfortunately, it looks like the `ITK_LABEL_GAUSSIAN` method only works for certain data types. Please see the...

Hello, I'm running into a situation in which `to_multiscales()` returns an unexpected series of downsampled images. ```python import dask.array as da from ngff_zarr import Multiscales, to_multiscales, NgffImage data = da.zeros(shape=(5000,...

Hello, I am running into an issue where using datashader on a DaskGeoDataFrame results in an error. To reproduce, I have the following poetry environment running on Ubuntu 22.04.5 LTS:...

Hello, it looks like if I write to a parquet folder using `pack_partitions_to_parquet`, it runs successfully once, but upon running it again, if `overwrite` is False, it silently hangs. The...

## 🚀 Feature Hello everyone, I'm not sure what work's been done on optimizing the Points layer, but I thought I'd try and give a go at using [datashader](https://datashader.org/) to...

feature