html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue https://github.com/pydata/xarray/issues/3680#issuecomment-1010765142,https://api.github.com/repos/pydata/xarray/issues/3680,1010765142,IC_kwDOAMm_X848Pw1W,5821660,2022-01-12T08:23:37Z,2022-01-12T08:23:37Z,MEMBER,"A bit more of context: As it turns out, the temporary fix will be permanent for the time being. This is because `h5netcdf` aligns with `h5py`(returning full path) for it's new API. The legacyapi (`netCDF4` drop-in) will return single group name (not full path).","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,547925778 https://github.com/pydata/xarray/issues/3680#issuecomment-577527216,https://api.github.com/repos/pydata/xarray/issues/3680,577527216,MDEyOklzc3VlQ29tbWVudDU3NzUyNzIxNg==,5821660,2020-01-23T06:36:25Z,2020-01-23T06:36:35Z,MEMBER,temporarily fixed by #3618 . This is now tracked in https://github.com/shoyer/h5netcdf/issues/68.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,547925778 https://github.com/pydata/xarray/issues/3680#issuecomment-573008350,https://api.github.com/repos/pydata/xarray/issues/3680,573008350,MDEyOklzc3VlQ29tbWVudDU3MzAwODM1MA==,5821660,2020-01-10T11:59:55Z,2020-01-10T11:59:55Z,MEMBER,"After a bit of further investigation, looks like this is indeed a problem with how `h5netcdf` retrieves the `.name`. While `netCDF4` gives back just the name of a group `h5netcdf` gives back the hdf5 name which is the full path to the group. ```python # Your code here import netCDF4 import h5netcdf import xarray from xarray.backends.common import find_root_and_group root = netCDF4.Dataset(""testx.nc"", ""w"", format=""NETCDF4"") test1 = root.createGroup(""test1"") test1.createGroup(""test2"") print(root['test1/test2'].name) root.close() h5n = h5netcdf.File('testx.nc') print(h5n['test1/test2'].name) h5n.close() ``` Output: ``` test2 /test1/test2 ``` ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,547925778 https://github.com/pydata/xarray/issues/3680#issuecomment-572921102,https://api.github.com/repos/pydata/xarray/issues/3680,572921102,MDEyOklzc3VlQ29tbWVudDU3MjkyMTEwMg==,5821660,2020-01-10T08:09:33Z,2020-01-10T08:09:33Z,MEMBER,Good chance that this might be an `h5netcdf` issue. Can someone double check?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,547925778