-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read neuroglancer precomputed #6620
Labels
Comments
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Detailed Description
We already read Zarr and N5. Now, we also want to read Neuroglancer's precomputed for image and segmentation data (no meshes for now).
Here is the specification: https://github.com/google/neuroglancer/blob/master/src/neuroglancer/datasource/precomputed/volume.md
There are 2 flavours that we should support: legacy (single file per chunk) and sharded (multiple chunks per file).
There is also a python implementation in wkconnect that can be reused: https://github.com/scalableminds/webknossos-connect/tree/master/wkconnect/backends/neuroglancer
These neuroglancer formats also need to be "explorable" for users to be able to import them.
The text was updated successfully, but these errors were encountered: