sample_area_cabins.tif: Cabin presence raster data for the sample area

sample_area_cabins.tifR Documentation

Cabin presence raster data for the sample area

Description

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

Source

https://register.geonorge.no/det-offentlige-kartgrunnlaget/n50-kartdata/ea192681-d039-42ec-b1bc-f3ce04c189ac

See Also

Maps for the sample area:
Limits of sample area: sample_area.gpkg
Cabins: sample_area_cabins.gpkg, sample_area_cabins_count.tif
Roads: sample_area_roads.gpkg, sample_area_roads.tif

Examples

(f <- system.file("raster/sample_area_cabins.tif", package = "oneimpact"))
r <- terra::rast(f)
plot(r)


NINAnor/oneimpact documentation built on June 14, 2025, 12:27 a.m.