Module netcdf::group[][src]

All netcdf items belong in the root group, which can be interacted with to get the underlying data

Structs

Group

Main component of the netcdf format. Holds all variables, attributes, and dimensions. A group can always see the parents items, but a parent can not access a childs items.

GroupMut

Mutable access to a group