zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

[v3] skew in store class attributes

Open d-v-b opened this issue 8 months ago • 1 comments

LocalStore has a root attribute, but RemoteStore has a path attribute. I believe they have the same function.

We should eventually pick one name for this, and figure out how MemoryStore fits into the picture. In v2, I have been bitten by the fact that MemoryStore does not have a path attribute, so it would be nice to come up with a consistent API here.

Personally I lean toward "path" over "root" because of the similarity to URL semantics, but we should just pick 1 thing eventually.

d-v-b avatar Jun 12 '24 13:06 d-v-b