A nice feature that was present in h5py that would be quite nice in Zarr is a copy method. This would allow one to copy individual datasets. It could be extended to handle recursive copying. The copying could be within the same group or different groups. Various other features could be added over time.
ref: http://docs.h5py.org/en/latest/high/group.html?#Group.copy
A nice feature that was present in h5py that would be quite nice in Zarr is a
copymethod. This would allow one to copy individual datasets. It could be extended to handle recursive copying. The copying could be within the same group or different groups. Various other features could be added over time.Arrayto new locationGroups already existGroups need to be created during copyGroupto new locationGroups already existGroups need to be created during copyref: http://docs.h5py.org/en/latest/high/group.html?#Group.copy