f <- system.file("extdata/raa01_sf_2019-10-14_1950", package="dwdradar")
out <- readRadarFile(f)
out$meta
if(requireNamespace("terra", quietly=TRUE))
terra::plot(terra::rast(out$dat))
# for more files, see the tests.
# for real-world usage, readDWD.binary / readDWD.radar in the rdwd package
Run the code above in your browser using DataLab