Expand description
Reconstruct NetCDF-4 dimensions from HDF5 metadata.
NetCDF-4 stores dimension information as:
- Scale datasets (one per dimension) with
CLASS=DIMENSION_SCALEattribute DIMENSION_LISTattribute on each variable dataset referencing the scalesREFERENCE_LISTattribute on scale datasets (back-references)_Netcdf4Dimidattribute to assign stable dimension IDsNAMEattribute on scale datasets gives the dimension name
Unlimited dimensions are represented by chunked datasets whose maximum
dimension in the dataspace is H5S_UNLIMITED.
Functionsยง
- extract_
dimensions - Extract dimensions from an HDF5 group.
- extract_
dimensions_ from_ datasets