Reads a RISICO output file and returns a raster map
read_risico_binary(filename)
is the file to read
The function returns a RasterLayer or Brick, depending on whether
filenane
contains one or more layers.
if (FALSE) {
read_risico_binary(system.file("extdata", "RISICO_binary.bin", package = "caliver"))
}