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
:param subset_inputs: If set, break each input file up into multiple chunks
along dimension according to the specified mapping. For example,
``{'time': 5}`` would split each input file into 5 chunks along the
time dimension. Multiple dimensions are allowed.
This is currently used by the NARR: Subsetting and OPeNDAP tutorial notebook. I checked the beam-refactor branch but I don't see an equivalent, where the only mention of subsetting is related to rechunking.
If it's the case that we no longer want to support this feature, this issue can be closed.
The text was updated successfully, but these errors were encountered:
XarrayZarrRecipe
provides asubset_inputs
feature:pangeo-forge-recipes/pangeo_forge_recipes/recipes/xarray_zarr.py
Lines 762 to 765 in 45cc115
This is currently used by the NARR: Subsetting and OPeNDAP tutorial notebook. I checked the
beam-refactor
branch but I don't see an equivalent, where the only mention of subsetting is related to rechunking.If it's the case that we no longer want to support this feature, this issue can be closed.
The text was updated successfully, but these errors were encountered: