Open ap-- opened 1 year ago
Here's a work in progress Aperio SVS reading workload.
One workload reads the file via tifffile's ZarrTiffStore the other workload creates a kerchunk json for the file and reads array data via FSStore and fsspec.ReferenceFileSystem.
ZarrTiffStore
fsspec.ReferenceFileSystem
Looks good to me - thanks! LMK when you're happy for me to merge this.
I'll change the Dataset subclass to generate the input tiff instead of downloading one. Will mark this PR as ready when I added the changes.
Here's a work in progress Aperio SVS reading workload.
One workload reads the file via tifffile's
ZarrTiffStore
the other workload creates a kerchunk json for the file and reads array data via FSStore andfsspec.ReferenceFileSystem
.