Expand description
NetCDF data model re-exported from netcdf-core.
Structs§
- NcAttribute
- A NetCDF attribute.
- NcCompound
Field - A field within a compound type.
- NcDimension
- A NetCDF dimension.
- NcEnum
Member - A named member of a NetCDF-4 enum type.
- NcGroup
- A NetCDF group.
- NcSlice
Info - 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§
- NcAttr
Value - A NetCDF attribute value.
- NcFormat
- NetCDF file format.
- NcInteger
Value - A typed integer value used by NetCDF-4 enum definitions and values.
- NcMetadata
Mode - NetCDF-4 metadata reconstruction policy.
- NcSlice
Info Elem - A single dimension selection within a hyperslab.
- NcType
- NetCDF data types.