-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for querying netCDF4 file for groups #3538
Comments
This has come up a couple of times before -- please see #2916 and #1092. The basic issue is that xarray.Dataset doesn't have any notion of a If it's just a matter of listing groups that can be found in a file, it seems like netCDF4 works fine for that. |
I hacked a quick solution for exploring HDF5 files that might be of interest.
|
In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
Closing as duplicate of #2916. Eventually this will be fixed by datatree |
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:
Assuming implementing this is really this simple, I can take a swing at this and submit a PR.
The text was updated successfully, but these errors were encountered: