Reads a RISICO output file and returns a raster map

read_risico_binary(filename)

Arguments

filename

is the file to read

Value

The function returns a RasterLayer or Brick, depending on whether filenane contains one or more layers.

Examples

if (FALSE) {
  read_risico_binary(system.file("extdata", "RISICO_binary.bin", package = "caliver"))
}