-
-
Notifications
You must be signed in to change notification settings - Fork 366
feat: bounded size auto sharding via zarr.config
#3574
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
base: main
Are you sure you want to change the base?
feat: bounded size auto sharding via zarr.config
#3574
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3574 +/- ##
==========================================
+ Coverage 61.87% 61.90% +0.03%
==========================================
Files 85 85
Lines 10134 10147 +13
==========================================
+ Hits 6270 6282 +12
- Misses 3864 3865 +1
🚀 New features to boost your workflow:
|
|
Not sure I fully grasp what is going on with codecov, it looks like the tests run and assert the things they should and use the funcionality promised. |
|
In SpatialData we could also have a use case for this. Many users are not as experienced with the whole concept of sharding and chunking, so having the option to provide a maximum size with some explanation in documentation would be very beneficial. |
|
I was curious how @jhamman Is this true? Would |
|
@ilan-gold I think that is correct at the moment. See also pydata/xarray#9947. In dask I am working on having the interface just provide a |
closes #3568
TODO:
docs/user-guide/*.mdchanges/