SDSlite
SDSlite copied to clipboard
NetCDF4 group usage is added
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");
The new functionality will not be discoverable unless it is clearly documented in the repository. Shall we also add unit tests?