We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just tried validating a local file, and the tool didn't seem to work - the link I used was https://ome.github.io/ome-ngff-validator/?source=file:///Users/dstansby/notebooks/ct-scans/david_ct_scan.zarr, and the directory definitely exists. The error message is:
Error Loading file:///Users/dstansby/notebooks/ct-scans/david_ct_scan.zarr/.zattrs: TypeError: NetworkError when attempting to fetch resource.
The text was updated successfully, but these errors were encountered:
The easiest solution is to use ome-zarr-py:
ome-zarr-py
$ ome_zarr view path/to/ct-scans/david_ct_scan.zarr
That will serve the zarr locally and automatically open it in ome-ngff-validator.
See https://ome-zarr.readthedocs.io/en/stable/cli.html#view It actually looks best if you don't add the trailing slash as above (not like in the docs)
Sorry, something went wrong.
No branches or pull requests
I just tried validating a local file, and the tool didn't seem to work - the link I used was https://ome.github.io/ome-ngff-validator/?source=file:///Users/dstansby/notebooks/ct-scans/david_ct_scan.zarr, and the directory definitely exists. The error message is:
The text was updated successfully, but these errors were encountered: