Is there a way to open a NetCDF4 dataset that's split into subfiles in Parallel with Dask & Xarray? #8027
-
I've been benchmarking NetCDF4 to Zarr format conversion times from randomly-generated datasets created with Xarray & Dask. Normally I'd just use
The high computational cost of loading this way is seen by the Dask task graph given by the future returned during My question is, is there a better way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think the answer here is to use kerchunk. See also https://projectpythia.org/kerchunk-cookbook/README.html |
Beta Was this translation helpful? Give feedback.
I think the answer here is to use kerchunk. See also https://projectpythia.org/kerchunk-cookbook/README.html