Expand description
Filter and convert HDF5 attributes to NetCDF-4 attributes.
NetCDF-4 uses several internal HDF5 attributes that should not be exposed to users:
_NCProperties: file provenance metadata_Netcdf4Dimid: dimension ID assignment_Netcdf4Coordinates: coordinate variable trackingDIMENSION_LIST: dimension-to-variable referencesREFERENCE_LIST: variable-to-dimension back-referencesCLASS: dimension scale markerNAME: dimension scale name
Functionsยง
- extract_
group_ attributes - Extract user-visible attributes from an HDF5 group, filtering out internal NetCDF-4 attributes.
- extract_
variable_ attributes - Extract user-visible attributes from an HDF5 dataset, filtering out internal attributes.
- is_
internal_ attribute - Returns true if the given attribute name is an internal NetCDF-4/HDF5 attribute that should not be exposed to users.