Skip to main content

Module types

Module types 

Source
Expand description

NetCDF data model re-exported from netcdf-core.

Structs§

NcAttribute
A NetCDF attribute.
NcCompoundField
A field within a compound type.
NcDimension
A NetCDF dimension.
NcEnumMember
A named member of a NetCDF-4 enum type.
NcGroup
A NetCDF group.
NcSliceInfo
Hyperslab selection for reading/writing slices of NetCDF variables.
NcVariable
A NetCDF variable. The offset fields are public for reader/writer crate interoperability; they are not portable semantic metadata.

Enums§

NcAttrValue
A NetCDF attribute value.
NcFormat
NetCDF file format.
NcIntegerValue
A typed integer value used by NetCDF-4 enum definitions and values.
NcMetadataMode
NetCDF-4 metadata reconstruction policy.
NcSliceInfoElem
A single dimension selection within a hyperslab.
NcType
NetCDF data types.