-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Zarr: update V3 format to latest specification #7706
Conversation
…n some circumstances
…es ZarrGroupVx to ZarrVXGroup (no functional change)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not familiar with the format but this LGTM.
My only concern is about the rename operations implementations of the various objects, it seems to me there is quite a lot of similar or identical code: would it be possible to use a template or an abstract base class to reduce duplicated code?
…ty), but without codec/compression support for now
…er larger than needed
… a NotifyChildrenOfRenaming() virtual method
I've tried to reduce amount of copied&pasted code in c81d12f |
Fixes #7637.
On top of PR #7684. only commits starting with "Zarr: move code belonging to classes to dedicated files" belong to this PR
This breaks backwards / upwards compatibility with previous GDAL versions: Zarr V3 datasets generated by GDAL < 3.8 can't be read by GDAL >= 3.8dev, and ZarrV3 datasets generated by GDAL >= 3.8dev can't be read by GDAL < 3.8