Expand description
NetCDF-4 (HDF5-backed) format support.
This module maps the HDF5 data model to the NetCDF data model:
- HDF5 groups become NetCDF groups
- HDF5 datasets become NetCDF variables
- HDF5 attributes become NetCDF attributes
- Dimensions are reconstructed from
DIMENSION_LISTand_Netcdf4Dimidattributes
Requires the netcdf4 feature (enabled by default).
Modules§
- attributes
- Filter and convert HDF5 attributes to NetCDF-4 attributes.
- dimensions
- Reconstruct NetCDF-4 dimensions from HDF5 metadata.
- groups
- Map HDF5 groups to NetCDF-4 groups.
- types
- Map HDF5 datatypes to NetCDF-4 types.
- variables
- Map HDF5 datasets to NetCDF-4 variables.
Structs§
- Nc4File
- An opened NetCDF-4 file (backed by HDF5).