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
Copy file name to clipboardExpand all lines: docs/geozarr-minispec.md
+11-56Lines changed: 11 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,75 +47,30 @@ GeoZarr defines a Zarr hierarchy — a particular arrangement of Zarr arrays and
47
47
their attributes. This document defines that hierarchy from the bottom-up, starting with arrays
48
48
and their attributes before moving to higher-level structures like groups and their attributes.
49
49
50
-
The GeoZarr specification can be implemented in Zarr V2 and V3. The main difference between the Zarr V2 and V3 implementations is how the dimension names of an array are specified. The Zarr conventions described in this document (geo-proj, spatial, multiscales) are **Zarr V3 only**; the DataArray rules for Zarr V2 remain as documented.
50
+
This specification targets **Zarr V3** exclusively. The geo-proj, spatial, and multiscales conventions are all Zarr V3.
51
51
52
52
## DataArray
53
53
54
-
A DataArray is a Zarr array with named axes. The structure of a DataArray depends on the Zarr format.
54
+
A DataArray is a Zarr V3 array with named axes.
55
55
56
-
This section contains the rules for *individual* DataArrays. Additional
57
-
constraints on groups of DataArrays are defined in the section on [Datasets](#dataset)
56
+
This section contains the rules for *individual* DataArrays. Additional
57
+
constraints on groups of DataArrays are defined in the section on [Datasets](#dataset).
0 commit comments