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

Add open_dataset_kwargs #3

Open
TomAugspurger opened this issue Jan 7, 2022 · 0 comments
Open

Add open_dataset_kwargs #3

TomAugspurger opened this issue Jan 7, 2022 · 0 comments

Comments

@TomAugspurger
Copy link
Collaborator

Currently, there's some ambiguity around whether users should use xr.open_dataset or xr.open_zarr.

Recent versions of xarray include an engine keyword in xr.open_dataset. So we can remove that ambiguity by adding a field like

        "xarray:open_dataset_kwargs": {
            "engine": "zarr",
            "backend_kwargs": {
                "consolidated": False,
                "chunks": {"time": 365},
            }
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant