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

DataTree backend #11

Open
keewis opened this issue Jul 5, 2023 · 1 comment
Open

DataTree backend #11

keewis opened this issue Jul 5, 2023 · 1 comment

Comments

@keewis
Copy link
Collaborator

keewis commented Jul 5, 2023

Once #10 is complete, we should be able to expose a DataTree reader function (open_alos2) and a DataTree backend, once that exists (xr.open_datatree)

@keewis
Copy link
Collaborator Author

keewis commented Oct 30, 2024

xarray's version of open_datatree has the backend mechanism, so we should be able to just define a BackendEntrypoint. That would allow us to do this:

xr.open_datatree(path, engine="ceos-alos2", chunks={}, backend_kwargs={"records_per_chunk": 4096})

(and possibly the same with open_dataset, though not sure if that makes sense)

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