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
{{ message }}
This repository has been archived by the owner on May 31, 2023. It is now read-only.
(I don't quite understand the relationship between N5 and Zarr. Although they are different data formats(?), they are interface compatible or something?
Related projects
N5 (file system format spec and reference implementation in java)
- On the python side the best library for this would be zarr, which also supports N5 access. Note that S3 access to N5 currently has some issues, see https://github.com/zarr-developers/zarr-python/issues/540. I hope that this will be fixed soon, I think there is a PR pending.
- On the java side you can use the "native" implementation from the saalfeldlab: https://github.com/saalfeldlab/n5-aws-s3.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Zarr/N5 is becoming a popular chunked file format. I think it should be fairly easy to support it in wkconnect.
The text was updated successfully, but these errors were encountered: