sample_area_cabins.gpkg: Cabins vector data for the sample area

sample_area_cabins.gpkgR Documentation

Cabins vector data for the sample area

Description

Dataset containing the location of tourist private cabins in Southern Norway. It corresponds to some specific building types (object_type = "Bygning", byggtyp_nbr = c("161", "162", "163")) form the public N50 dataset. The map was clipped for the sample area presented in the oneimpact package.

Format

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

  • cat: 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

See Also

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

Examples

(f <- system.file("vector/sample_area_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.