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

xarray/dask read methods #48

Open
joshmoore opened this issue Sep 1, 2021 · 1 comment
Open

xarray/dask read methods #48

joshmoore opened this issue Sep 1, 2021 · 1 comment

Comments

@joshmoore
Copy link
Member

On reviewing the most common user-facing API in the wild, @grlee77 pointed to zarr.open as well as the equivalent methods from xarray and dask. With issues like dask/dask#7673 in mind, we may want to have regular tests of these methods.

@grlee77
Copy link
Contributor

grlee77 commented Sep 1, 2021

That was based on manual inspection of a handful of packages that list Zarr as a dependency, but GitHub-wide searches also indicate these are all widely used:

dask.array's from_zarr
https://github.com/search?q=%22from_zarr%22&type=code
459 source code matches found

xr.open_zarr
https://github.com/search?q=%22from_zarr%22&type=code
1563 source code matches found

zarr.open, zarr.open_array, zarr.open_group
https://github.com/search?q=%22zarr.open%22&type=code
1417 source code matches found

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

2 participants