NCZarr Current and Future Extensions to pure Zarr. #186
Replies: 6 comments 3 replies
-
This summary is helpful --- thanks. Can you clarify a few details, though? See inline comments below.
NumPy (and therefore zarr-python / zarr v2) has some character types, but can you say a bit more how this works / how it differs from what is built into NumPy?
Do you mean an array with zero dimensions (rank 0)? Zarr v2 already supports this.
In zarr v2 all dimensions are already resizeable, but of course there is no sharing of dimensions between multiple arrays.
Can you explain what a shared type would be?
|
Beta Was this translation helpful? Give feedback.
-
Are we looking at the same spec? |
Beta Was this translation helpful? Give feedback.
-
Also, here I see no character type |
Beta Was this translation helpful? Give feedback.
-
@DennisHeimbigner: also a 👍 from my side for the list. Two questions that could may be reflected in the original post:
|
Beta Was this translation helpful? Give feedback.
-
Typed attributes are necessary for proper support of the CF convetions, see cf-convention/cf-conventions#422. |
Beta Was this translation helpful? Give feedback.
-
@DennisHeimbigner I have also sent you an email, but this would be great to take up within the GeoZarr spec working group. https://github.com/zarr-developers/geozarr-spec |
Beta Was this translation helpful? Give feedback.
-
Current Extensions:
string type of Zarr).
Future Extensions:
that uses that dimension.
Beta Was this translation helpful? Give feedback.
All reactions