Skip to contents

Read Binary Radolan File

Usage

read_binary_radolan_file(
  path,
  set_projection_and_extent = TRUE,
  consider_flags = FALSE
)

Arguments

path

path to binary Radolan file

set_projection_and_extent

if TRUE (default), the projection and extent of the raster object are set to the Radolan specific values, returned by kwb.dwd::get_radolan_projection_string and kwb.dwd::get_radolan_extension, respectively.

consider_flags

logical. Should the flags be considered? If TRUE, values where the "invalid" or "clutter" flag is set are set to NA and values where the "negative" flag is set are negated. The default is TRUE (for compatibility reasons) but this should change in future!