issues: 523572262
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
523572262 | MDU6SXNzdWU1MjM1NzIyNjI= | 3538 | Add support for querying netCDF4 file for groups | 9022843 | closed | 0 | 4 | 2019-11-15T16:37:08Z | 2022-05-02T19:20:24Z | 2022-05-02T19:20:24Z | NONE | Basically as the title says - it would be nice to have support to query NetCDF4 files for the groups that they contain. I can do something similar using the netCDF4 library directly: ```python import netCDF4 as nc myDset = nc.Dataset("/path/to/dataset.nc","r") From here you can use myDset.groups to get all groups in the file, or use a dict-like interface to get the groups of subgroups, etc``` Assuming implementing this is really this simple, I can take a swing at this and submit a PR. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3538/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |