Checks whether a file is a vertical profile (vp) in the ODIM HDF5 format
that can be read with bioRad.
See also
Other profile read functions:
download_vpfiles(),
list_vpts_aloft(),
read_cajun(),
read_vpfiles(),
read_vpts(),
select_vpfiles()
Examples
# Locate the vertical profile example file
vpfile <- system.file("extdata", "profile.h5", package = "bioRad")
# Check if it is a vpfile
is.vpfile(vpfile)
#> [1] TRUE
