reindeer_cabins.gpkg | R Documentation |
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.
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
(f <- system.file("vector/reindeer_cabins.gpkg", package = "oneimpact"))
sf::st_read(f)
# or
v <- terra::vect(f)
plot(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.