MultiZarrToZarr: Concatenate along dimensionless variable/coordinate #502
-
Beta Was this translation helpful? Give feedback.
Answered by
martindurant
Sep 12, 2024
Replies: 1 comment 3 replies
-
I would say this is a matter of choice - does the individual dataset gain anything by adding in the extra coordinate information? If no (my suspicion), then using coo_map or a preprocess function in multizarrtozarr is totally fine, probably better the former. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The mapper variant you want is "data:{var}" (where var is "reftime"), or you can always fall back to the completely general function
F(index, fs, var, fn)
, where you would need to open the zarr dataset in the function and extract the value.