Skip to content

Commit 0630e56

Browse files
committed
Merge branch 'main' into ome-zarr
2 parents 6f31a28 + a4fdce6 commit 0630e56

17 files changed

Lines changed: 1311 additions & 184 deletions

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
This repository contains a Java implementation of Zarr version 2 and 3.
44

5-
## Usage
5+
## Documentation
6+
7+
For comprehensive documentation, see the [**User Guide**](USERGUIDE.md), which includes:
8+
9+
- Installation instructions
10+
- Quick start examples
11+
- Core concepts and API reference
12+
- Working with arrays and groups
13+
- Storage backends (Filesystem, HTTP, S3, ZIP, Memory)
14+
- Compression and codecs
15+
- Best practices
16+
- Troubleshooting
17+
18+
## Quick Usage Example
619

720
```java
821
import dev.zarr.zarrjava.store.FilesystemStore;

0 commit comments

Comments
 (0)