dwdradar
read DWD binary radar files (RADOLAN).
This is an auxiliary package to rdwd.dwdradar is used in some of the functions underlying readDWD(), see the raster chapter in the documentation.
Installation
Regular:
install.packages("dwdradar")Latest version:
Note: on Windows, you need to have Rtools
installed directly at C:/Rtools
(Compiler paths may not have spaces, as there would be with C:/Program Files/R/Rtools/).
if(!requireNamespace("remotes", quietly=TRUE)) install.packages("remotes")
remotes::install_github("brry/dwdradar")