RFC 9 comment 6 (browser-based lazy reader implementation)#544
Open
assadiab wants to merge 2 commits into
Open
RFC 9 comment 6 (browser-based lazy reader implementation)#544assadiab wants to merge 2 commits into
assadiab wants to merge 2 commits into
Conversation
Contributor
Automated Review URLs |
Contributor
|
ping @jwindhager as corresponding author @assadiab would you mind adding yourself as a commenter to the rfc9 index.md? see e.g. https://ngff--544.org.readthedocs.build/rfc/9/index.html
|
Author
|
Done ! @lubianat |
jo-mueller
approved these changes
Jun 22, 2026
Contributor
|
I would also point out that @assadiab may open a PR to https://github.com/ome/ngff-spec/ and add themselves as an author (https://ngff-spec.readthedocs.io/en/latest/contribute/#first-contribution) |
Author
|
Opened ome/ngff-spec#154, thanks @jo-mueller! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Adds a comment to RFC-9 from a reader implementation standpoint: a browser-based, purely client-side viewer (Interactive-Zarr-Explorer) that opens local single-file OME-Zarr .zip archives and reads chunks lazily per chunk in TypeScript (zarrita store on top of zip.js).
Confirms the disabled-compression and root-alignment recommendations from the read path, supports jsonFirst as the right primitive, and notes a repackaging cost for .ozx tied to upstream v2 tooling.
Follows assadiab/Interactive-Zarr-Explorer#1, thanks to @lubianat for the pointer.