SDSlite icon indicating copy to clipboard operation
SDSlite copied to clipboard

NetCDF4 group usage is added

Open mikhailnikolaev opened this issue 6 years ago • 1 comments

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");

mikhailnikolaev avatar Jan 28 '19 14:01 mikhailnikolaev

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

vassilyl avatar Jan 28 '19 16:01 vassilyl