Skip to main content

Module types

Module types 

Source

Structs§

NcAttribute
A NetCDF attribute.
NcCompoundField
A field within a compound (struct) type.
NcDimension
A NetCDF dimension.
NcGroup
A NetCDF group (NetCDF-4 only; classic files have one implicit root group).
NcSliceInfo
Hyperslab selection for reading slices of NetCDF variables.
NcVariable
A NetCDF variable (metadata only – data is read on demand).

Enums§

NcAttrValue
A NetCDF attribute value.
NcSliceInfoElem
A single dimension’s selection within a hyperslab.
NcType
NetCDF data types.