Skip to content
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

Better zarr store update from set of nc files #405

Open
remicousin opened this issue Feb 26, 2024 · 0 comments
Open

Better zarr store update from set of nc files #405

remicousin opened this issue Feb 26, 2024 · 0 comments
Assignees

Comments

@remicousin
Copy link
Contributor

          In https://bitbucket.org/iridl/subx-cloud/src/master/zarrify.py I took the approach of creating an empty store and then writing into regions of it. (The motivation in that case was to parallelize writes.) It might be more complicated that what's needed in this case.

It would be nice to be able to either (a) skip opening any netcdf files whose data are already present in the zarr, for speed, or (b) compare pre-existing zarr data to what's in the netcdf files, for extra safety when you're not in a hurry. But that can wait for a subsequent version.

Originally posted by @aaron-kaplan in #404 (review)

@remicousin remicousin self-assigned this Jun 27, 2024
@remicousin remicousin mentioned this issue Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant