Open
Description
Describe the issue linked to the documentation
I previously created a precompression quantization codec for multiphoton microscopy soon to be published in Nature Protocols preprint.
The Zarr V2 implementation works great and can be found here:
- https://github.com/dimitri-yatsenko/anscombe-numcodecs/tree/main
- Demo: https://github.com/dimitri-yatsenko/anscombe-numcodecs/blob/main/examples/workbook.ipynb
However, I tried following the best available instructions for an equivalent Zarr V3 implementation and have not been able to get it to work yet.
- Here is my attempt at implementing the codec: https://github.com/dimitri-yatsenko/anscombe-numcodecs/tree/zarr-ver3
- Here is an executed example with the current error is in the workbook https://github.com/dimitri-yatsenko/anscombe-numcodecs/blob/zarr-ver3/examples/workbook.ipynb
If I can figure out how to implement and use a custom codec in Zarr 3, I will write a nice tutorial.
Suggested fix for documentation
No response