-
Notifications
You must be signed in to change notification settings - Fork 54
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
Consolidate Metadata Transform #665
Consolidate Metadata Transform #665
Conversation
Shoutout to @ranchodeluxe for the help with the tests! |
Update: Tests are passing for Zarr & Reference |
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.
LGTM!
left a reply to remove the old comments regarding the past breaking change in consolidate_metadata
It seems like regardless of if |
A similar thing was happening in my PR when we are returning a |
…e, instead of empty, which defaults to true. Kwarg also added so you can force StoreToZarr to write non-consolidated metadata
Merging for now to unblock some Dev-Seed work. |
Thanks all for pushing this forward! |
Update: Tests are passing for Zarr & Reference
ConsolidateMetadata
transform.Update 2: Added to the PR an option for StoreToZarr to not consolidate the metadata automatically (It still defaults to consolidated_metadata).