sample_area.gpkg: Sample area: a polygon vector data

sample_area.gpkgR Documentation

Sample area: a polygon vector data

Description

Dataset containing the limits of an arbitrary study area in Southern Norway, used for illustrative purposes.

Format

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

See Also

Maps for the sample area:
Cabins: sample_area_cabins.gpkg, 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.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.