Skip to contents

Raster data indicating pixels with presence of tourist private cabins in Norway. Cabins corresponds to some specific building types (object_type = "Bygning", byggtyp_nbr = c("161", "162", "163")) form the public N50 dataset. The original data consisted of point vector data and were rasterized with 100m resolution, for the purpose of illustration. The raster was clipped for the sample area presented in the oneimpact package.

Format

A Geotiff file. Projected CRS: ETRS89 / UTM zone 33N.

  • 1: Presence of cabins

  • NA: No presence of cabins

See also

Examples

(f <- system.file("raster/sample_area_cabins.tif", package = "oneimpact"))
#> [1] "/home/runner/work/_temp/Library/oneimpact/raster/sample_area_cabins.tif"
r <- terra::rast(f)
plot(r)