Like the title says, I am interested in discovering the store and group from an xarray dataset. This would only be relevant for zarr-backed xarray datasets.
Any idea if this is possible? I tried digging around, but no luck yet.
Like the title says, I am interested in discovering the store and group from an xarray dataset. This would only be relevant for zarr-backed xarray datasets.
Any idea if this is possible? I tried digging around, but no luck yet.
Have you checked the dataset .encoding
attribute? That’s where Xarray should be storing this information. If it’s not there, this would be a good issue to open on the Xarray issue tracker.