You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if we should create an io method that allows us to read zarr back to xradar. Something like xradar.io.open_zarr given that we can now store/save the xradar hierarchical structure object using zarr.
Please let me know your thoughts.
The text was updated successfully, but these errors were encountered:
Hi @kmuehlbauer. Well, I was thinking of a wrapper that uses datatree functionality to read Zarr files back into xradar. I'm not sure if I could call it a "backend" for reading Zarr files within xradar. Currently, if we want to read data, we have to use datatree.open_datatree, which is okay, but I was thinking of something like xradar.io.open_datatree. I wasn't thinking about a whole development. Sorry for the misunderstanding.
Something like
defopen_datatree(path, **kwargs):
"""Function that opens datatree within xradar"""returndatatree.open_datatree(path, kwargs)
Description
Hi everyone,
I was wondering if we should create an
io
method that allows us to readzarr
back toxradar
. Something likexradar.io.open_zarr
given that we can now store/save thexradar
hierarchical structure object usingzarr
.Please let me know your thoughts.
The text was updated successfully, but these errors were encountered: