xarray-contrib / xoak

xarray extension that provides tree-based indexes used for selecting irregular, n-dimensional data.
https://xoak.readthedocs.io
MIT License
57 stars 4 forks source link

Registered indexes and dask multi-process scheduler #21

Closed benbovy closed 3 years ago

benbovy commented 3 years ago

Xoak's index registry is an instance within xoak's scope (local), so custom indexes that are registered after importing xoak will not be registered in Dask's multi-process workers.