Open rabernat opened 1 year ago
It would be great to expose a few more options in StoreToZarr
StoreToZarr
https://github.com/pangeo-forge/pangeo-forge-recipes/blob/3e4b36231ba795fff7e334c5857a937d8ecaef4a/pangeo_forge_recipes/transforms.py#L267-L274
Specifically:
encoding
chunks
attrs
Discussion of the pangeo-forge: execution context attrs in https://github.com/pangeo-forge/pangeo-forge-recipes/issues/559#issuecomment-1670297136 may be relevant for implementation of attrs.
pangeo-forge:
It would be great to expose a few more options in
StoreToZarr
https://github.com/pangeo-forge/pangeo-forge-recipes/blob/3e4b36231ba795fff7e334c5857a937d8ecaef4a/pangeo_forge_recipes/transforms.py#L267-L274
Specifically:
encoding
: a dictionary that can be used for user-specified encoding (see https://github.com/pangeo-forge/pangeo-forge-recipes/pull/471#issuecomment-1385769944);chunks
should not be allowedattrs
: extra group-level attributes to inject into the dataset