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
I just started using Zarr stores with xarray. Everything is fine, but now I had the problem that I need to prepend a chunk of data at the time dimension...
Is there a way around creating an entire new zarr store to accomplish this?
If that's not possible: What would be the most efficient way to create new/ joined and properly time-sorted zarr file from two zarr files that are already located in an S3 bucket (each >50GB in size)?
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I just started using Zarr stores with xarray. Everything is fine, but now I had the problem that I need to
prepend
a chunk of data at thetime
dimension...If I just call:
with the new data batch (with prior time info) it get's added no problem but now the time coordinate is not continuous any more.
Demo:
Output:
Is there a way around creating an entire new zarr store to accomplish this?
If that's not possible: What would be the most efficient way to create new/ joined and properly time-sorted zarr file from two zarr files that are already located in an S3 bucket (each >50GB in size)?
Cheers,
C
Beta Was this translation helpful? Give feedback.
All reactions