You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone have any recommendations for how to write to a zarr store without including empty chunks when using the append_dim or region parameters? An example of the desired behavior is given below for the case in which the data are written immediately, along with an example in which the data are written afterwards.
Write data immediately (doesn't write empty chunks)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone have any recommendations for how to write to a zarr store without including empty chunks when using the
append_dim
orregion
parameters? An example of the desired behavior is given below for the case in which the data are written immediately, along with an example in which the data are written afterwards.Write data immediately (doesn't write empty chunks)
Write metadata first and fill in later (writes empty chunks)
Beta Was this translation helpful? Give feedback.
All reactions