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
For Windows machines, appears to be a significant gain in write speed due to sharding implementation in Zarr V3.
zarr-developers/zarr-python#1111 https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html https://forum.image.sc/t/ngff-ome-zarr-how-fast-can-you-write-it/74303/14
I think it requires that we set an environment variable to take the updated version. Need to check more recent versions of Zarr.
os.environ["ZARR_V3_EXPERIMENTAL_API"]="1" See ...zarr/_storage/v3_storage_transformers.py
@zacsimile - Might be of interest to you as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For Windows machines, appears to be a significant gain in write speed due to sharding implementation in Zarr V3.
zarr-developers/zarr-python#1111
https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html
https://forum.image.sc/t/ngff-ome-zarr-how-fast-can-you-write-it/74303/14
I think it requires that we set an environment variable to take the updated version. Need to check more recent versions of Zarr.
os.environ["ZARR_V3_EXPERIMENTAL_API"]="1"
See ...zarr/_storage/v3_storage_transformers.py
@zacsimile - Might be of interest to you as well.
The text was updated successfully, but these errors were encountered: