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
In #2400, we need a method for getting the size of some object from a Store to support .info. The cleanest way to do this is a new method in the Store API.
We could implement an inefficient version that basically does
Zarr version
v3
Numcodecs version
n/a
Python Version
n/a
Operating System
n/a
Installation
n/a
Description
In #2400, we need a method for getting the size of some object from a Store to support
.info
. The cleanest way to do this is a new method in the Store API.We could implement an inefficient version that basically does
Many backends will have more efficient methods for getting the size of a file / object without actually reading it.
Steps to reproduce
.
Additional output
No response
The text was updated successfully, but these errors were encountered: