-
Notifications
You must be signed in to change notification settings - Fork 66
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
Support Zarr stores not ending in '.zarr' #719
Comments
Thanks for the report. Your right, not good logic. For a fix, we could add another URL parameter here, say And when |
Can you give an example for a correct imageName then? Would it matter what's before the .zarr? It can be something like |
Ah, just changing the regex would be nice. If you want to open a PR, I'll test and deploy. Otherwise I plan on touching code within a couple weeks. (Thanks for the regexr link, very usefull.) |
The isZarr regex was updated to support .zarr/image, besides just .zarr and DANDI /zarr/. fix Kitware#719
…arr (#721) * fix(zarrmultiscalespatialimage): support Zarr stores not ending in .zarr The isZarr regex was updated to support .zarr/image, besides just .zarr and DANDI /zarr/. fix #719 * fix(ZarrMultiscaleSpatialImage): add word boundary to isZarr regex --------- Co-authored-by: Paul Elliott <paul.elliott@kitware.com>
🎉 This issue has been resolved in version 14.47.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Reading an OME-NGFF zarr store without the usual
.zarr
suffix (probably not best practice but they exist) result in an error:Can the reader logic be updated to support this?
Or can an additional URL parameter be added like &use2D to specify the reader?
The text was updated successfully, but these errors were encountered: