xarray.open_datatree is taking too long to open datatree in a s3 bucket #9376
Labels
topic-DataTree
Related to the implementation of a DataTree class
topic-performance
topic-zarr
Related to zarr storage library
What is your issue?
Hi all,
I was trying to open a datatree stored in a s3 bucket but it is taking too long.
When digging around, I discovered some parameters/arguments such as
mode
,consolidated
, ..., were not being passed toZarrStore.open_store
function here.xarray/xarray/backends/zarr.py
Line 1236 in da9e7ec
The text was updated successfully, but these errors were encountered: