reindeer_area.gpkg: Reindeer area: a polygon vector data for the Setesdal Austhei...

reindeer_area.gpkgR Documentation

Reindeer area: a polygon vector data for the Setesdal Austhei reindeer herding area

Description

Dataset containing the limits of the reindeer management area of Setesdal Austhei in Southern Norway, as defined in Panzacchi et al. (2015). Note this area is slightly larger than the boundaries used for reindeer management in Norway.

Format

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

Source

Panzacchi, M., Van Moorter, B., Strand, O., Loe, L. E., & Reimers, E. (2015). Searching for the fundamental niche using individual-based habitat selection modelling across populations. Ecography, 38(7), 659–669. https://doi.org/10.1111/ecog.01075

Examples

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