Hi,
could you please expose the constructor command checkRootExists in ZarrKeyValueReader as a parameter of the public N5ZarrReader constructor?
|
final boolean checkRootExists |
I would need this in order to import a list of existing OME-ZARR's as a BigStitcher project. Right now I always have to instantiate a writer instead of a reader that creates the .zgroup file in the parent directory, but this fails when I want to define it for publicly available datasets on the cloud or if I do not have write access.
Thanks so much,
Stephan
Hi,
could you please expose the constructor command
checkRootExistsinZarrKeyValueReaderas a parameter of the publicN5ZarrReaderconstructor?n5-zarr/src/main/java/org/janelia/saalfeldlab/n5/zarr/ZarrKeyValueReader.java
Line 163 in 356fac6
I would need this in order to import a list of existing OME-ZARR's as a BigStitcher project. Right now I always have to instantiate a writer instead of a reader that creates the .zgroup file in the parent directory, but this fails when I want to define it for publicly available datasets on the cloud or if I do not have write access.
Thanks so much,
Stephan