Could you tell me what is the exact difference between 'w' and 'x' mode for ZipStore creation?
Also, what does it mean "truncate" here?
modestring, optional
One of ‘r’ to read an existing file, ‘w’ to truncate and write a new file, ‘a’ to append to an existing file, or ‘x’ to exclusively create and write a new file.
Dear all,
Could you tell me what is the exact difference between 'w' and 'x' mode for ZipStore creation?
Also, what does it mean "truncate" here?
Two related questions:
https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.ZipStore
Best regards,
Aliaksei
zarr.__version__: 2.10.3numcodecs.__version__: 0.9.1