Yoni Nachmany

Results 4 comments of Yoni Nachmany

> In case it's helpful for testing, I put a Zarr store up at `"https://pangeo.blob.core.windows.net/pangeo-public/daymet-rio-tiler/na-wgs84.zarr/"` that's been reprojected to WGS84 and chunked into 256x256 pixel tiles. There's a single time...

I'm getting a similar pickling issue for a HighLevelGraph with 20 layers and 21890 keys (created from an xarray apply_ufunc) - dask/distributed version 2024.5.2 ``` TypeError Traceback (most recent call...

Thanks for the pointer - FYI msgpack failing to serialize the 'Blockwise'/'MaterializedLayer' objects in the layer that's vectorizing the function from xr.apply_ufunc and the fallback, cloudpickle, can't pickle a 'weakref.ReferenceType'...