Read Binary Radolan File
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 bykwb.dwd::get_radolan_projection_string
andkwb.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 toNA
and values where the "negative" flag is set are negated. The default isTRUE
(for compatibility reasons) but this should change in future!