Skip to contents

This is the default DEM generated by floodam.ead::generate_DEM function with default arguments.

Usage

floodam_ead_dem

Format

A PackedSpatRaster object, use 'terra::rast()' to unpack it.

Source

https://gitlab.irstea.fr/flood-appraisal/floodam/floodam-ead

Examples

data("floodam_ead_dem", package = "rsic2")
floodam_ead_dem
#> [1] "This is a PackedSpatRaster object. Use 'terra::rast()' to unpack it"
terra::rast(floodam_ead_dem)
#> class       : SpatRaster 
#> dimensions  : 400, 205, 1  (nrow, ncol, nlyr)
#> resolution  : 25, 25  (x, y)
#> extent      : 1e+05, 105125, 1e+05, 110000  (xmin, xmax, ymin, ymax)
#> coord. ref. : WGS 84 / UTM zone 19S (EPSG:32719) 
#> source      : memory 
#> name        :    lyr.1 
#> min value   :     8.05 
#> max value   : 46.64037