is.pvolfile: Check if a file is a polar volume (pvol)
Description
Checks whether a file is a polar volume (pvol) in the ODIM HDF5 format that
can be read with bioRad. Evaluates to FALSE for NEXRAD and IRIS RAW polar
volume file (see nexrad_to_odim()).
Usage
is.pvolfile(file)
Value
TRUE for a polar volume file in readable format, otherwise FALSE.
# Locate the polar volume example filepvolfile <- system.file("extdata", "volume.h5", package = "bioRad")
# Check if it is a pvolfileis.pvolfile(pvolfile)