Skip to content

Use ZarrPixelSource from Vizarr#900

Draft
keller-mark wants to merge 3 commits into
mainfrom
keller-mark/zarrita
Draft

Use ZarrPixelSource from Vizarr#900
keller-mark wants to merge 3 commits into
mainfrom
keller-mark/zarrita

Conversation

@keller-mark

Copy link
Copy Markdown
Member

Fixes #

Background

Change List

Checklist

  • Update JSdoc types if there is any API change.
  • Make sure Avivator works as expected with your change.

class ZarrPixelSource<S extends string[]> implements PixelSource<S> {
private _data: ZarrSource;
private _indexer: ZarrIndexer<S>;
// Reference: https://github.com/hms-dbmi/vizarr/blob/main/src/ZarrPixelSource.ts

@ilan-gold ilan-gold Jul 17, 2025

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the plan to downstream this and remove the vizarr implementation?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally, although the motivation behind this was more to get rid of the Zarr.js dependency in Vitessce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants