We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd8cc0 commit 680c1b0Copy full SHA for 680c1b0
README.md
@@ -1,9 +1,6 @@
1
-# Early preview of `zarr-java`
+# zarr-java
2
3
-This repository contains an early preview of a Java implementation of the Zarr specification.
4
-It is intended for collecting feedback from the community and not for use. The API is subject to changes.
5
-
6
-Refer to [JZarr](https://github.com/zarr-developers/jzarr) for a stable implementation of Zarr version 2.
+This repository contains a Java implementation of Zarr version 2 and 3.
7
8
## Usage
9
```java
@@ -50,4 +47,4 @@ Furthermore, you will need the `l4_sample` test data:
50
47
`curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -o testdata/l4_sample.zip
51
48
&& cd testdata
52
49
&& unzip l4_sample.zip
53
-`
+`
0 commit comments