Learn R Programming

bioRad (version 0.4.0)

nexrad_to_odim: Convert a NEXRAD polar volume file to an ODIM polar volume file

Description

Convert a NEXRAD polar volume file to an ODIM polar volume file

Usage

nexrad_to_odim(pvolfile_nexrad, pvolfile_odim, verbose = FALSE,
  mount = dirname(pvolfile_nexrad))

Arguments

pvolfile_nexrad

Polar volume input file in RSL format.

pvolfile_odim

Filename for the polar volume in ODIM hdf5 format to be generated.

verbose

logical. When TRUE, pipe Docker stdout to R console. On Windows always TRUE.

mount

character. String with the mount point (a directory path) for the Docker container.

Value

TRUE on success