xarrayutils icon indicating copy to clipboard operation
xarrayutils copied to clipboard

Way to check for completely written zarr stored in `write`

Open jbusecke opened this issue 2 years ago • 0 comments

Currently the write function just checks if a file/folder exists. This can lead to issues, if e.g. a previous write to a zarr folder crashed.

Is there a reliable way to see if all chunks have been 'touched'? And can this be integrated into write, so that incomplete writes would be overwritten by default?

jbusecke avatar Jul 20 '21 04:07 jbusecke