reindeer_area.gpkg | R Documentation |
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.
A geopackage file. Projected CRS: ETRS89 / UTM zone 33N.
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
(f <- system.file("vector/reindeer_area.gpkg", package = "oneimpact"))
sf::st_read(f)
# or
v <- terra::vect(f)
plot(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.