Skip to content
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

Port XarrayZarrRecipe.subset_inputs to beam-refactor #496

Closed
derekocallaghan opened this issue Feb 17, 2023 · 1 comment
Closed

Port XarrayZarrRecipe.subset_inputs to beam-refactor #496

derekocallaghan opened this issue Feb 17, 2023 · 1 comment

Comments

@derekocallaghan
Copy link
Contributor

XarrayZarrRecipe provides a subset_inputs feature:

: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.

@rabernat
Copy link
Contributor

We no longer need this feature. The beam refactor automatically handles sub-sampling into the target chunks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants