-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement RaggedArray.to_zarr() and RaggedArray.from_zarr()? #43
Comments
Currently
So, as I understand it, our current state is: From Zarr data to
|
After a discussion about this with @selipot on 10/20, we are not yet sure whether |
Once we have #44, we'll be able to bypass the NetCDF file step for going from Zarr to ra = RaggedArray.from_xarray(xr.open_zarr(path_to_zarr)) |
From #40 by @selipot:
The text was updated successfully, but these errors were encountered: