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 most of original zarr issue discussion (zarr-developers/zarr-python#556), offsets were specified with offset, size. In this spec, you are doing start, stop. It seems like offset, size will probably be slightly smaller as a text representation. I'm curious how you made that choice?
The text was updated successfully, but these errors were encountered:
I think offset, size is also less likely to cause confusion across different languages and systems. For example Python uses inclusive-exclusive ranges while HTTP partial requests are inclusive-inclusive.
In most of original zarr issue discussion (zarr-developers/zarr-python#556), offsets were specified with
offset, size
. In this spec, you are doingstart, stop
. It seems likeoffset, size
will probably be slightly smaller as a text representation. I'm curious how you made that choice?The text was updated successfully, but these errors were encountered: