Checks which data object is contained in ODIM HDF5 file

get_odim_object_type(file)

Arguments

file

A string containing a file name.

Value

character string PVOL for polar volume, VP for vertical profile.

Details

See ODIM specification Table 2 for a full list of existing ODIM file object types.

Examples

# locate a polar volume file: pvolfile <- system.file("extdata", "volume.h5", package = "bioRad") # check the data type: get_odim_object_type(pvolfile) # > "PVOL"
#> [1] "PVOL"