We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
Delete empty ZARR chunk files to have less files in a cube, to save memory and increase reading performance.
Also copying of large cubes with lots of empty chunks into object storage should be much faster if cubes are "pruned" beforehand.
Describe the solution you'd like
A CLI tool xcube prune that deletes empty chunk files from a given cube.
xcube prune
The text was updated successfully, but these errors were encountered:
closes #92
f4218c0
forman
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Delete empty ZARR chunk files to have less files in a cube, to save memory and increase reading performance.
Also copying of large cubes with lots of empty chunks into object storage should be much faster if cubes are "pruned" beforehand.
Describe the solution you'd like
A CLI tool
xcube prune
that deletes empty chunk files from a given cube.The text was updated successfully, but these errors were encountered: