-
Notifications
You must be signed in to change notification settings - Fork 19
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
savecube does not take backend kwargs anymore #215
Comments
This is fixed by #267. We still don't have a good way to expose the backend documentation. |
Hello! Is there an example on how to set compression? My output gives a ~ 35-40GB dataset and I'd like to compress it as much as possible. Thanks! |
No unfortunately there isn't and we should add one to the docs. For Zarr one can set a Maybe we could streamline this and have an YAXArrays internal compress keyword which would then be converted to the BloscCompressor with the correct clevel. |
Thanks! I will try it and add it to the documentation |
Before #150 it was possible to give backend kwargs to example set the compression.
This seems to be not possible anymore.
We would need to find a good way to also provide documentation about the available kwargs for different backends.
The text was updated successfully, but these errors were encountered: