sample_area_roads.tif: Road raster data for the sample area

sample_area_roads.tifR Documentation

Road raster data for the sample area

Description

Raster data indicating pixels with public roads in Southern Norway. Rasterized from the vector data from the Norwegian road dataset Elveg 1.0 with 100 m resolution and clipped for the study area presented in the oneimpact package.

Format

A Geotiff file. Projected CRS: ETRS89 / UTM zone 33N.

  • 1: Presence of roads

  • NA: No presence of roads

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.gpkg

Examples

(f <- system.file("raster/sample_area_roads.tif", package = "oneimpact"))
r <- terra::rast(f)
plot(r)


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