reindeer_roads_private.gpkg: Private roads vector data for the reindeer area

reindeer_roads_private.gpkgR Documentation

Private roads vector data for the reindeer area

Description

Dataset containing the location of small, private roads is Southern Norway, within the reindeer management area of Setesdal Austhei. Retrieved from the Norwegian road dataset Elveg 1.0.

Format

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

  • id: Line number, corresponding to the original dataset

  • name: Local name of the road

  • publ_priv: Whether the road is public or private

  • traffic_bin: Binary classification of the traffic on the road - high or low

  • name_area: Name of the reindeer management area where the road is located

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

Source

https://kartkatalog.geonorge.no/metadata/elveg-20/77944f7e-3d75-4f6d-ae04-c528cc72e8f6

Examples

(f <- system.file("vector/reindeer_roads_private.gpkg", package = "oneimpact"))
v <- sf::st_read(f)
plot(v[1])


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