File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ sidebar:
27
27
url : ' /blog'
28
28
- title : " Community"
29
29
url : ' /community'
30
+ - title : " Conventions"
31
+ url : ' /conventions'
30
32
- title : " Implementations"
31
33
url : ' /implementations'
32
34
- title : " Office Hours"
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : single
3
+ author_profile : false
4
+ title : Zarr Conventions
5
+ sidebar :
6
+ title : " Content"
7
+ nav : sidebar
8
+ ---
9
+
10
+ <font size =" 4 " >
11
+ The Zarr storage format is used in various domains and has active communities
12
+ for each field. These communities have established several conventions on top
13
+ of Zarr.<br ><br >
14
+
15
+ Here are some of the conventions that are currently in use:<br >
16
+
17
+ <ul >
18
+ <li ><a href =" https://anndata.readthedocs.io/en/latest/ " >Anndata</a ></li >
19
+ <li ><a href =" https://github.com/openssbd/bdz " >BDZ</a ></li >
20
+ <li ><a href =" https://github.com/zarr-developers/geozarr-spec " >GeoZarr</a ></li >
21
+ <li ><a href =" https://docs.unidata.ucar.edu/nug/current/nczarr_head.html " >NCZarr</a ></li >
22
+ <li ><a href =" https://github.com/ome/ome-zarr-py " >OME-Zarr</a ></li >
23
+ <li ><a href =" https://docs.xarray.dev/en/stable/internals/zarr-encoding-spec.html " >Xarray</a ></li >
24
+ </ul >
25
+
26
+ If you're working on/know a new convention and want to add it to the list, feel free
27
+ to send a PR to the website <a href =" https://github.com/zarr-developers/zarr-developers.github.io/ " >repository</a >.
28
+ </font >
You can’t perform that action at this time.
0 commit comments