Skip to content
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

NetCDF4 group usage is added #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mikhailnikolaev
Copy link

NetCDF4 dataset now can use groups. groupName property of Uri is using for specifying a group. Nested groups can be used, if subgroups don't exist they will be created recoursively. If no group is specified then root default group is used. Example:

var dataset = DataSet.Open("tmp.nc?groupName=base/child/subchild");

@vassilyl
Copy link
Contributor

The new functionality will not be discoverable unless it is clearly documented in the repository. Shall we also add unit tests?

Mikhail Nikolaev (Business Guest) added 2 commits January 28, 2019 20:11
…s for checking dimensions visibility, wrong group creation and different ways to name a group are aded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants