home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 901598698

This data as json

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/4118#issuecomment-901598698 https://api.github.com/repos/pydata/xarray/issues/4118 901598698 IC_kwDOAMm_X841vU3q 1217238 2021-08-19T04:23:15Z 2021-08-19T04:23:15Z MEMBER

However, if one of the variables has the same name as one of the groups (which I think is permitted in the netCDF format), then there is no easy way to access all the elements whilst retaining the nice syntax.

NetCDF does not allow variables and groups with the same name, e..g, ```python import netCDF4

nc = netCDF4.Dataset('testing.nc', 'w') nc.createVariable('foo', float) nc.createGroup('foo')

RuntimeError: NetCDF: String match to name in use

```

I'm pretty sure this is also prohibited for all HDF5 files, just like how you can't have a directory and file with the same name on most filesystems.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  628719058
Powered by Datasette · Queries took 4.068ms · About: xarray-datasette