reindeer_cabins.gpkg: Cabins vector data for the reindeer area

reindeer_cabins.gpkgR Documentation

Cabins vector data for the reindeer area

Description

Dataset containing the location of tourist private cabins is Southern Norway, within the reindeer management area of Setesdal Austhei. It corresponds to some specific building types (object_type = "Bygning", byggtyp_nbr = c("161", "162", "163")) from the public N50 dataset.

Format

A geopackage file. Projected CRS: ETRS89 / UTM zone 33N. The vector file presents the following columns:

  • gid: Line number, corresponding to the original dataset

  • buildtype: Type of building (code) in the original dataset

  • city: Code of the municipality where the cabin is located

  • value: Value 1, to be used for rasterization purposes

Source

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

Examples

(f <- system.file("vector/reindeer_cabins.gpkg", package = "oneimpact"))
sf::st_read(f)
# or
v <- terra::vect(f)
plot(v)


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