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
Opening a zarr cube remotely takes some time because a lot of metadata requests have to be sent by the zarr library. A way to circumvent this is to use consolidated metadata (https://zarr.readthedocs.io/en/stable/tutorial.html#consolidating-metadata), which should fit our use case, since our data cubes are versioned and stable. Can we run this command on our S3 cubes to add this additional attribute?
The text was updated successfully, but these errors were encountered:
Opening a zarr cube remotely takes some time because a lot of metadata requests have to be sent by the zarr library. A way to circumvent this is to use consolidated metadata (https://zarr.readthedocs.io/en/stable/tutorial.html#consolidating-metadata), which should fit our use case, since our data cubes are versioned and stable. Can we run this command on our S3 cubes to add this additional attribute?
The text was updated successfully, but these errors were encountered: