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
@martinschorb @constantinpape
Looks like with the new N5 it should be easy to directly write to S3:
final ImagePlus imp = IJ.openImage( "/path/to/some.tif" ); final ExecutorService exec = Executors.newFixedThreadPool( 4 ); N5IJUtils.save( imp, new N5Factory().openWriter( "s3://myBucket/myContainer.ome.zarr" ), "/myDataset", new int[]{64, 64, 64}, new GzipCompression(), exec ); exec.shutdown();
Shall we add this to the project creator?
The text was updated successfully, but these errors were encountered:
I think that would be quite useful indeed!
Sorry, something went wrong.
yes, that would be a slow but nice option for people allergic to CLI.
No branches or pull requests
@martinschorb @constantinpape
Looks like with the new N5 it should be easy to directly write to S3:
Shall we add this to the project creator?
The text was updated successfully, but these errors were encountered: