You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
zappend is often used to rechunk a potentially large data cube. The use case here is, that the slices originate from an existing Zarr cube. In other use cases the slices are individual datasets, e.g., from NetCDF files or GeoTIFFs.
For new users it is not obvious how to configure zappend for the rechunking use case.
Describe the solution you'd like
Describe rechunking in the user guide and in the "how do I" section.
Provide helper generator class or function that splits a source dataset into slices so that its result can be passed as 1st argument to zappend.
Is your feature request related to a problem? Please describe.
zappend
is often used to rechunk a potentially large data cube. The use case here is, that the slices originate from an existing Zarr cube. In other use cases the slices are individual datasets, e.g., from NetCDF files or GeoTIFFs.For new users it is not obvious how to configure zappend for the rechunking use case.
Describe the solution you'd like
Helper class example:
Example usage:
The text was updated successfully, but these errors were encountered: