Replies: 1 comment
-
This becomes important when using
because dask arrays are not saved in this initialization. However, when writing zarr per region, you do not want to save coordinates as they probably not vary over the chunk dimension. I was not able to configure |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
let's say I open some CMIP6 data in a way:
The resulting
mf_dset
has coordinates given with dask arrays. They have at least two dimensions. Wouldn't it be good to have them loaded as numpy arrays? When do coordinates come as dask arrays? Is there a rule?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions