zarrs_n5 0.1.0

N5 support for zarrs
Documentation

zarrs_n5

N5 support for the zarrs ecosystem.

Limitations

  • Read-only
  • No partial chunk reading
  • "default" chunk mode (i.e. not varlen or object)
  • Compression support:
  • The handling of edge chunks is quite inefficient
  • Zarr groups must have metadata documents, but N5 groups may not. This may lead to unexpected behaviour when discovering hierarchy structure. This library allows inferring a group with empty attributes when a metadata document is missing.
  • N5 hierarchies have a root (metadata contains the "n5" key), but Zarr hierarchies do not; in practice this doesn't matter much

Prior art