sample_area_roads.gpkg: Road vector data for the sample area

sample_area_roads.gpkgR Documentation

Road vector data for the sample area

Description

Dataset containing the location of public roads in Southern Norway. Retrieved from the Norwegian road dataset Elveg 1.0 and clipped for the study area presented in the oneimpact package.

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/ed1e6798-b3cf-48be-aee1-c0d3531da01a

See Also

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

Examples

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